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

Next revision
Previous revision
Next revisionBoth sides next revision
doc:appunti:linux:video:dvd_rip_and_fix [2018/01/14 19:32] – created niccolodoc:appunti:linux:video:dvd_rip_and_fix [2018/01/14 19:40] niccolo
Line 15: Line 15:
 clock decoder error: Timestamp conversion failed (delay 300000, buffering 2444, bound 9000000) clock decoder error: Timestamp conversion failed (delay 300000, buffering 2444, bound 9000000)
 core decoder error: Could not convert timestamp 6503180647 core decoder error: Could not convert timestamp 6503180647
 +</code>
 +
 +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.
 +
 +
 +**Concatenate the VOB files** into a single file:
 +
 +<code>
 +cat VTS_01_1.VOB VTS_01_2.VOB VTS_01_3.VOB > dvd_rib.vob
 +</code>
 +
 +**Repack the content into an MKV container**, without re-encoding (lossles repack). We tried also an MP4 container, but Avidemux was not able to open it, where instead it was successful with the MKV:
 +
 +<code>
 +ffmpeg -i dvd_rib.vob -c:v copy -c:a copy dvd_rib.mkv
 </code> </code>
doc/appunti/linux/video/dvd_rip_and_fix.txt · Last modified: 2019/10/15 22:33 by niccolo