User Tools

Site Tools


doc:appunti:linux:video:dvd_rip_and_fix

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
doc:appunti:linux:video:dvd_rip_and_fix [2018/01/14 19:40] niccolodoc:appunti:linux:video:dvd_rip_and_fix [2018/01/14 19:43] niccolo
Line 19: Line 19:
 With newer version of **Avidemux** (**2.6.20**) it is even **impossible to open the VOBs** files: the decoding stops at the first chunk of about 30 seconds. With newer version of **Avidemux** (**2.6.20**) it is even **impossible to open the VOBs** files: the decoding stops at the first chunk of about 30 seconds.
  
 +===== The procedure =====
 +
 +**Rip the DVD** content using a tool like **dvdrip** or **dvdbackup**. You need to extract the VOB files.
  
 **Concatenate the VOB files** into a single file: **Concatenate the VOB files** into a single file:
  
 <code> <code>
-cat VTS_01_1.VOB VTS_01_2.VOB VTS_01_3.VOB > dvd_rib.vob+cat VTS_01_1.VOB VTS_01_2.VOB VTS_01_3.VOB > dvd_rip.vob
 </code> </code>
  
Line 29: Line 32:
  
 <code> <code>
-ffmpeg -i dvd_rib.vob -c:v copy -c:a copy dvd_rib.mkv+ffmpeg -i dvd_rip.vob -c:v copy -c:a copy dvd_rip.mkv
 </code> </code>
doc/appunti/linux/video/dvd_rip_and_fix.txt · Last modified: 2019/10/15 22:33 by niccolo