xekon
24th September 2011, 08:31
I am using Avisynth for the first time. I have been using HandbrakeCLI for a long while now with bash scripts that Ive written.
With Avisynth installed and CCCP, I am able to use avisynth with an mkv from bluray source encoded using x264:
Here is the script I used to test my AviSynth installation
work.avs (This works, The hali media spliter and ffdshow load into the task tray. and I have video and audio)
DirectShowSource("E:\video\BD 1080p\copout.mkv")
First, let me say that I am trying to use AviSynth to remove the pulldown from an episode which has a pulldown error: http://forum.doom9.org/showthread.php?t=162611
DGMPGDec DGdecode was the only way that I found to get the DVD video accessible by avisynth, if there is another way to get my dvd video readable then please let me know(without re-encoding/ loosing quality)
I have simplified my script to the bare necessities and it still does not play.
I cannot get this simple script using DGdecode to work, any tips suggesions? is there a way I can troubleshoot this?
loadplugin("E:\avisynth\plugins\DGDecode.dll")
mpeg2source("E:\DBZ1_4\VIDEO_TS\VTS_01_1.d2v")
VTS_01_1.d2v was created using DGIndex.exe, in DGIndex.exe I loaded the two .Vob files that had the episode im trying to encode and then saved the project which gave me the .d2v file.
Windows media player says it encountered a problem and vlc does not even try and play the file, and media player classic gives me this:
http://sites.google.com/site/jakejsite/help2.jpg
With Avisynth installed and CCCP, I am able to use avisynth with an mkv from bluray source encoded using x264:
Here is the script I used to test my AviSynth installation
work.avs (This works, The hali media spliter and ffdshow load into the task tray. and I have video and audio)
DirectShowSource("E:\video\BD 1080p\copout.mkv")
First, let me say that I am trying to use AviSynth to remove the pulldown from an episode which has a pulldown error: http://forum.doom9.org/showthread.php?t=162611
DGMPGDec DGdecode was the only way that I found to get the DVD video accessible by avisynth, if there is another way to get my dvd video readable then please let me know(without re-encoding/ loosing quality)
I have simplified my script to the bare necessities and it still does not play.
I cannot get this simple script using DGdecode to work, any tips suggesions? is there a way I can troubleshoot this?
loadplugin("E:\avisynth\plugins\DGDecode.dll")
mpeg2source("E:\DBZ1_4\VIDEO_TS\VTS_01_1.d2v")
VTS_01_1.d2v was created using DGIndex.exe, in DGIndex.exe I loaded the two .Vob files that had the episode im trying to encode and then saved the project which gave me the .d2v file.
Windows media player says it encountered a problem and vlc does not even try and play the file, and media player classic gives me this:
http://sites.google.com/site/jakejsite/help2.jpg