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 codecBy Khalua in forum Software PlayingReplies: 2Last Post: 17th Sep 2011, 16:05
- 
  Virtualdub VCR capture no dropped frames but 5400 inserted frames in 1 hourBy suloku in forum Capturing and VCRReplies: 12Last Post: 17th Aug 2011, 23:33
- 
  How to detect and print I, B and P frames of a GOP frameBy pavithra_mdn in forum ProgrammingReplies: 1Last Post: 10th Mar 2011, 12:40
- 
  Define Action in GUI for DVDAuthorBy cipher1024 in forum Authoring (DVD)Replies: 14Last Post: 7th Jun 2008, 07:35
- 
  Define audio delay with Vstrip and DGIndexBy AleksandrIgnatov in forum ProgrammingReplies: 1Last Post: 12th Dec 2007, 12:39


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			

 Quote
 Quote