How i can add? , or tell me a good program to put the at the video the subs...
I tried avidemux but when i load the subs the subs has start from the begin , i had to pan croop the video in sony vegas and cut begins etc...so i load it to avidemux and add the subs...but the subs are start from start of episode and the audio disspear when i put the video in avidemux
#Sorry for my bad english![]()
+ Reply to Thread
Results 1 to 20 of 20
-
-
Why don't you hard sub the video in avidemux first , then edit in vegas ? This way you preserve the timing of the subs
Or you can use virtualdub, xvid4psp, tencoder, many options to hardsub . Search for guides on how to "hardsub videos" there should be step by step guides with screenshots
Use a lossless intermediate (e.g. FFV1 or Huffyuv) to reduce quality loss (huge filesizes, but just temporary) -
Ahh, you never mentioned zoom in, that makes sense
I don't know of anyway to hardsub a "transparent" background video in avisynth (RGB32), alpha channel only , because that would be ideal to use as an overlay track in vegas (or other NLE)
EDIT:
Actually there is a way using masksub() in avisynth (comes with newer versions of vsfilter.dll)
e.g
Code:WhateverSource() MaskSub("subtitles.srt" , width, height, framerate, framecount) FlipVertical()
You can use SSA, ASS subs, and it will retain fancy fonts, effects etc....
If you are doing this in vegas, you have to interpret the alpha channel - right click on the clip => properties => alpha channel => select straight (unmatted)Last edited by poisondeathray; 21st May 2013 at 13:31.
-
Hmm...listen to me what i want : i dowloand some episode with subs at it , after i zoom the video in sony vegas the subs are disspear (i cut begins , etc) after that i want to add .ASS subs file , but i want to subs to start from where i begin the video , the subs are started by begin of episode where i already cut it...
Sorry for my bad english -
That's why you have to add the subs to the entire video duration (before you edit and cut sections off) , otherwise the timing will be off
Either that, or manually edit and re-sync the subs after exporting from vegas (harder, more work to do)
With that method above in post #4, it generates a transparent background overlay video, so it doesn't matter if you zoom into the video, because the subtitles overlay is "on top" of the zoomed in video and will look the same regardless of zoom or crop or anything .(Place it on a track above your video) -
-
-
No , you make a "video" of the subs. You hardcode the subs on a transparent video , so only the subs show. You can see the video "underneath" the subs because of transparency (alpha channel)
You put the transparent video with subs on top of the original video in vegas . That way, the timing is preserved. If you cut 20 seconds off the beginning, you can cut 20 seconds off both tracks so it stays in sync. If you zoom in the video track, the subs will still show (because it's a separate track, and you don't zoom in the sub track)
You need to use avisynth for this method with masksub() . You need to learn how to use basic avisynth
1) install avisynth
2) create an avs script to open your video, it will be similar to the one above. You need to fill in the framerate, framecount , all those variables listed above .
3) Open the .avs script in vdub, Export it as an AVI video with ut video codec RGBA
4) Open that AVI in vegas, put it on a track above the video layer . Interpret the overlay video alpha channel in vegas as described above -
-
Hmm you can also do like that : Pan croop the full episode , render it load it in avidemux , put the subs , render it again , put in vegas , and render it again LOL but when i load the episode in avidemux the sound disspear lol , is some settings?
-
LOL , I suppose it should work that way too . Try uncompressed audio in vegas before the avidemux step
In the avidemux step, you can import the audio from original file. Audio=> select track => in the drop down menu , add audio track
Sorry, I don't have time to make a video tutorial for the masksub() , vegas overlay method -
Vegasaur extension for Sony Vegas allows to import SRT file and create hard subtitles
-
Similar Threads
-
How do I add .srt subs to avi?
By 12 gage in forum SubtitleReplies: 16Last Post: 1st Jun 2014, 16:58 -
MKV w/SSA/ASS soft subs to MP4 w/hard subs using Format Factory
By Budman1 in forum Latest Video NewsReplies: 0Last Post: 12th Oct 2012, 23:59 -
AVI: How To Add Specific Subtitles With SRT Subs?
By SetoTitan in forum SubtitleReplies: 6Last Post: 5th Mar 2011, 23:05 -
Yet again: how add .srt subs to .avi for burning on DVD?
By VenusAndMars in forum Authoring (DVD)Replies: 10Last Post: 17th Jan 2011, 01:34 -
Add .srt subs to avi movie.
By rogerde in forum SubtitleReplies: 4Last Post: 6th May 2010, 16:57