Differences

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

Link to this comparison view

Both sides previous revision Previous revision
dvd_copy [2023/04/09 15:39]
beandog
dvd_copy [2023/04/09 15:40] (current)
beandog
Line 26: Line 26:
 ** Encoding ** ** Encoding **
  
-Here's an example of copying a DVD and encoding with ''​ffmpeg'':​+Here's an example of copying a DVD and encoding with ''​[[ffmpeg]]'':​
  
 <​code>​ <​code>​
 dvd_copy '/​dev/​sr0'​ -t '​1'​ -o '​-'​ 2> /dev/null | ffmpeg -i '​-'​ -map '​0:​v'​ -map '​i:​0x80'​ -vcodec '​libx264'​ -acodec '​copy'​ -y '​dvd_rip.mkv'​ dvd_copy '/​dev/​sr0'​ -t '​1'​ -o '​-'​ 2> /dev/null | ffmpeg -i '​-'​ -map '​0:​v'​ -map '​i:​0x80'​ -vcodec '​libx264'​ -acodec '​copy'​ -y '​dvd_rip.mkv'​
 </​code>​ </​code>​

Navigation