How do i secure an opening sequence from fast forward?

hello,
i have a title credit of my production company that i would like to have come up as soon as the dvd plays. i want it so that no one can fast forward it (like it is on professional dvd's from mainstream companies).
after that, i want the dvd menu to come up which will loop after 1 minute (but i dont want it to loop back to production company credit.)
any suggestions?
thanks,
steve

One option:
Place the title credits video asset on its own track. Set this to First Play in Disc Inspector. Disable relevant UOPs for this track (User Operations tab of Track Inspector) to prevent viewer from skipping this. Set end jump of this track to your Main Menu which will have your looping video asset as a motion background. You can control looping parameters in the Menu Inspector.
There are other ways to attack this, but given that you are using DVDSP2, this would probably be the way I'd approach it.
Good luck.

Similar Messages

  • How to import part of a sequence from a project to another project ?

    I am having some problem figuring out how to do this:
    I have an opening sequence which consist of about 20 clips using 7 video tracks.
    Now I want to use this opening sequence onto a new project. How do I copy this opening sequence onto a new project with the 20 clips on exactly the same position in the 7 video tracks ?
    NB: I know how to copy a single clip or a single photo from one project to the other project (I just open the 2 projects & I have 2 tabs) but I am at a lost as to how to copy sequence from one project to the other.
    Thanks
    Thanks

    skalicki` wrote:
    Drag the original sequence in the browser into your new sequence, as if you were adding a normal clip. This is called nesting sequences.
    I see, so I am learning something new here.
    When I drag the original sequence in the browser into the new sequence in the timeline, there is only one clip instead of 20 clips. But it plays as if all the 20 clips were there.
    Does that mean that I cannot edit the 20 clips in the new sequence ?
    Thanks

  • How do I completely remove Open Office from my laptop?

    The long story on this is, I needed a word processing program. I'm creating a song list book for Karaoke.  The karaoke software that I use will generate a song book as I Import songs to my hard drive. Well I went to Open Office website and downloaded their free shareware.  What a mistake that was...  My Question is how do i completely remove Open Office from my laptop?  Any help or Ideas would be great.  I did the usual steps of going through the control panel and uninstalled that software.  But it's still on my system.  I'm not a computer geek, and I'm I T challanged. LOL.
    Any Ideas Thanks
    KJRob2015

    KJRob2015 wrote:
    The long story on this is, I needed a word processing program. I'm creating a song list book for Karaoke.  The karaoke software that I use will generate a song book as I Import songs to my hard drive. Well I went to Open Office website and downloaded their free shareware.  What a mistake that was...  My Question is how do i completely remove Open Office from my laptop?  Any help or Ideas would be great.  I did the usual steps of going through the control panel and uninstalled that software.  But it's still on my system.  I'm not a computer geek, and I'm I T challanged. LOL.
    Any Ideas Thanks
    KJRob2015
    Go to your Control panel and then look at "Programs" and click on Uninstall programs and from there scroll down to the Open Office program and click on it and uninstall it.
    Or see this GUI link...
    http://www.wikihow.com/Uninstall-OpenOffice
    I am a Volunteer to help others on here-not a HP employee.
    Replies aren't online 24/7 because of Time Zone differences.
    Remember in this Day and Age of Computing the Internet is Knowledge at your fingertips if you choose understand it. -2015-

  • How do i connect and open itunes from my computer

    how do i connect and open itunes from my computer

    Organize the library from within iTunes, right-click any song, show it in the Windows Explorer, quit iTunes, go into the Windows Explorer, navigate up to the iTunes folder, drag that to the external drive, launch iTunes with the Shift key hald down, and point it to that instance of the library.
    (82828)

  • Opening sequence from one project to another

    I'm in a project and want to import/open a sequence from another project into the current one...can't remember how to do it??
    Cath

    No, just make sure you are in the correct project that you want to close, or if you have multiple projects open, Control - click on the Project tab you want to close and save and choose "Close Tab" from the drop down menu. Only that project will close and save.

  • How to invoking secured service(HTTPS/SSL)from bpel Process

    Hi all,
    i am very new to fusion middle ware. i used jdeveloper 10.1.3.3 and soa-server 10.1.3.1.i need to pass secured wsdl(HTTPS/SSL) from one bpel Process to other. Let me know any certificates are required to do this?
    I am looking forward to getting any advice from our forum.
    thanks & Reagards,
    Hari.

    First of all make sure your jdeveloper and soa suite versions match otherwise you will get unpredictable results. I suggest that you upgrade SOA Suite to 10.1.3.4 as this is the latest version.
    That aside I'm assuming that the bpel process are on the same instance. If this is the case Yes you do need certificates as you need to implement SSL on your SOA Installation. If you use a common certificate such as verisign then the process is simpler as you don't need to worry about the public key as they are standard with Oracle as they are with your browser. If you want to sign your own certificate then you will need to add your public key.
    If your server is already SSL and it is verisign then you should have no issues you will be able to connect.
    cheers
    James

  • How to restrict URL to open only from Forms and not from Browser

    Hi,
    Our application built in Oracle Forms 10g, calls a URL.
    The URL is essentially a path on the application server where files are stored. Users can access this to download files from the server.
    However the URL can also be opened independently from the browser.
    Is there any way, such that the URL can only be opened through the application, and it should be denied when it is opened through the browser.
    More details :
    Server : itabc123
    Location on server : /home/rpdabc/interface/outward/
    Alias created in httpd.conf : /rpdabc-dir/ "/home/rpdabc/interface/outward/"
    <Directory "/home/rpdabc/interface/outward/">
    Options Indexes Multiviews
    </Directory>
    from application : web.show_document('http://itabc123:7778/rpdbabc-dir');
    Kindly advise,
    Thanking you,
    Rocky

    Actually, there are several options including the one already offered above. Here are a few more:
    1. If you are using 10.1.2.3 and a newer JRE on the client (e.g. 1.6.0_10 or newer), you could use java script to open the report. This will not be a perfect solution because it may not work if using a non-IE browser or if java scripting is disabled. Refer to MyOracleSupport Article 265863.1 for more information.
    EXAMPLE:
    WEB.SHOW_DOCUMENT ('javascript:void(window.open("http://www.oracle.com","","location=no,toolbar=no,menubar=no,"));self.close()','_blank');Replace the url in the above example with the call to your report.
    2. Set the age of the cache to a very short value so that it is only available long enough to be viewed by the user who created it. In other words, when setting the reports properties in your Forms code, include the Reports "others" parameter with TOLERANCE=1
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_OTHER,'TOLERANCE=1');This will cause the cache (on the server) to live for only one minute then be deleted. Refer to the Report Deployment Guide for more information.
    3. Upgrade to Fusion Middleware (Forms/Reports) 11. In version 11, the Reports jobid can be randomized. See section 18.8.2 of the Reports 11 Deployment Guide
    http://download.oracle.com/docs/cd/E14571_01/bi.1111/b32121/toc.htm

  • Why does old events show up in Calendar day view?  How do I make it show only from today forward

    I have looked at everything but I keep seeing an event from early October as the first event in my day view and not my current days event.  Any ideas on how I can change this so that it only looks from today forward and not backwards

    It isn't a repeating event. But is marked as an all day event?  On the weekly and monthly view it shows only on the specific day it should. On the daily view it is only on the left side that lists calendar events?  Is there a setting I am missing

  • How do I stop my music from fast forwarding all the time?

    Every time I try to play something on my iPod, it fast forwards through the song I'm trying to listen to or several songs or even the whole CD and I can't listen to any music at all. I also have trouble getting it to sleep and to stop playing. Do I have to replace something or is this fixable?

    In the previous software you could double tap the home button and the apps icons would appear (shaking) and all you had to do was to press the red - button to turn off.  Well since updating to iOS7 all have been able to do is pause but I am unable to turn it off from playing in the background.
    A friend of mine says to swipe upward but I still don't see a delete/off button.

  • How to extract Cleared and Open Items from SAP R/3?

    Hi experts,
    I have a requirement from user to extract cleared and open invoice items from SAP R/3.
    Can someone tell me how to do that?
    Thanks!

    Hi,
    Use the Data source 0FI_AR_4 to Know the status (0FI_DOCSTAT) of payment to be done by customer.
    OR
    Enhance the 2LIS_13_VDITM with VBUP fields which will give the status of Billing.
    With rgds,
    Anil Kumar Sharma .P

  • How can I secure an emailed Quote from being edited by the recipient?

    Hi, I'm a newbie with LiveCycle Designer ES 8.2.
    I have just finished creating a Quote Template.
    After I finished creating the Quote Template I saved it as an Adobe Static PDF Form (.pdf).
    I double clicked on the saved file and it opened in Adobe Acobat 9 Pro.
    I then e-mailed it to myself as a test and found that after downloading the file from my email, I could edit the text and numbers.
    It will not be a good idea to email an editable Quote to a client.
    What should I do that a Quote Template created in LiveCycle Designer ES 8.2 is secure from being edited by the client once the client received it per email?
    I did not find the answer to my problem from the Help Menu, or overlooked it.
    I will really appreciate it if someone can educate me in this.

    Hi Leah,
    you can protect a pdf from being edited in Acrobat Pro using the security features. (Advanced -> Security).
    The easiest way is securing the file with a password and allowing no edits.
    Here's the link to the online help:
    http://help.adobe.com/en_US/Acrobat/9.0/Professional/WSD012A4E1-51D1-4bcd-BA9F-EF03C6F20BB 6.html#top
    Of course that also means the recipient can't fill any forms any more (unless he removes the security with the password).
    A word of warning: as with all kinds of security the safety of it is only relative. There are tools out there which allow you to remove this protection in seconds.
    (which probably would be illegal under these circumstances)
    Background: the pdf specification only suggests that any pdf compatible application should care about the edit password. You practically can't enforce it. The tools I spoke of just ignore the security and save a new file.
    The only way to improve this is to use digital certificates or to set an open password.
    Regards,
    Mike

  • How can we change the column sequence from 1st to 7th position

    Hi
    I have a table in which I have a column naming DNAME and it is is on the first position I want to change its position to 7 that is the last one. The table is huge filled with data.
    Is there ant way in which I can cange the position of the column with out recreating in into another table and then renaming it.
    Thanks

    Hello,
    The sequence of a column in a table is meaningless and you should treat it as such. The column ordering you see when you run a "select * from ..." query is based on the physical implementation of the table, which is completely separate from the logical interpretation, and should not be relied on in a programmatic context. It should essentially be viewed as "random" and prone to change with the physical storage properties of the table (although this is not always the case, there is no assurance of this).
    One way to do this (which happens to be the easiest and least resource-intensive in this case) is to create a view (derived relation) of the base table, with the columns ordered in the specific sequence you desire. But really, the column ordering here is still meaningless, and the only time your application should rely on the order is when you specifically list the columns you require in a query -- but NEVER a "select *".
    cheers,
    Anthony

  • How do I stop images in sequence from being resized by QT

    After editing photos and saving them to a file, I've opened them as an image sequence in QT only to find that some of the images have been resized to fit the QT window causing image distortion. I've looked for a setting in QT to maintain image ratio but no luck. Am I missing something? I've resized all of the images so that either the height or the width are the same. Why aren't the images being displayed in QT with a border if they don't fit the window rather than forcing the fit?

    An image sequence import must start with identically sized files or the import will be based on the first image dimensions.
    If your first image is 640X480 and the next image is 800X600 it will be scaled down to 640X480 at import. You also can't mix portrait and landscape images.
    You could use software like Graphic Converter to "batch" export your images to the same scale.
    Another method would be to use iPhoto (drag your folder of images to a new album). It can make nice slide show movies and it will "center" smaller images and scale others.

  • Who knows how to make the frame open broader from the very beginning

    Hello people,
    now my code is working correctly, but the only problem, every time i start the progrm the window is minimum and each time i need to mke it full opened, How to do this?
    Thank you in advance
    Galina
    Here is my code:import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import java.lang.*;
    public class AnimatorApplicationTimer extends JFrame implements ActionListener
    int frameNumber=-1;
    Timer timer;
    boolean frozen=false;
    JLabel label;
    ImageIcon icon;
    AnimatorApplicationTimer(int fps, String windowTitle){
    super(windowTitle);
    int delay=(fps>0) ? (1000/fps):2000;
    timer=new Timer(delay, this);
    timer.setInitialDelay(0);
    timer.setCoalesce(true);
    addWindowListener(new WindowAdapter()
    public void windowClosing(WindowEvent e){
    System.exit(0);
    label=new JLabel("Frame ", JLabel.CENTER);
    //icon=new ImageIcon[2];
    //label.setIcon(icon);
    label.addMouseListener(new MouseAdapter(){
    public void mousePressed(MouseEvent e){
    if(frozen) {
    frozen=false;
    startAnimation();
    else {
    frozen=true;
    stopAnimation();
    getContentPane().add(label, BorderLayout.CENTER);
    public void startAnimation(){
    if(frozen) {
    else {
    if(!timer.isRunning()) {
    timer.start();
    public void stopAnimation() {
    if(timer.isRunning()) {
    timer.stop();
    public void actionPerformed(ActionEvent e)
    frameNumber++;
    if(frameNumber<3) icon= new ImageIcon("H:/newJava/bin/T"+frameNumber+".jpeg");
    else
    icon=new ImageIcon("H:/newJava/bin/T0.jpeg");
    //label.setText("Frame"+ frameNumber);
    label.setIcon(icon);
    public static void main(String args[])
    AnimatorApplicationTimer animator=null;
    int fps=-1;
    if(args.length>0) {
    try {
    fps=Integer.parseInt(args[0]);
    catch (Exception e) {};
    animator=new AnimatorApplicationTimer(fps, "Animation with Timer");
    animator.pack();
    animator.setVisible(true);
    animator.startAnimation();
    //catch (Exception e){}

    in main after setVisible call animator.setSize(width,height)

  • How can I prevent previously open windows from automatically opening on application launch (e.g. Pages, Safari)?

    Whenever I launch Pages, the application opens pretty much all the documents I've worked on.  I take care to close all the windows, hoping that they won't launch again next time I start the application, yet they do.  I can't find a setting in the preferences or Settings to disable this behavior.  Please advise.

    System Preference > Personal/General > Number of recent items
    Uncheck the box for  "Restore windows when quitting and re-opening apps".
    Hope this helps.

Maybe you are looking for

  • ITunes Synchs my iPad 2 then crashes my iPhone 4 and vice versa

    I took delivery of my iPad 2 yesterday. I synched it no problem (not including the photos at this stage as that would need to be done overnight). I then went to re-synch my iPhone 4 and it crashed/Windows shut iTunes down. I tried several times more,

  • Database starts then stops

    Hello, I screwed up one of my test databases and no i don't have a backup. Database is Oracle10gR2 running on W2K3. Server is a virtual server. I assumed all the disks were on a vmware volume so I took a snapshot before playing around. After playing

  • Are there any difference between fx. the Nvidia FX3800 and GTX 260?

    Does anybody understand why I fell frustrated and confused about all this videocard discussions? Some tells me that the FX3800 is a better card - more pro - stabillity etc. than low-price cards - like GTX 260/285/295 - and some tells me that GTX 260

  • DVD Burn Folders....... Please Help

    Recently, I tried burning a dvd with some coursework on for a deadline on my MacBook (10.4.11). Everything went fine until a clicked burn in the burn folder of the disk. there was an error each time i tried burning the DVD, even when i tried creating

  • Excessive Name Conflicts

    Hi, I have iTunes running on two seperate Windows 7 laptops and am unable to share between these. I am also seeing multiple error messages per second in the event viewer from Bonjour services. mDNSCoreReceiveResponse: Received from 192.168.1.130:5089