Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
detelecine [2019/06/26 13:42]
beandog
detelecine [2019/07/13 19:50]
beandog
Line 6: Line 6:
  
   * [[https://​en.wikipedia.org/​wiki/​Three-two_pull_down]]   * [[https://​en.wikipedia.org/​wiki/​Three-two_pull_down]]
-  * [[https://​en.wikipedia.org/​wiki/​Telecine]] 
   * [[https://​github.com/​kfrn/​ffmpeg-things/​blob/​master/​inverse_telecine.md]]   * [[https://​github.com/​kfrn/​ffmpeg-things/​blob/​master/​inverse_telecine.md]]
   * [[https://​amiaopensource.github.io/​ffmprovisr/#​inverse-telecine]]   * [[https://​amiaopensource.github.io/​ffmprovisr/#​inverse-telecine]]
Line 13: Line 12:
   * [[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]]
 +
 +Detelecine DVD:
 +
 +<​code>​
 +ffmpeg -i dvd_copy.mpg -vf dejudder,​fps=30000/​1001,​fieldmatch,​decimate dvd_copy.mkv
 +</​code>​

Navigation