hi,
I want to compress a raw video .y4m to mpg, and I want then to extract the frames from the mpg video, I need the GOP of the compression to be :IBBPBBPBBPBBPBBIBBP....15:2,
I used this command:
ffmpeg -i video.ym4 -vcodec libx264 -sameq -y -r 30 output.avi 2>list.txt
ffmpeg -i output.avi -vcodec libx264 -y -sameq -vf showinfo -y -f image2 image%3d.jpeg -r 30 2>list1.txt
sorry, Im new to ffmpeg, please help me, this is the input to my project, it is the important step to me.
+ Reply to Thread
Results 1 to 2 of 2
-
-
THe output contains only 2 I frames, 100 P and 198 B frames, it is not 15:2 GOP, what to do
Similar Threads
-
Convert to MXF file with closed GOP every GOP?
By Gobblor in forum Video ConversionReplies: 0Last Post: 17th May 2012, 04:27 -
BD / DVD Digital Video Quality as compared to Uncompressed RAW video.
By Bonie81 in forum Newbie / General discussionsReplies: 4Last Post: 5th Dec 2010, 08:11 -
How to convert .flv (flash video) to .avi or .mpg
By hitrec in forum User guidesReplies: 181Last Post: 17th Apr 2010, 16:14 -
Transferring raw video from Sony miniDV to PC
By TahoeTexan in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 1Last Post: 16th Apr 2008, 18:01 -
Raw RGB video viewing
By masrepus in forum Software PlayingReplies: 2Last Post: 4th Feb 2008, 10:11