Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
detelecine [2019/06/26 13:42] beandog |
detelecine [2019/07/14 01:50] (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://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 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]] | ||
+ | |||
+ | Detelecine DVD: | ||
+ | |||
+ | <code> | ||
+ | ffmpeg -i dvd_copy.mpg -vf pullup,dejudder,fps=24000/1001 dvd_copy.mkv | ||
+ | </code> |