Adding bumper/title in post production

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
Cosmos Studio
Joined: Sun Sep 16, 2001 2:18 pm
Contact:
Org Profile

Adding bumper/title in post production

Post by Cosmos Studio » Fri Jun 12, 2009 12:22 pm

So I think I finally have a well encoded (ie, as good as it's going to get) AMV after a long time of working on it (it's been a long time and two computers ago since I've done this ^^; ). Stupid me however forgot to put my title/bumper on to the beginning before exporting the raw from Premiere. Is there any way to add is on to the final encode? Thanks for any help!

User avatar
mirkosp
The Absolute Mudman
Joined: Mon Apr 24, 2006 6:24 am
Status: (」・ワ・)」(⊃・ワ・)⊃
Location: Gallarate (VA), Italy
Contact:
Org Profile

Re: Adding bumper/title in post production

Post by mirkosp » Fri Jun 12, 2009 1:06 pm

Cosmos Studio wrote:So I think I finally have a well encoded (ie, as good as it's going to get) AMV after a long time of working on it (it's been a long time and two computers ago since I've done this ^^; ). Stupid me however forgot to put my title/bumper on to the beginning before exporting the raw from Premiere. Is there any way to add is on to the final encode? Thanks for any help!
You could just re-import that exported raw and add the bumber from premiere and re-exporting. or you could do it in avisynth:

Code: Select all

avisource("bumper.avi")++avisource("video.avi")
Image

User avatar
Cosmos Studio
Joined: Sun Sep 16, 2001 2:18 pm
Contact:
Org Profile

Re: Adding bumper/title in post production

Post by Cosmos Studio » Fri Jun 12, 2009 1:08 pm

The avisynth script is what I was looking for. Thanks so much!

Locked

Return to “AviSynth Help”