VideoHelp Forum




+ Reply to Thread
Results 1 to 2 of 2
  1. Member
    Join Date
    Jul 2010
    Location
    United Sates Of America
    Search Comp PM
    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:
    Name:  echo.png
Views: 3066
Size:  333 Bytes
    Does anyone have a solution to this?
    thank you for your help if you do.
    Last edited by sonic12345; 28th Jun 2011 at 10:27. Reason: I fixed my problum
    Quote Quote  
  2. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    Yep, use %%.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!