Debugging general error on import into FinalCutPro

I'm a developer (new to Apple products) who is working on interoperation with FinalCutPro of quicktime-wrapped clips which are not wrapped by Apple muxers. When I attempt to import the clips to FCP, I frequently see "General Error" with a red preview screen. Occasionally, FCP crashes soon after the import. If the import fails, FCP is unable to import other clips that it's normally able to import (eg, quicktime clips that it has exported) until FCP is shut down and restarted.
I've narrowed the investigation to a single clip, which contains a single h264 video track (fourcc "avc1") with no audio or timecode tracks. The clip I'm using plays ok in mplayer, vlc, quicktime, and quicktime pro, but FCP issues a general error.
The question: are there validation tools on the Mac that will report problems with the wrapping, or logging from FCP that will give more detail on why FCP issues the general error? I'm pursuing the issue now by analyzing an FCP export atom by atom and variable by variable against the clip, and tweaking the clip when it doesn't match the FCP export, but since there are hundreds of details, it's a long hunt.
Thanks for any help ...

The best place to ask developer questions is here:
https://lists.apple.com/mailman/listinfo/pro-apps-dev
Two things to bear in mind:
1. It sounds like you're using FCP 7 or below. These versions do not work well with long-GOP media.
2. For some reason Apple appear to have written (or partially written) their own QuickTime parser in FCP, so in some cases it will not open files that play in QuickTime Player or other apps that use the QT API. For example, I vaguely recall an issue where FCP doesn't parse ImageDescription extensions correctly in certain instances and you have to add whitespace that's not in the spec to get it to work.

