[FFmpeg-user] image2 Demuxer Issue

Andrew Dennis andrew.dennis at bydeluxe.com
Thu Jul 5 16:46:15 CEST 2012


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?

A





> -----Original Message-----
> From: ffmpeg-user-bounces at ffmpeg.org [mailto:ffmpeg-user-
> bounces at ffmpeg.org] On Behalf Of Michael Bradshaw
> Sent: Tuesday, July 03, 2012 2:58 PM
> To: FFmpeg user questions and RTFMs
> Subject: Re: [FFmpeg-user] image2 Demuxer Issue
>
> On Tue, Jul 3, 2012 at 2:37 PM, Andrew Dennis
> <andrew.dennis at bydeluxe.com> wrote:
> > When I run the following command I get an error "No such file or
> directory".
>
> Please provide complete, uncut command and console output.
>
> Also, consider trying with current git head.
>
> --Michael
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user


This e-mail and any attachments are intended only for use by the addressee(s) named herein and may contain confidential information. If you are not the intended recipient of this e-mail, you are hereby notified any dissemination, distribution or copying of this email and any attachments is strictly prohibited. If you receive this email in error, please immediately notify the sender by return email and permanently delete the original, any copy and any printout thereof. The integrity and security of e-mail cannot be guaranteed.


More information about the ffmpeg-user mailing list