Forum Replies Created

  • Thomas Monk

    April 8, 2013 at 8:03 am in reply to: Total newbie 🙁

    Thanks Lou 🙂

  • Thomas Monk

    April 6, 2013 at 10:40 am in reply to: Total newbie 🙁

    Okay, thanks guys. That double %% did the trick and I also had to put path names in 8.3 format; e.g. “Program Files” became “Progra~1”.

    I have some issues with output format/quality and cropping at the moment, but I’m sure I’ll get that sorted now I’m actually generating a movie.

    Here’s the basic batch file entry I’m using at present:

    ffmpeg -f image2 -r 24 -i C:\Progra~1\ffmpeg\frames\reel_1\frame-0%%05d.jpg -target pal-dvd movie.mpg

    The -start_number option works, although I can’t find it mentioned anywhere. I was trying to find if there’s an equivalent -end_number option. I’ll have an experiment.

  • Thomas Monk

    April 4, 2013 at 2:43 pm in reply to: Total newbie 🙁

    I’m running the following single line in a batch file (run.bat):

    ffmpeg -f image2 -start_number 7723 -r 25 -i /tmp/img%05d.jpg filter=”-vf crop=1500:1080:210:0″ -target pal-dvd output.mpg

    But ffmpeg keeps reporting that it cannot find the file:

    /tmp/imgC:Program Filesffmpegbinrun.bat05d.jpg

    For some reason % is being replaced by the path and name of my batch file.

    This is driving me bonkers!

  • Thomas Monk

    April 3, 2013 at 7:35 pm in reply to: Total newbie 🙁

    Sorry Jim, but this doesn’t seem to work at all. I think something has gone awry with spurious formatting such as “ “.

  • Thomas Monk

    April 3, 2013 at 3:53 pm in reply to: Total newbie 🙁

    Thanks for your help Jim. Do I need to specify the full path; i.e. C:\frames\frame-%05d.jpg ? And in light of my slight filename amendment; i.e. frame-000000.jpg to frame-058655.jpg do I need to put frame-%06d.jpg ?

  • Thomas Monk

    April 3, 2013 at 1:43 pm in reply to: Total newbie 🙁

    Sorry, I left a zero out my last frame number, should be “frame-000000.jpg” to “frame-058655.jpg”.

  • Thomas Monk

    April 3, 2013 at 8:17 am in reply to: Total newbie 🙁

    210 pixels from each side.

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy