ror
30th May 2013, 05:44
Hi,
I'm using Python package to generate animation (moving geometrical objects) and ffmpeg is one of available option for encoding the results. I tried x264, and used these parameters after reading an article about encoding animation with x264:
-vcodec libx264
-preset placebo
-tune psnr
-rc-lookahead 250
However I'm not satisfied with the result, and I recall about those SWF animations produced by screen capturing programs that look so real, and fonts are rendered so realistically, like you are seeing your own screen.
Can I output something similar or is there any other codec in current ffmpeg distribution for Window that is suited better for animation then x264?
I'm using Python package to generate animation (moving geometrical objects) and ffmpeg is one of available option for encoding the results. I tried x264, and used these parameters after reading an article about encoding animation with x264:
-vcodec libx264
-preset placebo
-tune psnr
-rc-lookahead 250
However I'm not satisfied with the result, and I recall about those SWF animations produced by screen capturing programs that look so real, and fonts are rendered so realistically, like you are seeing your own screen.
Can I output something similar or is there any other codec in current ffmpeg distribution for Window that is suited better for animation then x264?