Hi,
I have the following picture.
I'd like to make a short movie of it but making the colors of the rings changing. I'd like to do it in a small length (ie 15-20 sec that will run in a loop to make a dvd menu).
Do you know how can I do it ? I have Vegas (trial), Avisynth, VirtualDub, Photoshop (trial too).
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 5 of 5
			
		- 
	
- 
	In what way did you want the colors to change specifically ? 
 
 Did you want the rings to actually animate ?
 
 One simple way in avisynth is to rotate the hue over time using animate() and tweak()
 
 eg.
 
 What this is saying is rotate the hue 360 degrees over frames 0-250Code:ImageSource("page_presentation_video_modele.png",0,250,25) ConvertToYV12() Animate( 0, 250, "Tweak", 360.0,1.0,0.0, 0.0,1.0,1.0 )
 
 Example video (xvid) attached below
 
 
 
 If this isn't what you are looking for , can you describe what you want more clearly?
- 
	Yes, your script do what I want. 
 
 To animate them, I just need to cut them and put them on a timeline and them apply the effect I want to make them move in the video.
- 
	Or use a bigger number (change 360 to 3600) to get faster, more obvious, changes. 
- 
	Last edited by budwzr; 16th Dec 2012 at 23:02. 
Similar Threads
- 
  How to make Picture in Picture video??By MEANGUNS in forum Newbie / General discussionsReplies: 6Last Post: 31st Dec 2014, 08:48
- 
  Change menu highlight colors on authored BRBy kpic in forum Authoring (Blu-ray)Replies: 0Last Post: 4th Aug 2012, 12:44
- 
  How to save a picture from a video with HDTV colors?By Bencuri in forum EditingReplies: 6Last Post: 13th May 2012, 09:36
- 
  DVDLab Pro problem, menu background colors change when rendered.By PSPGamer in forum DVD RippingReplies: 19Last Post: 2nd Mar 2011, 21:42
- 
  how to make a dvd with lot of small video files?By sumeshkri in forum Newbie / General discussionsReplies: 6Last Post: 14th Oct 2010, 11:13


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 Visit Homepage
				Visit Homepage
			 
 
			
			 
			

 Quote
 Quote 
			