SSPlash.com
Login  |  Register
SongShow Plus Community Forums
help with multiple path pan/zoom
Last Post 14 Jun 2009 04:06 PM by Pat. 11 Replies.
Printer Friendly
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Dick AkiinsUser is Offline
Advanced Member
Advanced Member
Posts:748
Avatar

--
28 May 2009 08:16 AM  
The multiple path pan/zoom seems to be a great feature, but, for the life of me, I can't get it to work correctly. Let's say I have text that I would like to zoom in from 100% to 110% and I would like it to shift down 10% and to the right 10%, all in a time of 5 sec. What do I put in the multiple path box??

Also, text zooming seems to take place only within the fixed text box. This is rather strange in that it is really difficult to figure out how to zoom the text without it getting cut off by the box. I seems to me that it the only practical way to zoom text would be to zoom the text box and everything in it. Should this be a wish (when the list is back up) or it there some fallacy in this line of thought?
Dick
College Heights Baptist
Manhattan, KS
Dick AkiinsUser is Offline
Advanced Member
Advanced Member
Posts:748
Avatar

--
05 Jun 2009 07:23 AM  
George (or anyone else knowledgeable of this),

I have fiddled around with panning and zooming text and have finally been able to have a little success. Still, there's a few questions:
1) Why does the text pan in the opposite direction from the way images do? For example, the following "multiple path" (H=0 V=0. Z=1 D=3, Z=1.5 H=1 V=1) pans from top-left to bottom-right of an image, but the text moves from its un-panned position to the top-left of its box.
2) Although the path above works, I'm not altogether sure what the exact format of the multiple path is -- is the comma required? is the order fixed? Is there a write-up, blog, or tutorial on this?
3) Although there "multiple path" box has a pull-down, I can't find any way to fill it in or use it. What is it for??

PS Judging by the lack of response, I'm a little surprised that there doesn't seem to be anyone out there with lots of experience and advice on this.
Dick
College Heights Baptist
Manhattan, KS
Gary PresleyUser is Offline
Veteran Member
Veteran Member
Posts:1323
Avatar

--
06 Jun 2009 05:49 AM  

I have only used it once. I am not sure that I would be comfortable using it with a song, as the song and the PAN/ZOOM may not end at the same time. Also, I haven't gotten used to using it. When I did use it, I just used trial and error until I had the path I wanted. I also found that you really should have a text editor (notepad) to edit the path. Then you copy and paste back and forth. I must have deleted the path I was working on about 5 times before I started using notepad to edit the path. IIRC, using the backspace button somehow or another would delete the contents of the path field.

There was a SSPlog about it in Sept 2008. There was a little conversation on it, but not much detail.

----___---___-----___---
   /      )  /      )    /      )
