I have an avi file with the burned in Chinese subs that I would like to cover with a black bar. It's a pretty straightforward procedure in Quick Time Pro but the resulting file is not only formatted as .mov but it has two video tracks - the original video and the graphic mask - unplayable in VLC. Could ffmpegx be helpful in any way?
Results 1 to 8 of 8
-
-
I'd write a three-line Avisynth script to
1) load DirectShowSource("youravifile.avi")
2) crop http://www.avisynth.org/Crop
3) (optionally) add bars. http://www.avisynth.org/AddBorders
Then open the avs and output from VirtualDub.
-
The cropping thing is an idea but I don't just want to chop off the bottom of the screen (plus I could crop in ffmpegX and avoid Windows). Exporting from QT doesn't quite work either: if it's done without reencoding, there still are two video tracks included. Can ffmpegX encode avi with burned in idx/sub file? Perhaps I could just create a black bar bitmap, an idx file that would span entire length of the movie and "fool" ffmpeX into thinking that it's the subtitles it's dealing with?
-
I don't have space on my hd for the uncompressed 2hr long QT - even if it's temporary
Eventually I opted for less elegant solution: I converted subtitles to .ssa format and moved them above the Chinese ones. Somehow I wasn't able to create a background for them even though the format seems to allow it. Anyway, at least I can read the text without getting a headache.
-
You are using wrong applications. What you are trying to do is editing a video clip. Use iMovie or Final Cut Pro. I don't know for sure if iMovie does the job because I don't use it. Create just one image file with black background. Import it and the video clip into Final Cut Pro. Put the background image in track 1 and the video clip in track 2. Then re-encode the entire video. That'll be it.
-
I don't need FCP for that: Quick Time Pro could do just fine. The "problem", from the beginning, is reencoding of the original avi file: apparently impossible to avoid.
Similar Threads
-
Remove subtitle in black bar
By sltr1234 in forum SubtitleReplies: 4Last Post: 4th Dec 2010, 05:08 -
Black Bar problems with TMPGEnc
By ereiamjh in forum Video ConversionReplies: 5Last Post: 22nd Mar 2010, 10:32 -
how to remove black bar in video?
By yunakokimama in forum Video ConversionReplies: 3Last Post: 29th Oct 2008, 11:45 -
How do I merge 2 AVI to DVD adding saturation +black levels?
By JoeBolden in forum Video ConversionReplies: 2Last Post: 23rd Jul 2008, 12:01 -
Black bar problems
By mikeyspiky200 in forum DVD RippingReplies: 3Last Post: 1st Jan 2008, 11:45