Similar Messages

  • General error upon import into fcp

    I can import video into my existing timelines with no problem... when i create a new sequence i can drag the clip into the timeline, but I get a general error message and a red screen that reads " display unavailable. close and reopen window to restore."   tried closing and reopening a dozen times to no avail.

    Is your drive formatted macosextended?  Can you edit bars and tone into a new sequence?  What happens if you duplicate an existing sequence, select all and delete?  Can you then edit into this sequence?
    Have you tried deleting your fcp preferences?  Get preference manager from www.digitalrebellion.com to do this.
    Have you installed or updated any new software or hardware on your system recently?

  • "General Error" when importing QT movie to FCP

    I am trying to import a QT movie to FCP to do a slideshow. The slideshow was done originallly on iPhoto and then exported to a QT movie. I then imported the file (the QT movie) to FCP. When I tried to play the movie in the Viewer, I got a "General Error" message. I shut everything down and tried again to no avail. I could move the playhead throughout the Viewer and see the photo at that spot but whenever I tried to play the clip the error message came on. I can export the slideshow to iDVD however, I then have no conrol over the music (I need to shorten a track and try to shorten the gaps between songs). I can't do that in either iPhoto or iDVD. That is the main reason I want to use FCP. I was able to do this a week ago for a different project although I was using a different computer then. My current problem is when I am using my G4, Dual 1 GHz, 2MB L3 cache per processor, 1 GB SDRAM. I'm using FCP 5.1.2.
    Any suggestions? This is for a Christmas project!

    Jon,
    I don't know if I am reading the problem right but ...when you export your video from iPhoto to FCP I am pretty sure you have to change how it opens. When I do this I save my slide show from iPhoto to the desk top then highlite it and "getinfo" to change it to a "open with QT movie" Then when you import it to FCP you can do what you like with compositing re music, titles etc.
    Be aware tho that anything you do with that QT while in FCP will take alot of rendering because it is a complete sequence.
    Me personally...after you finish ... export it to the desk top again and drag it into iMovie for a clean compression in Mpg 4. The slide show should be cyrstal clear. The pros may have better stuff to add but as an amature this works for me.
    I hope this makes sense!
    Rob

  • Premiere Pro CC "general error" when importing FCP 7 xml file

    I have edited a film using Final Cut Pro 7 on a Mac which is not mine (and now several 100 kms away). I would like to do some more editing on the project using Final Cut Pro CC  (trial version, to test if it does everything I need it to do before buying). I exported my film as an xml file to import into Premiere, but Premiere now tells me it cannot import because of a "general error". (I also have Premiere CS4 on my computer which crashes when I try to import the xml file - but that has some problems with reading my image material anyway, which is why I wanted to try switching to Premiere CC). Any hints on how I could solve this problem (preferably without getting the Mac back which I can't right now) would be much appreciated. Many thanks!

    No ideas? I found some entries on this issue for earlier versions of Premiere which in part included advice to update to a newer version - which in my case clearly does not apply. So any ideas for possible solutions would be great.

  • Application ID reserved error upon import into workspace

    I have two workspaces, development and production, in one APEX (3.0.1) environment on 11.1.0.6.
    I have two applications, one 1 page long and one 33 pages long. The 1 page application is an anonymous login with a jump button to the login page of the 33 page application.
    I normally export from development and import into production to make an upgrade of the applications. I can do this successfully with the longer application, upon import I ask to replace the target workspace application ID. When I try this with the 1 page application, I get an error about the application ID being reserved.
    The application IDs are normal numbers.
    33 pages - development workspace/appl id 107 ==> production workspace/appl id 111 - Works
    1 page - development workspace/appl id 119 ==> production workspace/appl id 121 - Fails
    Luckily the problem is on the 1 page application. I just redo the edits from development in production.
    Any suggestions how to resolve the error so I don't have to re-edit? I'm fearful that it may start happening on the bigger application. That will not be an easy one to re-edit each time I have a release.
    Thanks,
    Ed

    I solved this but I don't know how I caused it.
    In the export repository in the target workspace, the Application Exists column had a check. I deleted the row from the repository, and I was able to import into the workspace and change the application number to the one which matched the Application Exists number.
    How I got that check mark to show up is a different story. I can't remember doing anything to cause that. Maybe it was the initial import of the application to that then unused number? At least I know how to fix it now.

  • Error when importing into 11.1 database from 10.2 database

    Hi everyone !
    I'm trying to import full database(10.2) into database 11g
    Before running Data Pump ,I had checked compability between 10.2 and 11.1 and Oracle says that they're supported .
    So I've used 10.2 expdp to export data from 10g database . Then I've used 11d impdp to import data into 11g database .
    but it's not working well .
    DATABASE_EXPORT/SYSTEM_PROCOBJACT/PRE_SYSTEM_ACTIONS/PROCACT_SYSTEM
    ORA-39083: Object type PROCACT_SYSTEM failed to create with error:
    ORA-20000: Incompatible version of Workspace Manager Installed
    Failing sql is:
    BEGIN
    declare ver varchar2(100) ; dummy integer; compile_exception EXCEPTION; PRAGMA EXCEPTION_INIT(compile_exception, -06550); invalid_table EXCEPTION; PRAGMA EXCEPTION_INIT(invalid_table, -00942); procedure createErrorProc is begin execute immediate 'create or replace function system.wm$_check_install return boolean is begin return true ; end;' ; end ; begin
    Processing object type DATABASE_EXPORT/SYSTEM_PROCOBJACT/POST_SYSTEM_ACTIONS/PROCACT_SYSTEM
    ORA-39083: Object type PROCACT_SYSTEM failed to create with error:
    ORA-06550: line 2, column 93:
    PLS-00302: component 'OPERATOR_NONE' must be declared
    AND ANOTHER ERROR
    ORA-39083: Object type PROCOBJ failed to create with error:
    ORA-06550: line 4, column 1:
    PLS-00103: Encountered the symbol "DECLARE COMMIT; END;
    " when expecting one of the following:
    ( - + case mod new not null <an identifier>
    <a double-quoted delimited-identifier> <a bind variable>
    continue avg count current exists max min prior sql stddev
    sum variance execute forall merge time timestamp interval
    date <a string literal with character set specification>
    <a number> <a single-quoted S
    ORA-39083: Object type PROCOBJ failed to create with error:
    ORA-06550: line 2, column 11:
    PLS-00103: Encountered the symbol "VARCHAR2" when expecting one of the following:
    := . ( @ % ;
    The symbol ":=" was substituted for "VARCHAR2" to continue.
    Can you please give me some advices ?
    Thanks
    Edited by: Tien Lai on 2009-okt-19 01:56

    Pl see if MOS Doc 730373.1 (ORA-39083 ORA-20000 Incompatible Version of Workspace Manager Installed) is applicable in your case
    HTH
    Srini

  • Error While Importing into The Target Server

    Imported the export dump into the Target server.
    while running the import I am getting the following errors in the Transport set Import log file.
    13-JUL-05 15:00:11][ERROR] id = NULL context = style_pre_check user = ORCLADMIN The Unique Identifier of the source style KNPC_PORTAL does not match the target style KNPC_PORTAL
    Precheck failed for the whole KNPC_Page group and HRMs page group.
    Precheck failed for LOV REPORTS_COMPONENT_LOV
    Precheck failed for RWSVR EISDB_REPORT_SERVER
    Precheck failed for DYNAMIC DYN_0418073018
    Precheck failed for DATAPTL COMPONENT1
    Precheck failed for DATAPTL DATA_0418075629
    Precheck failed for AREPORT DETAILS
    Precheck failed for AREPORT EMPLOYEEDETAILS
    Precheck failed for HIERARCH HIE_0604143208
    Any help is highly appreciated
    Thanks&Regards
    Manoj
    All the prerequisites carried out in the Target Server

    The message
    13-JUL-05 15:00:11][ERROR] id = NULL context = style_pre_check user = ORCLADMIN The Unique Identifier of the source style KNPC_PORTAL does not match the target style KNPC_PORTAL
    indicates that a style with the same name has been created in target directly or imported from another instance (other than the one from which the transport set is attempting to import).
    In order for pre-check to pass, you will either need to locate the object(s) in the target, rename (or delete) them and reattempt import, (or) rename them in source and reexport (recreate dumps) and import the new transport set.

  • Error while import into 10g --- 'DBMS_EXPORT_EXTENSION' must be declared

    Hi,
    We are in a process to upgrade our database from Oracle 8.1.7 to Oracle 10.2.0
    We are upgrading our database and on the different machine.
    Setup pre-requsities for 10g rel2 has been done.
    And now I am import the data from the Export File (dump file).
    I am importing data schema wise one by one using Database Control EM available in 10g.
    Data of two schemas has been succesfully been imported.
    Now when i am trying to import the data for third schema i am gettting the following errors as below.
    Import parameters that i have used ::
    FILE=E:\EXP_FULL_PAY.DMP
    LOG=E:\IMPORT.LOG
    FROMUSER=PAY02
    TOUSER=PAY02
    TABLES=SYSMST
    GRANTS=y
    INDEXES=y
    ROWS=y
    CONSTRAINTS=y
    IGNORE=y
    SKIP_UNUSABLE_INDEXES=y
    DATAFILES=n
    Error Details ::
    Username:
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Export file created by EXPORT:V08.01.07 via conventional path
    Warning: the objects were exported by HP, not by you
    import done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    import server uses WE8ISO8859P1 character set (possible charset conversion)
    export client uses WE8ISO8859P1 character set (possible charset conversion)
    export server uses WE8ISO8859P1 NCHAR character set (possible ncharset conversion)
    . importing PAY's objects into PAY
    . . importing table "SYSMST" 2 rows imported
    IMP-00058: ORACLE error 6550 encountered
    ORA-06550: line 1, column 11:
    PLS-00302: component 'DBMS_EXPORT_EXTENSION' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    IMP-00017: following statement failed with ORACLE error 6550:
    "BEGIN SYS.DBMS_EXPORT_EXTENSION.SET_IMP_SKIP_INDEXES_OFF; END;"
    IMP-00003: ORACLE error 6550 encountered
    ORA-06550: line 1, column 12:
    PLS-00302: component 'DBMS_EXPORT_EXTENSION' must be declared
    ORA-06550: line 1, column 8:
    PL/SQL: Statement ignored
    IMP-00017: following statement failed with ORACLE error 6550:
    "BEGIN SYS.DBMS_EXPORT_EXTENSION.SET_IMP_SKIP_INDEXES_OFF; END;"
    IMP-00003: ORACLE error 6550 encountered
    ORA-06550: line 1, column 12:
    PLS-00302: component 'DBMS_EXPORT_EXTENSION' must be declared
    ORA-06550: line 1, column 8:
    PL/SQL: Statement ignored
    IMP-00017: following statement failed with ORACLE error 6550:
    "BEGIN SYS.DBMS_EXPORT_EXTENSION.SET_IMP_SKIP_INDEXES_OFF; END;"
    IMP-00003: ORACLE error 6550 encountered
    ORA-06550: line 1, column 12:
    PLS-00302: component 'DBMS_EXPORT_EXTENSION' must be declared
    ORA-06550: line 1, column 8:
    PL/SQL: Statement ignored
    IMP-00017: following statement failed with ORACLE error 6550:
    "BEGIN SYS.DBMS_EXPORT_EXTENSION.SET_IMP_SKIP_INDEXES_OFF; END;"
    This error goes into the infinite loop and at last shows the message as increase the flash recovery area size.
    Kindly provide the guidance...
    Regards

    Hi Nichols,
    As u have told that some reserved word must have been used as a database object name, but as i have also mentioned the name of table that is to be imported.
    i.e. "SYSMST" which i think so, it cannot be a reserved word
    Neither i can change the table name as it may generate further complications.
    And also when i havae refresh the Database Control EM page I am getting the following error ::
    Archiver is unable to archive a redo log because the output device is full or unavailable.
    Agent Connection to Instance :
    Status:: Failed
    Details ORA-00257:: archiver error. Connect internal only, until freed. (DBD ERROR: OCISessionBegin
    Kindly guide...
    Regards
    Milin
    Message was edited by:
    user640001

  • DM Error on "Import into Fact Table with Clear"

    Hi,
    I just got the following error on executing an import.
    The number of failing rows exceeds the maximum specified. (Microsoft Data Transformation Services
    (DTS) Data Pump (80042028): TransformCopy 'DTSTransformation__7' conversion error:  Destination
    overflowed on column pair 1 (source column 'SIGNEDDATA' (DBTYPE_STR), destination
    column 'SIGNEDDATA' (DBTYPE_NUMERIC)).)
    I have a very simple import, with a convertion file only changing one member name (in the data file) into another (in the application).
    Can anybody point towards where the problem can be so I can investigate further?
    Regards,
    Rafa

    Hi all,
    as an update, aware of this thread BPC 7.0 MS-Transformation File Error Duplicated Signeddata I inserted an Amount=SignedData in my transformation file, but still same error. As suggested in that thread I tried to import the data file with only 2 records, and it worked ok!! In my case I don't think it is a problem with the data as I am trying to import a data file that I have just exported from a similar application.
    So I export data into a file, try to import it and have the mentioned error. I delete all the rows but 5, try to import it and it works.
    Any ideas?
    Regards,
    Rafa

  • Error while importing into iMovie

    I'm importing video from a canon HD vixia HG20. Some of the videos, as it is importing, have a red "error" word underneath them. Why is that? And what can I do to make them work. I have iMovie 8.0.6 on a macbook pro.
    Thanks!!

    I am having these kind of problems using Final Cut Pro X and iMovie.  I am using a new iMac, Lion, FCPX and iMovie.  I have an external firewire disk with the events and projects.  It seems to be triggered by crash of FCPX and then after a while the disk will not be accessible.  So far Disk Warrior has been able to repair the disk corruption, but it is very worrisome. Usually the Apple Disk repair says it can't repair the damage.   I don't think it is related to the particular firewire disk, because it has happened to two different disk, both of which have worked fine before.
    Is this related to Lion trying to do all the iOs tricks like restarting everything on restart?  I didn't see these problems using my old iMac 7,1 and Snow Leopard with FCPX.  I haven't seen any thread that has more specifics.
    Any solutions out there?

  • PP CS6 give "general error" when importing MXF files

    Hi there,
    I'm a videographer at a school and they recently purchased CS6 for me to use to edit footage. I shoot on a Sony PXW-X70.
    However, anytime I attempt to import using Media Browser (or the input feature) any files from the camera, PP gives me an error (seen below).
    The camera outputs XAVC files wrapped as MXF. I've tried importing files from this camera as well as from a Sony F5 and both sets of files don't work. I got the F5 files to import, but they don't play. However, I have also tried importing footage from a Canon XA10 and they did import correctly. So, it clearly has something to do with these MXF files.
    I also downloaded a trial of PP CC and it imported the MXF's no problem. Adobe's literature seems to say that CS6 should import the MXFs without a problem.
    Any thoughts?

    Hi Brian,
    Thanks, Kevin.
    Interestingly I tried a live chat with Adobe and they definitely told me the support cycle ended for CS6 and I'd basically have to ask a question on the forums here. But I'll try again and say it's an installation issue.
    I'll let you know how it goes!
    Yeah, you have to be very literal about it being an installation issue. If you still get the runaround, let me know and I'll have an agent contact you.
    Thanks,
    Kevin

  • General Error for Importing files in Premiere Pro CS6

    I have used the adobe Premiere Pro since it's inception, and haven't had this problem with it's persistency before. I've scoured the net looking for an answer and haven't been able to find one.
    So, the issue is that common one: "importer reported a generic error".
    This is a MacBook Pro computer.
    I uninstalled and reinstalled the software, the computer has been cleaned and there shouldn't be any remnants of previous versions, etc. I have also downloaded the functional content from Adobe.
    Downloading the functional content, this time, only fixed some of the importing errors. First, it was most of the files, if not all of my media files, from DVDs that could not be imported. (These are My DVDs with My original footage.) Now, after downloading the content files, I have about half of the files as imported no problem, and the other half remain the same.
    Is there any answer out there for this particular fix? Thanks for the help!

    4 hours sounds about right for this source material on such a system. Better hardware may be needed to reduce the exporting time or you have to convert the source material to a less demanding format.

  • My old version of outlook express has several problems, will these be imported into a new thunderbird account

    My old version of Outlook Express has gained several problems. It is time to change, will these errors be imported into a new Thunderbird account. I'm hoping that all would be well based on the belief that the two programmes are totally different.

    You're not saying what problems you have with OE, so how should anyone guess?
    There is no such thing as a 'Thunderbird account'. You do have an account with your email provider. You can use OE or Thunderbird to access that account.
    But Thunderbird is not your email provider.

  • General Error upon .mov import

    Hi, I'm trying to import a .mov file (~50mb) into final cut 4.0, and when I do (using 'Import...' from the File menu) I get a "General Error" message.
    I'm trying to add some titles on the end of it.
    Not sure if it's relevant but I'm doing all this without a deck or any external playback.
    Thanks in advance for any advice!

    IMpossible to tell form we're sitting, sorry, too many possibilities. You could start by telling us where the movie originated. Meantime, search this forum for GENERAL ERROR. We see the topic roughly weekly so one of the dozens of threads might have a suggestion you can use.
    bogiesan

  • Importing QT general error

    Ok so Im trying to import a clip into FCE2 its h.264, and its saying general error, or file not recognized. Should it be in a different compression?

    Yes, DV is ~13GB per hour. I think your conversion via QTPro is probably the best way to do it.
    One of the great benefits of H.264 is that the quality is so good in such a small file, but it is an output format, not an editing format.

Maybe you are looking for

  • Bullets and Numbering "Text After" attribute

    Hi Everyone, I need to grab "Text After" attribute of and existing bullet list in InDesign document and change it to my text. I think, I need to get access to "kBNBulletTextAfterBoss", but I don't know which boss agregates it. Thanks

  • Mini dvi to HDMI video and sound lag

    I have a brand new 13" macbook pro hooked up to a 40" Philips LCD TV and I'm getting a lot of lag just even moving the mouse. About half a second. Any ideas?

  • It's official: 9/24 MacL webcast, iTU/Woolamaloo (and YOUR tool too!)

    Hi guys, It's official ... the next MacLearning.org webcast (September 24th at 10:00 AM PDT) is going to be all about iTunes U and Woolamaloo. I'll be presenting, along with Apple's own Miguel Young. I'll send more detail later ... but the date, time

  • Backing up iMac with Time Machine

    If i were to backup my iMac Using Time Machine, will it only backup the files in my user account, or will it backup the whole machine? I have admin privleges which i assume makes a difference.

  • Nano will not sync with windows 8.1

    Recently installed windows 8.1 and cannot sync nano.  Restored to factory settings, but will not download songs from my itunes library to nano