Film Noise/Grain is killing me, please help...filter or other ideas?

Hi all, thanks for your help!
I have some footage and I shot it with a XL1. I don't know why but there's a ton of static what I would call grain. However, no grain filters or noise filters seem to get rid of it. What's the difference between grain and noise anyway?
Does anyone have suggestions for how I might get rid the the grain. Motion Blur works but when my interviewee talks it looks ridiculous so I can't use that.
Thanks,
Paul

I had to fix this kind of problem once. The only way I came up with was with Shake, but someone posted some plugins for FCP that might do the trick...
Check out this thread:
http://discussions.apple.com/thread.jspa?messageID=1067315&#1067315
Patrick

Similar Messages

  • Please help me what other way i can tune this select query..

    Hello Guru,
    I have a select query which retrieve data from 10 tables and around 4 tables having 2-4 Lac record and rest are having 80,000 - 1 Lac record.
    It is taking around 7-8 seconds to fetch 55000 record.
    I was strictly told by the client that i should not use HINTS in my query. My query is below. Please help me what other way i can tune this select query..
    select
    CT.CUST_ID
    ,CT.ROMANISED_SURNAME
    ,CT.SURNAME
    ,CT.ROMANISED_GIVEN_NAME
    ,CT.GIVEN_NAME
    ,CT.ROMANISED_MIDDLE_NAME
    ,CT.MIDDLE_NAME
    ,CT.ROMANISED_NAME_SUFFIX
    ,CT.NAME_SUFFIX
    ,CT.ROMANISED_TITLE
    ,CT.TITLE
    ,CT.ROMANISED_NAME_INITIALS
    ,CT.NAME_INITIALS
    ,CT.NAME_TEXT
    ,CT.CUST_JRNY_ID
    ,RK.REMARK_TYPE
    ,RK.REMARK_ID+CT.CUST_ID as REMARK_ID
    ,RK.REMARK_STATUS
    ,RK.REMARK_TEXT
    ,RK.HOST_ONLY_IND
    ,RK.SUPERVISORY_IND
    ,RK.CUST_COMM_IND
    ,RK.REMARK_SEQ
    ,RK.REMARK_CODE
    ,RK.DEFAULT_CUST_REL_IND
    ,RK.DEFAULT_FLIGHT_SEG_REL_IND
    ,RK.IATA_CODE
    ,RK.ICAO_CODE
    ,CJ.RECORD_LOCATOR "SITA_RECORD_LOCATOR"
    ,Cjv.Record_Locator "ORIGINATOR_RECORD_LOCATOR"
    ,FS.TRAVELLING_GROUP_CODE
    ,CG.GROUP_NAME
    FROM FLIGHT_LEG FL
    ,CUST_FLIGHT_LEG CFL
    ,CUST CT
    ,CUST_REMARK CTR
    ,REMARK RK
    ,FLIGHT_SEG_FLIGHT_LEG FSFL
    ,FLIGHT_SEG FS
    ,CUST_JRNY CJ
    ,CUST_JRNY_VERSION CJV
    ,CUST_GROUP CG
    WHERE FL.OPR_FLIGHT_NUMBER = 1--I_OPR_FLIGHT_NUMBER
    and FL.HISTORY_VERSION_NUMBER = 0
    and FL.DEPARTURE_STATION_CODE = 'DEL'--I_DEPARTURE_STATION_CODE
    and FL.DEPARTURE_DATETIME = TO_DATE('10-DEC-2012 18.45.00', 'DD-MON-YYYY HH24.MI.SS')
    and FL.OPR_SERVICE_PROVIDER_CODE= 'AI'--i_opr_service_provider_code
    and FL.OPR_FLIGHT_SUFFIX = 'A'--NVL(I_OPR_FLIGHT_SUFFIX, FL.OPR_FLIGHT_SUFFIX)
    AND FL.FLIGHT_LEG_ID = CFL.FLIGHT_LEG_ID
    AND CFL.CUST_ID = CT.CUST_ID
    AND FL.FLIGHT_LEG_ID=FSFL.FLIGHT_LEG_ID
    AND FSFL.FLIGHT_SEG_ID=FS.FLIGHT_SEG_ID
    AND CT.CUST_ID = CTR.CUST_ID(+)
    AND CTR.REMARK_ID = RK.REMARK_ID(+)
    AND FL.CUST_JRNY_ID = CJ.CUST_JRNY_ID
    and CJ.CUST_JRNY_ID = CJV.CUST_JRNY_ID
    AND CG.CUST_JRNY_ID(+) = CT.CUST_JRNY_ID
    AND CFL.HISTORY_VERSION_NUMBER = 0
    AND CT.HISTORY_VERSION_NUMBER = 0
    AND NVL(CTR.HISTORY_VERSION_NUMBER,0) = 0
    AND NVL(RK.HISTORY_VERSION_NUMBER,0) = 0
    AND FS.HISTORY_VERSION_NUMBER = 0
    AND FSFL.HISTORY_VERSION_NUMBER = 0
    -- AND CJ.HISTORY_VERSION_NUMBER = 0
    and CJV.VERSION_NUMBER = 0 --- Need to check
    AND NVL(CG.HISTORY_VERSION_NUMBER,0) = 0
    order by CT.CUST_JRNY_ID,CT.CUST_ID;
    The Tables having record:
    select COUNT(*) from FLIGHT_LEG -----241756
    select COUNT(*) from CUST_FLIGHT_LEG---632585
    select COUNT(*) from CUST---240015
    select COUNT(*) from CUST_REMARK---73724
    select COUNT(*) from REMARK---73654
    select COUNT(*) from FLIGHT_SEG_FLIGHT_LEG---241789
    select COUNT(*) from FLIGHT_SEG----260004
    select COUNT(*) from CUST_JRNY----74288
    select COUNT(*) from CUST_JRNY_VERSION----74477
    select COUNT(*) from CUST_GROUP----55819
    Thanks,
    HP..

    Plan hash value: 3771714931
    | Id | Operation | Name | Rows | Bytes |TempSpc| Cost (%CPU)| Time | Pstart| Pstop |
    | 0 | SELECT STATEMENT | | 10239 | 2949K| | 7515 (1)| 00:01:31 | | |
    | 1 | SORT ORDER BY | | 10239 | 2949K| 3160K| 7515 (1)| 00:01:31 | | |
    |* 2 | HASH JOIN | | 10239 | 2949K| | 6864 (1)| 00:01:23 | | |
    | 3 | PARTITION HASH ALL | | 73687 | 1079K| | 417 (1)| 00:00:06 | 1 | 512 |
    |* 4 | TABLE ACCESS FULL | CUST_JRNY_VERSION | 73687 | 1079K| | 417 (1)| 00:00:06 | 1 | 512 |
    |* 5 | HASH JOIN | | 10239 | 2799K| | 6445 (1)| 00:01:18 | | |
    | 6 | PARTITION HASH ALL | | 73654 | 863K| | 178 (1)| 00:00:03 | 1 | 512 |
    | 7 | TABLE ACCESS FULL | CUST_JRNY | 73654 | 863K| | 178 (1)| 00:00:03 | 1 | 512 |
    |* 8 | FILTER | | | | | | | | |
    |* 9 | HASH JOIN RIGHT OUTER | | 10239 | 2679K| | 6267 (1)| 00:01:16 | | |
    | 10 | PARTITION HASH ALL | | 55315 | 756K| | 137 (1)| 00:00:02 | 1 | 512 |
    | 11 | TABLE ACCESS FULL | CUST_GROUP | 55315 | 756K| | 137 (1)| 00:00:02 | 1 | 512 |
    |* 12 | FILTER | | | | | | | | |
    |* 13 | HASH JOIN OUTER | | 10240 | 2540K| 2056K| 6129 (1)| 00:01:14 | | |
    |* 14 | FILTER | | | | | | | | |
    |* 15 | HASH JOIN RIGHT OUTER | | 10242 | 1930K| | 5531 (1)| 00:01:07 | | |
    | 16 | INDEX FAST FULL SCAN | CUST_REMARK_PK | 73677 | 935K| | 190 (0)| 00:00:03 | | |
    |* 17 | HASH JOIN | | 10257 | 1802K| | 5339 (1)| 00:01:05 | | |
    |* 18 | HASH JOIN | | 10257 | 701K| | 3516 (1)| 00:00:43 | | |
    |* 19 | HASH JOIN | | 3963 | 220K| | 2476 (1)| 00:00:30 | | |
    |* 20 | HASH JOIN | | 3963 | 181K| | 1300 (1)| 00:00:16 | | |
    | 21 | PARTITION HASH ALL | | 3963 | 131K| | 728 (1)| 00:00:09 | 1 | 512 |
    |* 22 | TABLE ACCESS FULL | FLIGHT_LEG | 3963 | 131K| | 728 (1)| 00:00:09 | 1 | 512 |
    |* 23 | INDEX FAST FULL SCAN| FLIGHT_SEG_FLIGHT_LEG_PK | 240K| 3059K| | 571 (1)| 00:00:07 | | |
    | 24 | PARTITION HASH ALL | | 259K| 2531K| | 1175 (1)| 00:00:15 | 1 | 512 |
    |* 25 | TABLE ACCESS FULL | FLIGHT_SEG | 259K| 2531K| | 1175 (1)| 00:00:15 | 1 | 512 |
    | 26 | PARTITION HASH ALL | | 631K| 8011K| | 1037 (1)| 00:00:13 | 1 | 512 |
    |* 27 | TABLE ACCESS FULL | CUST_FLIGHT_LEG | 631K| 8011K| | 1037 (1)| 00:00:13 | 1 | 512 |
    | 28 | PARTITION HASH ALL | | 239K| 25M| | 1822 (1)| 00:00:22 | 1 | 512 |
    |* 29 | TABLE ACCESS FULL | CUST | 239K| 25M| | 1822 (1)| 00:00:22 | 1 | 512 |
    | 30 | PARTITION HASH ALL | | 73623 | 4385K| | 243 (1)| 00:00:03 | 1 | 512 |
    | 31 | TABLE ACCESS FULL | REMARK | 73623 | 4385K| | 243 (1)| 00:00:03 | 1 | 512 |
    Predicate Information (identified by operation id):
    2 - access("CJ"."CUST_JRNY_ID"="CJV"."CUST_JRNY_ID")
    4 - filter("CJV"."VERSION_NUMBER"=0)
    5 - access("FL"."CUST_JRNY_ID"="CJ"."CUST_JRNY_ID")
    8 - filter(NVL("CG"."HISTORY_VERSION_NUMBER",0)=0)
    9 - access("CG"."CUST_JRNY_ID"(+)="CT"."CUST_JRNY_ID")
    12 - filter(NVL("RK"."HISTORY_VERSION_NUMBER",0)=0)
    13 - access("CTR"."REMARK_ID"="RK"."REMARK_ID"(+))
    14 - filter(NVL("CTR"."HISTORY_VERSION_NUMBER",0)=0)
    15 - access("CT"."CUST_ID"="CTR"."CUST_ID"(+))
    17 - access("CFL"."CUST_ID"="CT"."CUST_ID")
    18 - access("FL"."FLIGHT_LEG_ID"="CFL"."FLIGHT_LEG_ID")
    19 - access("FSFL"."FLIGHT_SEG_ID"="FS"."FLIGHT_SEG_ID")
    20 - access("FL"."FLIGHT_LEG_ID"="FSFL"."FLIGHT_LEG_ID")
    22 - filter("FL"."DEPARTURE_STATION_CODE"='DEL' AND "FL"."DEPARTURE_DATETIME"=TO_DATE(' 2012-12-10 18:45:00', 'syyyy-mm-dd
    hh24:mi:ss') AND "FL"."OPR_SERVICE_PROVIDER_CODE"='AI' AND "FL"."OPR_FLIGHT_NUMBER"=1 AND "FL"."OPR_FLIGHT_SUFFIX"='A' AND
    "FL"."HISTORY_VERSION_NUMBER"=0)
    23 - filter("FSFL"."HISTORY_VERSION_NUMBER"=0)
    25 - filter("FS"."HISTORY_VERSION_NUMBER"=0)
    27 - filter("CFL"."HISTORY_VERSION_NUMBER"=0)
    29 - filter("CT"."HISTORY_VERSION_NUMBER"=0)

  • My Canon MX860 stop to copy,fax or anything. It make a noise like stripping gears. Please help!!!

    My Canon MX860 stop to do anything. It start and after a wile there is a noise like stripping gears. Error message 5C20 appear. I work with five Canons because they are the best. I produce DVD's and CD's from old non digital stuff. Please help to restore this old faithful
    Dries Verster.

    My Canon MX860 stop to do anything. It start and after a wile there is a noise like stripping gears. Error message 5C20 appear. I work with five Canons because they are the best. I produce DVD's and CD's from old non digital stuff. Please help to restore this old faithful
    Dries Verster.

  • HT4285 please help me to suggest ideas to track my lost iphone 5 recently 6 days ago...with the imei number 01**********941

    please help me to suggest a ideas to track my mobil or else help me to track the mobile with the imei number 01***************941
    my contact number 90********454
    please help me my phone is everything for me.
    <Personal Information Edited by Host>

    The only way to locate/disable/erase any lost/stolen iPhone/iPod Touch is through Find My Phone or a similar app. However, this requires that Find My Phone be setup/activated, on your phone, before it was lost/stolen. You would then login at iCloud.com & try to locate it. This requires the phone be turned on & have an Internet connection. There is no other way to locate a lost/stolen iPhone. Apple can't/won't help you, nor will your carrier. Report the loss to the Police, your carrier & Insurance company. Change all of your passwords, especially your Apple ID/iCloud password NOW!
    If your carrier offers Blacklisting &amp; they Blacklist the phone, it will be unusable as a phone.
    If locked with a passcode, and running iOS 7.0, & Find My Phone turned on/activated, then phone cannot be re-activated or the passcode removed without knowing your Apple iD/Password. It will be nothing but a useless paperweight.
    If not running iOS 7.0, the phone can be forced into recovery mode & restored.

  • Voice over..PLEASE HELP!!  No idea what my niece did.

    woke my mac up from sleep and all of the sudden it is talking to me, and Voice over utility keeps popping up, anybody have any idea how to turn it off, because it is real annoying. thanks!

    sorry replied so late, but THANKS!!!!!! Very helpful!

  • Task Killer problem, please help !!

    hi all,
    I downloaded the task killer app.
     I clicked on it and and I saw a list of what I think are all programs on my phone.
    I can either put checkmarks on selected apps, then a 'clear selected' button pops up Or a 'kill all' and then a message pops up that says :task koller, available memory 250 mb, 'confirm' ?
    update:.........................Now, every time I am on my main screen of my phone, and I touch the 'task killer' it just stays on my home screen, it doesn't even go to task killer anymore.
    Did I 'kill' the task killer ? lol !
    What Task Killer app seems to work best for everyone and how do you use it properly?  I suppose I need to download another one asap.
    Also....................how do I 'uninstal' an application (like the 1st task killer) once I no longer need it on my phone?
    Thank you

    Trabecca wrote:
    I was told by the moderator of Droid Forums to never use the Advance Task Manager. He said it uses more battery and would cause more problems than just letting the phone close the apps as is needed.  Just an FYI.
    The problem is performance and battery power will suffer before the phone closes the apps as needed.
    Android is a true multi-task mobile OS.  If you open a program then hit your home button, that program will still be left running in the background.  That means the resources it's using are still tied to it.

  • HTTP POST is killing me, please help ...

    Hello,
    I am trying to send an XML file to a php script sitting on a server. I want to do this by HTTP POST through a Java Application.
    I have the following code developed and haven't an iota why the php script won't pick up the XML file.
    If anyone has any idea, suggestions, I will be glad to hear them.
    Random random = new Random();
    final String CONTENT_BOUNDARY = "------------------------" + random.nextInt();
    public String postInvoice(String strFilePathName) {
    HttpURLConnection httpsUrlConnection = null;
    StringBuffer strBuffer = new StringBuffer();
    try {
    // Using the File name passed in, setup FileInputStream Object
    // to be used to get data to write to URL
    File fileToPost = new File(strFilePathName);
    //FileInputStream fis1 = new FileInputStream(fileToPost);
    // Get the actual filename for setting in the form
    String strFileName = fileToPost.getName();
    URL urlPostTo = new URL("http://server/some.php");
    httpsUrlConnection = (HttpURLConnection)urlPostTo.openConnection();
    // Setup RandomAccessFile
    RandomAccessFile rafXML = new RandomAccessFile(strFilePathName, "r");
    httpsUrlConnection.setRequestProperty("REQUEST_METHOD", "POST");
    httpsUrlConnection.setRequestProperty("Accept", "text/xml");
    httpsUrlConnection.setDoOutput(true);
    httpsUrlConnection.setUseCaches(false);
    httpsUrlConnection.setRequestProperty("Content-Type",
    "multipart/form-data");
    Long longTemp = new Long(rafXML.length());
    httpsUrlConnection.setRequestProperty("Content-Length", longTemp.toString());
    PrintWriter pwOut = new PrintWriter (httpsUrlConnection.getOutputStream());
    // Setup a form field
    pwOut.print(CONTENT_BOUNDARY + "\r\n" +
    "Content-Disposition: form-data; name=\"Filename\"; filename=\"" +
    strFileName + "\"\r\nContent-Type: text/xml\r\n\r\n");
    // Send XML contents
    StringBuffer strBufferFile = new StringBuffer();
    long lngFilePointer = 0;
    long lngFileLength = rafXML.length();
    while (lngFilePointer < lngFileLength) {
    String strTemp = rafXML.readLine();
    strBufferFile.append(strTemp);
    lngFilePointer = rafXML.getFilePointer();
    // Write out File Contents
    pwOut.print(strBufferFile.toString());
    pwOut.print("\r\n\r\n" + CONTENT_BOUNDARY + "--\r\n");
    pwOut.flush();
    pwOut.close(); pwOut = null;
    // Once everything is written, call the connect method
    httpsUrlConnection.connect();
    System.out.println("Connected to " + httpsUrlConnection.getURL().getHost());
    BufferedReader br = new BufferedReader(new InputStreamReader(httpsUrlConnection.getInputStream()));
    String strLine;
    while ((strLine = br.readLine()) != null)
    strBuffer.append (strLine);
    strBuffer.append ("\r\n");
    br.close(); br = null;
    System.out.println(strBuffer.toString());
    catch(FileNotFoundException fnfe) {
    System.out.println("FileNotFoundException in HttpPostInvoice : " + fnfe);
    catch (Exception e) {
    System.out.println("Exception in HttpPostInvoice : " + e);
    finally {     
    if (httpsUrlConnection != null) {
    httpsUrlConnection.disconnect();
    return strBuffer.toString();
    }

    Have that application installed and it makes for interesting reading, not sure I understand it all but anyway ..
    Using the code you supplied, this is what is picked up
    POST /some.php HTTP/1.1
    Content-Length: 4844
    User-Agent: Java1.4.0_03
    Host: www.host.com
    Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
    Connection: keep-alive
    Content-type: application/x-www-form-urlencoded
    POST http://server/some.php HTTP/1.0
    Content-Type: multipart/form-data; boundary=-------------------------1736247667
    Accept: text/xml
    Connection: keep-alive
    Content-Length: 4595
    Cache-Control: no-cache
    Pragma: no-cache
    -------------------------1736247667
    Content-Disposition: form-data; name="Filename"; filename="3000001193.xml"
    Content-Type: text/xml
    <?xml version="1.0"?><Order> ... </Order>
    -------------------------1736247667--
    Using my original code this is what the app picked up ...
    POST /some.php HTTP/1.1
    Accept: text/xml
    Content-Type: multipart/form-data; boundary=------------------------1514140045
    Content-Length: 4557
    User-Agent: Java1.4.0_03
    Host: www.host.com
    Connection: keep-alive
    ------------------------1514140045
    Content-Disposition: form-data; name="Filename"; filename="3000001193.xml"
    Content-Type: text/xml
    <?xml version="1.0"?><Order> ... <Order>
    ------------------------1514140045--
    I really don't know what to make of it, as far as I can see the request header is ok, with the response being 200. That means the request is ok, but shouldn't the response be 201 indicating that the file was created?
    Am going to look at what a POST through a HTML form sends and match up that way ...

  • Line in recorde mostly noise and very low audio (please help)

    i think i may be giving my client a lot of money back...
    about 20 minutes into a video gig i realized that the line in audio i was getting on my camera was not working properly so i pulled the plug and jsut picked up from the camra mic, but i am left with about... 18 minutes of very very poor audio. are there any brave and generouse soundtrack pros who can tell me waht setting to apply to make this "listenable"
    you can download a 30 second snipit here: http://www.video-guy.com/forums/ami_out_ofluck.zip
    i have soundtrack, but rarely use it, so like i said. if anyone would be kind enough to hold my hand and tell me what buttons to push i would be very much in your debt.
    heck, i'll even do some free photoshop, or final cut work for you.
    thanks.

    First off, yes you're pretty much out of luck. I listened to your sample, and there's probably nothing you could do to make this sound good. With enough filtering, you could make it so the voice is marginally intelligible, but it's never going to sound like a good recording.
    Second, while this web forum is good for discussion about Soundtrack Pro's features and how to use them, I've found that Usenet has much more meaningful discussions on audio editing techniques in general. A couple newsgroups I read religiously are rec.arts.movies.production.sound and rec.audio.pro.

  • My macbook air froze, after switching off and on again it started making a beeping noise. the screen is black. please help :(

    How do I stop the beeping sound on my Mac book air? The screen is black.

    What beeping sequence are you getting?
    1 beep - No RAM
    2 beep - Incompatible RAM
    3 beep - Faulty RAM
    4 beep - No good boot image in ROM
    5 beep - Failed processor
    With an Air you will have to take it to an Apple store genius bar to address any of those issues.

  • Please help...any ideas? scroll pad and the letter 's'

    the scroll pad isnt scrolling around the main menu nor is the letter 's' working at all...you know how many words use the letter 's'??? anyways, any ideas what i should do? i done a battery pull, resetting the phone, updating it.....so help? please?

    Karen,
    Did you eject your iPod from your computer properly?
    iPod does not appear in iTunes: http://docs.info.apple.com/article.html?artnum=61771

  • APPLE - Can you please help us - no other support available!!!

    This is an Itunes problem - not an apple device/hardware problem. There are no other means to contact Apple for resolution on iTunes software problems. This issue has gone unanswered/unsolved since April.
    http://discussions.apple.com/thread.jspa?messageID=11959918#11959918

    Apple does not provide technical assistance in these forums, as was said in the Terms of Use which are presented when we first sign up for the Discussions. It's all user-to-user here.
    As to the other thread, we really can't help the OP since s/he didn't include enough details about the system setup to begin to make a diagnosis and never came back to the Discussions to provide additional information. For your problem I'd suggest that you start a new topic with your issue rather than tacking onto a months-old thread. That rarely provides useful results.
    Regards.

  • My i phone will not open my yahoo mail, but sits and spins. I have reset the phone and network and still no help. Any other ideas?

    My i-phone stopped receiving e-mail on a regular basis.  Rather, it will sit and spin trying to load and then stop.   Usually, sometime in the night, it will all of a sudden load all of my mail, but then will not load new mail again.  I have updated and reset the phone and network, and the problem remains the same.  Does anyone know a fix for this issue?

    Try deleting the account, restarting your phone and then reinputting the account.

  • I am about to buy my first ipad but dont know which one to buy.  I will use it for email, browsing, watching films etc -Please help me!

    I am about to buy my first ipad but don't know which one to choose and all the information baffles me!!  I will use it for email, browsing, watching films, general things like that.  Please help?

    I'm sure others will disagree, but I'm all about saving $.  I would start by looking online at the Apple store for refurbished devices.  I would also get MORE memory than yout think you will ever need.  The    stuff we have seems always to expand to fill the space available.  I wouldn't get one with cellular capability unless you really, really need it...
    http://store.apple.com/us/browse/home/specialdeals/ipad

  • Have problem with my iPAD 4. Trouble with reduce motion, after updating to ios 8.1.2 it start to lag. please help me to fix

    i dont know how to fix this. when i use my 4 fingers gestures. its not animating (fade in/fade out) just delayed for 1 or 2 seconds. my whole iPAD is affected. my msg, apps, etc are getting slower and slower. i checked for my storages its not even full.
    My games are so slow too. aghh. it kills me   please help me to fix this. PLEASE

    Hi taamarco,
    If you are having issues with your iPad's funcionality being reduced, you may want to try some things to troubleshoot.
    First, quit all running applications and test again -
    Force an app to close in iOS - Apple Support
    Next, I would try restarting and if needed resetting the iPad -
    Restart or reset your iPhone, iPad, or iPod touch - Apple Support
    If the issue is still present, you may want to restore the iPad to factory settings -
    Use iTunes to restore your iOS device to factory settings - Apple Support
    Thanks for using Apple Support Communities.
    Best,
    Brett L  

  • Deinterlacing PLEASE HELP!

    Hi...I completed a short film and am trying to create a DVD in DVD Studio Pro. I did a Quicktime export, sent it to Compressor at the best DVD Standard setting, imported it into DVD Studio Pro and watched it in the Simulator.
    I am seeing little lines in the film. If I go to output a DVD, will those be there? If so, what are the exact steps to Deinterlacing. I know how to do it for the web, but not for a master DVD.
    This project was filmed with HDV at 24p. Please help!
    Thanks!
    Thanks.

    Hey Thezen,
    In the menu on DVD Studio Pro I have the completed film and the trailer.
    I actually doubled checked the QT files in Inspector (in compressor) and the completed film itself is at 23.976 (which I am assuming is fine) but the trailer is reading at 29.97 (which is the actual footage from the film)...why is that?... and can the trailer itself be switched to 23.98 in Final Cut Pro? If so,...how?
    Please help.
    Thanks.
    Message was edited by: EPCFitness .... Actually, I just noticed in DVD Studio Pro that the Rate is reading at 29.97 on both the entire film and trailer. Please help.
    Thanks.

Maybe you are looking for

  • Production scheduling profile for production order type 10 does not exist – SAP Message No.10085

    When i tried to make confirmation for Production Order through CO15 transaction , i receive the following error message " Production scheduling profile for production order type 10 does not exist – SAP Message No.10085 " In Work Scheduling view, Prod

  • Best way to ensure my library is safe.

    Any clues to ensure my library in iTunes is safe? I am assuming a backup to DVD, sorted by dates added. I have heard that sometimes external firewire hard drives can lose files at the same time as my laptop will, or something like that (providing the

  • Can't re-order my queue on Netflix and keep losing the connection

    I'm having so much trouble with Netflix!  I can't re-order my queue, I keep losing the connection, and it's painfully slow. Is Netflix known to be unstable on iPad? Other internet connecitons seem to be fine. 

  • Thread access

    I am new to Thread. I am doing a following call and the only thing I wanted to do here is to sleep for a second. 101: try{ 102: Thread.currentThread().sleep(1000); 103: }catch (InterruptedException ie) { 104: System.out.println("InterruptedException

  • Multiple instances com.apple.outlook.client.exe *32 during Outlook sync

    First, specs: Windows 7 64bit Norton 360 Outlook 2010 Beta iPhone 3GS (iOS 4) iTunes 9.2.0.61 Microsoft Windows 7 x64 Home Premium Edition (Build 7600) NVIDIA 132-CK-NF78 iTunes 9.2.0.61 QuickTime 7.6.6 FairPlay 1.8.20 Apple Application Support 1.3 i