doc:appunti:linux:video:dvd_rip_and_fix
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
doc:appunti:linux:video:dvd_rip_and_fix [2018/01/14 19:34] – niccolo | doc:appunti:linux:video:dvd_rip_and_fix [2019/10/15 22:33] (current) – [The procedure] 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 (:!: **dvdrip** does not longer exist in Debian 10 Buster, see **[[vobcopy]]** as an alternative). | ||
+ | |||
+ | **Concatenate the VOB files** into a single file: | ||
+ | |||
+ | < | ||
+ | cat VTS_01_1.VOB VTS_01_2.VOB VTS_01_3.VOB > dvd_rip.vob | ||
+ | </ | ||
+ | |||
+ | **Repack the content into an MKV container**, | ||
+ | |||
+ | < | ||
+ | ffmpeg -i dvd_rip.vob -c:v copy -c:a copy dvd_rip.mkv | ||
+ | </ |
doc/appunti/linux/video/dvd_rip_and_fix.1515954854.txt.gz · Last modified: 2018/01/14 19:34 by niccolo