_(___/_(___(__/___/_
        /              /
  (__/              /
Dick AkiinsUser is Offline
Advanced Member
Advanced Member
Posts:748
Avatar

--
06 Jun 2009 07:14 AM  
Gary, thanks for the response. I hadn't thought about using a text editor for input to the "multiple path," but that suggestion will ease a little of the pain. Like you, I have spent a lot of time re-inputting code into that little box after inadvertently deleting everything (add "copy-paste" to the deletion methods!). It's strange that there is a pull-down arrow, but apparently no way to use it. I'm hoping one of the tech guys will jump in with some good advice.
Dick
College Heights Baptist
Manhattan, KS
George TaylorUser is Online
SSP Team
Veteran Member
Veteran Member
Posts:1074
Avatar

--
08 Jun 2009 02:59 PM  
Dick,
First let me answer your questions and then I will give a quick primer on the multipath...

1.  I have not seen this behavior and I tried the path you gave and text and images appear to be moving the same way.  I tried this both in SSP and in SSB and had the same travel behaviour in both.
2.  The comma is required.  The order is sort of fixed...  I will explain more below and I am working on a full write up.
3.  The drop down mat have been an oversite and appears to serve no purpose.  Please ignore this for now.

I am working on a full write up on the Pan and Zoom effect but here is a portion of the multipath section that should make it easier to figure out...

Multiple paths in SSP Pan and Zoom

Think of the multiple path formula as lines on a coordinate system defined by two or more points.  When you define a line or path you have to have a start point and an end point. In our case, each "point" has several properties - H; V; Z and D so a single line or path will be made up of two points separated by a comma (point A, point B) As one might expect, the subsequent paths use the previous point as the start and the next one as the end point. If any of the properties are left out of the multipath definition they are taken from the other control fields.  This may have unpredictable results so we recommend against it.

There are several variables or properties used when defining paths for the multiple path selection.

H = Horizontal position (left to right) defined as a decimal percentage with a range of 0 (0%) to 1 (100%). Example – center position = 50% H=.50

V = Vertical position (top to bottom) defined as a decimal percentage with a range of 0 (0%) to 1 (100%). Example – center position = 50% V=.50

D = Duration defined in seconds using a decimal value – There is no set limit but there may be a practical one.  Example – 3.2 seconds D=3.2

Z = Zoom defined by a decimal multiplier of the original object ranging from 1 on up.  There is no set limit but there may be a practical one. Example – Z=1.5 is 1.5 times the original size.

The use of the Multiple Path feature is best explained by first defining a single path using all of the properties. I will break down the following path formula (H=0 V=0 Z=1.5, H=0.5 V=0.5 Z=2.5 D=5) = (point A, Point B).

At Point A, the object starts in the top left corner (H=0 V=0) and is zoomed to 1.5 times the original size (Z=1.5).  To get to point B, the object pans to the center (H=0.5 V=0.5) while zooming to 2.5 times the original size (Z=2.5) over 5 seconds (D=5).  From here, adding another path is easy – add a comma at the end and add H=1 V=.5 Z=2.5 D=3 to give you (H=0 V=0 Z=1.5, H=0.5 V=0.5 Z=2.5 D=5, H=1 V=0.5 Z=2.5 D=3) This third element is the Point B of the second path and pans the object from center to the right (H=1 V=0.5) over 3 seconds (D=3).  The zoom amount is the same in both the start and end of the second path (Z=2.5) so it just pans with no additional zooming. 

This also brings up another aspect of Pan/Zoom that may be confusing – panning without zooming.  You can create the appearance of panning with no zoom by setting the start and end zoom properties to the same value but there must be some zoom applied to the object in order for there to be some portion of the object out of frame to pan through.

With this information and a little trial and error, you should be panning and zooming to your heart’s content.

- GEORGE

Welcome to the SSP Evolution!
Dick AkiinsUser is Offline
Advanced Member
Advanced Member
Posts:748
Avatar

--
08 Jun 2009 05:49 PM  
Wow, George, you've really gone "the second mile!" Great write-up, which I hope will get into the user's guide and/or tutorial. I (and others probably) will print this off and begin to practice producing some neat slide motions. I will re-examine my comment about reverse movement and get back with you.
Thanks again for the yeoman's effort.
Dick
College Heights Baptist
Manhattan, KS
PatUser is Offline
New Member
New Member
Posts:34
Avatar

--
10 Jun 2009 07:37 AM  
This feature sounds neat, but where is it found? I looked through the menus, but did not find. Is it a special feature that has to be purchased.

Pat C.
George TaylorUser is Online
SSP Team
Veteran Member
Veteran Member
Posts:1074
Avatar

--
10 Jun 2009 10:09 AM  

Pat,

The Pan/Zoom described here is one of the advanced effects included in the CinFX package.

This requires a SSP Pro license and the Cinematic Effects Collection plug-in installed and licensed.  The CinFX license is an additional cost over the Pro license.

If you do not have this but would like to take a look, it is enabled when unlocked as a Workstation so you can try it out on a test system at no cost.  If you are interested contact the sales team.

- GEORGE

Welcome to the SSP Evolution!
Dick AkiinsUser is Offline
Advanced Member
Advanced Member
Posts:748
Avatar

--
10 Jun 2009 10:11 AM  
It is under effect/advanced effects/pan/zoom and can be applied to just about any text, image, video, or other objects. The pan/zoom has three sub-options: single, auto, and multiple paths. If you haven't used this, you should give it a try since it can produce so many results.
Dick
College Heights Baptist
Manhattan, KS
Dick AkiinsUser is Offline
Advanced Member
Advanced Member
Posts:748
Avatar

--
10 Jun 2009 10:14 AM  
oops -- George beat me by 2 minutes! I might add that the cost of CinFX is really worth it; I use some effects every Sunday and can't imagine doing without them.
Dick
College Heights Baptist
Manhattan, KS
Doug ReeceUser is Online
SSP Team
Veteran Member
Veteran Member
Posts:1555
Avatar

--
10 Jun 2009 11:32 AM  
Posted By George on 06/10/2009 10:09 AM

This requires a SSP Pro license and the Cinematic Effects Collection plug-in installed and licensed.  The CinFX license is an additional cost over the Pro license.


One point of correction: You do not need a Professional Level license to use the Cinematic Effects Collection. A licensed installation of the plug-in can be used with both the Professional and the Basic licenses.
PatUser is Offline
New Member
New Member
Posts:34
Avatar

--
14 Jun 2009 04:06 PM  
Thanks for your reply. Our SSP subscription is to be renewed this month, I am hoping that we will be able to get the CinFX license with that, but before that we need a new computer to handle things. I was told I was going to one soon. The Worship Minister has control and he was possibly wanting to change to another package, but yesterday he told me that we were staying with SSP. We are using the original that we bought when we started SSP 6+ years ago and the only thing not original is memory and the video card. We have been blessed to be able to do so much with what God has given us.
You are not authorized to post a reply.

Active Forums 4.1
Most Recent Posts

18 Mar 2010 03:49 PM
RE: March 2010 Edition Available for Beta Testing by chapelbythesea in Latest News

Thanks Cleber, for the clue, and George, for the offer.

Since I have more to do than I can keep current on anyway, I'll stick with September version that I know works until I see / hear indications that the Windows 7 glitches are cleared out. I have no desire to uninstall/reinstall and hope that things might work and/or to spend lengths of time on tech support trying to iron things out.


Just let me know when the upgrades fully function with Win 7. Thanks.

18 Mar 2010 03:30 PM
Issue with Cinematic FX by Cleber Caldas in User Support - V7 on Windows 7

Just moving the discussion from "March 2010 Edition Available for Beta Testing" forum to this one as suggested.
At least for me, as described below, it was solved by not installing Cinematic FX, though we lose this plugin functionality, obviously.
Not sure if it will solve Ken's problem too, though I think so. I am only copying/pasting his post.


17 Mar 2010 05:36 PM  

Greetings, I do hope that the Windows 7 compatibility will be fully worked out by the time this one comes out. The December version is virtually unusable on my Windows 7 workstation, I am sorry to report to you. I went back to September edition. (Dec edition works fine on our XP presentation machine.)

Here are the issues my near-brand-new Windows 7 Professional has with Dec release of SSP:

1) Red "X" close button non-functional
2) "Exit" on menu non-functional 
      (ctrl-alt-del only way to close out Dec SSP on Windows 7 Professional OS)
3) "Program" drop-down menu non-functional
4) "Songs" drop-down menu non-functional
5) "Song/Edit" context menu non-functional

