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.
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, 01:07 -
Will Avisynth 'Directshowsource' Produce Reduced Quality in Frames Served?
By Chakra in forum Newbie / General discussionsReplies: 4Last Post: 1st Nov 2011, 09:25 -
avisynth: directShowSource, ffVideoSource, avcSource -- speed
By adom in forum Video ConversionReplies: 8Last Post: 14th Jun 2011, 20:35 -
1920x1080 mov, avisynth directshowsource = 1440x1080?!?!
By duhmez in forum Video ConversionReplies: 5Last Post: 5th May 2011, 06:01 -
Lost ability to use Avisynth script to open .flv file with virtualdub.
By DaneClark in forum Video ConversionReplies: 4Last Post: 20th Feb 2011, 11:33