Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Apple Final Cut Pro File Conversion / Dealing with Non-supported Codecs in FCPX

  • File Conversion / Dealing with Non-supported Codecs in FCPX

    Posted by Phil Thenstedt on April 3, 2018 at 1:32 am

    I’ve recently been given a bunch of AVI files that were created on a PC using either Huffyuv or Lagarith lossless codecs. On a PC the files play fine, but If I try to open on my mac I get sound but no picture and FCPX will not import the file.

    I did try converting with handbrake and it made an mpeg file that played back in quicktime, however I need to do some editing and processing so I prefer uncompressed lossless files to work with in FCP.

    Does anyone have experience doing conversions of these to a format acceptable for FCP? Wondering what software I might be able to use for the conversion and to what format I should convert.

    Thanks in advance!

    Phil Thenstedt replied 8 years, 1 month ago 2 Members · 3 Replies
  • 3 Replies
  • Tom Ackroyd

    April 3, 2018 at 3:58 am

    If you have ffmpeg you can transcode from the Huffyuv and Lagarith codecs to the v210 uncompressed codec in a QuickTime wrapper, eg:
    ffmpeg -i input -c:v v210 -c:a copy output.

    Tom

  • Tom Ackroyd

    April 3, 2018 at 4:00 am

    Edited to add “.mov”
    ffmpeg -i input -c:v v210 -c:a copy output.mov

    Mac Pro 2 x 2.26 GHz Quad-Core Intel Xeon
    8 GB 1066 MHz DDR3
    OS 10.7.5
    FCP 10.0.6

  • Phil Thenstedt

    April 5, 2018 at 1:02 am

    Great so v210 uncompressed should be good for editing in FCP as well as for archiving then. Sounds perfect, I’ll give it a shot. Thank you!

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy