View Full Version : Avisynth Playback
JLe2k
25th November 2007, 11:58
Hi, recently I just formatted my computer with a new install of windows xp. Currently I have cccp (http://www.cccp-project.net/) installed and avisynth. I just made a really basic script for subbing a video file and to test the script I played it back. When I played the video it played perfectly but when i tested the avs script it just played the video and no audo. So could anyone please help me .
neuron2
25th November 2007, 13:22
:script:
JLe2k
25th November 2007, 21:32
:script:
DirectShowSource("cvt_2704-episode-043-the-family-assembles-at-saionji.avs")
LoadPlugin("C:\VSFilter.dll")
TextSub("C:\23.sub")
Leak
25th November 2007, 22:52
DirectShowSource("cvt_2704-episode-043-the-family-assembles-at-saionji.avs")
LoadPlugin("C:\VSFilter.dll")
TextSub("C:\23.sub")
Wait a second - you're loading a different AviSynth script via DirectShowSource? That's... interesting... to say the least.
Any reason you're not simply using Import(...) to include it's contents directly in the above script and applying the subtitles directly to that? That would seem much less prone to breakage IMHO...
np: Bola - O, Chuma (Fyuti)
JLe2k
25th November 2007, 23:19
sorry that's a typo, it's supposed to be .avi
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.