What does the Zoom exactly do?

Hallo,
I am just trying to find out the possibilities I have with Encore DVD 2.0. I am working with the german version, so please excuse me if I do not translate every label and every command correctly.
First goal is to produce a DVD showing some old paintings. The slideshow seems to be a good solution for that.
To bring in a little extra, the images should move at least a little bit. Therefore I'd like to use the panning and zooming capabilities of Encore DVD 2.0.
As far as I can see, the effects "pan" and "zoom" are done for the whole duration of a slide. If a slide is shown for 30 secs and has a zoom, the zoom will take 30 secs.
So if I want the image to not move for a while at the before or after the zoom, I have to insert extra slides without the zoom before and after the zoomed slide.
Lets say I insert a first slide, set its scaling to "scale and mask". Then I insert the same image as a second slide, same scaling, but with "zoom in". If I render this, the result is the image first stalling for the duration of the first slide, then getting zoomed. But it doesn't seem to be zoomed to 100% of the image (as if I would choose no scaling at all), its just zoomed to some amount.
Now if I want to add a third slide that is shows the image at the end of the zoom, I have to know how big it will be. Otherwise there will be a visible jump in size from the end of the second slide (the end of the zoom) to the third slide (still image of zoomed picture).
Does anybody know what the zoom exactly does? Is there a formula?
Best regards,
Christian Kirchhoff

Bug fixes.

