kerman
3rd November 2008, 22:18
Im trying to convert a x264 mkv movie to m2v for further dvd authoring with dvdmaestro. i first demux with mkvextract, getting the video file .h264 and audio .ac3
The problem comes when I try to feed it to HC with this Avisynt script:
DirectShowSource("C:\red.cliff.2008.720p.bluray.x264-cinefile.h264",fps=25,audio=false)
ConvertToYV12
Spline36Resize(720,576)
#denoise
And this is the error message I got in HC:
"Error loading Avisynth script,DirectShowSource: couldn't create filter graph: Clase no registrada (C:\BaseHD_BDVD.avs, line 1)"
I have all the right codecs installed, so i can perfectly see all my mkvs on pc, as well Haali and ffdshow.
What the problem could be due to?
The problem comes when I try to feed it to HC with this Avisynt script:
DirectShowSource("C:\red.cliff.2008.720p.bluray.x264-cinefile.h264",fps=25,audio=false)
ConvertToYV12
Spline36Resize(720,576)
#denoise
And this is the error message I got in HC:
"Error loading Avisynth script,DirectShowSource: couldn't create filter graph: Clase no registrada (C:\BaseHD_BDVD.avs, line 1)"
I have all the right codecs installed, so i can perfectly see all my mkvs on pc, as well Haali and ffdshow.
What the problem could be due to?