[FFmpeg-trac] #1650(undetermined:new): ffmpeg does not process image sequences that do not start at frame 1 well
FFmpeg
trac at avcodec.org
Sat Aug 18 05:07:18 CEST 2012
#1650: ffmpeg does not process image sequences that do not start at frame 1 well
-------------------------------------+-------------------------------------
Reporter: throb | Type: defect
Status: new | Priority: critical
Component: | Version: git-
undetermined | master
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Summary of the bug: i am converting image sequences to mov files. my
frames are in the format of : file.%04d.jpg.
The numbering is 1379-2328. With these frame numbers ffmpeg tells me :
[image2 @ 000000000210f640] Could find no file with with path
'Z:/job/myProject/prod/io/client/client_out/20120817/FROM_VENDOR/20120817/TO_EDITORIAL/jpg/IL208_070_V004_%04d.jpg
' and index in the range 0-4
if i renumber the frames starting at frame 0001 then conversion happens
perfectly.
How to reproduce:
{{{
ffmpeg -i
z:/job/projectName/prod/io/client/client_out/20120817/FROM_VENDOR/20120817/CINESYNC/1280x720/jpg/IL208_070_V004_CC.%04d.jpg
-vcodec mjpeg -qscale 8 z:/output.mov
ffmpeg version N-43594-gf0896a6 Copyright (c) 2000-2012 the FFmpeg
developers
built on Aug 15 2012 21:29:36 with gcc 4.7.1 (GCC)
Running on Windows x64
}}}
--
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1650>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list