MasamuneXGP
20th October 2010, 06:12
Greetings all,
I have a softsubbed mkv video that makes use of ordered chapters to split pieces into different files, with ASS subs in each piece. I want to make an AVISynth script that plays the whole video with subs, so I can reencode it into a single hardsubbed file. Is there a quick and painless way to do this? Ordinarily I'd use TextSub, but I can't here because there are multiple files involved. I want to just use DirectShowSource and have DirectVobSub render the subs normally, but it seems that when I use DirectShowSource, DirectVobSub is prevented from loading (it loads and then unloads) and the video plays without subs, but with the chapters loaded correctly at least. How do I get subs on there?
Thanks
I have a softsubbed mkv video that makes use of ordered chapters to split pieces into different files, with ASS subs in each piece. I want to make an AVISynth script that plays the whole video with subs, so I can reencode it into a single hardsubbed file. Is there a quick and painless way to do this? Ordinarily I'd use TextSub, but I can't here because there are multiple files involved. I want to just use DirectShowSource and have DirectVobSub render the subs normally, but it seems that when I use DirectShowSource, DirectVobSub is prevented from loading (it loads and then unloads) and the video plays without subs, but with the chapters loaded correctly at least. How do I get subs on there?
Thanks