Relative Content

Tag Archive for ffmpeg

ffmpeg command have high cpu usage

I’m trying to use ffmpeg to record my screen but this command below is consuming 6% of the CPU.
It appears that VBR does not work and the video is not 60fps.

Adding a custom filter to FFmpeg

I am looking to configure and compile FFmpeg with custom filter.
custom filters are available on this git repository which is compiled with older ffmpeg version
https://github.com/numberwolf/FFmpeg-PlusPlus

FFmpeg individual image zoom-in transition

I’m stuck with an ffmpeg command that needs to generate a video. Originally, I had an ffmpeg command that would loop through images and change after a certain amount of time. Now, to improve the video a little bit, I wish to add a zoom in effect on each image.