original source is from HD PVR (*.ts) recorded from tv (1080i50) - MTV nHD.
What I describe below is my own approach and it may be 100% wrong as I do not know too much about it.
After recording when I play back the file I got the information that it is 25 fps and interlaced - thats correct.
But I noticed that some music videos played on MTV nHD are not interlaced (2 fields responsible for frame are almost identical and don't create "comb" effect at all) - I checked i t with avisynth separatefield() command.
Since my goal is to make this music play on my portable pmp (cowon q5) I have to convert it to xVid - resolution 800x448.
And since these fields are almost identical I decided to do this as follows:
DirectShowSource("e:\_libs\Videos\_tv\_alexisJorda n_goodGirl.ts")
assumeTFF()
separateFields()
selectOdd()
crop(8,4,-0,-4)
Spline64Resize(800,448)
and when I play the resulting clip on my computer everything is fine but when playing on pmp audio is delayed.
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 4 of 4
			
		- 
	Last edited by adom; 21st Mar 2011 at 03:47. 
- 
	small correction (I tried these conversions so many times that I alredy lost myself  
 
 there is no a/v sync problems on my pmp only if I convert songs which were recorded in 720p (set on satelite tuner) - then I get 50fps progressive and this material I can convert with following script:
 
 DirectShowSource("e:\_libs\Videos\_tv\_alexisJorda n_goodGirl.ts")
 crop(8,4,-0,-4)
 Spline64Resize(800,448)
 
 and pmp plays fine - no a/v delay
 
 I got problems (a/v delay) when converting from 1080i (set on sat tuner).
 
 Playing after convertion in vDub there's small a/v delay even on my computer - but on pmp the delay is much greater.Last edited by adom; 21st Mar 2011 at 03:49. 
- 
	no... it's still not right... 
 
 could anybody take a look at the file in attachment - it is 16 sec long video which I cut using videoRedo
 I need it as xvid:
 video: 800x448, 25 fps, bitrate <= 4000,
 audio: 48kHz, ac3, 2 channels, max 196 kb
 
 whatever I do (convert) audio is always delayed when I play on my pmp.
 
 Thank You very much for any help.
Similar Threads
- 
  MKV file audio out of sync on my computer, inferior computer plays perfectBy dave in or in forum Newbie / General discussionsReplies: 7Last Post: 5th Aug 2011, 22:56
- 
  audio out of sync with MKV files, but an inferior computer plays perfectBy dave in or in forum AudioReplies: 3Last Post: 4th Aug 2011, 16:32
- 
  RAmos RM400 PMP A/V sync difficulties.By Graffiti Writer in forum Portable VideoReplies: 21Last Post: 18th Aug 2008, 00:03
- 
  DVD Plays fine on computer but is screwed up on standalonesBy jalopy6 in forum Newbie / General discussionsReplies: 9Last Post: 14th Feb 2008, 09:17
- 
  Canon widescreen plays 4:3 on computerBy yurkyurk in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 1Last Post: 10th Jan 2008, 06:06


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

 Quote
 Quote