Differences

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

Link to this comparison view

Both sides previous revision Previous revision
ffmpeg [2023/04/09 21:23]
beandog
ffmpeg [2023/04/09 21:27] (current)
beandog
Line 24: Line 24:
 <​code>​ <​code>​
 dvd_copy -o - | ffmpeg -fflags +genpts -i - -codec copy dvd_copy.mkv ​ dvd_copy -o - | ffmpeg -fflags +genpts -i - -codec copy dvd_copy.mkv ​
 +</​code>​
 +
 +''​ffmpeg''​ can copy a Blu-ray directly as well, once you know the playlist number (see [[bluray_info]]).
 +
 +<​code>​
 +ffmepg -playlist 800 -i bluray:/​dev/​sr0 -codec copy bluray_playlist.mkv
 </​code>​ </​code>​
  

Navigation