Program for converting mkv to fce 4 format

Im looking for a program that can convert a 720p mkv (avc/ac3) to an editible format in FCE 4. I want to keep the quality hd after conversion. I've looked on google, but there's so many **** programs, and convoluted ways of doing this. Does anyone know of a simple program that will do this without too much trouble? Preferably free.

He says that '-me' is not a known option. (And I didn't find anything about it in the man page)
Did you tried without it?
By the way your video stream is already h264, you don't need to recode it again. "-vcodec copy" should be fine.
Try to write options to ffmpeg yourself. I don't know the application of almost every parameter.
Last edited by ogronom (2009-03-03 01:07:27)

Similar Messages

  • Hello.what is the best converter for iPhone(for converting variety of file formats to mp3)?

    hello.what is the best converter for iPhone(for converting variety of file formats to mp3)?

    the way the total video convert works is really easy you put the song in that you want to convert you tell it to convert into mp3 format and stay the same quality
    Message was edited by: Robert1986nb

  • Best program for converting(willing to spend money)

    Ok what is the best program for converting vids
    And i am willing to spend money i really dont care anymore
    o ya and i have windows xp

    this software is not supported by apple so with any support or questions you have go to their support forums for help not here. All the links are below and this is a good solution for windows users.
    http://www.videora.com/en-us/Converter/iPod/
    http://www.videora.com/en-us/Converter/guides.html
    http://www.pspvideo9.com/forums/index.php?c=8
    remember to get best result follow the directions exactly and learn about using this software too. There is no way of speeding the process of converting any video file its a slow process.
    GFF

  • Creation of program for converting the invoices in the PDF format

    Hi Guru
    Can any one tell me any standard prog. for converting the invoices in the PDF format.
    All invoices should be send through FTP.
    Plz help.
    Thanks

    u can use FM.
    CONVERT_OTF which convers OTF code into PDF afterthat u can download or do FTP.
    check sample flow.
    Re: how to convert po to pdf
    Regards
    Peram

  • Programs for converting avi to mp4/h.264

    As the title says. I'm looking for a really good program for this, i want really good video quality, and it doesn't matter if the program is for free or if u need to buy it. I'm a windows user.

    As I understand it, AVI is a somewhat lower quality to begin with. That said, you can use Quicktime Pro to convert to your specified format. Quicktime Player for Windows is free; the QT Pro upgrade will be required to output to mp4/h.264.
    You can get Quicktime via http://www.apple.com/quicktime/
    HTH

  • Best Program for converting MPEGS and WMVS ?

    I've got a bunch of great video clips I want to bring over to my Ipod. Anybody got a suggestion for a good program to convert them? I used one that was really buggy, only converting ten seconds of the clips I wanted.
    Thanks!

    I use Videora but I have only converted mpeg files. go to this website (I'm not affiliated with it)
    http://www.videohelp.com/
    They have a lot of resources on video conversion and encoding.

  • Best program for converting mov

    I have been using Creative's own conversion tool but it's very slow.What do you think is the best program out there for converting movies to my Creative Zen Vision:M ?Hallrar

    I use m2 convert for zen, I had to pay for it but its easy for novice users like me

  • What programe to convert dvd to ipod format

    what program should i use to convert, dvd films to ipod format?

    See this for help: Guide to converting video for iPod (Mac/Windows).

  • Best program for converting videos

    what is a good program to conver videos to the ipod?

    this all depends on what kind of video you are wanting to put on your ipod i would think that quick time pro7 would be the best if you have a mac(which i dont so im only guessing), i have a xp pro and found as the others have stated that videora was the easiest and fastest way to put video on my ipod.i purchased quick time pro 7 and found that it took way to long to convert the files to .m4v format additionally losing sound for the file everytime i converted it. i could not get in to the sound management for the file when using quick time pro 7, videora is already set up for the sound for the video. i never once tried converting files to .mp4 with quick time pro 7, but when converting to .m4v file it took forever to convert a 12 minute video(4-6 hours minimum). quick time pro 7 has lots of cool features if you are putting your personally recorded videos which videora does not. those are the pluses and minuses i have found with both programs. i would suggest you try free first and if you need better tools for your video, purchase quicktime pro 7.
    jackson

  • What are methods for converting otf to pdf format in sap script

    Hi,
    I have a requirement in script i have to convert that that otf file to pdf format,when i use function modules its corrupting that pdf file,So i want convert otf to pdf using class method any one can help me for that.If any sample coding for class method.
    Thanks.

    ok
    CALL FUNCTION 'CONVERT_OTF'
         EXPORTING
           format                = 'PDF'
    *      max_linewidth         = 255
         IMPORTING
           bin_filesize          = lv_bin_filesize
    *      bin_file              = pdf_xstring
         TABLES
           otf                   = lt_otf
           lines                 = lt_pdf_table
         EXCEPTIONS
           err_max_linewidth     = 1
           err_format            = 2
           err_conv_not_possible = 3
           err_bad_otf           = 4
           OTHERS                = 5.
    CALL FUNCTION 'GUI_DOWNLOAD'
         EXPORTING
          bin_filesize                    = lv_bin_filesize
          filename                        = c_name
          filetype                        = 'BIN'
    *     APPEND                          = ' '
    *     WRITE_FIELD_SEPARATOR           = ' '
    *     HEADER                          = '00'
    *     TRUNC_TRAILING_BLANKS           = ' '
    *     WRITE_LF                        = 'X'
    *     COL_SELECT                      = ' '
    *     COL_SELECT_MASK                 = ' '
    *     DAT_MODE                        = ' '
    *     CONFIRM_OVERWRITE               = ' '
    *     NO_AUTH_CHECK                   = ' '
    *     CODEPAGE                        = ' '
    *     IGNORE_CERR                     = ABAP_TRUE
    *     REPLACEMENT                     = '#'
    *     WRITE_BOM                       = ' '
    *     TRUNC_TRAILING_BLANKS_EOL       = 'X'
    *     WK1_N_FORMAT                    = ' '
    *     WK1_N_SIZE                      = ' '
    *     WK1_T_FORMAT                    = ' '
    *     WK1_T_SIZE                      = ' '
    *     WRITE_LF_AFTER_LAST_LINE        = ABAP_TRUE
    *     SHOW_TRANSFER_STATUS            = ABAP_TRUE
    *     VIRUS_SCAN_PROFILE              = '/SCET/GUI_DOWNLOAD'
    *   IMPORTING
    *     FILELENGTH                      =
         TABLES
           data_tab                        = lt_pdf_table
    *     FIELDNAMES                      =
        EXCEPTIONS
          file_write_error                = 1
          no_batch                        = 2
          gui_refuse_filetransfer         = 3
          invalid_type                    = 4
          no_authority                    = 5
          unknown_error                   = 6
          header_not_allowed              = 7
          separator_not_allowed           = 8
          filesize_not_allowed            = 9
          header_too_long                 = 10
          dp_error_create                 = 11
          dp_error_send                   = 12
          dp_error_write                  = 13
          unknown_dp_error                = 14
          access_denied                   = 15
          dp_out_of_memory                = 16
          disk_full                       = 17
          dp_timeout                      = 18
          file_not_found                  = 19
          dataprovider_exception          = 20
          control_flush_error             = 21
          OTHERS                          = 22.
       IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
       ENDIF.
    TRY.
           GET PARAMETER ID 'RECEIPTENT' FIELD lvs_recipient1.
           send_request = cl_bcs=>create_persistent( ).
    *      lt_attach_bin = cl_document_bcs=>xstring_to_solix( ip_xstring = lt_solix ).
           APPEND 'Test message' TO lt_text.
           l_sub_50 = lc_test1.
           document = cl_document_bcs=>create_document( i_type    = 'RAW'
                                                        i_text    = lt_text
                                                        i_subject = l_sub_50 ).
           document->add_attachment( i_attachment_type    = 'PDF'
                                     i_attachment_subject = 'script.pdf'
                                     i_att_content_hex    =  lt_attach_bin ).
           l_sub_line = lc_test1.
           TRY.
    * Build subject line for email.
               CALL METHOD send_request->set_message_subject
                 EXPORTING
                   ip_subject = l_sub_line.
             CATCH cx_send_req_bcs INTO loref_obj_error.
               PERFORM sub_catch_error1 USING loref_obj_error.
           ENDTRY.
           send_request->set_document( document ).
    *      sender    = cl_cam_address_bcs=>create_internet_address( '[email protected]' ).
           recipient1 = lvs_recipient1-objkey.
           recipient = cl_cam_address_bcs=>create_internet_address( '[email protected]' ).
    *      send_request->set_sender( sender ).
           send_request->add_recipient( i_recipient = recipient
                                        i_express   = 'X' ).
           sent_to_all = send_request->send( i_with_error_screen = 'X' ).
           COMMIT WORK.
         CATCH cx_bcs INTO bcs_exception.
           MESSAGE 'eee' TYPE 'S'.
           EXIT.
       ENDTRY.

  • What is the best program for converting text PDF documents to audio files?

    Hi all, I'm looking for a program (cost is not a factor, I'm looking for the highest functionality) that will convert PDF files (text, often scanned documents) to audio files, preferably ones that are able to have the recordings saved.

    Podner is very good.
    http://www.splasm.com/products/productpodner.html
    12 PowerBook Mac OS X (10.4.2)

  • What is a good program for converting avi and mpeg to mp4 for ipod video?

    as of 20 minutes ago, c u c u s o f t ipod video converter stoped working for me... it wont convert audio with the video... wont even read audio(i instaled the codec pack so that i could convert a file that wouldnt read on my computer...)
    i have used videora, c u c u s o f t, TONS but i cant afford to buy the full software, so im looking for a FREE, program that will not leave a nasty watermark or glitch the video files... if anyone can help, that would be GREAT:D
    P.S. i have used itunes and get no video... i know about the tv out settings or whatever and thats not the case... so i will not be using itunes... sorry anyways ADVICE IS GREATLY APRECIATED

    wow... i think i'll try that one out i'll let u know how it works for me(im on a fossil computer so i have to test things out...)
    BY THE WAY, I GOT MY AUDIO WORKING ON CU CU SOFT but still have my eyes open for the NEXT BIG THING in conversion software

  • Best software for converting VHS to digital format?

    I watched my wedding video from 20 years ago the other day. Then I thought I should put this into a digital format so I've been looking around at Apple forum and other places for suggestions.
    It seems the best/easiest so far is the Roxio Easy VHS to DVD for Mac software. The problem is any of the retail outlets in Canada only sell the PC version.
    No problem - I will just figure out how to order online. OK...except the box includes the necessary adaptors etc... and a software installation CD. My new iMac does not have a CD ROM and after several calls back and forth between Roxio and Corel it appears like a downloadable version is not available.
    I also see EyeTV seems to have a similar product, but that appears to only come from Europe. And I have seen grass valley mentioned in some of the forums but these appear to be dated and I'm not sure the noted item is available any more. Even if it (or its replacement) is, sourcing it here in Canada seems to be an issue also.
    Any suggestions beyond simply putting the video on my TV and filming it with my iPhone?
    Thanks.

    You will need to buy an external DVD burner.
    You will need an analogue to digital converter such as the ADVC110 (there are others) that can connect to your video player via standard RCA cables, and to your Mac via Firewire so you can import into iMovie.
    If you want to to make a video DVD of the video you will also need iDVD.
    Why is there no iDVD on my new Mac? How do I get it and how do I install it?
    https://discussions.apple.com/docs/DOC-3673

  • Program for converting fixed length file to csv

    Hello All,
    My requirement is to write a program which will read a file of fixed length separator (file where fields are separated by their length) from application server and convert to CSV file (fields separated by comma) .
    Please help me with code sample.
    regards
    Santosh

    Hi Santosh,
    SAP_CONVERT_TO_CSV_FORMAT
    Hope the above FM helps you.
    Very usefull thread
    reg:currency and quantity
    Have A Nice Day
    Chaitanya.

  • What is the best program for converting videos?

    I use Xp -thanks

    Welcome to Apple Discussions!
    If the videos are on your computer, just drag them into iTunes when viewing the library. Then right click it and go to convert video for ipod.
    If you want to do that, make sure iTunes is up to date...
    iTunes Download Page
    btabz

Maybe you are looking for

  • Acrobat 9 Pro--won't install

    I puchased the CS4 CD last spring. Acrobat wouldn't load then and I didn't have time to fool with it. Have contacted Adobe several times with no resolution. This week I spent TWO HOURS online with India tech support. Still no go. I've ASKED for them

  • 1/13/2015 - Beta - Flash Player 16.0.0.280

    The latest Flash Player 16 beta builds are now available. Beta builds can be downloaded from labs.adobe.com.  Today's build brings the Flash Player beta up to date with the Janurary 13th official release. New Features for Flash Player 16: Stage3D - S

  • Package path simple problem

    Hi I don't use so often package and I don't understand why flash send a 5001 error on this ActionScript Error #5001: The name of package does not reflect the location of this file I have à fla located in the "test" folder : import flash.display.Loade

  • Why are all the sound levels so different!?? With VST's and in Ultrabeat...

    I'm having so much trouble with the audio levels in logic pro. It seems every VST has a completely different level when the volume on the vst is set to 100. Miroslav Philharmonik is EXTREMELY quiet..., and when I load drums into ultrabeat, they immed

  • Xpath 1

    Given a response like this :   <?xml version="1.0" encoding="utf-8" ?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <soap:Bod