Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
![]() |
#1 | Link |
Registered User
Join Date: May 2013
Posts: 31
|
Extracting frames from mp4 clip using ffmpeg
Hi, I'm using ffmpeg to extract all frames contained in a 10 seconds mp4 file (avc/no audio), this is the syntax of the bat file (name: "extract-frames.bat"):
Code:
ffmpeg -i input.mp4 -r 1 output%05d.png pause Code:
[image2 @ 022fcce0] Could not open file : outputC:\Jan2014\01\extract-frames.bat5d.png av_interleaved_write_frame(): Input/output error I was following this example: http://www.alecjacobson.com/weblog/?p=2102 |
![]() |
![]() |
Tags |
batch, extract, ffmpeg, frames, mp4 |
Thread Tools | Search this Thread |
Display Modes | |
|
|