How can I add permanent subtitle to be encoded with the video in QuEnc?
is there a good AVS editor ?
+ Reply to Thread
Results 1 to 9 of 9
-
-
Everything you can do with VirtualDub can be done with AviSynth. Including adding permamnent subs. Here's an example using .ssa subs (use Subtitle Studio to convert to .ssa if you have subs in some other text format)
Code:LoadPlugin("C:\Program\VobSub\textsub.vdf") textsub("c:\y\subtitles.ssa")
/Mats -
-
Thanks guys,
but I'm gettin an error msg that says : textsub.vdf is not an AviSynth 2.5 plugin.
I tried to uninstall and installing VobSub again (with textsub for virtualdub and AviSynth) but nothing change and still gettin this msg . -
What kind of subs do you have? .ssa contains positioning , font, size, color & cetera info in the file, other text based subs must be positioned and defined by the renderer. .idx/sub (vobsub) subs are "images" like DVD subs, and can't be positioned or altered - the image is just overlayed the video.
/Mats -
Maybe my method is a bit outdated. If you have Vobsub package installed there is in the installation folder a small utility named Subresynch. With it you can change almost everything of the subtitle file if it is text based. When you save it it will produce additional file that have the name and extension of the subs file and additional extension .style (for example mymovie.srt and mymovie.srt.style. So Vsfilter understands this .style file and will position (and change font and everything) according the information in the .style file. BTW this file is text file, you can look at the information in it with text editor.
-
Similar Threads
-
quenc 0.72 catching with movies (xvid 1.3.0)
By sgbd in forum Video ConversionReplies: 1Last Post: 13th Nov 2010, 19:41 -
Quenc Settings
By Maikeru-sama in forum Video ConversionReplies: 6Last Post: 14th Jun 2008, 19:57 -
Quenc Frontend
By Maikeru-sama in forum Video ConversionReplies: 5Last Post: 10th Jun 2008, 22:01 -
Quenc Question
By Maikeru-sama in forum Newbie / General discussionsReplies: 16Last Post: 3rd Jun 2008, 10:36 -
CCE, Procoder, Quenc or HCEnc: which one do you get better results?
By devilcoelhodog in forum Video ConversionReplies: 28Last Post: 31st Jan 2008, 21:41