Adding bumper/title in post production
- Cosmos Studio
- Joined: Sun Sep 16, 2001 2:18 pm
- Contact:
Adding bumper/title in post production
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!
- mirkosp
- The Absolute Mudman
- Joined: Mon Apr 24, 2006 6:24 am
- Status: (」・ワ・)」(⊃・ワ・)⊃
- Location: Gallarate (VA), Italy
- Contact:
Re: Adding bumper/title in post production
You could just re-import that exported raw and add the bumber from premiere and re-exporting. or you could do it in avisynth: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!
Code: Select all
avisource("bumper.avi")++avisource("video.avi")
- Cosmos Studio
- Joined: Sun Sep 16, 2001 2:18 pm
- Contact:
Re: Adding bumper/title in post production
The avisynth script is what I was looking for. Thanks so much!