Re: VOB-Datei in Flash umwandeln
David Haller <[email protected]> Tue, 19 Jul 2011 04:18:51 +0200
| Newsgroups | gmane.linux.suse.multimedia.german |
|---|---|
| Organization | What? |
| Message-ID | <[email protected]> |
Hallo,
Am Mon, 18 Jul 2011, Al Bogner schrieb:
>AFAIR sollte ich bzw. David hier mal Syntaxbeispiele gepostet haben,
>finde es aber auf die Schnelle selber nicht.
mencoder -idx -of avi -oac copy -ovc x264 -x264encopts \
crf=22:trellis=1:qcomp=0.8:weight_b:8x8dct:subq=6:threads=1 \
-vf dsize=16/9,hqdn3d,yadif=0 -sws 9 -aid 128 \
-o AUSGABE.avi EINGABE.vob
Das sind Einstellungen für "sehr hohe Qualität" (crf=22).
Das erzeugt aus einem anamorphen 16/9 720x576 VOB von DVD ein
ebensolches anamorphes 16/9 720x576 H.264. Entscheidend ist dafür das
'-vf dsize=16/9'. hqdn3d ist ein Rauschfilter[1], yadif der
Deinterlacer der hier ne prima Ausgabe ergibt.
Das '-aid 128' selektiert die erste Tonspur (0) im VOB. Siehe dazu
auch die mediainfo bzw. lsdvd Ausgabe, z.B.:
Audio #1
ID : 128 (0x80)
Diese Tonspur wird hier unverändert kopiert.
Das AUSGABE.avi kann (und sollte) man dann noch "umpacken", z.B. in
ein .mkv:
mkvmerge -o AUSGABE.mkv AUSGABE.avi
wobei man ggfs. noch weitere Tonspuren und Untertitel reinmuxen kann.
HTH,
-dnh
[1] ich hab hier nen Film, mit Rauschfilter ~2.6G als H.264, ohne
waren's ca. 3.2G (oder noch mehr). Eingabe (MPEG2, VOB):
Bit rate : 5 156 Kbps
Width : 720 pixels
Height : 576 pixels
Display aspect ratio : 16:9
Frame rate : 25.000 fps
Standard : PAL
Ausgabe (H.264, MKV):
Bit rate : 1 559 Kbps
Width : 720 pixels
Height : 576 pixels
Display aspect ratio : 16:9
Frame rate : 25.000 fps
Standard : PAL
--
Error: File not found -- search behind couch? (Y/N)