Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
detelecining [2021/10/18 00:32] – created beandogdetelecining [2025/04/21 05:44] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Detelecining ====== ====== Detelecining ======
  
-When using [[HandBrake]], you most likely want to enable detelecining. Some great information as to why is found here on MPlayer's documentation wiki: [[http://www.mplayerhq.hu/DOCS/HTML/en/menc-feat-telecine.html]]+  * [[https://handbrake.fr/docs/en/latest/cli/command-line-reference.html|HandBrake Command Line Reference]] 
 + 
 +When using [[HandBrake]], you most likely want to enable detelecining to restore content to it's "original" framerate. 
 + 
 +As a personal matter, I only care about [[deinterlacing]], and don't worry about the framerate. 
 + 
 +Some great information as to why is found here on MPlayer's documentation wiki: [[http://www.mplayerhq.hu/DOCS/HTML/en/menc-feat-telecine.html]] 
 + 
 +<code> 
 +HandBrakeCLI -i /dev/sr0 --detelecine -o dvd_track.mkv 
 +</code>