Hi,
If I wanted to reposition a video so that the entire original frame was visible in the top right corner, leaving black bars at the left and bottom, what editors would support this and what would this kind of feature or action be called?
For example
Thanks in advance.Code:|------------------------------------| | | | | | | | | | | | Video | | | | | | | | | | | |____________________________| | | | text text text text | |____________________________________|
+ Reply to Thread
Results 1 to 4 of 4
-
-
AviSynth can do it pretty easily. Create your text in a black still BMP or similar. Then resize the active video and position it in the upper right of the text image. Using the Overlay command for that is one way:
http://avisynth.org/mediawiki/Overlay
If you really want to just add black, without adding text, then add black to the left and bottom using the AddBorders command, and then resize the whole thing:
http://avisynth.org/mediawiki/AddBorders
I suppose all kinds of NLE programs can do similar things.
Similar Threads
-
Smooth frame by frame accelerated video playback?
By Malachaidc in forum Newbie / General discussionsReplies: 10Last Post: 30th Jul 2012, 11:40 -
repositioning subtitles
By carlos28355 in forum SubtitleReplies: 1Last Post: 4th Sep 2009, 05:26 -
Suggest a video editor for frame-by-frame editing
By ontherocks in forum Newbie / General discussionsReplies: 14Last Post: 24th Apr 2008, 09:36 -
Txt2sup - repositioning subtitles
By Bjs in forum User guidesReplies: 3Last Post: 23rd Mar 2008, 12:15 -
What Video editor's can cut frame by frame?
By VEBouto in forum Newbie / General discussionsReplies: 19Last Post: 28th Oct 2007, 01:31