FFmpeg "minterpolate" filter demo / interpolate frames from 30 fps to 60 fps

Поділитися
Вставка
  • Опубліковано 25 гру 2019
  • FFmpeg "minterpolate" filter demo / interpolate from 30 fps to 60 fps
    Four step search
    `ffmpeg -i input.mp4 -filter:v "minterpolate='mi_mode=mci:mc_mode=aobmc:vsbmc=1:fps=60:me=fss'" out.mp4`
    Diamond search
    `ffmpeg -i input.mp4 -filter:v minterpolate='mi_mode=mci:mc_mode=aobmc:vsbmc=1:fps=60:me=ds'" out.mp4`

КОМЕНТАРІ • 6

  • @gunpei
    @gunpei 4 роки тому +2

    pretty great results honestly despite the artifacting on the kitten. minterpolate is amazing

  • @inventify_club
    @inventify_club 3 роки тому

    Thanks for the tut great for scenes with less movement

  • @bennyandersen742
    @bennyandersen742 4 роки тому

    quite good but the artifacting is quite noticeable when there is a lot of motion, are the any good setting for this?

    • @abdullah_oguk
      @abdullah_oguk  4 роки тому

      It works great on some videos but depends on the type of the motion. I don't have a specific setting, I mostly try different motion estimation (me) algorithms to decide which one produces less artifacts.
      You can check them in the documentation > ffmpeg.org/ffmpeg-filters.html#minterpolate

    • @bennyandersen742
      @bennyandersen742 4 роки тому

      @@abdullah_oguk thanks, I have experimented a bit with the settings, but never been able to come to a acceptable result, only when there is little motion in the movie, but I keep trying (with ffmeg), maybe some blurring options can improve it, but I have not tested that

  • @nedopustimyilogin8224
    @nedopustimyilogin8224 7 місяців тому +1

    Thanks, but BIDIR is coming out faster and better so far - ffmpeg -i input.mp4 -vf "minterpolate=fps=60:mi_mode=mci:mc_mode=aobmc:me_mode=bidir:vsbmc=1" output60.mp4