Log in

View Full Version : Import of AVS Script in Procoder 3 not working Please Help


zeropc
8th June 2008, 08:13
i'm pretty new to all the avs scripting but i had some sucsess with it using hdcen. but my problem is with procoder 3. i simply can't get an avs script properly imported.

i have avisynth 2.5.7 installed and my scripts look like this...

direct source import
DirectShowSource("E:\movie\new-film.m2ts",fps=23.976,audio=false)

usage of dgavcindex
AVCSource("F:\homer.dga")

using these scripts in hcenc is no problem but procoder just doesn't like them.

please help me doing it right :)

thanks

Wilbert
8th June 2008, 12:16
Perhaps it doesn't like YV12. Add ConvertToYUY2 to the end of your script.

zeropc
8th June 2008, 12:23
that did it for the avc streams but not for vc1. procoder imports it but the value of the stream is all wrong. when i select advanced then i get the following error message:

the script's return value was not a video clip

here is the full script i used

DirectShowSource("H:\TEST_BR\BDMV\STREAM\00001.m2ts",fps=23.976,audio=false)
ConvertToYUY2

zeropc
11th June 2008, 12:09
can no one help me with the vc1 stream import problem?

Guest
11th June 2008, 13:51
Does the script preview correctly in VirtualDub?

zeropc
11th June 2008, 20:34
Does the script preview correctly in VirtualDub?

when i import the avs script i get the following error message...

couldn't locate decompressor for format 'yv12' (unknown).

this happens with avc and vc1 streams.

45tripp
11th June 2008, 20:39
you need a yv12 decoder.
in ffdshow vfw config, set raw to yv12.
or install xvid, or helix yuv codecs

or just feed with yuy2