User Tools

Site Tools


doc:appunti:linux:video:ripping_dvds_with_mencoder

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
doc:appunti:linux:video:ripping_dvds_with_mencoder [2017/10/16 17:42] – [OCRing] niccolodoc:appunti:linux:video:ripping_dvds_with_mencoder [2020/04/21 17:05] (current) – [OCRing] niccolo
Line 1: Line 1:
 ====== Ripping DVDs with Mencoder ====== ====== Ripping DVDs with Mencoder ======
  
 +:!: For a simple recipe to rip (extract) the content of a DVD using Debian 10, see **[[vobcopy]]**.
 ===== Install the necessary programs ===== ===== Install the necessary programs =====
  
Line 200: Line 201:
  
 ===== Extract Subtitles with transcode ===== ===== Extract Subtitles with transcode =====
 +
 +FIXME The following programs are **missing in Debian 10 Buster**: **tcextract**, **subtitle2vobsub** and **subtitle2pgm**. We are searching for some alternatives.
  
 DVDs have subtitles stored as images. There are some options for dealing with them: DVDs have subtitles stored as images. There are some options for dealing with them:
Line 277: Line 280:
 find . -type f -name '*.pgm' | sort | while read file; do find . -type f -name '*.pgm' | sort | while read file; do
     echo -n "$(basename $file) "     echo -n "$(basename $file) "
-    tesseract -l eng -psm 4 "$file" "$file"+    tesseract -l eng --psm 4 "$file" "$file"
 done done
 </code> </code>
doc/appunti/linux/video/ripping_dvds_with_mencoder.1508168567.txt.gz · Last modified: 2017/10/16 17:42 by niccolo