#2867: Ffmpeg doesn't understand pattern, like "photo*.jpg" and syntax like
"photo%03d.jpg"
-----------------------------------+----------------------------------
             Reporter:  amitoria   |                    Owner:
                 Type:  defect     |                   Status:  new
             Priority:  important  |                Component:  FFmpeg
              Version:  1.2.2      |               Resolution:
             Keywords:             |               Blocked By:
             Blocking:             |  Reproduced by developer:  0
Analyzed by developer:  0          |
-----------------------------------+----------------------------------

Comment (by thilo.borgmann):

 Replying to [comment:3 amitoria]:
 [...]
 > I think, it would be nice to exclude from ffmpeg's command syntax the
 '%' symbol, because it used by command shell.

 All you need to do is to escape your '%' symbol properly if that symbol is
 to be used by the program invoked and not meant to be handled by the
 shell.

 In your case escape % with % and type: "photo%%03d.jpg".

 -Thilo

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/2867#comment:4>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://avcodec.org/mailman/listinfo/ffmpeg-trac

Reply via email to