How do I convert file formats?

I am trying to process HD video files from a Panasonic camera. They are coming onto my Macbook pro as CPI extension files and cannot be recognized by iphoto, imovie or Final Cut Express. Is there a way to convert video files to something useable?
Tim

tayoungs wrote:
.... They are coming onto my Macbook pro as CPI extension files ...
a CPI is absolute no use, it contains zil video ...
the clip-info.cpi is part of an AVCHD structure.
to import successfully into FC/e, you need the 'whole thing', BDMV, CPI, BDM, PLAYLIST, MP, PLAYLIST and most of all .mts, which IS the actual 'video' in some sort of wrapper.
an intact AVCHD-folder as from Cam or on the SDcard doesn't need manual conversion, will be automatically imported in the Log&Transfer dialog.-

Similar Messages

  • How to display Doc file format in the JEditPane?

    At this time , JEditPane supports RTF and HTML file format ,but
    Could anyone tell me how to display DOC file format using JEditPane
    or other JTextComponents?
    Thx a lot!
    Caton

    Hi,
    there is no support for doc files (M$ Word?) in Java. You would have to create your own classes for that eventually subclassing JEditorPane, EditorKit, Document etc. As well you'd need your own reader for the doc format.
    The problem I see with that however is that there is nothing such as thedoc file format. Microsoft just saves anything produced by MS Word into files ending with .doc. But, if there is anything such as a .doc file format, it changes more often than the weather in April.
    Ulrich

  • How to upload pdf file format in unix file directory?

    how to upload pdf file format in unix file directory?

    Hi Karthikeyan,
    If you have PDF internal table with you, You can follow the below method to upload into Unix directory.
        DATA:file_path TYPE char100 VALUE '/usr/sap/tmp/rep_out.PDF'.
        OPEN DATASET file_path FOR OUTPUT IN BINARY MODE.
        IF sy-subrc EQ 0.
          LOOP AT it_pdf.
            TRANSFER it_pdf TO file_path.
          ENDLOOP.
        ENDIF.
        CLOSE DATASET file_path.
    Thanks
    Venkat.O

  • How do I change file format so I keep HD and can play on blu ray player?

    how do I change file format so I keep HD and can play on blu ray player?

    Hi
    Part of it - in my way of doing is
    Roxio Toast™ Pro incl BD-component.
    • Burn short AVCHD - on standard DVDs (20-30 minutes at HD quality) - NEED Blu-Ray player to be viewed
    or BD-burner and disks - for full Blu-Ray Disks (not got to this yet)
    I think that saving as .mpeg4 H.264 and save on USB-memory to be put into PlayStation3 also keep high quality playback.
    Yours Bengt W

  • Convert file format into UTF-8 while generating text file on FTP server

    Hi Expert,
    I have the requirement to generate text file store it in FTP server and file format should be in UTF-8.
    ABAP Development is completed but text file format generate in ANSI which not acceptable by client.For generating text file and store it on FTP server by using standard function module FTP_R3_TO_SERVER ,but in this function module there is no any parameter option like CODEPAGE for file format conversion. Is there any method or any function module to convert file format to UTF-8 and directly transfer or store it on FTP server.
    <<removed_by_moderator>>
    Thanks ,
    Edited by: Vijay Babu Dudla on Jan 28, 2009 12:48 AM

    I have come across the same issue.  Try calling the FTP_COMMAND function module to make it go into ASCII mode before your FTP the file, like this:
    data: result type table of text with header line.
    call function 'FTP_COMMAND'
        exporting
          handle        = hdl
          command       = 'ascii'
        tables
          data          = result
        exceptions
          tcpip_error   = 1
          command_error = 2
          data_error    = 3.
      call function 'FTP_R3_TO_SERVER'
        exporting
          handle         = hdl
          fname          = docid
          character_mode = 'X'
        tables
          text           = gt_your_table .

  • How do i import file formate imaged from panasonic DMC ZS40 into PSE 9.0

    how do i import file format  image from Panasonic DMC ZS40 into PSE 9.0. Any help appreciated.
    Thanks

    See:
    * http://kb.mozillazine.org/Import_bookmarks

  • I have a 2 page PDF (portrait format), how can I convert the format to landscape?

    I have a 2 page (portaait format) PDF file how can I convert the PDF file into landscape format before I change it to XL?

    Hi jsremick,
    To change the page orientation of a PDF, you need to use Acrobat. (Reader allows you to rotate the page view, but not the pages  themselves).
    If you don't have Acrobat, feel free to give it a try. You can download the free 30-day trial from http://www.adobe.com/products/acrobat.html.
    Best,
    Sara

  • In the new version of Pages how do I convert files to RTF

    Can I still convert files to RTFformat? If so, how?
    Jim

    Try the File > Export to command. One of the formats is txt (plain text) so it might not be what you're looking for.

  • AI CS3 Plugin: How to get the file format that is selected in the "save as" dialog??

    Hi,
    Someone please help me in getting the file format that is selected in the "save as" dialog. I wanted to retrieve it in the string format.
    I tried sAIDocument->GetDocumentFileFormat. But i'm unable to implement it correctly. Is there a better way or How do I implement this? Precisely, I wanna get the value as a string when the user selects "save as .pdf".

    Do you really need to know the file type? What about just checking the bit depth?
    var doc = activeDocument;
    if (doc.bitsPerChannel != BitsPerChannelType.EIGHT) {//Not 8 bit
    doc.bitsPerChannel = BitsPerChannelType.EIGHT;
    //do your save etc
    }else{
        //Ignore

  • Converting file format in Premier Pro

    I am using Premier Pro CS5.5. I want to know if I can import a .mts file and use Premier to convert it, or save the file as, a .mov, .wmv, .mp4 or other video file format?

    Actually to clarify, I am not very familiar with Premier Pro CS5.5; it is just one application that is part of our enterprise load that I thought might allow me to perform the this type of file conversion. So I really just need to know if file conversion from .mts to another format is a capability the Premier pro has.

  • How to play wmv file format in Mac

    Hi, I want to know how to play a wmv format in Mac.
    I have just download media player for mac. When I run the
    download file. It always shows me a file missing. Can
    you help me how to download the program and the procedure?
    Thanks.
    mac book   Mac OS X (10.4.7)  

    I might add, this will only open non-encrypted video files. If you need to access encrypted files you'll need to install Windows on your Mac with one of the options listed for Intel Macs on my FAQ:
    http://www.macmaps.com/macosxnative.html#INTEL

  • How to change screenshot file format?

    With Grab, the default file format for a screenshot is .tiff and with command-shift-4 the default file format is .png. Is there a way to change these default file formats through systems preferences or otherwise?
    I just discovered you can take screen shots with Preview (even if there's no file open in Preview) and "save as" in a number of file formats. Woo-hoo!
    I'm still curious about options for Grab and command-shift-4, though. Any thoughts?

    If you open the Help info for Grab (and select "Converting Grab screen shots to other formats") you will see it says that Grab only saves files in TIFF format and that if you want to convert the format to something else it recommends using Preview or any other appropriate converter.
    FWIW, there's plenty of other screen capture programs to choose from.  Just put "screen capture" into a macupdate.com search to see the various "flavors".

  • Please suggest how can we verify file format using SSIS 2008 .

    We have ragged files placed in directory which need to be loaded into DB. Before loading we need to validate the file format before loading.
    The file schema is as follows.
    01 XREF_RCD.
    05 XR_JOB PIC X(4).
    05 XR_PHASE PIC X(2).
    05 XR_DATE PIC X(6).
    05 XR_ST_CHECK_NO PIC S9(8)
    05 XR_END_CHECK_NO PIC S9(8)
    05 XR_ST_SERIAL PIC S9(8)
    05 XR_END_SERIAL PIC S9(8)
    05 XR_AMOUNT PIC S9(7)V99
    05 XR_ISSUE_DATE PIC X(6).
    05 XR_CONTENT_FLAG PIC X.
    05 XR_XREF_CARD_PROCESSED PIC X.
    Could you please suggest how can we validate using SSIS 2008  and
    invalid value in header (alpha character for numeric field), more than 20% of records with errors, format is not correct also need to validated.

    Before we load the data we need to verify  invalid value in header (alpha character for numeric field),
    more than 20% of records with errors,
    format is not correct (values starting or ending in wrong position),  if the above validation pass then only the data can be loaded.  please suggest how can we achieve in SSIS .  The FileFormat and filedata is available below.  
    please find the file contents.
    49530110050230088937300889393008893730088939000036714100506
    54000110050230089190300894103008919030089410000066614100506
    73880110050230090564300907593009056430090759000104503100506
    73880110050230090564300907593009056430090759000104503100506
    45980110050230088829300888793008882930088879000033453100506
    58160110050230089820300898263008982030089826000058278100506
    41680110050130088623300886413008862330088641000035877100506
    41680110050241683471416834714168347141683471000000949100505
    82900110050230093642300936633009364230093663000069407100506
    54520110050230089411300894193008941130089419000048629100506
    83580110050230093664300936683009366430093668000083136100506
    56320110050230089556300895613008955630089561000073072100506
    74160110050230090760300907983009076030090798000099724100506
    57920110050230089562300895823008956230089582000079256100506
    45950110050230088649300888283008864930088828000185937100506
    81770110050230092335300928073009233530092807000118370100506
    70760110050230089827300899233008982730089923000083451100506
    74200110050230090799300908493009079930090849000047305100506
    84450110050230093699300937153009369930093715000076723100506
    83930110050230093669300936983009366930093698000043699100506
    75120110050230091002300910043009100230091004000034908100506
    10100110050230088620300886223008862030088622000194662100506
    79600110050230091402300914093009140230091409000119741100506
    58110110050230089583300897633008958330089763000140539100506
    58117710050230089764300897643008976430089764000047663100506
    52460110050230088940300891893008894030089189000097617100506
    48820110050230088928300889343008892830088934000142420100506
    48824110050230088935300889363008893530088936000144862100506
    82810110050230093510300936413009351030093641000156790100506
    76090110050230091060300911413009106030091141000111451100506
    74210110050230090850300909943009085030090994000130955100506
    75760110050230091030300910323009103030091032000075843100506
    File Layout
     XR_JOB PIC X(4).
     XR_PHASE PIC X(2).
     XR_DATE PIC X(6).
     XR_ST_CHECK_NO PIC S9(8) 
    XR_END_CHECK_NO PIC S9(8) 
    XR_ST_SERIAL PIC S9(8)
    XR_END_SERIAL PIC S9(8) 
    XR_AMOUNT PIC S9(7)V99 
    XR_ISSUE_DATE PIC X(6).
     XR_CONTENT_FLAG PIC X.
     XR_XREF_CARD_PROCESSED PIC X

  • How to burn/convert files from Mac The Ripper??

    Ok, I just used MacTheRipper to rip a DVD with Video_Ts and Audio_TS folders.
    Now my question is, how can I convert these into a disk-image, or how can I now burn this to a DVD? Thanks in advance

    What kind of burner do you have?
    You need software to convert a Video_TS folder into the format necessary for a DVD to play on a DVD player.
    One of the programs that will do this is Toast Platinum.
    You need more than a blank DVD and a mere burner.
    Google for conversion programs.

  • How do I convert files so that I can play music on my android phone?

    I am unable to play any of the music that I bought or uploaded through itunes on my Samsung phone.
    How do I convert these files?
    Major pain!

    Hello PowerPhill, & welcome to the boards. I think it's great your creating widgets & think that you should chek these sites out!
    The first is an App, I'm sure you know abouit Widget maker & may help with your problem?
    The second two are places to upload your widgets to ResExcellence & Widget Developer ...on the last site click on "Upload Your Widgets" for both Yahoo & Dashboard.
    http://www.widgetfactor.com/
    http://www.resexcellence.com/upload/
    http://www.widgetdeveloper.com/gallery.php
    PS I also found this article I hope this helps
    http://developer.apple.com/documentation/AppleApplications/Conceptual/Dashboard_ ProgTopics/Articles/Delivery.html

Maybe you are looking for

  • Widget creation in Web Dynpro ABAP

    Hi All, I have one doubt that is there any way to create simple widgets in WD4A just to display some data on the SAP screen. For eg. There will be invoices which will either be posted or blocked. Based on the status i want to display the counts of th

  • Access 2000 with VBA code doesn't work in Access 2013

    I have a database that was created in Access 2000 with lots of VBA code to pull data from SQL for reports. When I try to run a report in 2013, I get 'file not found".  When I go into debug, it appears the forms for the reports are not being found.  H

  • Are there any real discounts when signing on for a second year?

    The reason I ask is I've been paying around £27 a month for my first year and I was going to cancel as obviously the price is about to jump for me and it's just a little too much for our current budget. However when I clicked the button a message pop

  • Import my own package??!!!

    hello guys, I'm having a litle difficulties importing my own package. here is my example: I have a folder on C:\Users\User\Desktop\test2 in wich u can find a file called "hello.java" and another folder called "hi" which contains a file "hello2.java"

  • Wm_concat function

    Hi I am using Oracle 11g, and I have a question regarding the following. I have a table with the following data Name Category Value AA 01 012 AA 02 63-123 BB 01 012 BB 02 63-114 BB 03 55 CC 01 088 DD 01 088 DD 02 63-145 DD 03 65 I need to extract the