Thank you

Ken Rosentrater

17 Mar 2010 09:08 PM  

I had the very same problem while I was trying out the December Version with the Windows 7. After some "trial and error" process, I found out the problem is related to the "Cinematic FX" collection.

Try to uninstall and reinstall it without the Cinematic FX option (unselect it when reinstalling SSP). It worked fine for me. Good luck.

Cleber
P.S.: We run Windows 7 Professional 64bit Brazilian Portuguese version with a NVidia Geforce GT250 512MB video card.

18 Mar 2010 06:52 AM
RE: How to Revert from Beta to Official Release by osborn4 in User Support - V7

Posted By Alexander Kurdyumov on 17 Mar 2010 10:23 PM
I found the place to install the older version, however it only has December and no September. Please let me know where can I get a file or whether it's saved somewhere on the PC.

The Downloads Page should has December, September and before.

17 Mar 2010 10:00 AM
March 2010 Beta - How to use Color Improv link is missing by George in SongShow Plus Beta Release Articles

Color Improv is included as part of the new Improv Collection and it appears in the Plug-ins panel that is typically at the bottom of the SSP Control Panel.  This tab is supposed to have a "How to use this plug-in" link similar to the Background Improv with basic instructions.  This omission was an oversight and it will be added later.

 The Color Improv is an advanced effect that allows on the fly hue adjustment and can be applied from the advanced effects tab in the display properties anywhere it is present.

