Tweaking DVD video for someone and find the vob files and subsequent mpegs are top field first.
Is it possible or even necessary to change this to bottom field first?
Thanks.
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 10 of 10
			
		- 
	
- 
	Further searching led me to this script 
 
 # TFF (or BFF) interlaced YV12 video
 ConvertToYUY2(interlaced=true)
 Crop(0,1,-0,-0) # remove top scan line
 AddBorders(0,0,0,1) # add one scan line to the bottom
 # TFF converted to BFF (or BFF converted to TFF)
 ConvertToYV12(interlaced=true)
- 
	Yes, you can do that or: 
 But DVD supports both TFF and BFF so there's no reason to convert.Code:SeparateFields() Trim(1,0) Weave() 
- 
	I also read (maybe I imagined it) that TFF produces the better player compatability. 
 
 I will even encode BFF (DV) as TFF mpeg2 for dvd. In fact that is all that procoder will allow (unless I missed something)
 
 It might help if you also stated why you feel that you need to change this
- 
	
- 
	BFF is not the norm. Almost all commercial interlaced DVD's I've seen are TFF. 
- 
	BFF norm for DV. TFF norm for almost everything else. Last edited by sanlyn; 19th Mar 2014 at 11:24. 
- 
	Well 'ya learn something new everyday. The DVD's I've burned show up as BFF as does any DV video I've captured which is what I was going by. On one commercial DVD I checked that would actually let me see anything about the file info with Mediainfo it shows TFF. 
 
 So, why do they make the DVD's with TFF instead of BFF?
Similar Threads
- 
  tff to bff with avisynthBy codemaster in forum Video ConversionReplies: 14Last Post: 24th Sep 2013, 18:33
- 
  How to determine TFF or BFF for deinterlacing?By enim in forum Newbie / General discussionsReplies: 16Last Post: 28th May 2013, 11:39
- 
  analogue video interlacing - does BFF/TFF have any meaning?By intracube in forum Newbie / General discussionsReplies: 5Last Post: 25th Jul 2012, 19:22
- 
  Dazzle DVC100 BFF vs. TFFBy Zabar12 in forum Capturing and VCRReplies: 13Last Post: 12th Jan 2012, 07:29
- 
  TFF / BFF What's the real story?By ggrussell01 in forum Video ConversionReplies: 18Last Post: 5th Feb 2011, 04:52


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

 Quote
 Quote 
			