[FFmpeg-user] why is ffmpeg trying to overwrite an input file?
Dave Stevens
geek at uniserve.com
Sun Oct 20 03:01:38 EEST 2019
On Sun, 20 Oct 2019 00:56:47 +0200
Carl Eugen Hoyos <ceffmpeg at gmail.com> wrote:
> > Am 19.10.2019 um 22:43 schrieb Dave Stevens <geek at uniserve.com>:
> >
> > I have about 100 png files that are named with their creation date
> > like this: '2019-10-18-204759_1366x768_scrot.png' . The collating
> > sequence is the same as their chronological sequence. I found what
> > seemed to be a reasonable suggestion to use:
> >
> > ffmpeg -framerate 24 -i *.png output.mp4
>
> See:
> http://ffmpeg.org/ffmpeg-formats.html#image2-1
>
> Use the glob option if you cannot rename your input files to
> xyz001.png to xyz100.png
yes this worked:
ffmpeg -framerate 24 -pattern_type glob -i "*.png" output.mp4
thanks very much!
d
>
> Note that the behaviour you see is mostly independent of FFmpeg and
> will not be changed.
>
> Carl Eugen
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".
More information about the ffmpeg-user
mailing list