dthpham / sminterpolate

Make motion interpolated and fluid slow motion videos from the command line.
MIT License
1.38k stars 91 forks source link

Lots of artifacts and blending in spite of settings otherwise #52

Open avass opened 7 years ago

avass commented 7 years ago

I have a video 30fps ( http://www.vassfamily.net/tmp/t.avi ) trying to push it to 60fps, but there are way too many artifacts (as in wondering pixels and blendings) in the resulting video. Especially when there is motion both from left-right and right-left. I even colored the lines slightly differently trying to aid in the process, with no avail. I tried :

$ butterflow -l -v -r 8x -s a=0:0:1,b=0:0:15,spd=0.1 --iters 32 --winsize 180 --levels 32 -ff gaussian --poly-s=1000.0 t.avi -o trial.mp4

after this didn't produce the right stream : $ butterflow -l -v -r 2x -s a=0:0:1,b=0:0:15,spd=1 --iters 32 --winsize 180 --levels 32 -ff gaussian --poly-s=500.0 t.avi -o trialo.mp4

Feedback or advice is welcome, I tried pretty much everything...