Full HD export

I'm trying to create Full HD Mpeg4 files from HDV cam.
In iMovie I'm limited to 960x540.
Can I get around this limitation?
If not, where do I go with FCE? What limitations, workflow, etc. can I expect?
Is it worth purchasing?

This is possible.
See this post.
http://discussions.apple.com/thread.jspa?messageID=7022027&#7022027

Similar Messages

  • Full import/export from 10gR2 to 11gR1 / ORA-39083: Object type PROCACT_SYS

    Hi,
    I did a full db export/import (data pump - skipped existing objects) from 10gR2 to 11gR1 (win2003 server). it looks like everything went fine except with this error:
    is this a serious error? what should I do to fix this error?
    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/PROCOBJ
    ORA-39083: Object type PROCOBJ failed to create with error:
    ORA-29357: object AUTO_TASK_CONSUMER_GROUP already exists
    Failing sql is:
    BEGIN
    dbms_resource_manager.create_consumer_group('AUTO_TASK_CONSUMER_GROUP','System maintenance task consumer group','ROUND-ROBIN');COMMIT; END;
    ORA-39083: Object type PROCOBJ failed to create with error:
    ORA-06550: line 2, column 1:
    PLS-00201: identifier 'BMS_SCHEDULER.DISABLE' must be declared
    ORA-06550: line 2, column 1:
    PL/SQL: Statement ignored
    Failing sql is:
    BEGIN
    bms_scheduler.disable( 'SYS."WEEKNIGHT_WINDOW"',force=>TRUE);
    dbms_scheduler.set_attribute_null( 'SYS."WEEKNIGHT_WINDOW"','SCHEDULE_NAME');
    dbms_scheduler.set_attribute_null( 'SYS."WEEKNIGHT_WINDOW"','START_DATE');
    dbms_scheduler.set_attribute_null( 'SYS."WEEKNIGHT_WINDOW"','END_
    Processing object type DATABASE_EXPORT/SYSTEM_PROCOBJACT/POST_SYSTEM_ACTIONS/PROCACT_SYSTEM
    Processing object type DATABASE_EXPORT/SCHEMA/PROCACT_SCHEMA
    Processing object type DATABASE_EXPORT/SCHEMA/TABLE/TABLE
    ORA-39083: Object type TABLE failed to create with error:
    ORA-00439: feature not enabled: Partitioning
    Failing sql is:
    CREATE TABLE "SYSTEM"."LOGSTDBY$APPLY_PROGRESS" ("XIDUSN" NUMBER, "XIDSLT" NUMBER, "XIDSQN" NUMBER, "COMMIT_SCN" NUMBER, "COMMIT_TIME" DATE, "SPARE1" NUMBER, "SPARE2" NUMBER, "SPARE3" VARCHAR2(2000)) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 STORAGE( BUFFER_POOL DEFAULT) TABLESPACE "SYSAUX" PARTITION BY RANGE ("COMMIT_SCN") (PARTITION "P0" VALUES LESS THAN (0) PCTFREE 10 PCTUSED 4
    ORA-39151: Table "SYSMAN"."AQ$_MGMT_NOTIFY_QTABLE_T" exists. All dependent metadata and data will be skipped due to table_exists_action of skip
    ORA-39151: Table "SYSMAN"."AQ$_MGMT_NOTIFY_QTABLE_H" exists. All dependent metadata and data will be skipped due to table_exists_action of skip
    Edited by: Odeh on Jul 29, 2009 12:49 PM
    Edited by: Odeh on Jul 29, 2009 1:12 PM

    Pl see if these MOS Docs help
    730373.1 - ORA-39083 ORA-20000 Incompatible Version of Workspace Manager Installed
    743097.1 - IMP-00017 ORA-20000 Importing older version of OWM into a higher version
    HTH
    Srini

  • Getting error in full database export

    hi,
    I am exporting full database i am getting this error shown below:
    operating system:windows 2003 server
    oracle:oracle 10g
    C:\Documents and Settings\Administrator.SRCSD>exp system/systemsms file=d:\21041
    0.dmp log=d:\210410.log full=y
    Export: Release 10.1.0.2.0 - Production on ╟ط╟╤╚┌╟┴ ╟╚╤وط 21 11:15:42 2010
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Produc
    tion
    With the Partitioning, OLAP and Data Mining options
    Export done in AR8MSWIN1256 character set and AL16UTF16 NCHAR character set
    server uses AR8ISO8859P6 character set (possible charset conversion)
    About to export the entire database ...
    . exporting tablespace definitions
    . exporting profiles
    . exporting user definitions
    . exporting roles
    . exporting resource costs
    . exporting rollback segment definitions
    . exporting database links
    . exporting sequence numbers
    . exporting directory aliases
    . exporting context namespaces
    . exporting foreign function library names
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting object type definitions
    . exporting system procedural objects and actions
    . exporting pre-schema procedural objects and actions
    . exporting cluster definitions
    EXP-00056: ORACLE error 4021 encountered
    ORA-04021: timeout occurred while waiting to lock object
    ORA-06512: at "SYS.DBMS_METADATA", line 1511
    ORA-06512: at "SYS.DBMS_METADATA", line 1548
    ORA-06512: at "SYS.DBMS_METADATA", line 1864
    ORA-06512: at "SYS.DBMS_METADATA", line 3707
    ORA-06512: at "SYS.DBMS_METADATA", line 3689
    ORA-06512: at line 1
    EXP-00056: ORACLE error 4021 encountered
    ORA-04021: timeout occurred while waiting to lock object
    ORA-06512: at "SYS.DBMS_METADATA", line 1511
    ORA-06512: at "SYS.DBMS_METADATA", line 1548
    ORA-06512: at "SYS.DBMS_METADATA", line 1864
    ORA-06512: at "SYS.DBMS_METADATA", line 3707
    ORA-06512: at "SYS.DBMS_METADATA", line 3689
    ORA-06512: at line 1
    EXP-00000: Export terminated unsuccessfully
    C:\Documents and Settings\Administrator.SRCSD>
    plz reply me appropriate solution.
    thanks.

    Possibly bug 3386590 (4021: TIMEOUT OCCURRED WHILE WAITING TO LOCK OBJECT), upgrade to 10gR2 or even better 11gR2.
    Werner

  • Full database Export

    Hi
    We are having a database 10g running on solaris OS. We are getting a new server and I need to move the data. This is what I am planning to do.
    Take full database export from original server. (This includes tablespaces, all schemas and data)
    Import in new server, from SYS schema once Oracle is installed. so all the schemas and objects are imported.
    Can you let me know this approach is right any precautions to be taken?
    Thanks

    user625850 wrote:
    Hi
    We are having a database 10g running on solaris OS. We are getting a new server and I need to move the data. This is what I am planning to do.
    Take full database export from original server. (This includes tablespaces, all schemas and data)
    Import in new server, from SYS schema once Oracle is installed. so all the schemas and objects are imported.
    Can you let me know this approach is right any precautions to be taken?
    ThanksRMAN DUPLICATE

  • Full database export hangs (Oracle9i rel2)

    I recently migrated successfully from oracle8i rel 8.0. to oracle9i release 2,But now am not able to do a full database export.has anyone experienced this and whats the remedy?.
    the text i get is listed below.
    Microsoft Windows [Version 5.2.3790]
    (C) Copyright 1985-2003 Microsoft Corp.
    C:\Documents and Settings\Administrator>exp system/manager@ORCL file=C:\orclbk\p
    oll.dmp full=y
    Export: Release 9.2.0.1.0 - Production on Tue Aug 9 18:36:13 2005
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected to: Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.1.0 - Production
    Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    About to export the entire database ...
    . exporting tablespace definitions
    . exporting profiles
    . exporting user definitions
    . exporting roles
    . exporting resource costs
    . exporting rollback segment definitions
    . exporting database links
    . exporting sequence numbers
    . exporting directory aliases
    . exporting context namespaces
    . exporting foreign function library names
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting object type definitions
    EXP-00090: cannot pin type "OE"."CUSTOMER_TYP"
    EXP-00056: ORACLE error 22303 encountered
    OCI-22303: type "OE"."CUSTOMER_TYP" not found
    EXP-00056: ORACLE error 24323 encountered
    ORA-24323: value not allowed
    EXP-00000: Export terminated unsuccessfully
    C:\Documents and Settings\Administrator>

    You have to run the export with the SYS user. This error may arise on any plattform ranging form 9.0.1 to 10.2.0.
    C:\>exp "'sys/oracle as sysdba'" full=y

  • Full Database Export/Import

    I was attempting to export a full database from one server (DB files on the N: drive) and import it into a freshly created new database with the same instance name on a new server (DB files on the D: drive).
    I was told to:
    1) Export the full database as sys using full=y
    2) Pre-create all of the tablespaces on the target database that do not exist on the target database
    3) Import the full database as sys using full=y
    =========================================================
    Here are the steps I had to follow:
    1) Export the full database as sys using full=y
    2) Pre-create all of the tablespaces on the target database
    3) Import the full database as sys using full=y - Result: over 1900 invalid objects and thousands of errors
    4) Run Utlrp.sql - Result: 8 to 10 invalid objects
    5) Manually attempt to compile or rebuild objects. Several grants were required to get most of these to work. - Result: After quite a bit of hand crafting, two objects are still invalid.
    6) After spending almost two hours in a Collaborative Conference with an analyst who is working very hard to sold this, there are still two objects that are invalid.
    Note: From my perspective this is not a straight forward process
    =========================================================
    Questions:
    1) Has anyone successfully moved a database as described without all of these annoying steps?
    2) Is there a document that details the full database export/import?
    Thanks, RJZ

    Hello RJZ,
    There is not sufficient information to reply accurately to your queries,
    1. Could you post the error message that you're getting when you compile these two programs? Do they compile okay on the old server?
    2. What was the reason you choose exp and imp, to move your db to the new server and different disk? Were you migrating to a different version, or was it because of the db-reorg? It would have been possible to simple copy the db-files to the new location, and then rename the datafiles in mount-state. It would be more simpler I believe unless as stated above
    Did you check the import logs? While importing were there any errors? Actually it should have been pretty straight forward (no reason why you need documentation for exp / imp). Grants should have automatically come, unless you have select grants=n option
    I think because of the changes you have done for step-5, you might have changed some stuff somewhere. Please post the error message, and tell us if you have migrated the db to a higher version
    Regards
    Sudhanshu

  • Import from a full database export having  5 .dmp files

    i have a full database export having 5 .dmp files of 2g each, its having a user agvlc and which contains some partitioned tables,i imported the data for the user agvlc in a tablespace agvlc al the tables gets imported but the partitions are not getting imported what can i do to import the partitions as well
    thanx in advance

    Hello,
    al the tables gets imported but the partitions are not getting imported what can i do to import the partitions as wellHow do you see that the Partitions are not imported ? Do you have any error message ?
    Which options did you use for the Import ?
    Please, as previously said, post all the informations so that we can help you efficiently.
    Best regards,
    Jean-Valentin

  • Full DB export errors...

    I am getting below errors/warning in FULL DB EXPORT...
    please do help me........
    . exporting synonyms
    . exporting views
    . exporting referential integrity constraints
    . exporting stored procedures
    . exporting operators
    . exporting indextypes
    . exporting bitmap, functional and extensible indexes
    . exporting posttables actions
    . exporting triggers
    . exporting materialized views
    . exporting snapshot logs
    . exporting job queues
    . exporting refresh groups and children
    . exporting dimensions
    . exporting post-schema procedural objects and actions
    EXP-00008: ORACLE error 4063 encountered
    ORA-04063: package body "SYS.DBMS_LOGREP_UTIL" has errors
    ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_LOGREP_UTIL"
    ORA-06512: at "SYS.DBMS_LOGREP_EXP", line 2700
    ORA-06512: at line 1
    EXP-00083: The previous problem occurred when calling SYS.DBMS_LOGREP_EXP.schema_info_exp
    . exporting user history table
    . exporting default and system auditing options
    . exporting statistics
    Export terminated successfully with warnings.

    SQL> select comp_id,status,version,comp_name from dba_registry;
    COMP_ID
    STATUS VERSION
    COMP_NAME
    OWB
    VALID 10.2.0.1.0
    OWB
    EM
    VALID 10.2.0.1.0
    Oracle Enterprise Manager
    COMP_ID
    STATUS VERSION
    COMP_NAME
    SDO
    VALID 10.2.0.1.0
    Spatial
    ORDIM
    VALID 10.2.0.1.0
    COMP_ID
    STATUS VERSION
    COMP_NAME
    Oracle interMedia
    AMD
    VALID 10.2.0.1.0
    OLAP Catalog
    XDB
    COMP_ID
    STATUS VERSION
    COMP_NAME
    VALID 10.2.0.1.0
    Oracle XML Database
    CONTEXT
    INVALID 10.2.0.1.0
    Oracle Text
    COMP_ID
    STATUS VERSION
    COMP_NAME
    EXF
    VALID 10.2.0.1.0
    Oracle Expression Filter
    RUL
    VALID 10.2.0.1.0
    Oracle Rules Manager
    COMP_ID
    STATUS VERSION
    COMP_NAME
    OWM
    VALID 10.2.0.1.0
    Oracle Workspace Manager
    ODM
    VALID 10.2.0.1.0
    COMP_ID
    STATUS VERSION
    COMP_NAME
    Oracle Data Mining
    CATALOG
    VALID 10.2.0.1.0
    Oracle Database Catalog Views
    CATPROC
    COMP_ID
    STATUS VERSION
    COMP_NAME
    INVALID 10.2.0.1.0
    Oracle Database Packages and Types
    JAVAVM
    VALID 10.2.0.1.0
    JServer JAVA Virtual Machine
    COMP_ID
    STATUS VERSION
    COMP_NAME
    XML
    VALID 10.2.0.1.0
    Oracle XDK
    CATJAVA
    VALID 10.2.0.1.0
    Oracle Database Java Packages
    COMP_ID
    STATUS VERSION
    COMP_NAME
    APS
    VALID 10.2.0.1.0
    OLAP Analytic Workspace
    XOQ
    VALID 10.2.0.1.0
    COMP_ID
    STATUS VERSION
    COMP_NAME
    Oracle OLAP API
    18 rows selected.
    SQL>

  • Impdp full Db export to remote database

    Hi techies,
    I have taken a full database export using expdp on my local server/database DEV1.
    We have Linux RHEL 5.6 and Oracle 11.2.0.2 versions.
    The DBA from other group has created a empty database DEV2 on other server.
    I can not connect to that server and start the impdp process there.
    Is there any way to start the impdp process from my local server and do the import to the remote database.
    Thanks,
    Rane

    No.
    Import needs to be done on the target database. If import is done from a file, the file needs to be local. If you dont have room forth local dump file, and you have a network link from the target db pointing to the remote db, then you can use that instead of the dump file.
    Hope this helps.
    Dean

  • Scheduled shutdown immediate and full database export

    Hi all,
    The database is Oracle 10g.
    How to make a scheduled shutdown immediate and full database export ? I want to use a batch file for it so I can make a sheduled task from the windows control panel everyday at 2 am. So what to write in the batch file because I am a bit new to 10g ?
    Thank you very much

    >
    How to make a scheduled shutdown immediate and full database export ? I want to use a batch file for it so I can make a sheduled task from the windows control panel everyday at 2 am. So what to write in the batch file because I am a bit new to 10g ?No, you can't take logical backup after shutdown database.
    If you want to schedule the logical backup of your database, just you can refer from here
    Schema level
    http://mohamedazar.wordpress.com/2010/04/18/datapump-scheduler-for-schema-level/
    Full export
    http://mohamedazar.wordpress.com/2010/02/16/dbms-scheduler-for-data-pump/

  • ORA-29540 during full database export

    Hi,
    Anyone encounter this error ORA-29540 during full database export. Have check out the web site for solution. Have check that the init file compatible is set to 8.1.0, the public synonym dba_java is been removed. However after the above remedies, the problem still occured. My database version is 8.1.5. Please let me know if there is other solution to this problem.
    Thank You ...
    regards,
    lbs

    Hi,
    Thanks...Any idea how to check whether the installation for the initjvm.sql is successful. cos I just took over from the previous DBA and he too have no idea...
    Thank You..

  • Full Quality Export looks Poor

    hi everyone,
    i have a question because I am trying to do a full quality export for my compositor and color corrector.
    the "export quicktime" - make movie contained option seems to create a movie that appears grainy and the fonts created on livetype are very blurry.
    can finalcut export a full quality picture? or is exporting to tape the best option?
    or is the problem from the import? I shot my footage on a panasonic dvx100A (25p PAL) and imported as a DV PAL. Should I have chosen another option?
    appreciate any advice! thanks!
    joshua lim

    #2 Playback is blurry
    Shane's Stock Answer #2:
    ONLY JUDGE THE QUALITY OF YOUR MATERIAL ON AN EXTERNAL NTSC MONITOR, OR AT LEAST A TV.
    1. Disable overlays on the canvas
    2. Make sure you've rendered everything (no green bars at the top of the timeline
    http://docs.info.apple.com/article.html?artnum=24787
    DV footage requires large amounts of data and many computations. In order to maintain frame rate and be viewable at a normal size, only about one-fourth of the DV data is used in displaying the movie to the screen. However, the DV footage is still at full quality, and is best viewed thru a TV or NTSC monitor routed thru your camera or deck.
    #8 External Monitor Viewing.
    Shane's Stock Answer #8:
    A simple path is mac > firewire > camera or deck > rca cables > tv
    Then start up your camera and tv, then open fcp.
    Then go View > External video > all frames
    Video playback should be Apple firewire NTSC (If you are using an NTSC set)
    Audio playback should be Audio follows Video
    Techinially, this should send synched video to your TV
    If for some reason you can't view your timeline on your external monitor, there are a few things to try:
    1) Make sure that the camera/deck is connected and powered on BEFORE you open FCP.
    2) In the Final Cut Pro menu select AUDIO/VIDEO Preferences and make sure your signal is being sent out thru Firewire DV.
    3) Go to the menu and select VIEW>EXTERNAL>ALL FRAMES.
    4) Click in the % box above the image and select FIT TO WINDOW.
    5) Go to VIEW->refresh A/V devices
    6) Make sure the Log & Capture window is closed
    If you want it to play in both the canvas and the external monitor you need to go to the FINAL CUT PRO menu and select AUDIO/VIDIO settings and make sure MIRROR ON DESKTOP is selected under the PLAYBACK OUTPUT section
    Shane
    "There's no need to fear, UNDERDOG is here!"

  • Full db export.... tablespace not created..

    I have taken full DB export of 8.1.7.0.0 with SYSTEM user.. and imported in Oracle10g 2.
    When I check the tablespaces in 10g not all the tablespaces are imported/created in Oracle 10g, but all the users are created in Oracle 10g.
    Can any body tell me why?

    just drop and delete the schemas.or you can export again after changing the directory tree but one moment you export in 10g with impdb the directory tree will be used only in case you use the datapump utility and i think you must use the regular 10g imp command not impd because you are importing from 8i and exporting in 10g .
    Kind regards
    Mohamed

  • Full Quality Exporting Problem...

    I made a movie that is roughly around 12 gigs of memory. I exported the movie to CD Quality first so that it can be uploaded to youtube. The problem I noticed with the CD Quality, is that some of the frames jump a bit. However the movie plays fine...
    When I try to export the project to Full Qaulity, the movie seems to export faster than it does CD Quality, roughly taking about 45 seconds fully to complete itself...
    When I open the full quality movie, the first movie clip from the project plays, but then freezes at the beginning of the second one...
    Is it freezing because the project is too big? Or is it something else???
    In any case, how I can fix this so I can have a working full quality movie???
    (By the way, I have iMovie HD)
    Message was edited by: stringcheese

    Actually, I figured out the problem...Apparently, every movie clip that I had changed the speed to (slowed down or sped up) froze the video...
    Is there any way to fix this???

  • Hard disk full. so exported iPhoto library. can't locate them now?

    received message stating Hard Drive full. therefore mac book air running slow whilst on net.
    attempted to transfer all photos from mac book air to external hard drive. nothing would work.
    noticed an export feature on iPhoto drop down menu, pressed it and the photos have moved somewhere but not available on mac or external hard drive?
    help please
    thanks in advance
    Jamie

    Having a Full HD is a big problem and a likely cause of this issue. How much free space have you on your Mac now?
    How did you try and move the iPhoto Library?

  • Widescreen DV, full quality export to .mov?

    Hi,
    I'm working on a short iMovie project in widescreen dv mode, and I'd like to export it in full quality to a .mov file rather than a .dv file. Is this possible?
    Thanks!
    Macbook Core 2 Duo   Mac OS X (10.4.8)  

    What does s/he intend to do with the file?
    Multiple codec conversions degrade quality (VOB->MP4->DV->?).
    If you want minimal quality degradation, you should edit the VOB/MPEG2 file with MPEG Streamclip and convert that to the final codec. Or keep it as MPEG2.
    The detour to iMovie loses some quality and you should have converted the VOB directly to DV -- the MP4 step was unneccessary.
    iMovie's Full Quality IS .dv! You can make a DV-encoded .mov file, but what's the point? It would be just a wrapper for the same DV thing!

