I'm having serious problems understanding CCE and have searched for an hour with no helpful results.
With TMPGEnc, If I have file.avi and file.srt in the same directory, the subtitles are burned onto the final video when the avi is turned into .m2v
Is there a way to do this with CCE? CCE is much faster at converting my video and I'd hope that adding subtitles wouldn't change that by much. But what exactly do I have to do, as I don't see any option in the program for subtitles?
+ Reply to Thread
Results 1 to 8 of 8
-
-
Gah, I'm going crazy because nothing is working.
I have an avi and an srt, and I want to encode with CCE.
Code:# -= AviSynth script by FitCD v1.1.2 =- LoadPlugin("c:\......\textsub.vdf") AviSource("C:\WINDOWS\Desktop\xxx.avi") BicubicResize(320,384,0,0.6,4,0,712,480) AddBorders(16,48,16,48) TextSub("C:\WINDOWS\Desktop\xxx.srt") ConvertToYUY2()
Code:# -= AviSynth script by FitCD v1.1.2 =- LoadPlugin("C:\WINDOWS\SYSTEM\vobsub.dll") AviSource("C:\WINDOWS\Desktop\xxx.avi") BicubicResize(320,384,0,0.6,4,0,712,480) AddBorders(16,48,16,48) vobsub("C:\WINDOWS\Desktop\xxx.sub") ConvertToYUY2()
-
R U sure you're using the right textsub.vdf?
LoadPlugin("c:\......\textsub.vdf")
Code:LoadPlugin("C:\Program\VobSub\textsub.vdf") textsub("c:\y\xyz.ssa")
-
I tried using the textsub.vdf in my VobSub folder and got the same error.
I have, however, got subtitles to load in DVD2SVCD. Kinda.
My .srt files have tags like [i], but the app that DVD2SVCD uses keeps the italic opening and closing tags when making bmps of the subtitles. Is there any way to keep the italics, or do I have to ditch them? -
Actually, I'd like VobSub to do the subtitling. I know HOW to have that work now, but I can't get it TO work. As stated above, I get an error when I try loading vobsub.dll, even though the file is there and I'm pointing to it correctly. Why doesn't it want to LoadPlugin textsub.vdf or vobsub.dll?
LoadPlugin("C:\WINDOWS\SYSTEM\VOBSUB.DLL")
Whenever I include this line, the error I get in CCE SP is:
"Frame size 740x56 is not supported. Supported frame size is up to 720x576"
and then the .avs doesn't load. If I get rid of the line, no problem.
Edit: Loading the .avs into media player brings up:
"Plugin C:\Windows\System\Vobsub.dll is not an AviSynth 2.5 plugin. (blahblah.avs, line3)"
Similar Threads
-
Help with converting video / adding subtitles - subtitles are off from audi
By kurohoshi in forum Video ConversionReplies: 0Last Post: 27th Dec 2010, 15:53 -
adding new subtitles over existing ones
By fishdog in forum Authoring (DVD)Replies: 5Last Post: 22nd Apr 2010, 02:22 -
adding subtitles
By dabud in forum Authoring (DVD)Replies: 3Last Post: 20th Oct 2009, 22:27 -
Adding subtitles
By tommcd64 in forum Authoring (DVD)Replies: 7Last Post: 28th Aug 2009, 00:39 -
Adding subtitles
By Avril in forum MacReplies: 14Last Post: 18th Jan 2009, 13:43