Log in

View Full Version : avs script and vc1 video


Santa
25th May 2010, 21:54
I red many threads on this argument, like these:
http://forum.doom9.org/archive/index.php/t-140816.html
http://forum.doom9.org/archive/index.php/t-150414.html
http://forum.doom9.org/archive/index.php/t-137215.html
http://forum.doom9.org/archive/index.php/t-149484.html

but actually I still can't load a vc1 video file.
I need to load this file in megui to encode it with x264.
i tryed setting windows codec to ffdshow (i use windows 7 x64 and win7dsfiltertweaker to set the preferred codec) but i always get errors...
I also tryed to setup powerdvd to use cyberlink filters in graph edit but it does not work...

So my question is: how can I import a vc1 clip in MeGUI's AVS script creator to crop it and, after that, to encode it with x264 in AVC?

Guest
25th May 2010, 21:58
One option used by many is DGDecNV. You will need a supported Nvida card and $15.

but i always get errors... Nobody can help you if you do not tell us what you did and what the errors actually were.

rack04
25th May 2010, 21:58
I red many threads on this argument, like these:
http://forum.doom9.org/archive/index.php/t-140816.html
http://forum.doom9.org/archive/index.php/t-150414.html
http://forum.doom9.org/archive/index.php/t-137215.html
http://forum.doom9.org/archive/index.php/t-149484.html

but actually I still can't load a vc1 video file.
I need to load this file in megui to encode it with x264.
i tryed setting windows codec to ffdshow (i use windows 7 x64 and win7dsfiltertweaker to set the preferred codec) but i always get errors...
I also tryed to setup powerdvd to use cyberlink filters in graph edit but it does not work...

So my question is: how can I import a vc1 clip in MeGUI's AVS script creator to crop it and, after that, to encode it with x264 in AVC?

Mux the vc1 into mkv using eac3to and load the mkv into the script creator or use DGDecNV if you have a capable Nvidia graphics card.

Santa
25th May 2010, 22:25
@rack04 i don't have a capable nvidia card.

@neuron2: if my graph is
VC-1 file source (async) > Cyberlink Demuxer 2.0 > Cyberlink video encoder (PDVD10)

and my avs is:

DirectShowSource("video.grf", fps=23.976, audio=false)
ConvertToYV12()

when i load the script in megui I get this error:

AviSynth script error: directshowsource: couldn't open GRF file. Not registered Interface

(it is a translated error because i get this error in my language which is italian and may not be understandable by all of you)



If i load the mkv (which contains vc1 track only) in graphedit:
(haali media splitter mkv source) > ffdshow video decoder (libavcodec)

using the above avs script i get exactly the same error in MeGUI

Guest
25th May 2010, 23:12
Cyberlink video encoder You're using an *encoder* to decode the video?

Santa
26th May 2010, 07:28
sorry... i meant decoder, it was too late last night... :D

Forteen88
26th May 2010, 21:45
Try FFmpegSource2