On 1/31/2022 2:22 AM, Adam Nielsen via ffmpeg-user wrote:
Instead of trying to repurpose FFmpeg to make it your whole application,
you could try making your application work with FFmpeg.

That's usually my reaction when someone wants to do this kind of thing.

AFAICT, there have been a fair few requests for usage or features which would be easy to write in any scripting language whereas the ffmpeg command syntax gets complicated or brittle trying to do the same thing. Need to wait for a file? Write a script. Need to process some but not all files in a directory? Write a script. Etc. It's also common for people to try ramming their entire pipeline into a single command, not always a good idea IMHO.


All that aside, since it sounds like this is a single image, it might be easier to do this in imagemagick.

Later,

z!
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to