vid2dvd

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
vid2dvd [2010/03/01 10:42] 87.175.182.203vid2dvd [2012/02/18 13:12] – old revision restored brot
Line 1: Line 1:
-===== Erstellen von Video DVDs ===== +I aseloutbly agree about the state of video standardization  instead of getting better it seems to be getting worst.Oh you mean good old  STANDARD  Linux and which of the 20-30 slightly different releases would you be talking about?   
-  mencoder -sid 107 -oac lavc -ovc lavc -of mpeg -mpegopts format=dvd:tsaf -vf scale=720:432,expand=720:576,harddup -srate 48000 -af lavcresample=48000 -lavcopts vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate=9800:vbitrate=8000:keyint=15:trell:mbd=2:precmp=2:subcmp=2:cmp=2:dia=-10:predia=-10:cbp:mv0:vqmin=1:lmin=1:dc=10:vstrict=0:acodec=ac3:abitrate=192:aspect=16/9 -ofps 25 -o out.mpg in.mkv +
- +
-Immer anpassen muss man +
-  * die dateinamen +
-  * die werte für scale und expand  +
-  * aspect ratio für das es allerdings nen [[http://rellig.minad.de/resolution.php|praktischen rechner vom rellig]] gibt +
- +
-beachten muss man dabei immer die erlaubten settings für eine dvd, siehe [[http://www.mplayerhq.hu/DOCS/HTML/en/menc-feat-vcd-dvd.html|mencoder dokumentation]] +
- +
-Hat man das Video endlich im richtigen Format, muss man eine DVD-Video struktur erstellen. Dafür gibts [[http://dvdauthor.sourceforge.net/|dvdauthor]] +
- +
-Theoretisch könnte das auch Kapitel und Menüs, aber wir wollen die DVD einlegen und nen film sehn, deswegen: +
- +
-  <dvdauthor> +
-    <vmgm /> +
-    <titleset> +
-        <titles> +
-            <pgc> +
-                <vob file="out.mpg" /> +
-            </pgc> +
-        </titles> +
-    </titleset> +
-  </dvdauthor> +
- +
-Dann nurnoch drauf achten dass der dvdautor dass nicht alles ins jetzige Verzeichnis bastelt sondern in n neues. +
-  dvdauthor -o dvdroot -x dvd.xml +
- +
-Bevor man dass auf ne DVD brennt kann man noch schnell schaun ob das so tut wie geplant +
-   mplayer dvd:// -dvd-device ./dvdroot +
- +
-Dann nurnoch auf dvd brennen +
-  growisofs -dvd-compat -Z /dev/dvdrw -dvd-video ./dvd/+
  • vid2dvd.txt
  • Last modified: 2012/02/18 13:46
  • by brot