[FFmpeg-user] small mp4 videos for advertisement
William Caulfield
william.caulfield at contentbridge.tv
Tue May 16 02:19:32 EEST 2017
Many ways to go after this. Just to get you started:
ffmpeg -i $INPUT -c:v libx264 -an -s 720x940 -crf 16 -maxrate 450k
-bufsize 380k -pix_fmt yuv420p $OUTPUT
the -an loses the audio, which I assume you don't need.
On Sat, May 13, 2017 at 11:41 PM, negin tebyani <negin.tebyani at gmail.com>
wrote:
> I have these very small mp4 files, that have a good quality and they are
> for advertisement. frames change rarely in these videos and I need to
> encode some advertisement videos like these. for example this one is about
> 11 seconds and is 620kb. this is what I am looking forward to do.
>
> http://malltina.com/upload/index_animation/JS-Boutique-Womens-Bateau.mp4
>
> how can I achieve this?
>
> _______________________________________________
>
*William Caulfield *| *ContentBridge Systems*
More information about the ffmpeg-user
mailing list