doc:appunti:linux:video:subtitleripper
                Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| doc:appunti:linux:video:subtitleripper [2024/02/01 11:27] – [OCR the images from the .sub file] niccolo | doc:appunti:linux:video:subtitleripper [2024/02/01 11:56] (current) – [How to rip DVD subtitles with vobsub2srt] niccolo | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| * **lsdvd** - From the official Debian repository. | * **lsdvd** - From the official Debian repository. | ||
| * **vobcopy** - From the official Debian repository. | * **vobcopy** - From the official Debian repository. | ||
| + | * **mediainfo** - From the official Debian repository. | ||
| * **mkvtoolnix** - From the official Debian repository. | * **mkvtoolnix** - From the official Debian repository. | ||
| * **vobsub2srt** - From the Deb Multimedia repository. | * **vobsub2srt** - From the Deb Multimedia repository. | ||
| ===== Ripping the .vob from the DVD ===== | ===== Ripping the .vob from the DVD ===== | ||
| + | |||
| + | A DVD can contain several **titles** and you should identify which one you want to rip; generally it is the longer one or the one with most chapters. We check the DVD content using the **lsdvd** tool: | ||
| + | |||
| + | < | ||
| + | lsdvd /dev/sr0 | ||
| + | Disc Title: DVD_TITLE | ||
| + | Title: 01, Length: 01: | ||
| + | Title: 02, Length: 00: | ||
| + | Title: 03, Length: 00: | ||
| + | Title: 04, Length: 00: | ||
| + | Title: 05, Length: 00: | ||
| + | Title: 06, Length: 00: | ||
| + | Longest track: 01 | ||
| + | </ | ||
| + | |||
| + | The longest title is the **#1**, so we will extract it using **vobcopy**: | ||
| <code bash> | <code bash> | ||
doc/appunti/linux/video/subtitleripper.1706783240.txt.gz · Last modified:  by niccolo
                
                