Maybe you are looking for

  • Error to install Xcelsius 2008 on Windows vista. Error 1935.

    I have a big problem, I need install Xcelsius 2008 on Windows vista, but when I install the software apper the nex message: Error 1935 Error al instalar el ensamblado. "Microsoft.VC80.ATL,type ="Win32",version= "8.0.50727.762",pubicKeyToken="1fc8b3b9

  • Can I return my opened iPad?l

    Hi, I have recieved an iPad for my birthday, but have not yet opened it. If I do open it, and deciede I do not want it, can I return it to the Apple store? I did _not_ buy it from the Apple store, but from autharised Apple reseller.

  • Creating a better update table statement

    Hello, I have the following update table statement that I would like to make more effecient. This thing is taking forever. A little background. The source table/views are not indexed and the larger of the two only has 150k records. Any ideas on makin

  • Fault policy is not working in BPEL Process

    Hi All, I am handling A Fault (remoteFault) thrown by Throw Activity in BPEL process using Fault policies. For this I have Created two xml file called fault-policies.xml and fault-bindings.xml and kept them in the same directory as in Composite.xml f

  • Help please , cant connect my N70

    Hello all I cant seem to connect my N70 with my pc . I'm running on vista , i have installed the latest pc suit but still no joy . it says phone not connected Any help will be great fully received Many thanks Ian