New submission from Eva <[email protected]>:

There seems to be a problem with the way ffmpeg parses it's command line:

ffmpeg -f image2 -i S:\2009-06-03\2009-06-03_002\2009-06-03_002_%03d.jpg tst.mpg

returns this:
FFmpeg version SVN-r22644, Copyright (c) 2000-2010 the FFmpeg developers
  built on Mar 23 2010 06:10:04 with gcc 4.4.2
  configuration: --enable-memalign-hack --cross-prefix=i686-mingw32- --cc=ccache
-i686-mingw32-gcc --arch=i686 --target-os=mingw32 --enable-runtime-cpudetect --e
nable-avisynth --enable-gpl --enable-version3 --enable-bzlib --enable-libgsm --e
nable-libfaad --enable-pthreads --enable-libvorbis --enable-libtheora --enable-l
ibspeex --enable-libmp3lame --enable-libopenjpeg --enable-libxvid --enable-libsc
hroedinger --enable-libx264 --enable-libopencore_amrwb --enable-libopencore_amrn
b
  libavutil     50.12. 0 / 50.12. 0
  libavcodec    52.59. 0 / 52.59. 0
  libavformat   52.57. 1 / 52.57. 1
  libavdevice   52. 2. 0 / 52. 2. 0
  libswscale     0.10. 0 /  0.10. 0
S:\2009-06-03\2009-06-03_002\2009-06-03_002_%03d.jpg: no such file or directory

but the files exist just fine, as can be shown by running

ffmpeg -f image2 -i S:\2009-06-03\2009-06-03_002\2009-06-03_002_210.jpg ts t.mpg

without any errors.

----------
messages: 9978
priority: normal
status: new
substatus: new
title: ffmpeg cannot parse command line
type: bug

________________________________________________
FFmpeg issue tracker <[email protected]>
<https://roundup.ffmpeg.org/issue1844>
________________________________________________

Reply via email to