Error with VirtualDub application help

Asked By 10 points N/A Posted on -
qa-featured

Friends I wish if any one resolves this error message which you can see at the below attached image. Please help me.

 
 
‘VirtualDub Error
Avisynth read error:
FFVideoSource: Insanity detected: decoder returned an empty frame’

 

SHARE
Answered By 30 points N/A #150951

Error with VirtualDub application help

qa-featured
Hi there,
 
This is a known issue that can easily be fixed.
 
Fast solution of your problem is to call ffvideosource like this:
 
ffvideosource("c:folder1folder2filename.mkv", seekmode=0)
 
"Decoder returned an empty frame" is a quite annoying error and you'll need to do this every time you get the error and it will most likely happen a lot.
 
All time solution is to update to a newer build of FFMS2 as the issue is fixed in all versions after June 2012.

Related Questions