Imovie conversion question

how can i convert an imovie clip or project to some other format that can be read on something like quicktime or me converted to an avi or mpeg file? I need to be able to take a movie I have on my mac and play it on a windows based machine?

The best option is to save your movie as an h.264 file, or as an h.264 in an mov container.
Then you need to install QuickTime for Windows (free from Apple) on the Windows computer.
If you do not have the authority to install QuickTime for Windows on the Windows Computer, I would suggest saving your movie by SHARE/EXPORT USING QUICKTIME. Choose MPEG4, and choose h.264 as the codec. This will produce a .mp4 file that windows should read.

Similar Messages

  • UPGRADE 1103 to 1159 - PAYMENTS CONVERSION QUESTION!

    Hello,
    UPGRADE 1103 to 1159 - PAYMENTS CONVERSION QUESTION!
    This is the scenario, we are planning to do. Currently we have 11.0.3 in one box. We are planning for re-implementation for 11.5.9 in the new box. So we
    have to convert approx 14 months of open and closed data for the historic purposes. (Like PO's, Invoices, Payments and ledger data etc.)
    Again, these conversions cannot be handled through the front end using some Data Loader kind of tool etc...
    Data Loader tool, I used a lot for loading Flexfield Value Set Values, Category Codes etc...
    But my question is converting these AP_PAYMENTS related data in the back end. (Like Check num, Payment Batch ID, Invoice Number, Invoice ID, Supplier Number,
    Supplier ID, etc.) from old 11.0.3 box to new 11i box.
    Since there was some confusion is going on with Payments related areas, because there was now API's etc... some of them are telling it is very difficult to migrate "AS IS" into 11i. I also heard that oracle won't support this.
    Just want to clarify clearly on this issues.
    Because we are moving from the small box of 11.0.3 into Big box for 11.5.9. So we don't want to loose all the histories for about 20 months. especially open
    Closed / Open - Invoices, Payments, PO's, REQ's, Active Items which are in the Open Blanket PO's, Employees, etc...
    Of all these everything sounds like doable because they do have API's etc... Of course, I belive there is no API for the Vendors only. We want to know is this true for the Payments also.
    Any urgent clarifications is very much appreciated with clear explanation.
    Thanks in advance
    Mani Varadan

    The payment conversion is little bit tricky in term on its understanding and functionality.
    There are lot of dependices of payments conversion on the others objects like invoice.
    You need to be very clear in requirements.
    Here is the extracted documents for giving you clear understanding about payments.
    Overview of Process
    Prior to creating a payment batch, four setup are required.
    A.Define a bank for bank branches with which you do business.
    B.Define bank accounts.
    C.Choose a predefined or custom payment format.
    D.Finally, define payment documents for disbursements for each bank account.
    To give an overview of the steps required to create payment batch payments:
    1) Initiate the payment batch by entering the criteria for invoices you want to pay. The payment batch process selects invoices, and then builds the payments. It determines which invoices will be paid on each payment document, and lists this information for you on the Preliminary Payment Register.
    2) Make any necessary modifications to your payment batch, such as selecting additional invoices, deselecting invoices, deselecting suppliers, etc. Once modifications are complete, the modify payment batch process automatically builds the payments if any invoices were added.
    3) Format payments to produce an output file.
    4) Print checks from the output file if you are not creating electronic payments or sending the output file to a third party for printing.
    5) Confirm the payment batch by recording the document numbers associated with each payment. During this step, the invoice status is updated to “Paid” and a document number is associated with the invoice and invoice payment.
    As conversion(from 11.0.3 to 11.5.9) is concern step 3,4 is excluded from the standard processes.
    These are the tables involved during the payment conversion.
    AP_SELECTED_INVOICES_ALL
    AP_INV_SELECTION_CRITERIA_ALL
    AP_INVOICES_ALL
    AP_PAYMENT_SCHEDULES_ALL
    These are background (concurrent) processes involved in batch process consists of the following
    a. Autoselect      
    b. Build Payments
    c. Preliminary Payment Register
    d. Format
    e. Confirm
    f. Final Payment Register.
    10.7:
    If you are using the application in character mode, navigate to the Reset Payment Batch form. The navigation path is
    \Navigate --> Controls --> Payment --> ResetPaymentBatch.
    Select the payment batch name and the system displays the status of the batch. Your options for proceeding vary according to the batch status.
    11.5.8/9
    You can perform actions on your batch in Payment Batches form by clicking on the Actions button. The appropriate actions are highlighted depending on the status of the batch.
    THIS SECTION TALK ABOUT THE DETAIL TECHNICAL OVERVIEW
    Payment Conversion Technical Overview
    For the conversion is concern we are following four-step process
    I.Defined and prerequisite steps as discussed above
    II.Selecting the Invoice
    III.Building the Payment
    IV.Confirm
    THESE ARE THE PREREQUISITE SETUP
    We are assuming the bank set is already done from 10.7 to 11i.Bank set up means bank account id, and its corresponding payment format.
    For this purpose we are using mapping function for bank account id and on that basis we are getting corresponding checks stock id.This means defining a payment documents for disbursements
    SELECT INVOICES
    When a payment batch is started one row for each record is created in the
    AP_INV_SELECTION_CRITERIA_ALL table.
    This table stores the criteria that a payment batch uses to select invoices for payments. The module name for the Auto Select process is APXPBSEL. The Select Invoices, or AutoSelect, is the first step in the payment batch process.
    When we run a concurrent program the AutoSelect process starts by loading records that meet the invoice selection criteria into the table AP_SELECTED_INVOICES_ALL from the tables AP_INVOICES_ALL and AP_PAYMENT_SCHEDULES_ALL.
    The criteria that AutoSelect uses to determine which record to select from AP_INVOICES_ALL and AP_PAYMENT_SCHEDULES_ALL is stored in AP_INV_SELECTION_CRITERIA_ALL.
    To be sure that no duplicate invoices get selected, invoices that are already selected in another payment batch are not selected. Invoice payments that have no remaining payment amounts are not selected either.
    BUILD PAYMENTS
    The module name for the Build Program is APXPBBLD. From the list created by AutoSelect, the Build program determines which invoices will be paid on each
    Payment document, and lists this information on the Preliminary Payment Register if Selected. The Build program is spawned when AutoSelect has completed. When the Build Program starts, the application uses information from the table AP_SELECTED_INVOICES_ALL to create rows in the table AP_SELECTED_INVOICE_CHECKS_ALL.
    In addition to creating rows in the AP_SELECTED_INVOICE_CHECKS_ALL, the build payments program also performs the following tasks:
    • Assigns document numbers for payments
    • Assigns Check Ids
    • Renumbers the remaining documents starting from the first_available_document
    • Updates the payment batch status to BUILT
    Since we are doing conversion from 10.7 to 11i where all payments need to converted hence we are keeping payment batch status as ‘FORMATTED’
    CONFIRM
    This is the final step for the payment batch process, where we will pick a payment batch from front end, and then making confirm. The menu for this
    AP Payable =>Payment Batches form =>by clicking on the Actions button
    Internally the confirm program first updates the AP_SELECTED_INVOICE_CHECKS_ALL records,
    then transfers those records to
    AP_CHECKS_ALL.
    In addition, the AP_SELECTED_INVOICES_ALL
    records are transferred into the corresponding
    AP_INVOICE_PAYMENTS_ALL,
    AP_INVOICES_ALL and
    AP_PAYMENT_SCHEDULES_ALL.
    Table Involved in Payment Batch Process
    These are the various table involved in the payment process of 10.7 and 11i.It is recommended that if corresponding earlier conversion is done then use the mapping function to get the new value.
    oAP_SELECTED_INVOICES_ALL
    oAP_INV_SELECTION_CRITERIA_ALL
    oAP_INVOICES_ALL
    oAP_PAYMENT_SCHEDULES_ALL
    oAP_SELECTED_INVOICE_CHECKS_ALL
    oAP_CHECKS_ALL
    oAP_INVOICE_PAYMENTS_ALL
    oAP_PAYMENT_SCHEDULES_ALL
    oAP_INVOICES_ALL
    oAP_BANK_ACCOUNTS_ALL `
    Common Issue:
    1.Determine the status of the Payment Batch?
    A: Query up the Payment Batch in the Payment Batches Summary window to view the status. If you can not get into the application, you can select the status from SQL*Plus:
    SELECT status FROM ap_inv_selection_criteria_all
    WHERE checkrun_name = ?<payment batch name>?;
    2. Don’t change the last update date
    We are doing the conversion for payments, hence we can’t change he last_updated_date to sysdate as this will create a problem by concurrent program, in that case we need to populate the field for FUTURE_DATED_PAYMENT=’N’
    3. don’t populate the value for INVOICE_PAYMENT_TYPE
    If there are some prepayments in the conversion process donor populate this field and pass NULL, otherwise this will create a duplicate invoice, which will cause a problem for concurrent batch for payment.
    Hope now you will be very clear about the process.
    let me me offline, if you need further.
    regards
    sanjit
    [email protected]

  • IMovie - quick questions about video files when importing and optimizing

    Hi, have some quick questions. I think they are simple.
    1. When I import a video (from say iPhoto), where does it get "Move" or "Copy" to?
    2. Why would I want to do "Copy" instead of "Move", because isn't it then taking up more space?
    3. I'm wondering if after I optimize a video, I can stash away the original (non-optimized video that I either "Move"d or "Copy"d earlier) into an external hd.
    4. By the way, what is the new file name of the optimized video?
    Though things are working fine in iMovie and iPhoto, I'm trying to manage hard disk space, and hope answers to these questions will help.
    Do you guys have a guideline on how to manage hard disk space when it comes to iphoto and imovie?
    Thanks.

    As has been suggested you can encourage people to download QuickTime player by doing something like this...
    http://www.mirroroftheuniverse.com/Songs.html
    You can also present your songs like this...
    http://roddymckay.com/Satellite/JukeBox.html
    This is a SnoCap jukebox and you need an account to use it but you'll get the link to ESnips on the above page.
    A 3 minute song has a file size of about 30 Mb in AIFF format. Converting it to MP3 reduces it to about 3.5 Mb and M4A to about 5.5 Mb.
    iTunes will do these conversions for you and M4A is far superior to MP3 as far as sound quality is concerned.

  • Non supported camera and old Imovie version question?

    I  have a multi part question. First, I have an Ion Video camera that appears to not be supported by IMovie. But I also have an old version of IMovie 8.0.6 because I've never used it up until now. When I upload my video's, Iphoto automatically opens and they go into there. I want to be able to use IMovie to edit, add music etc. I've never really manually imported or exported things on my computer and don't know if that is how I can get them over into IMovie or what. I've tried muddling through trying to do that, and apparently I'm doing something wrong. When I  hook up my Ion camera directly to my computer   the videos won't  go directly into IMovie for some reason. I've tried dragging the videos from iPhoto into IMovie and that won't work either. Can someone tell me detailed instructions on how to exactly   do this or what I need to do to get videos into IMovie.  What if my video camera isn't supported?? I need to learn how to do this fairly quickly. Thank you

    So I assume you have the clips in you event browser that were imported from your old digital camera.
    And when you play them fullscreen, they look bad.
    The point of a DVD, is to play them in a DVD player, usually a TV which is an even larger screen, AND
    the problem is that conversion to the DVD will further degrade the quality. It will look worse.
    what you need to do i think is to go ahead and make the movie (project) but plan on exporting it to a form that works well on a smaller screen, an iPod might be perfect for that. Or you could play it on your computer screen but shrink the movie (do not play full screen). Most of these will play with QuickTime and you can pull the QT playing screen to be larger and smaller by using the corner thingie in lower right hand corner of the screen.
    So, make your project, and you will be exporting it ("Share" menu) as a QT file and playing it as a QT file, not a DVD. If you use Share menu, pick Export Movie and pick the highest resolution it allows and export it to your desk top, you will end up with your movie in a form that you can play with QT.
    write back with questions
    that is my advice.
    QT
    roger

  • IMovie Trailer Question about Event

    When I attempt to create a trailer I'm presented with a dialog box that asks me to create a title (no problem) and an event. I don't understand what event I should select. None of the media that I will use is in any of the listed events. I will be using photos from my iPhoto library.
    Since I have to select an event I am at a standstill.
    Help!

    Hi C Nelson,
    I apologize, I'm a bit unclear on the exact nature of your question. If you are having issues using the Trailer function in iMovie, you may find the following article and walkthough helpful:
    iMovie '11: Create a trailer
    iMovie ’11: Create a Trailer (video walkthrough)
    Regards,
    - Brenden

  • Data conversion questions

    Hi Everyone,
    I'm confused by the data conversion rule and how to do it in abap, could you help me about some of my questions?
    1. How many ways to do data conversion ( like assignment .....)?
    2. When using field symbol, we know we can assign reference to field symbol , and at mean time , we can casting type.
        Is this kind of casting also a way to do data conversion?
    3. In my real case, I have unknown type data to convert to xstring. the type could be any ( I, D, T, STRING......). Is there an easy way to implement that when I get the data reference, I only need to import it to a method and then the method return an xstring to me?
    4. question 3 is about data->xstring, and how can I convert xstring back to the original data( should be the same type )?
    Thanks and Regards,
    Aaron

    Hi Aaron,
    try this FM:     CONVERSION_EXIT_ALPHA_INPUT
    is useful for convert different data type, here an example:
         call function 'CONVERSION_EXIT_ALPHA_INPUT'
              exporting
                input         =   A    ( type unknown )
              importing
                output        =  B  ( type xstring ).
    Perhaps that helps,
    Regards,
    Davide

  • IMovie export question

    I am using Roxio video converter to take my old 8mm tapes into iMovie (10.0.6) and then into iDVD.  I have two questions.  I have read that you should change the video format to AIC for older versions of iMovie, is this still the best practice with the newer version?  All of my videos are SD, so when I share the file from iMovie, what quality should I select (high, medium....)?
    TIA

    Is this movie comprised of video or still images?
    Matt
    The movie is entirely video clips from our digital camera. Granted, they are not camcorder quality to begin with, but they do look great when played back in fullscreen mode in iMovie. Shouldn't I be able to get that same quality after I export the movie? Shouldn't it be simple to do?
    A friend who works at Pixar saw the movie on DVD, and confirmed that he saw lots of "artifacts" from compression. He didn't have a solution, not being familiar with the software, but it seems to me there should be a way to export the movie uncompressed. I shouldn't be restricted to playing it only in iMovie on a Mac to see it the way it is meant to be seen, right?
    (I guess my gripe with Apple is that this program is designed for amateurs making home videos, like me, but they seem to expect that we'd be satisfied with poor quality exports, rather than wanting our movies to look professional.)
    Thanks for all your help.

  • IMovie Version Questions

    I've read with interest the issues regarding iMovie8 and regret just having purchsed a new iMac, primarily to upgrade from an old iMovie4 version. The inability to export back to tape (that was Apple tech advice for best means of storage!). Based on reading posts, iMovie6 addresses some issues, but I have two questions for those of you knowledgeable about this situation:
    1-I read somewhere in the many chains that any version of iMovie past 4 (that I have) will no longer "pass through" analog signals from a camera (in my case Sony) and convert to digital: that is exactly what I've been doing over the last several years with older analog tapes (Hi8) of our kids. So, does this mean if I go even to iMovie6 I'll be unable to digitize video from those old tape? If so, I'm completely boxed in.
    2-With older iMovie versions, the transfer back to tape has worked perfectly. But, with iMovie4, I find that as it goes back to tape on the camera, there are occasional "freezes"--the image stops for a fraction of a second or a second or two. And that freeze is on the tape version (even though the movie itself on the computer is fine. Has anyone had this issue with any version of iMovie that still allows transfer back to tape.
    I'm feeling very abused...potentially unable to use old analog tapes with iMovie6, unable to transfer back with iMovie8, and the transfers are not working well with iMovie4. Any advice appreciated.

    Thanks for your several responses. Based on your comments, iMovie6 should be ok for both analog pass through my Sony directly into iMovie, and to transfer back to tape. Others had indicated that the analog pass through was not operative after 4, but you're doing exactly what I'm asking about. Based on all comments I've read, neither analog pass through nor transfer back to tape will work in iMovie 8. I guess I'll proceed, and download iMovie6 as others seem to have done...although I've seen some issues with running 6 when 8 is on the computer. Thanks again.

  • IMovie novice questions

    Hello,
    I'm using Quicktime Pro to create time-lapse sequences from still images. I'm trying to create the highest quality movie possible. Probably a widescreen format, and I've got some questions that I couldn't find any answers for.
    1. What is the largest (pixel X pixel) Quicktime movie I can import into iMovie? I tried 1600 X 900 and it squashed the image. 960 X 540 seemed to fit.
    2. Once I've created a Quicktime sequence what is done next. Do I "save", "save as", or "export." And if export is the answer, which file type?
    3. Once in iMovie what video format is recommended: DV, DV widescreen, HDV 1080i, ...?
    4.Is there a tutorial or book that anyone can recommend. I've got the "Visual Quickstart Guide: iMovie HD6 & iDVD6", but I can't find the answers I'm looking for.
    Thank you

    Hi
    To be able to use Your iM 5 movie project on Your "New" Mac You need iLife6 and
    iMovie HD 6 that as far as I've read this forum should work OK.
    In iMovie HD 6 You can have several movie project open simultaniously and from one
    timeline copy over to a new open project. This without going via QuickTime Export/Import.
    Yours Bengt W

  • IMovie exporting questions, please help!

    Hi,
    I'm trying to transfer a home movie from a video camera and make it a quicktime file.
    1st of all: Do I have to go through iMovie? Or can it just import as a quicktime movie?
    2nd of all: in iMovie, is the only way to import it to import it as it plays? For long movies, this takes a while- is there a faster way?
    3rd of all: Once I have the iMovie project, and I want to make it a quicktime file, i'm faced with this dilemma. I find "CD-ROM quality" slightly unacceptable, and "Full Quality" takes up about 1 GB per hour of movie . I see that there is an "Expert Settings" option; how can i use this option to find a middle ground?
    Thanks so much!

    welcome to the "wonderful world of video compression" .... ;-)))
    I'm not familiar with QTpro7, it has a "record" option, but I'm not sure, wether it recognizes firewire-input...
    I would choose iM anyhow, because, it is very convient in usage: I can remote control the camera, I can edit "quick'n dirty"...
    the camera can play-out in realtime only - so, input-speed ist set here, not by iM... if this answers your second question; digital files get imported much faster, your harddrives speed set the limits...
    the expert option get visible, when you choose 'em and hit the button, you get confronted with this dialog:
    in the drop-down, you can choose many codecs/compressor, each offers different "options"... you can set codec, bitrates, resolutions, frame rates, plus same for audio.....
    happy landing

  • GL Balances Conversion Question

    Hi,
    Recently I started working in oracle apps so you can consider me as a beginer.Now; I'm working on a GL Conversion project. We have balances from 2003. It has been decided that we will convert the balances from 2003-2006 and for 2007, 2008 we will convert in detail (every journal). We also use multiple currencies. My question is on extracting the balances. There are various values for Translated flag and some thing about BEQ columns.
    I will appreciate, if you can tell me what balances I should extract for conversion purposes.
    Thanks for your help !!
    Shreekar.

    Can you give me details of what you have done?? i have the same issue and i do not know what has to be done
    Thank you!

  • Video Conversion Questions

    Am having a couple of problems with video conversion for the Apple TV.
    I had to reset and install OSX a few months back, now when I use FFMPEGX to convert some AVI files to H264 it is writing the audio and video as seperate files, cant understand why its suddenly doing this as worked fine before, anyone got any ideas?
    Secondly, If I try to use Quicktime, Flip4mac writes that it was done with a trial version all over the video output, but I have the Pro Version of Quicktime so can't understand why it uses flip4mac at all, isnt Quicktime supposed to do this by itself, and is there a way round this, short of buying flip4mac?

    when I use FFMPEGX to convert some AVI files to H264 it is writing the audio and video as seperate files
    Sounds like FFMPEG is doing this. Check the source codecs and/or your default/manual settings. Some conversions may require an intermediate conversion in which the audio and video are first "demuxed" and placed in separate files which are them converted to the final compression formats and then merged to a single file.
    Secondly, If I try to use Quicktime, Flip4mac writes that it was done with a trial version all over the video output, but I have the Pro Version of Quicktime so can't understand why it uses flip4mac at all, isnt Quicktime supposed to do this by itself, and is there a way round this, short of buying flip4mac?
    While QT recognizes the AVI file container (i.e., AVI is not a compression format), you must have the same codecs to make the file (many combinations are possible) playable and/or convertible to a fully supported QT compression format. QT does not supply proprietary interleaved codecs and you must install your own. DivX, Flip4Mac, Perian, etc. all have codecs that play different codecs that may be contained in the AVI container. As long as there are no conflicts, then everything works fine. In some cases, however, two or more components may be able to play/convert the same codec. In this event, QT seems to call the handler which was last installed. If this is the case, then you may be able to remove/re-install codecs in a different order which satisfies your needs. In other cases, the codec in question may only be supplied one of the third-party providers and you have no choice but to use their product. Some of the providers allow you to play the codecs in question but require you to purchase conversion decoders and/or decoders separately. (E.g., DivX and Flip4Mac.) Whether or not you purchase these products depends on how badly you want to convert the file in question.

  • Former PC Movie Maker User with iMovie importing questions

    I hope someone will be willing to help. I've combed through several different forums trying to get the best advice possible before beginning a major project, and need to make a decision soon. I apologize for the lengthy post too...
    My goal is to produce the best quality iMovies possible from .wmv and .avi files so they can be burned to DVD, shared with family, and most importantly viewed on a large screen TV with as little loss of picture quality as possible.
    I have 60+ hours of video downloaded on my PC from a Sony 8mm HandyCam. Some of the original files were analog and some digital. Not having much experience with video files, or actually anything video, (in other words, not knowing better) I used Windows Movie Maker to capture the video from my HandyCam. As time went on, I found another capture program that would convert the files and download them in .avi, a format I liked better. So, I have .wmv, .avi, and some .mpg video files I'm trying to import into a iMovie.
    Anyway, I understand to get these files into iMovie '09, they have to be converted to a accepted format. On my PC, I used Roxio Creator 2009 Copy and Convert DVD-Video (complete, purchased version) to convert the .wmv to .mpeg-4 (it took hours and hours and hours to convert 120 minutes of .wmv files)...I copied the .mpeg-4 file to a SanDisk 8gb flashdrive and then imported it into iMovie '09. I thought I had succeeded...Only to find that the video quality is not good at all. I watched both sets of videos (the .mpeg-4 and the .wmv) side by side on my MAC and PC and find the PC video is MUCH clearer. While I like the color enhancements in the MAC version, I prefer the clearer picture on the PC. I thought maybe the completed iMovie would look better than just viewing the .mpeg-4 file, but it didn't...
    Because I wasn't happy with the .mpeg-4 generated by Roxio, I tried converting the .wmv file to .mpeg-4 with Movavi Video Converter 7. I prefer the Movavi conversion better as the video looks sharper. But, the quality is STILL not good when I go into viewing the video full screen. The .mpeg-4 files are soooo much smaller than the .wmv files---does that account for the quality loss in a higher resolution? Is there a way around this?
    When all else failed, I tried to convert the .wmv to HD, but you can't really expect to get good apples out when you put rotten apples in, right? My failure could also be due to my ignorance...
    Now, I know I have the choice of making my movies on the PC, but I purchased my brand new MAC because of iMovie and iPhoto and REALLY would like to transfer ALL my videos from my PC to my MAC.
    Before I start this project, which will take weeks, does anyone have advice? I've read about the Flip4Mac convertor but saw where it is not yet iMovie '09 compatible. I have also read that many of you recommend MPEG Streamclip for Mac from Squared 5...
    In your experience, can I expect the quality of the conversion with either Streamclip or Flip4Mac to be improved over what I've all ready seen with the Roxio Creator 2009 or Movavi Convertor? I'm willing to put up with SOME reduction in video quality...(actually, one of the many reasons I left PC's Movie Maker was that the quality of the production was not that great...the quality of the .avi video viewed in VLC was much better than the final Movie Maker product). But, before I start, I want to make sure I'm using the best possible converter/procedure/technique I can because these video files cover a lot of years and are very important to me. I'm sure all of you know what I mean.
    Thanks in advance for any assistance you care to provide. *I just can't figure out why iMovie would require mpeg-4 files? I think that's what I converted all my videos to so I could download them on my iPod, isn't it? The iPod vids look fantastic, but that screen is really small and my TV is really big, and I want to watch the videos of my kids growing up on my TV, not my iPod. (Sorry for the rant.)

    How do you copy the entire folder structure? I normally go to my computer (on a PC, my mac's not arrived yet) and the camera appears as a drive. If I open this up I find a folder with all my images/movie clips in. I just lterally drag and drop these files from the camera 'drive' onto my hard drive. Obviously I'm just dragging a whole heap of individual files though, not an entire folder structure.
    I do still find it strange though that my old PC running old software can do this simple task ot reading/using mts, yet a brand new all singing all dancing mac with new software can't. Why is it that PC doesn't need these metadata files and the Mac does? Or I should really ask, why doesn't the Mac have the capability of reading/using files without this data when an old PC can?

  • Frame Rate Conversion Question...

    I have a bit of a mess here. I shot a film on the Canon XL2 at 24p. I digitized the footage in my old Avid system as a 23.976fps project and edited the entire movie. When I burned the movie to disk it had all kinds of skipping problems with the image. I wasn't sure what I had done wrong because if you shoot at 24p it should have been fine as a 23.976 project in Avid. But the XL2 apparently records at 23.976 fps, while inserting 6 frames every second to create a 30fps master tape. So I was supposed to import the footage into a 30i project. I've subsequently shot a short on the XL2 and digitized it at 30i and it turned out fine.
    So here's my question. I have since switched over to FCP and I know with Automatic Duck I can convert the project from an Avid to a FCP project. However, I'm still going to have the frame rate problem. Does anyone know what my options are here? Is it possible to create a 30i project, bring in the 23.976 sequence and recapture the footage at the correct frame rate?

    I have since switched over to FCP and I know with Automatic Duck I can convert the project from an Avid to a FCP project.
    Automatic Duck doesn't do project conversions. Only sequence conversions. It won't do all the media, or bins. Only the media in a sequence.
    Shane

  • Where to ask conversion question

    I want to ask a question about PAL to NTSC conversion. What's the right forum for that? Is there one? Should I ask here?,
    Ross

    My recommendation -
    Using MPEG Streamclip, convert the PAL DVD to QuickTime/Apple DV PAL.
    In FCE, change your Easy Setup to DV PAL; create a new sequence; import the QuickTime/Apple DV PAL file you exported from MPEG Streamclip.  Do your editing (if any).  Export to QuickTime Movie. Non-self contained is fine.
    In iDVD, set your Projects > Video Mode preference to NTSC, with encoding =  High Quality or Professional Quality.  Import the QT Movie that you exported from FCE.  Create whatever menus you want.  Burn your DVD.  You will get an NTSC DVD that will play just fine in most USA DVD players.  I have done this and think the resulting quality is pretty good.
    iDVD has the capability to convert PAL>NTSC and NTSC>PAL.  I have experimented with this and think the quality is quite good.
    There are more complex ways to convert between PAL and NTSC.  JES Deinterlacer has the capability but I think other methods produce better results.  The iDVD method is basically free.  The only better alternative that I have experience with is Graeme Nattress' Standards Conversion, which works really well but it costs $100 and because it was designed for FCPro, it requires some workarounds to use in FCE.

Maybe you are looking for

  • Where is the reference to 9.1? I have 10.2 everywhere yet still calling 9.1

    I have migrated a website from 2003 to 2005. Everytime I try to run the reports I get the following. I have tried everything from deploying the appropriate package (10.2) to the server to making sure there were add assembly references in the web.conf

  • Do I need a router or access point / bridge?

    Hi.  We have a MS small bus server with a software firewall.  It does dhcp and routes traffic so we don't need the router part of the router. Wireless  N access is needed.  Will a DAP 1522 (Wireless N access point / switch) offer the same wireless pe

  • POWER SAVER won't run! Satellite A105

    Please read this very carefully, as I have tried to make this as detailed as possible. I have had this problem before, and when I installed the new BIOS driver, it fixed itself. I am not so lucky this time. Also, please AVOID recommending to use my r

  • Cant add anything to desk top since I changed to Firefox!!

    When I clicked on the blue screen before I would get a big list of things to do, including add site to main menu or main screen. (I Forget the exact wording, )now cant do that anymore -all I can do is bookmark and that makes me go thru a whole long l

  • Debugg a back ground task in production

    Hi All, I would like to know what are the different techniques to debugg a back ground task in production? I heard that changing WF_BATCH to dialog user and then dubugg is not a best option since we have limited authorizations in production. Regards