triola Topic Starter
Posts: 2
|
 |
« on: October 16, 2009, 12:18:14 PM » |
|
From a Batch-file, how can I call an external program that requires a -literal- '%' in it's command line without the batch file evaluating the '%' as a batch-parameter?
Example: ffmpeg -i vid.avi -f 20 image2 image%04d.jpg
This would capture frames to a sequence of jpg images, resulting in an output such as:
image0001.jpg image0002.jpg image0003.jpg etc.
The Example works fine from a normal command-line, but from within a batch-file, it gets mangled.
Thanks, Tim
|