EDIT:I fixed it by using %% will show up as %
I am currently using ffmpeg to extract all the frames from a video and it would work great except one problem.So I created a .bat file and then found out that in windows the % symbol means something special in command line so I tried changing:
ffmpeg -i comet.avi image-%d.jpeg
to:
ffmpeg -i comet.avi "image-%d.jpeg"
also when doing:
echo "%"
pause
will show up as:
Does anyone have a solution to this?
thank you for your help if you do.
+ Reply to Thread
Results 1 to 2 of 2
-
Last edited by sonic12345; 28th Jun 2011 at 10:27. Reason: I fixed my problum
Similar Threads
-
VOB2MPG PRO command line not processing in 64bit Windows 7
By BJTHEDJ in forum SVCD2DVD & VOB2MPGReplies: 2Last Post: 6th Dec 2010, 15:53 -
Windows 7 Command line converter MOV to AVI
By guy lemaire in forum Video ConversionReplies: 2Last Post: 18th Oct 2010, 19:24 -
VOB2MPG command line problem
By Toreadore in forum SVCD2DVD & VOB2MPGReplies: 8Last Post: 28th Mar 2010, 13:58 -
Command-line command for fixing AVI?
By timur in forum ffmpegX general discussionReplies: 1Last Post: 23rd Sep 2009, 02:23 -
command line
By exekutive in forum ffmpegX general discussionReplies: 22Last Post: 1st Jun 2008, 23:44