Hi Nicolas,

On Tue, Aug 23, 2016 at 10:37 AM, Nicolas Sampson <nospmas1...@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.
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://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