• FAQ
  • muvee.com
    • Products
      • muvee Reveal
      • muvee autoProducer 6
      • muveeNow 2
    • Styles
      • muvee autoProducer 6
      • muvee Reveal
    • Support
  • Register |
  • Login |
  •    Change font size
Advanced search
  •   Board index ‹ USING MUVEE PRODUCTS ‹ Style by Style
  • Print view

Soar

Tips & ideas for each and every muvee Reveal style.

Moderators: tengchwan, chetan

Post a reply
4 posts • Page 1 of 1

Soar

Postby yihyeong on Wed Sep 02, 2009 3:12 am

Soar style
Part of the Mix It Up stylePack.

Sample muvee:


Suggested music:
  • You Raise Me Up (Josh Groban) iTunes | Amazon

Additional tips:
Please add your own tips for using this style by posting a reply.
User avatar
yihyeong
Site Admin
Site Admin
 
Posts: 402
Joined: Thu Nov 27, 2008 5:38 am
Top

Re: Soar

Postby couture57 on Wed Jun 06, 2012 11:40 am

I am making a muvee using Soar. It has both still pictures and videos. When it shows the videos, they start out very small and gradually get larger (the same way the pictures do). Is there any way to make just the videos full size for the duration of them? Thanks for any advice you can give.
couture57
Newbie
Newbie
 
Posts: 1
Joined: Wed Jun 06, 2012 7:38 am
Top

Re: Soar

Postby sfisher01 on Thu Jun 07, 2012 3:29 am

Couture57:

I have been watching for Muvee to reply but since they have not replied yet, I will. I do not think that what you would like to do is not possible with the program as it is written. I think the "flyout" as it is called is written in the code. I cannot find a way to stop it.

I don't imagine you use Muvee Style Browser do you? You could actually modify the code there I believe but it is not for those who want the simple ease of the Muvee program.

Good Luck,
Steve
sfisher01
Senior muveeManiac
Senior muveeManiac
 
Posts: 33
Joined: Mon Oct 31, 2011 6:31 pm
Top

Re: Soar

Postby tengchwan on Thu Jun 07, 2012 4:00 am

couture57,

If you don't mind modifying the style code, scroll 3/4-way down and look for this definition:
Code: Select all
(define muvee-segment-effect
  (effect-stack
    constant-slow-zoom-fx
    (zoom-through-fx () ())
    frame-contents-fx))

Modify it to the following:
Code: Select all
(define muvee-segment-effect
  (if-video (effect "Translate" (A) (param "z" 1.0))
            (effect-stack
              constant-slow-zoom-fx
              (zoom-through-fx () ())
              frame-contents-fx)))
tengchwan
Moderator
Moderator
 
Posts: 61
Joined: Mon Mar 16, 2009 5:54 am
Top

Post a reply
4 posts • Page 1 of 1

Return to Style by Style

Who is online

Users browsing this forum: No registered users and 1 guest

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
Translated by Xaphos © 2007, 2008, 2009 phpBB.fr
Protected by Anti-Spam ACP
cron