[FFmpeg-user] image2 Demuxer Issue
Tim Nicholson
nichot20 at yahoo.com
Fri Jul 6 08:38:20 CEST 2012
On 05/07/12 15:46, Andrew Dennis wrote:
> Did some testing and found something.
> If I have frame/files numbered like:
> image.1001.dpx, image.1002.dpx.......
>
> and run the command
>
> ffmpeg -i image.%04d.dpx image.%04d.jpg
>
> I get that the file is not found, no matter what the character is before the '%'.
>
> But, if I change the command to:
>
> ffmpeg -i image.10%02d.dpx image.10%02d.jpg
>
> Command runs just fine.
>
> So it appears that the demuxer can't handle starting at 1001?
>
http://ffmpeg.org/ffmpeg.html#image2-1
"If the pattern contains "%d" or "%0Nd", the first filename of the file
list specified by the pattern must contain a number inclusively
contained between 0 and 4, all the following numbers must be sequential.
This limitation may be hopefully fixed. "
--
Tim
More information about the ffmpeg-user
mailing list