ethidda
23rd February 2008, 07:30
I have a video source, and a subtitle source in ass form. I canNOT rotate the subtitles in ass (for various reasons), so I'm putting them on a dummy blankclip, cropping and rotating the blankclip before overlaying it onto the video source.
Here's the line for the blankclip (which I applied textsub, crop, and rotateright to):
subs = blankclip(color=$000000,length=7356,width=640,height=384,fps=2997,fps_denominator = 125,pixel_type="YV12")
And here's what it comes out to be... The "box" thing is all the way on the right and as tall as the video.
http://i56.photobucket.com/albums/g197/ethidda/boxie.png
I use overlay with images all the time and have never had anything like this happen. This is the first time I'm using overlay with videos.
Here's the line for the blankclip (which I applied textsub, crop, and rotateright to):
subs = blankclip(color=$000000,length=7356,width=640,height=384,fps=2997,fps_denominator = 125,pixel_type="YV12")
And here's what it comes out to be... The "box" thing is all the way on the right and as tall as the video.
http://i56.photobucket.com/albums/g197/ethidda/boxie.png
I use overlay with images all the time and have never had anything like this happen. This is the first time I'm using overlay with videos.