Problem with still exit

I put together a DVD for a customer of marriage. Everything's going pretty good, except the output of my DVD files. Here are my parameters of output for all files:

MPEG2-DVD

Widescreen progressive

Scale to fill

Quality 100

CBR = 9

I have a problem when some of my files export with a thin line (it seems to be a green/red almost like there is an error in film as an old movie) in the video where a transition occurs. You don't see this line in Adobe Premiere, only in still and final DVD burning.

The only thing I can reduce to, is that it seems the files which are nested where I used the multi cam edit. It only occurs during the operation of the "cross Dissovle". I just watched however, and it's affecting another file that I have that does not use the nested function.

Is there a reason for this? I don't know exactly how to solve this problem. Problem is that it doesn't at all my video clips... only some. I already have DVD burner 2 and don't really want to lose more.

Any help is appreciated.

Well, I was able to fix it with a simple checkbox.

Check "Get to maximum depth" and not the lines!

Thanks for all the answers!

Tags: Encore

Similar Questions

  • Problems with stills...

    I notice a problem with stills in 5.0.3. I have a few projects underway right now who are all still images, and every once and a while body confuses the image files.

    Example - I've got 2 images... one called mirror.jpeg and the other mirror3.jpeg. Mirror.jpeg thumbnail is correct, and I can play the image on the fine timeline. But when I try and use mirror3.jpeg, it comes up with the thumbnail for mirror.jpeg (different image) and if I double click on it in the sandbox, the false image (mirror.jpeg) opens in the source monitor, and if I drag the on the timeline... you guessed it - fake image.

    Now, if I mirror3.jpeg right click and choose Edit in Photoshop, the correct image opens up there.

    Anyone else seen these behaviors?

    example.jpg

    Eric,

    A test, you can Mirror3.JPEG open in PS and do a Save_As with a completely different name, see Face_03.JPEG? Then import this new image saved in PrPro, replace Mirror3.JPEG. The correct thumbnail is displayed now, and play the good image in the Timeline.

    Good luck

    Hunt

  • Problem with still DVD CS6. Cancellation writing disc

    Hello. I need help - I have a problem with Encore DVD CS6. When the DVD disc is written the end of the process program cancel displays this text: "Still could not complete the operation due to an error in hardwar (detection code 40902)" it is in mac os. In windows, the problem is the same but the detection code is 300200. What is it?   Disk space is sufficient.

    As a test, generate an image rather than burn them to a disc.

    Sense errors are usually, but not always material.

    You use the same drive (external?)? Are you using the same disks? (Sense code errors can be disks.)

    Many of us don't burn ever with still, using ImgBurn for PC or for Mac toast.

  • Problems with still images

    Hi all!

    Since upgrading to FCP 10.2.3, 80% of my images still in the movies and work, the other 20% weird color lines to this topic, see the image below.

    I tried to re - register and again add the media to the event, etc. and also deleted the files generated rendering library that did nothing.

    Thank you

    This means that your gpu is unable to manage these photos. Try to use the smallest size photos if possible. If you don't need to zoom in on them there is no need to use photos that are much larger than the size of the image. Tell us your details specific mac and os and fcpx version.

  • Problem with Inspiron exit Epson 3010 projector 3D

    Hi, I just got a new laptop to Dell Inspiron 17R & it plays 3D very well. However, when I send the signal to my projector Epson 3010 3D does not work? I tried all the possibilities of updating drivers, etc, nothing works - any ideas? OD is W8 64 b.

    OK, got the support Nvidia solution. You have:

    o ensure that the GPU drivers are updated to the latest version (Vision 3D gives a free upgrade to 3DTV Play S/W of another $40)

    o make the projector Epson (or your 3D TV), the main display (IMPORTANT)

    o check the resolution of the TV is 1080 p (with good refresh)

    o make sure that cyberlink powerdvd 10 is set to nvidia, 3d mode, 3D is, etc.

    o allow 3d play in the nvidia Control Panel (you can test) :-)

    o make sure 3D located on the projector, glasses, etc.

    o load & play your Blu - ray 3D player, enjoy!

    Phew, that'ss a lot, but it worked for me. Now I can watch 3D on your laptop via glasses Nvidia 3D GOLD on the Epson projector with sound & glasses, some great stuff. Darn shame that Dell did not mention this for you!

  • Problems with the script to output event

    In fact I don't know if I have a problem with the Exit event or if there is something wrong with my script syntax... The output of a field event, I check if the field is empty or not and check a flag I put in place.

    The first if statement works - if I get back a value in the field, everything goes as planned. If I delete the value of the field, nothing happens.

    //if field has a value hide subSection04
    if (!(this.rawValue == null || this.rawValue.length == 0))
    {
         subSections.subSection04.presence = "hidden";
    }
    
    //if field is empty and flag equals true show subSection04
    else if ((this.rawValue == null || this.rawValue.length == 0) && (subFlags.Commercial.rawValue == true))
    {
         subSections.subSection04.presence = "visible";
    }
    
    //if field is empty and flag equals false hide subSection04
    else if ((this.rawValue == null || this.rawValue.length == 0) && (subFlags.Commercial.rawValue == false))
    {
         subSections.subSection04.presence = "hidden";
    }
    
    There are a few groups radio button that also control this behavior, they are all inter relate. So I tried also triggers the Click event of a radiobutton Group (which resembles the value in this field) out of this area, but that doesn't seem to work.

    Hi Jono,

    Your expression subFlags.Commercial.rawValue is true compares a String data type with a Boolean data type.

    Edit the expression as subFlags.Commercial.rawValue is 'true'

    I hope that this should work for you.

    Your code should look like

    //if field has a value hide subSection04
    if (!(this.rawValue == null || this.rawValue.length == 0))
    {
         subSections.subSection04.presence = "hidden";
    }
    
    //if field is empty and flag equals true show subSection04
    else if ((this.rawValue == null || this.rawValue.length == 0) && (subFlags.Commercial.rawValue == "true"))
    {
         subSections.subSection04.presence = "visible";
    }
    
    //if field is empty and flag equals false hide subSection04
    else if ((this.rawValue == null || this.rawValue.length == 0) && (subFlags.Commercial.rawValue == "false"))
    {
         subSections.subSection04.presence = "hidden";
    }
    

    Nith

  • Re: Still a few problems with my Portege R100

    Hello!

    Thank you a lot to solve most of my problems. During your und helps the mighty forums archive
    i would ' t go far... :-)

    I have still a few Probs...

    1. I can not install the toshiba XP sp2 sommon module. the program starts, written one archive temp c and stops somewhere.
    When I want to exit the program, an error occurs: "setup.exe is still ongoing."

    How can I install this thing without error?

    If I can install this correct module, some of my issues have been resolved. I promised!

    Kind regards
    Rita

    Hello Rita

    I know not all this for you but I just want to post you my theory about all this. Older models of laptops are pre-installed with Windows XP Home SP1 edition (your computer laptop too) and I'm sure that if you are installing your phone by following the instructions of Toshiba you may have success.

    Perhaps you need to install Windows XP Home SP1, all drivers and Toshiba edition tools and after doing this install SP2. When you are finished check Microsoft Windows XP SP2 to update document information and implementing up-to-date all listed stuff. This document, you can find on the download page of Toshiba for your laptop model.

    I know that it is quite complicated, but maybe only way to get all the installed stuff clean and correctly.
    One last thing: maybe you should not install SP3 because it can cause problems with Toshiba tools and utilities feature.

  • Save before exit Skillbuilders (version 3.0.1 for APEX 4.0): problem with some element of list in the form Manager

    Hello

    I have a problem with the plugin save before exit that I downloaded from Skillbuilders. As I use Oracle APEX version 4.0.2 and Oracle 10 g r2 database; so I downloaded one that says "Save before release (version 3.0.1 for APEX 4.0)" skillbuilders and follow-up of their documentation to import the plugin and use it.

    My problem is that even if I do not make any changes to data in the form and go to another tab. the alert message always appears, and by the way, I have an element of list manager on my form and it gets highlighted. So, even if I make the changes or do not change; still, the alert message is displayed and highlights the element of list manager. I think maybe the problem is to have a crèche in the form list item. I have reproduced the same problem in my personal workspace. Here are the details.

    http://Apex.Oracle.com/pls/Apex/f?p=55129

    Details of the workspace

    Name of the workspace: raghu_workspace

    username: orton607

    password: orton123

    App # 55129

    Page: 2 - has the element of list manager.

    Page 3 - works fine without the element of list manager

    Please help with possible suggestions.

    Thank you

    Orton

    Orton,

    I have connected to the workspace you and added a replacement JS file that corrects this error.

    If please, give it a whirl and let me know if you find other problems with it.

    It is to the 3.0.2 version of the plugin and I do not know if this even fix will work for your local Apex version earlier.

    When you are ready to go to the APEX 4.0.2 Please contact me directly for assistance. In the meantime, I'll work on the creation of a patch for this kind of new downloads of the plugin will contain this change.

    Greg

    [email protected]

  • my iphone 6 is not the Japan but still having a problem with his camera shttuer. sound is not being muted when the phone is silent. Help!

    my iphone 6 is not the Japan but still having a problem with his camera shttuer. sound is not being muted when the phone is silent. Help!

    The Japan is by far the only country where the shutter is forced to be on

  • When I tried to connect to gmail, I was told that I had a problem with cookies. I cleared the cache, etc. and still can not log on.

    We have detected a problem with your cookies settings.
    When I try to connect to gmail, I get the following message is displayed.

    Enable cookies

    Make sure that your cookies are enabled. To enable cookies, follow these browser-specific instructions.
    Cookies and empty the cache

    If you have cookies enabled but are still having problems, clear the cache and cookies of your browser.
    Adjust your privacy settings

    If your cache and clearing cookies doesn't resolve the issue, try adjusting the privacy settings of your browser. If your settings are up, manually add www.google.com to your list of allowed sites. To learn more

    I checked and cookies are enabled. I cleared the cache. How can I add www.google.com to my allowed sites list? This will solve the problem?

    Thank you.

    What are your cookies settings? For example:

    Conservation rules: use the custom settings for history

    {X} accept cookies from sites
    Accept third-party cookies: always
    Keep until: I close Firefox

    Some sites may not work well if you have disabled the 'third party' cookies (I don't remember if Gmail is one of those).

    Have you deleted all existing Google cookies? You can do it from any page search on google.com. Here's how:

    While displaying a page on the site, try either:

    • Right click and select View Page Info > Security > "View Cookies".
    • (menu bar) Tools > Page Info > Security > 'view the Cookies '.
    • Click on the globe or padlock icon in the address bar > additional information > "View Cookies".

    In the dialog box that opens, google.com should be filled up automatically and you can delete cookies from the site individually.

    Then try logging into Gmail. Who help me?

  • ENVY5530 e-all-in-one: still some problems with my printer ENVY5530

    My ENVY5530 at the age of one month all the in a has problems.  Firstly, it has not feed paper, then a HP Tec, I help and then it worked fine for a few weeks.   Later, same problem returned, paper does not feed, and now, I still have a new problem.  The document is printed, but the top is folded and torn.   However, from time to time, once a page prints perfectly and I am hopeful, but then the mistakes to come immediately.  I reinstalled, but the book looks always up before it feeds through. It is as if it is to be caught by something while it passes through.  Now of course the store (Best Buy) not exchange it because I went over the allocated period of 15 days.  Of course, I thought it was working fine up until 15 days have expired.  The most irritating thing is well, I can't count on it, what problem there at that time?  Maybe tomorrow it will work perfectly again.  Y at - it something I am doing wrong?  Has anyone else encountered this problem with the top of the paper coming out mutilated?  If I can't understand this point I'll have to return under warranty, HP will repair or send me a replacement.  But I would rather by this argument.  Thank you

    Hi Laylac,

    Thank you for your answer!

    I am pleased that the solution is an easy solution for you!

    Please consider tagging 2 Message like "Accept as Solution" so that someone else in the community who may encounter this problem can more easily find the solution.

    Best regards!

    "Please click the Thumbs up icon below to thank me for having responded."

  • I have a windows 7 Edition licenses Home premium, still a problem with my words and exlel files.

    I use a copy of the license of windows Home premium 7, still I have a problem with my microsoft words and files, words excel files tke several minutes to open, but Excel files not not oped in my laptop, before I didn't have any problem, but now it's huge. When I ask some of them on the market, they suggested me to take the 32-bit and add 64-bit. Windows, it is the only solution for the same.

    Please suggest,
    Abhijit Gohan.
      

    Try to reinstall or repair your copy of Microsoft Office:

    How to reinstall or repair Microsoft Office : Notebooks.com

  • Bridge does not open? Initially the 8.1 Win & problem had started. Have now earn 10 & still a problem with not to open the bridge?

    Bridge does not open? Initially the 8.1 Win & problem had started. Have now earn 10 & still a problem with not to open the bridge?

    Hi Matthew,

    If you use Bridge CC, update to the latest version 6.2. Adobe Bridge CC 6.2 version now available! Adobe content corner

    1. Please, do a right-click on the bridge on the desktop icon and select "Run as Administrator".
    2. If this does not help, reset the Bridge preferences and then try it.

    Steps: -.

    Start Adobe Bridge, and immediately press Ctrl + Alt + Shift (Windows) or command + Option + shift (Mac OS down) until the dialogue box reset settings appears.

    Select all three options - reset preferences, reset Standard Workspaces and all miniature Purge Cache - and then click OK.

    Reference: troubleshooting errors, freezes | Adobe Bridge | Windows, Mac OS

    Let us know if it works.

    Kind regards

    Assani

  • Hi guys, I had a problem with the monthly payment, it is written that my credit card data are no longer available, but my credit card is still valid until the 04.16 I olny a few days to fix this, is there another way to make a payment?... and h

    Hi guys, I had a problem with the monthly payment, it is written that my credit card data are no longer available, but my credit card is still valid until the 04.16 I olny a few days to fix this, is there another way to make a payment?... and how I can do?

    Since this is an open forum, not Adobe support... you must contact Adobe personnel to help

    Chat/phone: Mon - Fri 05:00-19:00 (US Pacific Time)<=== note="" days="" and="">

    Don't forget to stay signed with your Adobe ID before accessing the link below

    Creative cloud support (all creative cloud customer service problems)

    http://helpx.Adobe.com/x-productkb/global/service-CCM.html

  • Still having problems with my perpetual license Adobe CS6 after CC

    Hi everyone, I still have problems with my perpetual license Adobe CS6 after upgrade to CC and terminate my subscription. I did it in October, and of course he had regained all my applications CS6, making it unavailable. I was advised to uninstall my Adobe (CS6 and CC) software and then reinstall my CS6 collection here. I did and as it has helped my Photoshop, all my other apps still get the same dialog box, I received before; telling me to renew my subscription to the CC. It will not happen, all I want is work and back collection CS6. Any help would be appreciated.

    After uninistalling cc, you should vacuum by the use of the Adobe Creative Cloud cleaning tool to solve installation problems, restart your computer and then install cs6.

    you might try starting the vacuum now (to clean the cc) after installing cs6 to see if that helps.

    Open your problematic cs6 programs, and then click Help > activate.

Maybe you are looking for

  • moving old data thunderbird again thunderbird install on the same computer and win - 7

    The operating system (Win-7) has become corrupted on my main PC, so my provider upgraded 4 year old machine toa new Mobo etc and reloaded Win-7. The original "C" drive, with the previous copy of Thunderbird is now on thesystem as a local drive. I wou

  • question 'write protected' for an SDHC card

    The file in my SDHC card (SanDisk 8 GB class 6) can be played with my laptop (Pavilion dv2500). However, when I try to save a file, it shows me to 'the disc is protected wrote.' After that I have spend the card locking lug, my laptop still show the s

  • updates to Windows (error code 80004002)

    original title: windows updates I get a message telling me that I can't update my windows can help you thanks an erorr code 80004002. can someone help me please?

  • Inserting image in pdf

    I have a very difficult problem that could be a showstopper for me. I'm editing a manuscript of art in the form of pdf, and I need to insert images. I use the command "Insert an Image", and he dutifully let me choose the image, allows me to move the

  • Question about the collection of NETWORK adapters for vMotion / VM vSwitch

    HelloWe use vSphere Enterprise Edition 5.1.We also create separate vSwitch for management / vMotion and VM.Each vSwitch receives 2 network cards connected to the different switch for redundancy.We would like to know is necessary to provide the collec