DVD from Animations - Help please if you can

We have an 3min animation sequence that needs to be put to DVD.
Animation was created in Maya, it's a 3D building walkthrough, constant movement.
It is supplied as AVI (video track is WRAW) 720x576 (for PAL)
We have placed it on FCP sequence set to Animation, best, millions colours, keyframe every frame.
Sent to compressor - 8Mbps CBR, best motion, GOP size =7 / Structure =IBP, closed.
The resulting M2V looks fine in QT
It also looks fine in DVDSP Simulator
However the DVD created (from an image) both in Apple's DVD player and on set top players looks badly pixelated, grainy and flickery.
Is there something in the make up of the animation that doesn't suit DVD playback? Why wouldn't we see it in the Simulator?
Any help greatly appreciated.

Thanks Colin,
I have exported the supplied file as QT movies using different QT Codecs, DV PAL, Animation, Motion JPEG, also DV stream. If the option is there I have set the field order to Lower first. I have also imported the supplied AVI to FCP onto sequences with differing compression settings as above. All produce the same effect.
I have exported the AVI from QT as an image sequence, once as is and once with the deinterlace ticked in movie properties and imported each image as a frame to FCP onto a DV PAL timeline, this you would think would work around any issue of field order and behave as the sequence settings dictate? I get the same result, the final DVD image looks fine in DVD Player, unless you UNTICK "deinterlace" (which is wierd in itself), then it flickers badly, as does a DVD written from the image.
The best result I have had so far is following your instructions (thanks) in another post for 24fps NTSC, the final DVD was not flickering anywhere as badly but motion overall was a bit jittery. Is there a work around for animation like this with PAL do you know?
Also - maybe this might be a clue?
When I have the clip looking fine in FCP as a DV clip or image sequence on a DV timeline, with the play line stopped or running, the Canvas ONLY looks good at 100%, anything smaller or larger creates this striping moire effect on the image, visible even with the play line in stop.

