#10827: Wish to support cycleR option such as AviSynth TDeInt plugin
-------------------------------------+-------------------------------------
             Reporter:  nicol        |                     Type:
                                     |  enhancement
               Status:  new          |                 Priority:  wish
            Component:               |                  Version:  git-
  undetermined                       |  master
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 The current decimate filter can be set to thin out one frame every N
 frames with the cycle option, but I would like to specify a maximum of 199
 frames with cycle and an additional cycleR option to specify frames to
 thin out, as in the AviSynth TDeInt plugin.

 https://ffmpeg.org/ffmpeg-filters.html#decimate-1
 https://github.com/pinterf/TIVTC
 https://forum.doom9.org/showpost.php?p=1995333&postcount=1676
 https://ikotas-github-
 io.translate.goog/25fpsIVTCGuide/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_pto=wapp

 example
 {{{
 ffmpeg -i input -vf
 fieldmatch=combmatch=full,estdif=0:0:1,decimate=cycle=199:cycleR=33 output
 }}}
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/10827>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to