One thing to keep in mind when using this is that Color Improv is a Hue adjustment and not a color filter so when applying this the result may be very subtle depending on what the original color or colors are.

This is pretty cool so have fun with it!

16 Mar 2010 09:51 PM
RE: Computer Setups by fbcgoshen in The 'Wave Pool'

built
Asus rampage MB
Intel Pentium dual core 2.6ghz
4 gig Kingston Ram
130gig Maxtor system drive
1TB Western Digital Data drive
EVGA Nvidia 8800gt 1gig ram and 8800gts 640mb ram
17 wide screen for windows 22in wide screen for Work window 17in standard to match projectors
2 Mistsubishi Projectors
2 Kramer Scaler switches and Distribution Amplifier

16 Mar 2010 04:30 PM
March 2010 Edition Beta Available Now - Please Read before posting by George in Beta Test Support

The March 2010 Edition of SSP is now in beta testing and is available to current subscribers.

You can download the beta test installation from within SSP using the menu command Update > Check for Beta Version Updates or by going to http://www.songshowplus.com then to the Download page.


Read What's New for a more complete list of new features and enhancements.

We encourage and appreciate users posting to the Beta Forum regarding possible bugs and comments. When posting bugs or comments to the Beta Forum, please make a separate post for each possible bug to make it easier to maintain continuity when discussing bugs in the forum.

If additional information is needed or a remote session is desired, a representative may contact you directly regarding a possible bug you have submitted.

Please review the recent postings in this Beta Forum to see if there is already a thread on your issue and the Beta Knowledge Base area to see if it has already been addressed.

16 Mar 2010 04:25 PM
RE: Unstable for me by iamgap in Beta Test Support


I haven't yet updated to the latest release. Was this resolved? If not, it just happened again on the 2/24 beta.

It hung when switching from one song to another. One had the clouds animation with an image overlay @ 25% transparency and 100% size. The next had a Shift Worship MPG file (praise in cliff).

In order to get it to pop an Alert!, I clicked the SSP task (on the Windows Task Bar) three seperate times. The second reported Not Responding, the third popped the Alert!.

3432 - Hint: Ssp: Unable to use fill type: Video File. Reason: Unable to use video file due to it's slow response time

I have a pretty long trace file if you would like it. The video file is in the SSP Video directory, on the local HDD.



EDIT: I edited the file type from WMV to MPG, as I realized it was one of the few MPG types we still had. I also downloaded the WMV version, and used that after restarting SSP, without issue.

15 Mar 2010 04:12 PM
RE: Recommended Professional Level Video Cards (DI009) by George in Display Issues

*******ALERT*******

There has been a reported fan speed issue related to the NVIDIA 196.75 video driver. Consumers are reporting low video card fan speeds, overheating and hardware failure.

LINK TO NVIDIA DRIVER NOTIFICATION

This particular driver is not one that was recommended by the SSP Team, however there may be cause for concern if you recently updated your video drivers.

NVIDIA has removed the 196.75 driver version from the download area but it is worth checking your system to ensure you do not have it installed.  If you have this driver installed the recommendation is to uninstall it immediately and install an older driver.

14 Mar 2010 03:41 PM
RE: some avi's kill SSP by Rick Everingham in User Support - V7

I have seen this to some extent, however once I installed the K-lite code pack, this issue seems to have gone away, as it is pretty inclusive in containing all the codecs.

13 Mar 2010 10:22 PM
RE: LogMeIn.com by fbcgoshen in Tips & Tricks

I use logmein every week to set up my program. As a matter of fact i just got done setting up the service for tomorrow using this. It comes in really handy if you are unable to attend a service and they are having issues. I have corrected monitor settings and what not from my office or lazyboy.

