Log in

View Full Version : Force AVS to use a decoder


user822
18th June 2009, 20:29
hi!

i have graphedit here and it uses ffdshow

when i start encoding a movie avs/x264 it does not use ffdshow(it does not even work at all)

the official page says:
Opens a DV clip with the MS DV decoder:

DirectShowSource("F:\DVCodecs\Analysis\Ced_dv.avi") # MS-DV


does this work with ffdshow too?

second try:

Opens a GraphEdit file:

DirectShowSource("F:\graph.grf")


i tried this opening the grf but it also did not work for me

is there any solution to my problem?

Thanks
user

Edit: for about one second ffdshow was started but then it stopped again

Chikuzen
19th June 2009, 17:00
Is colorspace YV12?

DirectShowSource("F:\DVCodecs\Analysis\Ced_dv.avi").ConvertToYV12(interlaced=***)

user822
21st June 2009, 11:16
Is colorspace YV12?

DirectShowSource("F:\DVCodecs\Analysis\Ced_dv.avi").ConvertToYV12(interlaced=***)

it is YV12, yep

Atak_Snajpera
21st June 2009, 12:03
http://img7.imageshack.us/img7/3708/new1z.png

GodofaGap
21st June 2009, 13:03
Perhaps ffdshow has blacklisted the encoder you use, but not the program you preview the script with?

user822
27th June 2009, 13:53
hi guys

thanks for your help
I now (finally) found how to do:

DirectshowSource("1.grf", fps=25, framecount=133340, audio=false)

Graphstudio really helps, i just did not know how to make the grf file(forgot to remove the video renderer) and that i had to keep infos like fps and framecount


greetings
user