adrianmak
4th February 2007, 10:49
I have a video encoded in h264 with mp3 audio stream and in avi container.
VDM 1.5.10.2 can open the video directly without any problem. But when VDM opened the video thru avs script , it produced "could not decompress frame 0" error
this is my script
Loadplugin("vsfilter.dll")
AviSource("myvideo.avi")
return textsub("01.ass").textsub("staff.ssa")
VDM 1.5.10.2 can open the video directly without any problem. But when VDM opened the video thru avs script , it produced "could not decompress frame 0" error
this is my script
Loadplugin("vsfilter.dll")
AviSource("myvideo.avi")
return textsub("01.ass").textsub("staff.ssa")