Go Back   Video Editing Forums: Digital Director > Video Editing: Software Problems and buying advice > Adobe Premiere, Premiere Elements, and After Effects

Adobe Premiere, Premiere Elements, and After Effects For users of Adobe Premiere 6.0, 6.5 and Premiere Pro. Post problems, tips and queries!

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-16-2006, 04:34 PM
Junior Member
Standard Definition
 
Join Date: May 2006
Location: Essex, United Kingdom
Posts: 11
0 Videos nominated
Video Of the Month(s): 0
paulhoskin is on a distinguished road
Default On-screen timer

Hi all,

I suspect I am over-complicating this so I would really appreciate it if someone out there could steer me in the right direction!

I am trying to create a timer (that is not related to the time code) so that I can use it in a sports video. It needs to be in the format MM:SS, start from 00:00 and count up to 15:00. The font (Verdana Bold 16) needs to be white (100% opaque) and the background needs to be black (55% opaque).

I have managed to create a timer using the ShowSMPTE function in AviSynth, saving the AviSynth file in VirtualDub and then importing the .AVI file into Premiere. The ShowSMPTE function creates a timecode in the format HH:MM:SS:FF so I have had to crop the clip down to size to remove the HH: and :FF parts. This leaves me with a rectangular sized black clip with white font.

The problem with this is that I want to make the black background of this clip 55% opaque but leave the white font 100% opaque. Opacity is applied to the whole clip, which makes the white font very dull. In essence, I need to do the equivalent of creating a title sequence as a timer so that I can overlay it over the top of a 55% opaque cropped black matte image.

I appreciate that this is a very odd way of going about this but I haven't found any other way of doing it. Has anyone got any ideas how I can either do this completely differently or suggest some ideas based on my current method?

Thanks,
Paul

Last edited by paulhoskin; 05-16-2006 at 08:21 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 06-10-2007, 12:45 AM
Junior Member
Windows Movie Maker
 
Join Date: Jun 2007
Posts: 1
0 Videos nominated
Video Of the Month(s): 0
dormninja is on a distinguished road
Default Time Code

Paul,

I need to do the same thing you are doing. I tried creating it my self in avisynth but at the moment I'm having issues getting scripts to work at all. The examples work but any that I create my self, even copying the exact code out of an example, won't play. I'm not sure what I'm doing wrong and the doom9 forums for avisynth won't let me post for help till I've been registered for 5 days. Is there any chance I could get a copy of your script so I can take a look? It could possibly help solve my issue with scripts not running and will definitely help me out in the project I have going. Thanks!

To give some input to your question though I've been thinking it over my self and your method for getting your opacity levels is to overlay to copies of the video with respective settings is the only one I could think of.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 06-10-2007, 09:11 PM
Alan Mills's Avatar
Super Moderator
 
Join Date: Feb 2004
Location: Bracknell, Berkshire, UK
Posts: 4,802
0 Videos nominated
Video Of the Month(s): 0
Alan Mills is on a distinguished road
Default

Apply a luma key to your clip. This will make the black (or white if youhave it round the other way) completely transparent leaving the white as it is. Now just put a black box (with opacity adjustment) on a layer underneath it.
__________________
I'm not young enough to know everything!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 06-13-2007, 03:19 PM
Junior Member
Standard Definition
 
Join Date: May 2006
Location: Essex, United Kingdom
Posts: 11
0 Videos nominated
Video Of the Month(s): 0
paulhoskin is on a distinguished road
Default

Hi,

I just about managed to resolve this in the end (although it's been a while since I've been doing any editing now so I'm a bit rusty on how I did this). Here is the script that I used (after installing AviSnth 2.5, obviously): -

BlankClip(length=22501, width=50, height=16, fps=25, color=$000000)
ShowSMPTE(x=27, y=21, font="Verdana Bold", size=18, text_color=$ffffff)

This gives you a 15 minute timer. White font on black background. The black surround is just bigger than the font (and it is central). Save this script to a text file and save it as timer.avs. Then open it in VirtualDub and save it as timer.avi. Import it into Premiere as a normal .avi file. Then, as Alan rightly states, apply a luma key to the clip to preserve the white font. Works really well.

Hope this helps,
Paul

Last edited by paulhoskin; 06-13-2007 at 03:24 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 06-18-2007, 08:07 PM
MStrutt's Avatar
Member
Video Editing Junkie
 
Join Date: Jul 2006
Posts: 91
0 Videos nominated
Video Of the Month(s): 0
MStrutt is on a distinguished road
Default

I have created and used one for some Track Day video editing I have done for clients. It is simply a converted Flash video which I use as a layer in itself on the video. Take a look.

YouTube - MR2 Track Day Lydden Hill

Any further questions feel free to email me from my site.

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 06-18-2007, 09:35 PM
MStrutt's Avatar
Member
Video Editing Junkie
 
Join Date: Jul 2006
Posts: 91
0 Videos nominated
Video Of the Month(s): 0
MStrutt is on a distinguished road
Default

Here you go. I just knocked up this quick two minute timer. It can be used as a flash file or avi. It can also be fully edited.

Online Video Solutions: Timer
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
First timer looking for basic Capture Advice CamCoat General Software Problems 3 01-07-2007 04:43 PM
Timer on video cubedude Sony Vegas and Media Studio 2 09-19-2006 05:01 AM
on screen lap timer sneeze proof General Software Problems 3 05-14-2005 12:31 AM
Inserting Clock/Timer in a video... Duckski Adobe Premiere, Premiere Elements, and After Effects 2 04-27-2005 10:03 PM
VCR type TIMER for Studio 8/9 - FOUND ONE! cat_2002_12 Pinnacle Studio, Edition including Avid Xpress and Liquid 1 04-15-2004 10:33 PM


All times are GMT. The time now is 11:17 PM.