The other thing is we have a digital mackie mixer hooked to a different pc. I am able to run the board from home. I am able to work on the live audio feed from home since you don't always know what is going on with the feed at the church. I can also help other sound techs when they have issues.

I would highly recommend it to anyone. It is free unless you want the advanced features. It is also a good way to keep office computers going.

12 Mar 2010 11:11 AM
RE: Does December 2009 Edition Support Unicode? by dreece in User Support - V7

We understand the need for this, and work continues under the hood torward that goal. We will be sure to make it well known once this capability is supported.

12 Mar 2010 09:49 AM
RE: Bug in 2/26/10 build by akins in User Support - V7

I might add to what George said by directing you to "presets" for songs and other items. We use somewhat similar formats for songs and scriptures each Sunday and I have "preset" these for quick application. I then can make modifications as desired for a particular Sunday.

12 Mar 2010 09:44 AM
RE: How to use ssptimer files by akins in User Support - V7

Just select the type you want (5 min, etc.) from the list and place it in the program. You can then edit the timer changing font, size, color (just two), placement, and two lines of text. Actually, the editing choices are fairly limited and have been the subject of wishes for sometime, but you can usually play around and get a decent look. Right clicking on the timer in the program and selecting "display properties" at the top of the list will allow you to add background color, images, and/or videos and you can apply "advance effects" to any of these.

11 Mar 2010 11:18 AM
Right-Click copy/paste menu does not work in PPT song import panel (TS098) by George in Troubleshooting

Symptom:
During a Song import from PPT the right-click menu is no longer available in the Slide Text box when importing song text from a PPT.  This may cause difficulty in editing content. Import is still possible and text entry and deletion are possible, only the right click menu is affected.   

Possible Cause:
Unknown - the root cause of this is still under investigation.
 
Possible Solution:
Import is still possible and text entry and deletion are possible.  The CTRL-X, CTRL-C and CTRL-V keyboard shortcuts work as well.  If a significant change in the arrangement of the text in the PowerPoint file is needed, this can be done using Microsoft PowerPoint. 

(TS098)

10 Mar 2010 05:37 PM
December 2009 Edition - Bug Fixes (SSP070) by George in SongShow Plus Issues

There are some previously reported bugs that have been fixed in the December 2009 Edition:

  • Drag and drop in Win XP was broken and fixed in the Beta cycle. 
  • Quick Message was broken and fixed in the Beta cycle. 
  • Live Video was broken and fixed in the Beta cycle.  This fix was an improvement of the previous patch that was required to use the Live Video Plug-in.
  • An issue with nvidia driver version 196.21 that broke the SSP Beta on XP was corrected.
  • Print Slideshow and song list selection spinners grayed out
  • Builder re-run error causing file browser to open unexpectedly.
  • H.264 issue with playback of .m4v, .mp4v, and .mpg4 video corrected.
  • Path displayed incomplete when adding sub-folders to panels.
  • Snowflake Wipe transition not working as expected.
  • Font selection when editing text in the Slide Show Builder not working as expected.
  • Background Improv folder navigation and state save corrected.
  • Monitor options placements selector not working as expected.
  • CTRL-V does not paste copied objects as expected in Slide Show Builder.

(SSP070)

10 Mar 2010 03:05 PM
H.264 videos or thumbnails may cause SSP to be unstable and lock up (TS097) by George in Troubleshooting

Symptom:
H.264 Video or thumbnails may cause SSP to be unstable and lock up when added or viewed.  

Possible Cause:
It appears that there are some H.264 video that can cause trouble in SSP. At this time this is very rare, however, the root cause of this is still under investigation.
 
Possible Solution:
This was discovered using movie trailer files that would play fine in applications other than SSP.  At this time there is no solution but it is best to try a different file to make sure it is not a wider issue.  Please contact the Support Team and provide the video file for analysis. 

(TS097)

10 Mar 2010 11:56 AM
RE: Audio clip doesn't restart when slide show restarts by George in User Support - V7

Hmm - Interesting...

I just tried this using blank slides entered as program elements and got the same expected behavior I described before.  Are you using "blank" blank slides (default blank slide is black color only) or do you have something else set for your blank slides?

