Importing from P2 Firestore problems

Hello there,
I have been attempting to import clips from a focus enhancements firestore, which is alternative to the P2 cards for the Panasonic HVX200. When I try to import these clips I get an message that reads "Cannot import possible corrupt or incomplete files". Is the footage lost? Or is this an application issue? I am working with FCP 5.0.4. Any thoughts would be greatly appreciated. Thanks

The Firestore and similar FW devices do not necessarily write standard video file formats and your P2 introduces additional problems. Generally, we have read here that you must move the files from the Firestore to your drives before you attempt to import them. You may need additional processing for the P2.
Be sure to search for P2 and Firestore, the topics do not come up often but the other discussions might give you aclue.
Hope you get it figured out and please post your ultimate solution for the benefit of future P2 users.
bogiesan

Similar Messages

  • Import from CVS project problem.

    Hi,
    I can not get the content in bin folder after I import files
    from CVS project. the bin folder is empty,
    I get 'The page cannot be found' error when I run the
    application. I can not use the code to generate files in bin
    folder.
    How to fix the problem?
    Thanks
    Mark

    Did you try to run export/import from commands? or some kinda GUI tool?
    If you use import/export, you can find them from Oracle syntax.
    http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14215/toc.htm

  • Import from Excel - Case problem

    I am importing data from excel to table using SQL Developer. However though My excel sheet has the data in uppercase the data is getting inserted in lowercase. I want to retain the same case as in excel which can be upper/lower/mixed. How to do this?

    Did you try to run export/import from commands? or some kinda GUI tool?
    If you use import/export, you can find them from Oracle syntax.
    http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14215/toc.htm

  • Import from export files problem

    Hi,
    I am a new user. I installed oracle 10g. I took an export one schema and I want to import back. But when I put "import to export files" , it says "the page cannot be displayed." and I installed another machine, it says same thing. What am I do wrong?

    Did you try to run export/import from commands? or some kinda GUI tool?
    If you use import/export, you can find them from Oracle syntax.
    http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14215/toc.htm

  • Importing from photo booth, problems with length and sound

    I have a 15 min (277 MB) video clip from photo booth that I would like to post to youtube. I can't get it to work and have been wrestling with a few different programs:
    When opening the clip in Quicktime, there is no sound. I can open with VLC media player and the sound is fine.
    The clip is too long to import to youtube, so i need to edit it into two sections. However, when try to import the clip into iMovie HD 6, the program crashes (maybe because it is again too long?).
    So I purchased Quicktime pro so I could edit the clip. I am able to do this fine, but still have the sound problem. When I saved the edited version, and try to open with VLC, still no sound. Same with iMovie, I can import the smaller clip, but no sound.
    I now realize that photobooth is less than ideal for long clips...but we got carried away.
    Any input would be appreciated!

    I use KDE, but I had sound issues too when I tried Gnome, and just couldn't get it to work right (One of the reasons I use KDE) but if I remember correctly, I needed to install the esd sound daemon and add it to /etc/rc.conf to get sound in gnome.

  • Unlocking Audio Tracks Imported from Firestore Product

    I've imported audio and video from a Firestore product into FCP 5.1.4.
    Interviewee mic on Ch. 1 and camera mic on Ch. 2.
    Place the clip in the timeline...
    I'd like to delete one of the audio tracks...in this case Ch. 2.
    When I lock one of the audio tracks, I am still unable to delete the other audio track...even though the timeline track is not locked.
    A work-around is to just mute the track that I'd like to delete, but I was wondering if it's possible to separate the audio that was imported from the Firestore product.

    I think the issue isn't the Firestore. If the track(s) are linked as a stereo pair, you can't delete just one. But it's easy to select and then unlink. After that, you should be able to delete just one (or mute it separately for that matter).

  • Iphoto 11 import problem.  My camera is importing photos as 4x4.  I see a single image in the preview window, but the import is 4x4.  I just imported from a different camera and that one was OK.  I can't find any setting to change to fix this problem

    I am having a new problem in IPhoto'11.  An older camera is importing photos as 4x4 (16 copies to a single image).  In the preview pane the photos are fine (single copy per image).  I have tried disconnecting and reconnecting but the problem repeats.  Earlier I had a successful import from a different camera.
    I can't find any settings to change this. Help!

    Sorry but I do not understand your question
    As to importing iPhoto simply copies the photos to the iPhoto llibrary - no changes of any sort are made
    LN

  • Problem with Variable imported from SAP in universe

    I am using BO XI R3 with SAP based OLAP Universe.
    I am using a BEx query with a variable to create the universe.
    While using the variable in WebI report, the prompt comes but it has no effect in the report. I have noticed that if I select any measure object in the WebI query, then the prompt is working fine. But If I select dimension objects only, then the filter doesn't work.
    I need to see some dimensions only in the report based on the filter prompt. Is there any specific way to achieve that without selecting a measure object in the WebI query panel ?
    I can delete the filter object in the universe and create my own. But why the filter imported from SAP is malfunctioning ?

    Let me elaborate the problem.
    I am using BEx query (version 7) to build the universe.
    In the BEx query, I have one characteristic "Cons Area" in Rows and one key figure "No of Records" in Columns. In the Characteristic Restrictions, I have one variable B_AREA on Cons Area.
    In my universe, by default, I have :
    1. One dimension object L01 Cons Area for the characteristic Cons Area.
    2. One measure object No of Records for the key figure.
    3. Two LOVs LovB_AREA and LovB_AREABase as hidden dimension objects.
    4. One hidden filter object under class Cons Area for the variable. "Use filter as mandatory in query" checkbox is checked and "Apply on universe" is selected.
    The formula of the objects are as below:
    L01 Cons Area : [0BCS_AREA].[LEVEL01]
    No of Records:     [Measures].[D6UXU0FKYVITGHUL4JRNT6XRH]
    LovB_AREA :     [!V000001].[NAME]
    LovB_AREABase :     [!V000001].[CAPTION]
    Filter :     
    <OPTIONAL>
         <FILTER KEY="[!V000001]">
              <CONDITION OPERATORCONDITION="Between">
                   <CONSTANT TECH_NAME="@Prompt('B_AREA From','A','Cons Area\LovB_AREABase',mono,primary_key)"/>
                   <CONSTANT TECH_NAME="@Prompt('B_AREA To','A','Cons Area\LovB_AREABase',mono,primary_key)"/>
              </CONDITION>
         </FILTER>
    </OPTIONAL>
    Note : LovB_AREABase has a primary key defined on it as [!V000001].[TECH_NAME]
    Now when I am building a WebI report using this universe, If I select Cons Area Object only, then the prompt is coming but has no effect on the result. The data is not being restricted by the prompt.
    But If I select the measure object along with the dimension object in my WebI report, then the prompt is working fine.
    If I delete the filter from universe and build my own filter in WebI query panel, then it is working absolutely fine.
    I can create a filter object in universe also as below which will work.
    <OPTIONAL>
         <FILTER KEY="[0BCS_AREA].[LEVEL01]">
              <CONDITION OPERATORCONDITION="Between">
                   <CONSTANT CAPTION="@Prompt('B_AREA From','A',,mono,free)"/>
                   <CONSTANT CAPTION="@Prompt('B_AREA To','A',,mono,free)"/>
              </CONDITION>
         </FILTER>
    </OPTIONAL>
    But I want to know why the default filter is not working as expected.

  • Page number problem with document imported from MS Word.

    I am a new Mac/Pages user and imported a Word document to use as a template to help me learn the Pages formatting nuances. This has worked well except for one problem. I have page numbers in the footer, but only the first digit of the page number shows up, i.e. 7,8,9,1,1...etc. I can't find a way to edit or delete the page number imported from Word. I can easily insert the page numbers through Pages but can't get rid of the imported pages numbers. Also, how do I prevent page 1 from receiving a page number?

    Hi,
    Others have reported difficulty removing page numbers from imported Word docs. I think it can be done, but it may not be worth the effort to repair the imported document when you can easily Select All and Copy the entire document and Paste it into a fresh Pages blank document without the improperly formatted, persistent Word page numbering.
    Jerry

  • Problem with movies imported from iPad3

    Whenever I import footage into imovie, the footage looks good. When I put that footage into a project it stutters.
    It doesnt matter if I specify 24fps or 30fps, the movie judders and stutters.
    I do not have this problem with movie footage imported from any other device.
    Any ideas?

    Whenever I import footage into imovie, the footage looks good. When I put that footage into a project it stutters.
    It doesnt matter if I specify 24fps or 30fps, the movie judders and stutters.
    I do not have this problem with movie footage imported from any other device.
    Any ideas?

  • Import from catalog problems

    Cannot import from catalog, LR quits and I get about 2 or 3 photos imported.
    Adobe was no help, they had no idea why.
    Have tried to "import from Cat" twice. Moving two different catalogs into my main desktop catalog. Both did not work.
    All three catalogs ( two from laptop and my main LR cat) work fine and I can import photos no problem.
    Would like to import all the changes of photos that I have made with these two catalogs that I did on my laptop. (Both cats are on an external hard drive).
    Thoughts anyone?
    I am having some issues with my video card. Screen right now is a bit pink. This would be the fourth video card I will need on this Mac Pro. Would this be the cause?
    Thanks.

    flyboys911 wrote:
    Do I need to export the laptop cats if thy are already on a separate hard drive?
    It might help. Exporting a catalog sometimes cures corruption in the original catalog. Try exporting into a new catalog and then importing the new one on your desktop.
    Never heard of the last thing you mentioned. Can you describe more?
    Lightroom has a preferences file, which sometimes gets corrupt and can cause all kinds of weard behaviour. You can delete (or rename away) the preferences file, and LR will build a fresh one when started. If you rename it, you will still have it if you decide you want it back.
    To rename the preferences file, rename the file
    "[username]/Library/Preferences/com.adobe.Lightroom3.plist"
    to something like
    "[username]/Library/Preferences/com.adobe.Lightroom3.plist.old"
    while LR is closed and restart LR.
    Beat

  • Problem in importing from dmp file

    Hi ,
    I am facing problem while importing from dmp file on unix server
    Error is as follows :
    Export file created by EXPORT:V08.01.07 via conventional path
    IMP-00013: only a DBA can import a file exported by another DBA
    IMP-00000: Import terminated unsuccessfully
    Export taken was with user xxx@yyy
    import command is : imp xxx/ppp file=abc.dmp TABLES=xxx.table1 ignore=y feedback=500
    please help me out.
    Atul Chougule

    I tried with FROM USER / TO USER , but the result is same.
    $ imp uuu/ppp file=aaa.dmp fromuser=uuu touser=uuu ignore=Y
    Import: Release 8.1.7.3.0 - Production on Thu Jun 15 06:44:49 2006
    (c) Copyright 2000 Oracle Corporation. All rights reserved.
    Connected to: Oracle8i Enterprise Edition Release 8.1.7.3.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.3.0 - Production
    Export file created by EXPORT:V08.01.07 via conventional path
    IMP-00013: only a DBA can import a file exported by another DBA
    IMP-00000: Import terminated unsuccessfully
    I am stucked up ,Dont know what to do .

  • The bookmarks are not correctly imported from IE. before there was no problem, now only 4 folders instead of 15 folders. i didnt change any settings.

    this problem started about 4 weeks ago. everything done like the instructions.

    If you have problems with importing the IE Favorites in Firefox then export the favorites in IE to an HTML file and import that file in the Firefox Bookmarks Manager.
    That way you also preserve any sorting that you may have done in IE with the Favorites and the favorites won't end up in a "From Internet Explorer" folder, but will be appended at the end of the Bookmarks Menu folder.
    * Export the favorites in IE to an HTML file (bookmarks.html): File > Import and Export
    * Import the HTML file in Firefox: Bookmarks > Show All Bookmarks > Import & Backup > Import HTML: From File
    See "Import from another browser" and "Import from file":
    * http://kb.mozillazine.org/Import_bookmarks

  • Problems importing from camera - hardware related?

    I am having problems importing from my new Olympus EP-1 through USB. Aperture hangs, iPhoto does not recognize the camera and Image Capture does not complete the task. The only way of retrieving the photos is through Finder.
    I have tried importing the same photos to my wife's MacBook using iPhoto, and that went smoothly.
    How likely is it that this is a hardware issue? And how can I find out? I haven't had any problems with my USB ports.

    Try using image capture in your applications folder
    Also if the camera mounts to the desktop try getting the photos that way
    once you have them off use the camera to format the memory card (it is recommended that you use a USB card reader and do not use iPhoto to delete photos but format the card each time after the download is complete)
    LN

  • Problems with Import from Kodak Zi-8

    Hello,
    I do not manage to import the movies I shot with my Kodak Zi-8 videocamera on Final Cut Express (version 4.0.1).
    I can play these normally on Quick Time and can import them without any problem on I-Movie, but not on FCE.
    Anyone can help?

    Media from this camera will not work in FCE. It needs to be converted. You can use MPEG Streamclip to do this. I can't tell you how to convert it without knowing the exact specs of what you shot. Open a clip in the QT player and report what it says in the movie inspector.

Maybe you are looking for

  • Shuffle not recognized by computer nor itunes

    Shuffle not recongnized by computer nor itunes.  I have a brand new edition of itunes.

  • It seems my asset links (mostly images) get placed in the WRONG location after exporting

    Hi There, I've been using the test version of Muse for the part 10 days and have really been enjoying it!  I'm about to launch my first site with it. But!  In my design mode, all the correct images are on the right page, and then often when I go to t

  • E52 - phone freezes all the time in between

    freezes alll the time - like between opening music player, opening inboxes- opening "messages" section", etc ive got a 16gb memory card, this may be a cause or something - NOKIA FIX IT! E52 - Product code 0585050

  • Exporting Stereo from FCP

    Hi all, I'm currently struggling with the output of a music video for broadcast. I am ultimately looking to create an MPEG IMX PAL quicktime. I am running FCP 7.0.2. The problem I am having is that every time I output from FCP my stereo sound (which

  • Organizational Unit Report

    Need a ZENworks Inventory report (any report) that features the Organizational Unit of the workstation object(s) in question. Need to be able to sort or filter on Organizational Unit; can't find one. Any ideas?