Similar Messages

  • Novice.  Creating a DVD from camcorder - help please..

    Hi all,
    I am tasked with creating a DVD from some of my dads camcorder tapes. Can anyone provide a simple advice list. I assume that iDVD (which i have never used) will be the software to use?
    Look forward to hearing from you helpful and intelligent people out there.
    From a complete simpleton.
    Kind regards,
    Alan

    Hello, Alan,
    First, you need to determine if these tapes are digital or not. If they are not digital, you will need to convert them into a digital media format that your version of iMovie can accept. (For example, iMovie 6 can accept only DV footage).
    Does your dad have the camcorder that he used to record the tapes? If his tapes are not digital, you can connect his camcorder to a digital camcorder and record each tape to digital miniDV tape. I think it is easier to use iMovie 6 for your movie-making, especially if you are thinking about editing this footage, cropping out bad parts, adding titles, effects and/or audio clips. That is why I am recommending recording to miniDV tapes.
    Having the original footage on miniDV digital tapes is also a good way to store the originals, takes up very little space.
    If his tapes are some other format, post back for info regarding how to proceed,
    What version of iMovie do you have? I am assuming that you have iMovie08 since you are posting in iDVD08. As stated, I recommend that you do this project in iMovie 6. If you don't have it on your computer, you can download it here:
    http://www.apple.com/support/downloads/imovieHD6.html
    And, I recommend viewing this tutorial: http://www.apple.com/support/imovie/tutorial/
    Once you have the footage on the miniDV tapes, you can connect your digital camcorder to your computer's Firewire port, open a new iMovie project and import the footage. You should limit each iMovie to about an hour and a half, if possible. A single-layer DVD can hold about 2 hours of content maximum. It doesn't matter what the size of the iMovie is in GB, only its length matters for iDVD.
    After you import the footage you want, you can edit the clips and place them on iMovie's timeline in the order you wish. You can choose to add titles, transitions, effects and audio. iMovie has one video and two audio tracks so you can easily see what you are doing. If you want to have different chapters(scenes), you mark them in iMovie. Another advantage of iMovie 6 over iMovie 8 is that you can put chapter markers where you want them, not just at specified intervals.
    After your movie is finished, close iMovie.
    Open iDVD, create a new project in which to place your movie.
    You should do this tutorial before you begin to work in iDVD:
    http://www.apple.com/ilife/tutorials/#idvd-create-63
    Once you get your first iDVD project ready to burn, do a 'save as disk image' and then burn the actual DVD from the disk image using Disk Utility. You will need to use a good brand of DVD-R disks, such as Verbatim or Maxell. Memorex has been problematic for many, and don't use a cheap store brand. Select a slow burn speed, 4x or less.
    That's a brief summary.....
    Post back if you need further information! Good luck with your task!

  • I need help please if you can aid me in my quest to write this code

    I am trying really hard to accomplish this and my head hurts from trying mulitple ideas on the right code.A lottery requires that you select six different numbers from the integers 1 to 49. Write a Java program that will do this for you and generate five sets of six numbers as a result.
    Details:
    For generating random numbers you can use the random() static method of class Math. It returns a double so you will need to cast it as an integer. If you set the range to 49, you can generate a random number between 1 and 49 through:
    number = (int) ( range * Math.random() ) + 1;
    Note that you need 5 sets of numbers and in each set you have should have six different numbers. There should not be duplicate numbers within each set. Of course the same number can occur in multiple sets, but within the same set of 6 numbers it should only occur once, if at all.
    Here is an example of a valid set of numbers: 5, 41, 3, 9, 22, 30
    Here is an example of an invalid set of numbers: 15, 8, 19, 33, 8, 21
    It is invalid because the number 8 appears twice.
    This is the dilema the code I have so far (I know it is not much) is import java.util.Scanner;
    import java.util.Random;
    public class Lottery
    public static void main(String[] args)
              int[] numbers = new int[6];
    number = (int) (range 49 Math.random() ) + 1;
    am I on the right track totally wrong or???? Please help me and god bless

    Tinkerbell... wrote:
    Navy_Coder wrote:
    Tinkerbell... wrote:
    Navy_Coder wrote:
    Yeahhhhh, don't do that...Why not?because you butchered an otherwise simple process by the whole generic list with 50 numbers and sorting mess.
    java.util.Random. <-- learn how to use it.Well, please explain how you would better do it using java.util.Random then?
    Random r = new Random();
    int[] vals = new int[6];
    for(int i = 0; i < vals.length; i++ )
        vals[i] = (r.nextInt(49) + 1);

  • Mr. Steven help please : How you can pass paremeter by(ADF)

    if you have two tables
    (table a : E_mail{primary key},a_name)
    (table b : E_mail{primary key},b_name)
    & the relation between this tables by {E_mail} .
    I create view have this two table(two entity) , but i hide the fields
    E_mail & b_name from (table b) , then i drag and drop this view to JSP
    page called (saveData) and put Commit and create . So, what i need ?
    When i commit the page(saveData)i want put E_mail from (table a) to E_mail(table b)
    How i can do it ?????
    ==> if you have an example please give it to me ?

    I am working with JDev 10.1.2
    -what i did ?
    -(1)I create view have the entity objects(from two table) named : testview-
    (2)i am go to java file of the view(testview) and write :
    public void seta_Email(Number value)
    setAttributeInternal(a_Email, value); //from table A
    setAttributeInternal(b_Email, value); //from table B
    protected void create(AttributeList attributeList)
    a t1 = get_a();
    b t2 = get_b();
    try
    t1.create(attributeList);
    t2.create(t1);
    }catch (JboException ex)
    t1.revert();
    t2.revert();
    throw ex;
    (3)then i am go to AppModule(javafile) and write :
    public void account()
    ViewObject vo = get_bView1();
    vo.clearCache();
    vo.setMaxFetchSize(0);
    vo.executeQuery();
    Row newRow = vo.createRow();
    vo.insertRow(newRow);
    newRow.setNewRowState(Row.STATUS_INITIALIZED);
    vo.setCurrentRow(newRow);
    (4) .................
    then what i do ????
    please Mr.Steven tell me what's next step ???

  • Help, please (if you can) !!

    I'm using HomeSite for my web pages, and have for years.  Recently I got a new computer, with Windows 7, (previously running under XP) and tried running HomeSite on it.  For some reason it doesn't seem to want to run.  The configuration wizard starts up and I get this:
    Clicking 'next' brings up this:
    And 'finish' brings up this:
    I can still run it on my old computer, but that's a pain as it's agonizingly slow (really old!) and then I have to transfer the files, etc. etc.
    Any help someone can give would be greatly appreciated.  Have tried searching for that error message without much luck.
    Thanks!
    Maggie

    Sorry... I put in scrren shots, but didn't do it correctly.
    First one;
    Second one:
    Third one:
    Hopefully this will work!
    M

  • Help Please! How can i get rid of shopper pro from my google chrome browser?

    Help Please! How can i get rid of shopper pro from my google chrome browser?

    Read this document about malware and adware.   The solution is almost certainly within.The Safe Mac
    http://www.adwaremedic.com/index.php
    Incidentally, it would help if you entered details of your products in your profile.   There are different answers for different items with this question.

  • I'm getting this problem when trying to update my iphone 3gs it says that the iphone software could not be contacted and I went on youtube got some advise to go into my hard drive to fix the error I have nothing in my host file please help me if you can

    I'm getting this problem when trying to update my iphone 3gs it says that the iphone software could not be contacted and I went on youtube got some advise to go into my hard drive to fix the error I have nothing in my host file please help me if you can this is all new to me.

    Read this: iOS 4: Updating your device to iOS 5 or later
    ... oh I think it is a 3gs or a 3
    This makes a difference. What does it say in Settings > General > About?

  • HT1222 Hey , why always when i want to update my Ipad to ios 6.1.3 at the end tills me that the update was failed , its always please if you can help me and thank you

    Hey , why always when i want to update my Ipad to ios 6.1.3 at the end tills me that the update was failed , its always ,please if you can help me, and thank you.

    Try disabling your firewall and antivirus software and see if that helps - if you are trying to update using iTunes on your computer.

  • I have called my bank and they told me there is no problem with the credit its the appstore that jammed my account so please if you can try and deduct from my account ill be very gratefull thank you iPad 2 Wi-Fi   3G, iOS 6.1.3 iPad 2 Wi-Fi   3G, iOS 6.1.

    I have called my bank and they told me there is no problem with the credit its the appstore that jammed my account so please if you can try and deduct from my account ill be very gratefull thank you
    iPad 2 Wi-Fi + 3G, iOS 6.1.3
    iPad 2 Wi-Fi + 3G, iOS 6.1.3
    <E-mail Edited by Host>
    iPad 2 Wi-Fi + 3G, iOS 6.1.3

    Most of the people on these forums, including myself, are fellow users - you're not talking to iTunes Support here.
    If you need to contact iTunes Support then you can do so via this link : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • I have called my bank and they told me there is no problem with the credit its the appstore that jammed my account so please if you can try and deduct from my account ill be very gratefull thank you iPad 2 Wi-Fi   3G, iOS 6.1.3

    I have called my bank and they told me there is no problem with the credit its the appstore that jammed my account so please if you can try and deduct from my account ill be very gratefull thank you
    iPad 2 Wi-Fi + 3G, iOS 6.1.3

    Jonijo88 wrote:
    I,m sory but whin i go to supprt  thay opin this bage and no another way that is let me wrait here and this problem is not first time it is happen with me evry time so jast whin thy fixed this problem i will stope wraiting here
    For God's sakes, look harder...
    http://www.apple.com/support/itunes/contact/

  • I have called my bank and they told me there is no problem with the credit its the appstore that jammed my account so please if you can try and deduct from my account ill be very gratefull thank you

    I have called my bank and they told me there is no problem with the credit its the appstore that jammed my account so please if you can try and deduct from my account ill be very gratefull thank you

    You have to contact iTune Support
    http://www.apple.com/support/itunes/contact.html

  • Apple care i want your help . i got a new that someone stock of iphone5s about battery problem . My ip5s is decrese batterry so fast . Can you help me please? you can check to IME ? plz

    Apple care i want your help . i got a new that someone stock of iphone5s about battery problem . My ip5s is decrese batterry so fast . Can you help me please? you can check to IME ? plz

    Apple representatives don't respond to anyone in this forum. It's just user-to-user. Go here to check support options (going to Apple store, calling Apple support, etc.): https://getsupport.apple.com/ProductSelector.action

  • How to reinstall ios 7 because in the setting the phone did not take my number please if you can help

    how to reinstall ios 7 because in the setting it did not take my number and i can not know my credit please if you can help

    you forgot your credit card info? trying to reinstall it wont fix this ( which you cant do anyway,although you can restore it to an earlier setting)

  • I get this pop up when trying to make a photo book in the iPhoto store. Some or all of the photos you selected were downloaded from your published albums. You can only view these photos. To use them in an album or a slideshow or project, you must import t

    I get this pop up when trying to create a photo book through the iPhoto store.  
    "Some or all of the photos you selected were downloaded from your published albums. You can only view these photos. To use them in an album or a slideshow or project, you must import them to your photo library."
    The photos I have selected have already been imported so how and why do I do it all over again?
    What do they mean by published albums?  I categorize them into photo albums for organizational purposes after I import them from my camera or phone. So why can't I put them into a book now?
    I have over 400 photos selected for a photo book for my child's graduation gift so how can I tell which photos I have to do this to?
    Please help. Any insight wouyld be appreciated.
    Confused and frustrated...

    Give this a try:  apply the two fixes below in order as needed: 
    Fix #1
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Since only one option can be run at a time start with Option #3, followed by #4 and then #1 as needed.
    OT

  • Some or all of the photos you selected were downloaded from your published albums. You can only view these photos. To use them in an album or a slideshow or project, you must import them to your photo library.

    I was trying to Import photos from my Facebook photo to my MacBookAir and now all i got is lots of back round photo. Please Help me out to delete them.Some or all of the photos you selected were downloaded from your published albums. You can only view these photos. To use them in an album or a slideshow or project, you must import them to your photo library.

    What that's telling you is that some of the photos you want to use are not in your Library but online in a gallery you have linked to. You need to download them first.
    Regards
    TD

Maybe you are looking for

  • Summation in Cross tab

    Dear All, We are using BO4.1 SP3 with Bex as data source. I am trying to do summation in cross tab footer which gives total across all the columns of cross tab. These sum is based on the dimension taken in the header of cross tab. So we are defining

  • I upgraded to ff 5. Now my robofor toolbar is gone and I cant find it. How do I fix this?

    Can I go back to an older version of firefox?

  • G/L Account Group hierarchy (from KDH3 Controlling)

    We need to load the GL Account Group hierarchy from ECC6.  It's the version that's displayed by KDH3 (Controlling). Is there an extractor that can be used for this purpose? Regards, Frederick

  • Saving to SVG

    I'm trying to output files at 24px by 24px from an art board to svg format. When the file saves to my desktop and I reopen the artboard is then 800px by 800px. Is this only because I'm opening in illustrator? Will the fill work correct at the desired

  • I cannot open an email in "Search"

    I am unable to open an email after I have done a search for it. I type in the keyword or email address that I am searching for. This opens a separate tab. When I find what I am looking for, I double click on the email to open it but it won't open. I