[FFmpeg-user] HELP !

Kieran O Leary kieran.o.leary at gmail.com
Tue Aug 23 12:57:25 EEST 2016


Hi Nicolas,

On Tue, Aug 23, 2016 at 10:37 AM, Nicolas Sampson <nospmas1939 at gmail.com> wrote:
> Greetings to one and all!!!
>

>
> What I am trying to do is: be able to copy a number of files into a folder
> and have Ffmpeg convert the first, then loop to the second, etc. etc. and
> obviously stop at the last one in the loop.  Is this possible, and how?
>

This is possible. If you don't want to get into scripting, you should
be able to run this in your terminal as a one liner. Which operating
system do you use and are all your h265 files in the same kind of
container?

> This is the current formula I use and I would like to add the loop into it:
>
> ffmpeg -i "xxx.zzz" -c:v lib264 -framerate 25 -crf 21 -c:a libmp3lame -b:a
> 190k -b:v 3000k -filter:a "volume=2" "xxx.zzz"
>

Do you need to have -framerate 25 in there? What is the source fps?

Best,

Kieran.


More information about the ffmpeg-user mailing list