Similar Messages

  • Exactly what does the Data Drop-down List do?

    What does the Data Drop-down List do? Is it used to make a drop-down list from certain records in a column in a table of a data base?

    Yes, this is exactly what it does. However, it's a custom control, not a built-in control. JavaScript is used to set it up. In order to use it you have to have a data connection in the document and modify the "Initialize" script, which is were the list is populated from the DB. The "Initialize" code is a good example of how to use XFA JavaScript to access a DB. However, the code is also written in a very general manor and takes the long way around to hooking up to the DB. Much shorter code can be written for a specific DB.
    Thom Parker
    WindJack Solutions
    www.windjack.com

  • What does the range expander do exactly?

    Hi, I would like to know, what does the range expander does exactly, does it only relay a signal farther away or does it actualy amplify the signal. I would like to know because right now there are 3 computers in my house that are only receiving a "weak" signal and I would like to boost that... I can't pass wires through the walls so it has to be wireless...
    thanks in advance

    The range expandr does increase the range of your wireless signal , However the throughput is reduce by half eg: if you are getting a speed of 54Mbps from the router to the range expander , then from the range expander to the PC your transmit rate be be approx 22Mbps . Every consequent range expander you connect will increase the range , but again the transmit speeds will be reduced by half.

  • What does the recovery CD contain - Satellite A100-847

    Hello guys
    I had a few questions about the recovery CD:
    1- What does the recovery CD contain? and the other CD which is called Media something?
    2- Does it have Windows in it? So I can format my PC using it? And from where can i find the product key (windows key)
    3- What if i wanted to use the CD without formatting? etc. installing the softwares?
    Sorry for asking too much but my laptop started disturbing me. Just for knowledge my Laptop is satellite A100-847

    Hello
    I will try to answer your question.
    1 Recovery media contains recovery image. Recovery image is a kind of package that contains operating system, all necessary drivers, Toshiba tools and utilities and some additional software like WinDVD or Norton antivir application. Media something is not known to me. Maybe exact description can help.
    2 Yes it has Windows OS. Yes you can format your notebook using it. You do not need product key. Just install it.
    3 I do not know what you mean. The fact is that HDD will be formatted before you start recovery installation. Be sure all your important data are saved on some external device.
    Bye

  • What does the black check marks in front of song titles do?

    What does the black check marks in front of the song titles do?

    Wow, old discussion from January.
    Click on any song in iTunes and then on the edit menu, click on select all. Now right click on any one of those songs and select check selection orcheck all whatever the choice is, I can't remember exactly,

  • I was playing with my ipad settings (it's an older model) and noted in the advanced settings of Safari there was a place to view website databases.  When I clicked on this I saw websites.  How do these get there and what does the space amount mean?

    I was playing with my ipad settings and noted in he advanced settings of Safari there was a place to view "website databases".  When I selected this I saw a multitude of websites.
    Can anyone tell me how these get there?  Can a website be posted even if it was never went to?  What does the space amount mean?  For example, 1.5 kb...is this quite a bit?  Would it indicate someone has gone to a site multiple times?
    I share my ipad with my teenage daughter and I'm trying to find out if she's lying to me.  Obviously she's swearing that she has "no idea" how these got there and I'm trying to keep her safe (she's only 14).
    Thanks everyone.
    Concerned Mom

    Think of your PC and the 'temporary internet folder' where it keeps cached copies of web pages or elements off a web page for 'quicker display the next time you visit'. That's pretty much what that folder is. 1.5K is tiny. Probably just a basic page with some text on it. (you might be confusing 1.5K with 1.5 megabyte....megabyte is large...it's roughly 1000 kilobytes, so the 1.5K is a tiny file)
    As far as I know, the only way info gets into that folder is if the browser has been to that site.
    if you have a concern there are browsers out there, McGruff is one i've seen recommended, that allow some degree of parental control and supervision. That or you could passcode lock the iPad or enable the restrictions to turn off some parts of the device to have some control.

  • What does the open file dialog do 'under the hood' and is there a way to simulate it

    What does the open file dialog do 'under the hood' and is there a way to simulate it?
    I have a bug in my code (that I've posted about before, here) which I can't fix at the moment, but I do have a workaround.
    Briefly, the bug:
    I call a dll from a function node, to initialise and run a spectrometer. If I start up the PC, LabVIEW and run my vi the code runs without complaint, the first call to the dll to initialise the spectrometer doesn;t return an error but the spectrometer is not detected either.
    I've tried various solutions, see the link above, and none work
    The workaround:
    If, at any time before running the code containing the function node I open an 'open file' dialog window, select the dll and click ok/hit enter then everything is fine. When I run the main code the spectrometer is detected.
    I use an express vi to open the file dialog, I specify the start path and file name as constant inputs and just click ok/hit return when the dialog pops up. I don't do anything with the dialog outputs. In fact the vi that contains the open file dialog can be run before the project containing the bug is even open.
    I have to do this everytime I turn the PC on.
    So, either
    1) Can somewone suggest a fix for the original bug?
    2) What is the easiest way to simulate the enter keypress when the open file dialog pops up
    or
    3) Can someone tell me what the open file dialog does under the hood that somehow causes the dll to work and can it be simulated in straight LabVIEW
    I suspect that the dll itself is dodgy ( I have in the past talked to the supplier but not got very far, and I will try again but I would like a quick, temporary solution too). I'm guessing that the file dialog is making some kind of check on the file, and possibly registering its presence with the OS (winXP). I tried using the file/folder exists vi to see if checking the file like that worked but no luck.
    Any help greatly appreciated.
    Dave

    Hi David
    I am very conscious about thread hijacking but this sounded like my issue so I hope you dont mind me asking about your issue. I am hoping that you have a spectrometer from the same vendor as me and its not just me seeing an Error 1097 issue. My spectrometer is from a company called Stellarnet.
    So far I have unable to get it to work with other VIs. There is one condition where I can get it to work but its no good for me.
    Case 1
    I open the VI in a fresh labview environment with no other VIs in memory. The code runs with no issue.
    Case 2
    Labview is not opened. I double click the spectrometer VI in windows explorer.  The VI opens but it fails to run resulting in Error 1097. Personally, I dont see the difference between this and Case 1 above and yet it fails.
    Case 3
    If I already have other VI's in memory and try to load the spectrometer VI and run it fails with Error 1097. This case is the one that most important to me. I have a test executive that will load test VIs dynamically and I can't get this to work. Same problem Error 1097.
    I wanted to share what I have seen with you and to let you know that maybe somebody else has the same issue. I am convinced its the DLL but the vendor dis-agreed saying it was LabVIEW. I couldn't convince him otherwise.
    Thanks in advance
    David

  • What does the ipod touch 5 come with

    What does the Ipod Touch 5 come with? (standard)

    Four calling birds, three french hens, two turtle doves and partridge in a pear tree. ;-)
    Basic troubleshooting steps  
    17" 2.2GHz i7 Quad-Core MacBook Pro  8G RAM  750G HD + OCZ Vertex 3 SSD Boot HD 
    Got problems with your Apple iDevice-like iPhone, iPad or iPod touch? Try Troubleshooting 101
     In Memory of Steve Jobs 

  • When I see the usage on my iPod touch 4 they have categories for how much space is being used where. What does the "other" category contain? Like what could I delete on my iPod to get rid of the "other" category?

    when I see the usage on my iPod touch 4 they have categories for how much space is being used where. What does the "other" category contain? Like what could I delete on my iPod to get rid of the "other" category?

    What is the Other on my iPhone and How to Remove It
    An "other" larger than about 1 1/2 GB usually indicates that the "other" includes corrupted files.
    First try:
    "First you go settings/general/usage/music/then left swipe over music and press delete and you would think it deletes your music but it doesn't instead it deletes your other but make sure your ipod is connected to a computer while doing this"
    as recommended by:
    How do I get rid of "other" storage: Apple Support Communities
    Next, usually restoring from backup eliminated the corrupted files. However, sometimes restoring to factory settings/new iPod is required.
    To restore from backup see:
    iOS: How to back up
    To restore to factory settings/new iPod see:
    iTunes: Restoring iOS software

  • What does the "availability" of "free" or "busy" signify in the iPhone evevnt calendar?

    What does the status of "free" or "busy" do in the iPhone calendar event reminder?

    It shows if there are other events scheduled at the same time so you don't accidentally schedule two events at the same time

  • HT1491 Why do i keep getting the message 'Cannot connect to iTunes Store' when I have done every connection I can find? What does the error message (-1202) mean when I am on the iTunes site on my computer?

    Why do i keep getting the message 'Cannot connect to iTunes Store' when I have done every connection I can find? What does the error message (-1202) mean when I am on the iTunes site on my computer?

    Hi Velvalee,
    While there may not be specific information about that error, here is an article of steps for troubleshooting connectivity issues with the iTunes store:
    Can't connect to the iTunes Store
    http://support.apple.com/kb/ts1368
    If that article does not help, there is a link near the bottom for an additional article of advanced troubleshooting.
    Cheers!
    - Ari

  • On opening some pdfs in new tab, get a box labeled Adobe Acrobat with a ? in it. Right click on the link gets the pdf. What does the box and ? mean. Running W7, FF 10.0.2, Adobe Standard 9. Thanks

    On opening some pdfs in new tab, get a box labeled Adobe Acrobat with a ? in it. Go back to the original link, right click on the link gets the pdf. What does the box and ? mean and why do I get it when trying to open some pdfs? Running W7, FF 10.0.2, Adobe Standard 9. Thanks.

    Assuming that you are using IE10 / IE11 on Windows: http://support.microsoft.com/kb/2716529

  • CSCC - what does the "id" mean and how to get it

    https://apps.cisco.com/CustAdv/ServiceSales/contract/productDetailsIndex.do?method=loadProductDetails&contractId=55565082772&serviceLineNumber=55565082912&lineID=55565086982&instanceID=1483016052&contractNumber=93913779&id=382878711&majorOrMinor=MAJOR&coveredOrUncovered=COVERED&lineSeqNo=45823525&contextID=0.4317186686218467
    Currently I am developing a web client tool to get contract information based on the SN. And I don't find any existing API of CSCC, I had to parse the html instead. But I encountered an issue here as $subject which highlighted in the above link. What does the id number mean and how can I get it ?

    Are you running Firefox in Windows 95 or 98 compatibility mode?
    Mozilla/5.0 ('''Windows NT 4.0'''; rv:35.0) Gecko/20100101 Firefox/35.0
    Firefox won't install on Windows NT 4.0 - so something is changing your useragent and saying that your operating system is like 20 years old.
    Right-click your Firefox desk-top shortcut and select Properties. Then open the Compatibility tab and look at '''Compatibility mode''' - un-check that box if it has a check-mark.

  • What does the HSTS.plist file in the Cookies folder in /Library ?

    What does the HSTS.plist file in the Cookies folder in /Library ?
    If I open it in TextEdit it is filled with sites I never have visited.
    Does anybody know where this file is used for ?
    Thanks

    I also have this file in the same folder in the same location with two other 'documents' called:
    1. com.apple.appstore.cookies
    2. Cookies.binarycookies
    Document type shows as 'OOPlistDocumentType'.
    Yes lots of website addresses and at least one known spam tel number. The top line of the text when opened by TexEdit is as follows:
    bplist00“   ∑_ )com.apple.CFNetwork.defaultStorageSession_ !hstsd Disk Storage Schema Versionfl ±    
    This is a bit of a worry ........

  • What does the new in Pointbase JDBC Url mean?

    what does the new in the URL mean? It is out of ServiceBus config:
    jdbc:pointbase:server://localhost:9193/weblogic_eval;new
    thanks,
    Barossa

    if the database is not exist, it will create one for you.

