Differences

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

Link to this comparison view

Next revision
Previous revision
detelecine [2019/06/26 19:35] – created beandogdetelecine [2025/02/21 03:49] (current) beandog
Line 5: Line 5:
   * [[yadif]]   * [[yadif]]
  
 +  * [[http://www.mplayerhq.hu/DOCS/HTML/en/menc-feat-telecine.html|MPlayer documentation]]
   * [[https://en.wikipedia.org/wiki/Three-two_pull_down]]   * [[https://en.wikipedia.org/wiki/Three-two_pull_down]]
   * [[https://github.com/kfrn/ffmpeg-things/blob/master/inverse_telecine.md]]   * [[https://github.com/kfrn/ffmpeg-things/blob/master/inverse_telecine.md]]
Line 12: Line 13:
   * [[https://ffmpeg.org/ffmpeg-filters.html#yadif-1]]   * [[https://ffmpeg.org/ffmpeg-filters.html#yadif-1]]
   * [[https://ffmpeg.org/ffmpeg-filters.html#decimate-1]]   * [[https://ffmpeg.org/ffmpeg-filters.html#decimate-1]]
 +
 +First of all, it's safe to assume that all DVDs are telecined. So then, it's a matter of which filters to use.
 +
 +Here's some:
 +  * fieldmatch
 +  * idet
 +  * decimate ?
 +  * bwdif
 +  * pullup
 +  * yadif
 +  * dejudder
 +
 +Old notes:
 +
 +Detelecine DVD:
 +
 +<code>
 +ffmpeg -i dvd_copy.mpg -vf pullup,dejudder,fps=24000/1001 dvd_copy.mkv
 +</code>

Navigation