[FFmpeg-user] need help

Abeer Awad abeerawad at yahoo.com
Thu Jan 19 17:20:02 CET 2012


i tried it but the output files are : outfile-00001.jpg, outfile-00002.jpg ...., the type does not appear in the file name, so what to do?

 

________________________________
 From: Donald McLachlan <Donald.McLachlan at crc.ca>
To: FFmpeg user questions and RTFMs <ffmpeg-user at ffmpeg.org> 
Sent: Thursday, January 19, 2012 4:35 PM
Subject: Re: [FFmpeg-user] need help
  


On 19/01/2012 9:26 AM, Carl Eugen Hoyos wrote:
> Abeer Awad<abeerawad<at>  yahoo.com>  writes:
> 
>> hi, i need a ffmpeg command that extracts the I,P B frames as images in the
> "Images" is a vague term and it certainly contradicts "-f mp4".
> 
>> folder and i want to know the GOP pattern , and how to recognize them as
>> inages to which type they belong(I,P,or B)? can anyone help me? i tried this
>> ffmpeg -i video.mpg -vf "select='eq(pict_type,I)' " -acodec copy -f mp4 -y /b
> (What is "/b"?)
> Why do you copy audio if you are only interested in video?

I don't know how to do it, but it sounds like the original poster wants a variation on "ffmpeg -i video.mpg -f image2 -qscale1 outfile-%05d.jpeg" such that the output contains the unadulterated I, P, or B frames (not jpeg files) with the filenames indicate whether they are I, P, or B frames.  Abeer, is that correct?


_______________________________________________
ffmpeg-user mailing list
ffmpeg-user at ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user


More information about the ffmpeg-user mailing list