Hey peeps!
What im a looking to do is, i have a project i have created using Ulead VideoStudio 11 and part of it has a freeze frame with text that appears and i would also like have like a flashing arrows to emphasise the text?
What is a good way to achive this?
+ Reply to Thread
Results 1 to 11 of 11
-
-
For what?
DVD Movie? (Possible)
DVD Menu? (Not possible)ICBM target coordinates:
26° 14' 10.16"N -- 80° 16' 0.91"W -
Rethinking this, I believe that it WOULD be possible to do this in a DVD Menu using a series of videos that have a flashing arrow. Each set of text that you want emphasised would have to have its own menu. You would then use "auto actions" to jump between the menus.
In other words, it would be a major pain in the ass to do, but using motion menus, it could be done.ICBM target coordinates:
26° 14' 10.16"N -- 80° 16' 0.91"W -
Well, in the movie, you would have to treat the flashing arrows as video and encode them into the project. If there are buttons involved here, then using subpictures could also achieve the same effect.
ICBM target coordinates:
26° 14' 10.16"N -- 80° 16' 0.91"W -
1) Capture the frame that it will freeze on.
2) From that image, add the label. Save it as img01
3) Now add the arrow. Save it as img02
4) Create an AviSynth script similar to this:
Code:v=AviSource("mymovie.avi") #insert the blinking arrow f=5876 # this is the frozen frame v=v.trim(0,f-1)+blink(50,10)+v.trim(f+1,0) return v function blink(times, rate) { img01=ImageReader("img01.bmp",0,1,1) # Label img02=ImageReader("img02.bmp",0,1,1) # Label and arrow v=loop(loop(img02,rate)+loop(img01,rate),times) v=v.AssumeFPS(29.97) return v }
Darryl -
Originally Posted by dphirschler"Shut up Wesley!" -- Captain Jean-Luc Picard
Buy My Books -
Im not quite sure what to do when you say 'add the label'
Sorry if im being completly dumb! -
Originally Posted by Squid_uk
Darryl -
The video i have is a friend crashing a sit-on sled and the point that he has the look of pain i have placed text that appears but also wanted a flashing arrow pointing at his face.
-
Use the 'DingBats' or 'WingDings' or whatever font (for an arrow) and the charachter generator functions of uLead.
Similar Threads
-
I/O light flashing..help..need to connect HT to comp.
By techspark in forum Media Center PC / MediaCentersReplies: 7Last Post: 2nd Mar 2011, 12:30 -
How to restore desktop shortcut arrows and folder/file icons.
By lelouch283 in forum ComputerReplies: 1Last Post: 6th Sep 2010, 22:24 -
Need help with Virtualdub deshaker. Arrows all over the finalized video.
By cannondale1974 in forum EditingReplies: 4Last Post: 25th Aug 2010, 23:46 -
Flashing went wrong with my DVP5992/37
By chiquito3 in forum DVD & Blu-ray PlayersReplies: 8Last Post: 2nd Apr 2010, 19:56 -
Native Linux firmware flashing
By disturbed1 in forum LinuxReplies: 0Last Post: 7th Mar 2009, 21:09