In DVD SP when setting a target use track or chapter marker?

If you have muliple tracks, slideshows and menus in your project and the tracks have only one chapter marker and you have the option of setting as a target, the track or the chapter marker which should you use or does it matter? Also would the same rule apply for setting the "next or "previous" targets in the advanced connections? I hope I am being clear on this, if not I can add more info.

Jeff
In DVD SP there will be some limits on how you can move markers, they will not be frame accurate.
I usually use the key commands to jump back and forth between markers, then use inspector to nudge
You can also try to just export the Final Cut movie with the new marker positions and use that to set the markers in DVD SP then use the previously encoded video
Take a look here for this workaround that is good if markers do not show up and also will do what you need now
http://dvdstepbystep.com/fasttrackover.php

Similar Messages

  • How do I retain a PDF form widget's design when setting its value using Javacript in Acrobat?

    I've been experimenting with interactive PDF forms in InDesign and JS in Acrobat. I think I've encountered something that might be a bug: widget design is overriden when using Javascript to set the field's value in Acrobat. Here's what a checkbox, for example, should look like when checked:
    However performing:
    var f = this.getField("Checkbox");
    f.value = "Yes";
    in the JS Console results in the widget's appearance defaulting to acrobat's:
    I've tried every single widget property documented in Acrobat's Javascript API Reference to no avail. Initially, checking/unchecking using the mouse works fine. Once the value has been set using JS, Acrobat's default black check character is used for all subsequent toggling, including when using the mouse...
    How does InDesign export interactive PDFs with custom icons for widgets? Is there any way to enforce the use of those icons using JS in Acrobat Pro? What's the difference between selecting a checkbox or a radio button using the mouse and setting its value using JS?

    I thought it might be the case, too, but all widgets have the same properties both before and after setting the value with JS. I did this check using all documented properties in Acrobat JS Reference in an attempt to figure out what might be going on.
    By the way, I don't think Indesign necessarily uses glyphs for the checked state of widgets, although in this case a glyph is used (albeit with different stroke and fill colours for the glyph, acrobat doesn't allow setting these properties AFAIK). With Indesign CS6 it seems you can practically use any Indesign tool to design the widget's On and Off states. So I'm thinking that maybe Indesign exports these with button-like properties where there are no restrictions on appearance (I think there is an "icon" property/object for buttons or something like that). However Acrobat treats them as checkboxes, so if that is the case it is more of a hack. Is there a way to probe an object's various properties other than using JS or the properties pop-up dialog?

  • Set subtitle stream change at a chapter marker

    Is there a way that I can set a subtitle stream to activate at a certain chapter point?
    example: the video would be playing then at 2:30 the subtitle stream would automatically turn on?
    thanks

    What I did so far is set a chapter marker right before the chapter marker where I want to to change (ex. I want the subtitle to start at 2:30, I put another marker at 2:29 and attach a script to the end jump)
    my script is:
    movGPRM0, SPRM7
    Set System Stream (Subtitle1)(On) if (GPRM 0 = 3)
    ---*It's the 3rd chapter in the track
    My problem is that after it executes the script and turns on the subtitles, is that it repeats and loops on itself (ex. it loops from 2:29-2:30)
    -If I put an exit command, it doesn't resume playback. How can I just have it execute the script at the chapter marker and resume seamlessly??
    Thanks!

  • I am unable to send or receive mail when set up to use my apple id any thoughts

    Mail has auto sorted all the server info from my apple ID that I put into the mail setup front sheet. Once set up it doesnt receive test mails I send to it, If iI send out I just get a notification devevery falure. Any Ideas?

    You can try resetting your iPhone. Make sure to make a backup of your data.

  • "Access Control - Do Not Inherit" Grayed out when setting up a backup on Server 2008 R2 when trying to use remote NAS

    I see one response here:
    http://social.technet.microsoft.com/Forums/en-US/c99eead0-e2fc-4c83-8cb2-959d03512667/server-2008-r2-dc-backup-greys-out-do-not-inherit-option-for-file-share-backup
    But it makes no sense to me. Running that command doesn't do anything.
    How do I make the box stop graying out when setting up a backup with the GUI interface? This should be really simple I would think and for some reason the backup utility is graying out the "Do Not Inherit" option so I can backup to the NAS
    device that has access control enabled in order to backup to the NAS.
    Thanks in advance!

    Hi,
    From this article, it mentioned that it is by design that we cannot choose "do not inherit" in backup schedule when backup target is a remote shared folder.
    Checklist: Schedule Automatic Backups
    http://technet.microsoft.com/en-us/library/cc732540.aspx
    If you use a remote shared folder, make sure that the folder is available, that you have write access to the folder, and that you are a member of the Administrators group or Backup Operators group on the computer hosting the folder. Each time you create
    a backup, it will overwrite the older backups so that you will only have one backup at a time.
    The backup will inherit the access control list (ACL) permissions of the folder.
    For the account it required, as mentioned above, it should be "a member of Admin group or Backup Operators group, and it should have write permission on target folder".
    Also map a network folder as a drive will not help show the mapped drive letter in backup destination. It is still a remote shared folder.
    TechNet Subscriber Support in forum |If you have any feedback on our support, please contact [email protected]

  • Setting camera target and using the pan tool moves everything except target

    Hi,
    I have a JavaScript which sets the camera target using the code below.
    var setTarget = function(strNodeName) {
        for (var intCounter = 0; intCounter !== scene.nodes.count; intCounter++) {
            var node = scene.nodes.getByIndex(intCounter);
            if (node.name.indexOf(strNodeName) === 0) {
                var camera = scene.cameras.getByIndex(0);
                camera.target = node;
    This works great for the rotate and spin tool. But hen I use the pan tool, everything moves except the node that was set as target.
    Why is this happening and how can I prevent this?

    James, thank you very much for the VI, now i understand what you meant by initialising the shift registers. You're right about my text-based programming background, and seeing how you've implemented the case selection really helped. The removal of the mathscript modules does reduce lag quite a lot, too, and now everytihng works exactly as it should. I set the initial servo positions and rawx/rawy values, extended the error line the way you suggested, and added a division by two after the array summation, in order to get an average, rather than a near-double result. 
    I agree with you and 22v10 that slicing the image up into quadrants might have been a better idea to begin with. The 'center band' that is set in the current vi works quite well and i'll stick with it for now, since i won't have much more time to work on this project. 
    I avoided adding tilt for now because i thought it would only complicate things. Now that panning works, i've duplicated the method and adjusted it for tilt. 
    I'm also considering removing the Vision Assistant nodes, since for calibration purposes i need to go into it and create new templates from scratch every time, and this will only get more tedious as i start experimenting with more complex 'targets'. A more viable solution is presented here, where everything is set once the application is launched. 
    Please find attached an updated copy of the VI. It's a bit laggy, i'll continue working on it and updating. 
    James, thank you again for providing a working solution. I'd love to give you credit when the project's finished.
    Attachments:
    image tracking camera centering-update 2, working.vi ‏916 KB

  • Script will not accept target volume when setting Windows Backup policy

    I have manually configured a Windows Backup on a VM using the GUI. I set the target volume for the backup and it works fine. However, I am trying to script out the configuration of the backup and when I run the script, I get the following output:
    Label                  : Backup
    WBDisk                 :  \\ ?\Volume{96ab04f0-5a45-11e4-80f1-00155dbae602}
    WBVolume               : Backup (E:)
    Path                   :
    TargetType             : Volume
    InheritAcl             : False
    PreserveExistingBackup : False
    Date        : 10/23/2014 12:00:00 AM
    Day         : 23
    DayOfWeek   : Thursday
    DayOfYear   : 296
    Hour        : 0
    Kind        : Unspecified
    Millisecond : 0
    Minute      : 30
    Month       : 10
    Second      : 0
    Ticks       : 635496210000000000
    TimeOfDay   : 00:30:00
    Year        : 2014
    DateTime    : Thursday, October 23, 2014 12:30:00 AM
    Date        : 10/23/2014 12:00:00 AM
    Day         : 23
    DayOfWeek   : Thursday
    DayOfYear   : 296
    Hour        : 6
    Kind        : Unspecified
    Millisecond : 0
    Minute      : 30
    Month       : 10
    Second      : 0
    Ticks       : 635496426000000000
    TimeOfDay   : 06:30:00
    Year        : 2014
    DateTime    : Thursday, October 23, 2014 6:30:00 AM
    Date        : 10/23/2014 12:00:00 AM
    Day         : 23
    DayOfWeek   : Thursday
    DayOfYear   : 296
    Hour        : 12
    Kind        : Unspecified
    Millisecond : 0
    Minute      : 30
    Month       : 10
    Second      : 0
    Ticks       : 635496642000000000
    TimeOfDay   : 12:30:00
    Year        : 2014
    DateTime    : Thursday, October 23, 2014 12:30:00 PM
    Date        : 10/23/2014 12:00:00 AM
    Day         : 23
    DayOfWeek   : Thursday
    DayOfYear   : 296
    Hour        : 18
    Kind        : Unspecified
    Millisecond : 0
    Minute      : 30
    Month       : 10
    Second      : 0
    Ticks       : 635496858000000000
    TimeOfDay   : 18:30:00
    Year        : 2014
    DateTime    : Thursday, October 23, 2014 6:30:00 PM
    Set-WBPolicy : The specified file path does not exist or is not on a locally attached disk.
    At D:\Admin\Configure_Backup.ps1:44 char:1
    + Set-WBPolicy -force -policy $BackupPolicy
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : NotSpecified: (:) [Set-WBPolicy], Exception
        + FullyQualifiedErrorId : System.Exception,Microsoft.Windows.ServerBackup.Commands.SetWBPolicy
    The E: volume is one of three drives for the VM.  I attach and detach the volume from the Hyper-V host weekly - creating a new VHD for each week of backups.  This all works fine with me doing it manually, but I want to automate the process and
    the script below won't let me.  IDEAS???
    # Open the existing policy in Edit mode
    $BackupPolicy = Get-WBPolicy -Editable
    # Now,define the parts of it.
    # First,let's specify the files to backup
    $FileSpec = New-WBFileSpec -Filespec C:\,D:\
    # and then add that to the policy we're building
    Add-WBFileSpec -policy $BackupPolicy -filespec $FileSpec
    # Remove the existing target
    $Target = Get-WBBackupTarget -Policy $BackupPolicy
    Remove-WBBackupTarget -Policy $BackupPolicy -Target $Target
    # Add the new target
    $Target = New-WBBackupTarget -VolumePath E:
    Add-WBBackupTarget -policy $BackupPolicy -target $Target
    # Add System State and Bare Metal Recovery
    Add-WBSystemState -policy $BackupPolicy
    Add-WBBareMetalRecovery -policy $BackupPolicy
    # Define the schedule
    Set-WBSchedule -policy $BackupPolicy -schedule 00:30,06:30,12:30,18:30
    # Finally, set for VSS Copy Backup
    Set-WBVssBackupOptions -policy $BackupPolicy -VssCopyBackup
    # Finally, we need to SET the policy before it actually takes control
    Set-WBPolicy -force -policy $BackupPolicy

    Hi Dan,
    Since you want to replace the destination volume for the existing backups, I recommend you can delete the existing backup task and create a new backup task, or you can also try the steps below:
    Reattach the original (old) volume and also attach the new volume to VM, then run the powershell script to
    add the new target volume firstly, then remove the old volume, after you run the script you can detach the original volume from VM.
    If there is anything else regarding this issue, please feel free to post back.
    Best Regards,
    Anna Wang

  • How to define target window when redirecting within frames using servlet?

    Howdy:
    Is there a way to define target window when redirecting within frames using servlets?
    How to do it in JSP as well?
    T.I.A.
    Oriental Spirit

    Your servlet (or JSP) can't decide where it is going to be displayed. The browser has already decided that when it makes the request to your servlet.

  • HT204407 my 2 daughters and I are sharing one icloud.  I am trying to set up and use find my friends with them, but it won't let me.  It says I can't send a request to myself when I send one to her email address, which is different than mine.  What am I d

    my two daughters and I have iphones.  I am trying to set up and use find my friends with them. We have 1 icloud, but different emails.  When I send a request it states that I can't send a request to myself.  What am I doing wrong

    Sharing an Apple ID is never recommended for these reasons.
    They can create their own: http://appleid.apple.com and you can add them at the addresses they use for their ID.
    Sharing an Apple ID is not recommended because all of your data gets merged and when it gets deleted from one device, it deletes from them all, such as Contacts.
    iCloud Guide

  • I had to take my hp back to factory setting and reinstall itunes, when I tried to use Itunes match it said i had to Deauthorize all my computers. I am using the same computer and desperately need access to my music.

    I had to take my hp back to factory setting and reinstall itunes, when I tried to use Itunes match it said i had to Deauthorize all my computers. I am using the same computer and desperately need access to my music.

    When you reset to factory settings, the computer is de-authorised.
    In iTunes menu Store > View Account > sign in > App Store > Deauthorise All.
    Once done, authorise this computer iTunes.
    Note: you can only do that once a year.

  • I want to use my icloud email address as a new apple ID.  It was an additional email contact address I originally set up for my child.  But now, I'd like to set her up on Family Sharing, using that email as her ID.  Obviously, when I try to use it wh

    I want to use one of my icloud email addresses as a new apple ID.  It was an additional email contact address I originally set up for my child.  But now, I'd like to set her up on Family Sharing, using that email as her ID.  Obviously, when I try to use it when setting up a new apple ID, it says the email is already being used (Yes, by ME) and I need to select a different one.  Can I somehow delete that email address in order to set up a new apple ID using it?  Or is there another way to "re-use" that address for my child's new ID?

    "Well, then I want to be able to merge that one and the one my purchases are on..."
    This is exactly what I want to do but don't think I can:
    I noticed the following :
    If you attempt to create an Apple ID which is the same as your @icloud email address from the online facility, it does not allow you (can't use an Apple associated email address as your Apple ID). However - if you start a fresh device - such as a new iPhone, iPad (must be mobile it seems), and then create an iCloud account and Apple ID from the prompts when setting up the mobile device, it IS possible to have your Apple ID and @iCloud email address as the same. I know because I just did it!
    Unfortunately for me, the result I got above is not for one of my own ID's but a friends, and I would VERY much like to do the same - my current Apple ID is a completely different email address from my iCloud account. Trying to get them the same in my situation is a major bother - I think that if I wipe a device (such as an iPhone5 that is mine) and try to setup as I did my friend's device, then I will get a conflict because the iCloud email I have ALREADY exists. This is my worry and I will not attempt this until I get the new iPad 4 soon to test this.
    There is an inconsistency here between the two methods of creating Apple ID's and iCloud accounts.
    Overall in my opinion, the Apple ID system as currently available from Apple is not designed very well, and should be addressed.
    Best wishes -

  • When I download firefox, using recommended setting, or my own, all the sub files/folders like plugins, modules, updater end up on the desktop as well as in the file location. And when I try to put them into the file location, they don't. And when I delete

    When I download firefox, using recommended setting, or my own, all the sub files/folders like plugins, modules, updater end up on the desktop as well as in the file location. And when I try to put them into the file location, they don't. And when I delete them, FireFox won't open. I tried deleting FireFox and reinstalling it multiple times, and a message pops up sometimes that says FireFox may not have installed correctly, so I follow the steps, but all the extra icons on my desktop don't go away. This has happened every time I have downloaded FireFox. The browser itself works, but I need to know how to get rid of these icons, but still be able to use FireFox. This is on a new computer, with Windows 7.
    == I downloaded FireFox. ==
    == User Agent ==
    Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6

    Managed to solve this myself. Just went to properties > hidden.

  • I need to find out how to re-set icloud id on my iphone. I already had an apple id which is a family id. I used it as my id when setting up my new company phone. I have new apple id but can't change icloud phone. Still recognizes old id.

    I have a new company iphone. When setting it up I used a current "family" apple id I created for the children's itouch's. I realized after the fact that all of their contact/content dat is syncing to my business phone. I created a new apple id for the phone,logged out of the old id and in with the new on my phone. However, it will not allow me to make this same change for icloud on the phone. The icloud is still associated to the old id. How can I change my phone icloud to sync with my new apple id and stop getting the kids content?

    In order to change your Apple ID or password for your iCloud account on your iOS device, you need to delete the account from your iOS device first, then add it back using your updated details. (Settings > iCloud, scroll down and hit "Delete Account")

  • My iPad is set up for my Apple ID account and works fine with iTunes. But when I try to use it for the App Store, my wife's apple ID shows up, not mine.

    My iPad2 is set up with my Apple ID and works fine with iTunes. But when I try to use the app store, my wife's apple ID appears in the password window, not mine. How can I get my apple ID to show up?

    Sign her out and sign yourself in!

  • When I try to use siri to book an appointment the last step when she says "do you want me to shedule that for you" I say yes and then she says "Sorry I can't do that, very frustrating. Do I have to turn on another setting or something?

    When I try to use siri to book an appointment the last step when she says "do you want me to shedule that for you" I say yes and then she says "Sorry I can't do that, very frustrating. Do I have to turn on another setting or something?

    Hello BassoonPlayer,
    Since you are using one of the the school's Macbooks, it is quite possible that the time and date are not properly set on the computer that you are using.  FaceTime will not work if you do not have the proper time zone set up for the location that you are in.  This past week, there were a two other Macbook users I've helped by simply telling them to set the Date/Time properly.  By the way, you described your problem very well, which makes it easier for us to help you.  Hope this solves your problem -- if not, post back and I can suggest other remedies.
    Wuz

Maybe you are looking for

  • GL account for Movement type

    Hi , I have made a Z movement type which is a copy of movement type 561 . To this Z movement type I want to assign the GL that is assigned to movement type 101 . How do I assign. Regards Nandini

  • Exception occurred during event dispatching:java.lang.ArrayIndexOutOfBounds

    hi suppose i have 4 rows in my table i m trying to access first colunm in all rows with a for loop for(r0w=0;row<4;row++) getValueAt(row,0); its throwing ArrayIndexOutOfBoundsException for teh last row plz help me its urgent

  • External files opening behind the projector

    I have used 'baOpenFile' function to open some external files (pdf, pps etc). In most computers everything works great, but in some computers the file opens behind the projector (which is in full screen mode), and user doesn't see that the file has o

  • How to transfer saved details on BB between BB and non BB devices

    Hi Support. Well, how to copy phone memory details (address book contacts , messages, bookmarks, calendar, tasks, memopad, etc...) to a non BB device to 100% make accessible on both devices.&lt;br&gt;Regards..

  • Witness Server Configuration

    Hi,           We have configured SQL mirroring between our primary and DR servers. Now we wanted to configure witness server for this in order to enable automatic failover. Can anyone help me what needs to be done on witness server apart from base OS