I would say at this point if the behavior persists and you can duplicated it, contact the support team so they can do a remote with you and actually see what is going on.

09 Mar 2010 05:59 PM
RE: SSP Version 5.5 with SongSelect Online by iamgap in User Support - V5.5


I too would recommed that you backup/archive/zip your current R-Technics folder and install the evaluation of version seven. If the PC cannot handle it, which I doubt, do a complete uninstall of Version 7 and go back to version 5.5.

It is my understanding that version 7 is much more stable, and can function more efficiently on an older machine than version 5.5 can.

09 Mar 2010 05:52 PM
RE: 32bit vs. 64bit by iamgap in User Support - V7 on Windows 7


To add yet another fly into the ointment...

I didn't realize that my MoBo has a 4 year old (2 yr older than the mobo) chip on it (intel 945). So even though the processor and motherboard can support up to 4 GB of RAM, the chipset can only address 3.2 GB of RAM.

What I am most upset about is that the board advertised that it could support up to 4 GB of RAM, but didn't say it could only address 3.2. Had I known that, I wouldn't have bought this board. Time for an upgrade. Now I gotta find a board that supports the RAM that I just bought for this board.

09 Mar 2010 10:47 AM
Video file types supported in Video Chain (MI016) by George in Media Issues

The video file extensions that are supported in SongShow PlusTM for the Video Chain tool are a subset of the video file extensions that are supported in SSP globally. 

Keep in mind the required codec/filter still needs to be available on the system for proper playback of these file formats.

  • Video Clip (*.avi)
  • Video (*.mpg4)
  • Video (*.mp4)
  • Video (*.m4v)
  • Video (*.mp4v)
  • Video (*.mov)
  • Movie Clip (*.mpg)
  • Movie Clip (*.mpeg)
  • Movie Clip (*.mpe)
  • Movie Clip (*.m1v)
  • Windows Media Audio/Video File (*.wmv)

If some of the listed types do not appear in the Video Chain panel, review the instructions for selecting visible video types in the KB article MI010.

(MI016)

SSP News

18 Mar 2010 03:49 PM
RE: March 2010 Edition Available for Beta Testing by chapelbythesea in Latest News

Thanks Cleber, for the clue, and George, for the offer.

Since I have more to do than I can keep current on anyway, I'll stick with September version that I know works until I see / hear indications that the Windows 7 glitches are cleared out. I have no desire to uninstall/reinstall and hope that things might work and/or to spend lengths of time on tech support trying to iron things out.


Just let me know when the upgrades fully function with Win 7. Thanks.

09 Mar 2010 07:30 AM
RE: Cinematic Effects Collection: Easter Special from GoFishMedia by osborn4 in Latest News

And if you have multiple projection licenses, one purchase covers all of them.

03 Mar 2010 12:10 PM
RE: December 2009 Edition Released by norvilles in Latest News

No problem.

Also I tested on Windows 7 64bit and Windows XP 64bit.

05 Feb 2010 08:13 PM
December 2009 Edition, 2/4/2010 Candidate Release by dreece in Latest News

The 2/4/2010 candidate test release of the December 2009 Edition of SongShow Plus is now available to current subscribers.

  • XP/nVidia driver problem is resolve.
  • Single core use is now the default. Users can still switch to multi-core mode.

Read What's New for a more complete list of new features and enhancements. Subscribers can also visit the Beta Test Support forum to post feedback and questions regarding the beta version.

You can download the beta test installation from within SongShow Plus using the menu command Update > Check for Beta Version Updates  or by going to http://www.songshowplus.com then to the Download page.

29 Jan 2010 03:40 PM
December 2009 Edition, 1/28/2010 Candidate Release by dreece in Latest News

The 1/28/2010 candidate test release of the December 2009 Edition of SongShow Plus is now available to current subscribers.

  • Various bug fixes. 

Read What's New for a more complete list of new features and enhancements. Subscribers can also visit the Beta Test Support forum to post feedback and questions regarding the beta version.

You can download the beta test installation from within SongShow Plus using the menu command Update > Check for Beta Version Updates  or by going to http://www.songshowplus.com then to the Download page.

 

Account Login


Register
Forgot Password ?

Computers