User Tools

Site Tools


dvdavi

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
dvdavi [2012/02/19 22:30] memeruizdvdavi [2012/02/20 00:58] memeruiz
Line 1: Line 1:
 ====== DVD to avi with multiple audio tracks and subtitles ====== ====== DVD to avi with multiple audio tracks and subtitles ======
 +
 +  * Copy Dvd to harddrive if possible
 +
 +  vobcopy -m -i /media/cdrom0/ -o . 
  
   * Get chapter information   * Get chapter information
Line 25: Line 29:
   * Encoding first pass:   * Encoding first pass:
  
-  mencoder -nosub dvd://1//dev/sr0 -vf pullup,softskip,crop=704:560:12:6,harddup -nosound  -ovc x264 -x264encopts bitrate=1300:subq=5:bframes=3:b_pyramid=normal:turbo=1:pass=1 -of rawvideo -o movie.264+  mencoder -nosub dvd://1//dev/sr0 -vf pullup,softskip,crop=704:560:12:6,harddup -nosound  -ovc x264 -x264encopts bitrate=1000:subq=5:bframes=3:b_pyramid=normal:turbo=1:pass=1 -of rawvideo -o movie.264
  
   * Enconding second pass:   * Enconding second pass:
  
-  mencoder -nosub dvd://1//dev/sr0 -vf pullup,softskip,crop=704:560:12:6,harddup -nosound -ovc x264 -x264encopts bitrate=1100:subq=5:8x8dct:frameref=2:bframes=3:b_pyramid=normal:weight_b:pass=2 -of rawvideo -o movie.264+  mencoder -nosub dvd://1//dev/sr0 -vf pullup,softskip,crop=704:560:12:6,harddup -nosound -ovc x264 -x264encopts bitrate=1000:subq=5:8x8dct:frameref=2:bframes=3:b_pyramid=normal:weight_b:pass=2 -of rawvideo -o movie.264
  
   * Get audio   * Get audio
dvdavi.txt · Last modified: 2021/02/01 05:55 by 127.0.0.1