Maybe you are looking for

  • HT1386 iTunes will not detect my iPhone(5s) after the most recent update.

    Ever since i updated iTunes it will not detect my iPhone, every time i plug it in it asks to trust the computer which I always use to sync my iPhone. Every time i select "trust this computer" and it still won't detect it. PLEASE HELP.

  • M10 Will Not Boot Up - Suggestions?

    I've got a Valet M10 that's about 16 months old and thus out of warranty. Firmware is up to date. Up until a couple weeks ago, it ran fine with no issues at all. My problem comes when I power up in the morning. All of the lights on the unit begin fla

  • Problem in the main area of the table not coming on the same page

    Hi Experts, I have created a invoice in the table header with descriptions and main area with the values,below main area i have also created a template in smartform for calculation when i have assigned this to a transaction and i goto printpreview my

  • How to enable a DFF field if we select the option 'others' inprevious field

    Hi All, I have configured the DFF in one of compliance monitoring form. My DFF contains three fields for address. 1st field - Division number - A table value set is attached. 2nd field - Street name - Based on the value entered in the division number

  • External mail to SAP

    HI, I have a requuirement where users can send a mail to SAP server and upon receiving the mail, a program or workflow has to execute. We can send mails from Sap to external mail...... how do we do this other way around.... external mail to SAP and h