I have a question how can I do if the file has the same extension in case it is gif to gif. ffmpeg no convert to the same extension. Make ffmpeg just ignore the file?
I'm currently using -ss 5 -i filename.gif -t 10 -pix_fmt rgb24 filename.gif 2> & 1 ";
In my project there are other extensions, but it would not be necessary to convert a file that is already in the desired extension.
Every help is welcome. Thanks in advance.