> On 22 May 2017, at 17:36, Wolfgang Hugemann <a...@hugemann.de> wrote:
> 
> Hey,
> 
> I have a bunch of images that I want to convert into a video. These are, 
> however, not numbered consecuitively (not like 001.jpg, 002.jpg, ...).
> 
> Well, I could make a copy of each and rename them in such a pattern, but is 
> there a more elegant way to perform the job? File name globbing is obviously 
> not supported by the Windows version. How about piping?

Hi Wolfgang,
Piping is a bad idea, it craps out after some 40 images in my experience. (Pipe 
to pipe to pipe to….)
What about creating a Cat.txt file first, and use that as input? That works for 
me just fine.
(Although the cat.txt is done outside FFmpeg…)

hth,

Bouke


> Wolfgang Hugemann
> _______________________________________________
> 

_______________________________________________
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