I'm looking to find how I would represent the following two strings in FFMpeg:
IBBPBBPBBPBBPBBI...
IPPPPPPPPPPPPPPI...
While getting the answer would be awesome...I'd also like it explained how to figure this stuff out for myself...as I may very well need to do this again in the future and I don't like bugging others to fix my issue for me.
I'm guessing I'd be making use of:
-bf
-b_qfactor
-b_qoffset
-b_sensitivity
-b_strategy
-i_count
-i_qfactor
-i_qoffset
-i_tex_bits
-p_count
-p_mask
-p_tex_bits
I'm also guessing my GOP would be 16: -g 16
Anyways thanks ahead of time.![]()
+ Reply to Thread
Results 1 to 3 of 3
-
-
I don't really use ffmpeg, but from reading some docs, I think:
-g 16 for 16 frame GOPs
-bf 0 for no b-frames (IPPPP...I)
-bf 2 for 2 consecutive b frames (IBBPBBPBBP....I)
Similar Threads
-
Please define the 10-bit codec
By Khalua in forum Software PlayingReplies: 2Last Post: 17th Sep 2011, 15:05 -
Virtualdub VCR capture no dropped frames but 5400 inserted frames in 1 hour
By suloku in forum Capturing and VCRReplies: 12Last Post: 17th Aug 2011, 22:33 -
How to detect and print I, B and P frames of a GOP frame
By pavithra_mdn in forum ProgrammingReplies: 1Last Post: 10th Mar 2011, 11:40 -
Define Action in GUI for DVDAuthor
By cipher1024 in forum Authoring (DVD)Replies: 14Last Post: 7th Jun 2008, 06:35 -
Define audio delay with Vstrip and DGIndex
By AleksandrIgnatov in forum ProgrammingReplies: 1Last Post: 12th Dec 2007, 11:39