Am Di., 15. Okt. 2019 um 01:20 Uhr schrieb James Tan <jtan...@gmail.com>:
>
> The inputs are all images which have the same resolution, are taken from
> the same GoPro, etc. If I manually move all the images to one folder, it
> easily concatenates them all and does what I want. I can also do
>
> ffmpeg -pattern_type glob -i '*/*.JPG' \
> -r 24 -c:v libx264 -crf 23 -preset fast -pix_fmt yuv420p tl11_fast.mp4

This command uses one input (one "-i" option) that does not need
concatenation...

> which does concatenate them all, but this actually puts Burst Sequence 5
> and 6 before Time Lapse 11 because of alphabetical order I assume.

... but as you found out glob has its disadvantages, use numbering instead.

Please do not top-post here, Carl Eugen
_______________________________________________
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