I met a strange problem.
I downloaded a 1 min 720 P film from the Youtube.
http://www.youtube.com/watch?v=qaOvHKG0Tio
I found that when I put it into avisynth, the first 50 frames were lost, it means first 2 secs of video disappeared.
I use the following:
DirectshowSource("Microsoft 2014 Super Bowl Commercial_ Empowering.mp4",fps=23.976,convertfps=true)
I can not find any clue that what the problem is.
If anybody have met the same problem?
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 3 of 3
			
		- 
	
- 
	What you get with DirectShowSource() will depend on what DirectShow filters you have installed. I have no problem with that video and DirectShowSource() here. But try using ffms2 instead. 
 
 https://code.google.com/p/ffmpegsource/Code:A=ffAudioSource("Microsoft 2014 Super Bowl Commercial_ Empowering.mp4") V=ffVideoSource("Microsoft 2014 Super Bowl Commercial_ Empowering.mp4") AudioDub(V, A)
Similar Threads
- 
  An odd Avisynth/DirectShowSource/MPC-HC problem.By hello_hello in forum Video ConversionReplies: 1Last Post: 18th Dec 2013, 02:07
- 
  Will Avisynth 'Directshowsource' Produce Reduced Quality in Frames Served?By Chakra in forum Newbie / General discussionsReplies: 4Last Post: 1st Nov 2011, 10:25
- 
  avisynth: directShowSource, ffVideoSource, avcSource -- speedBy adom in forum Video ConversionReplies: 8Last Post: 14th Jun 2011, 21:35
- 
  1920x1080 mov, avisynth directshowsource = 1440x1080?!?!By duhmez in forum Video ConversionReplies: 5Last Post: 5th May 2011, 07:01
- 
  Lost ability to use Avisynth script to open .flv file with virtualdub.By DaneClark in forum Video ConversionReplies: 4Last Post: 20th Feb 2011, 12:33


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

 Quote
 Quote