VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. Member
    Join Date
    Aug 2002
    Location
    Detroit MI
    Search PM
    I have a few dozen DV tapes I captured a few years ago in Premiere Pro. They were captured as AVI files which are no longer compatible with newer versions of Premiere because of Apple's change over from 32bit support to strictly 64bit software support.

    Does anyone know of a way to convert these files without having to reencode them to ProRes or H.264?
    In other words can they just be rewrapped in a new container or something? I don't want to lose any quality with a reencode because I'll need to edit and color grade this footage.
    Quote Quote  
  2. DECEASED
    Join Date
    Jun 2009
    Location
    Heaven
    Search Comp PM
    Originally Posted by roxics View Post
    I have a few dozen DV tapes I captured a few years ago in Premiere Pro. They were captured as AVI files which are no longer compatible with newer versions of Premiere because of Apple's change over from 32bit support to strictly 64bit software support.

    Does anyone know of a way to convert these files without having to reencode them to ProRes or H.264?
    In other words can they just be rewrapped in a new container or something? I don't want to lose any quality with a reencode because I'll need to edit and color grade this footage.
    The AVI files themselves don't care whether the operating system or the applications are 32-bit or 64-bit. They are media files, they are not software.

    If I am not mistaken, the MOV container supports the DV codec, so you could remux the AVIs to MOVs with ffmpeg (for example).
    However I don't know whether the software you want to use accepts DV-in-MOV
    "Programmers are human-shaped machines that transform alcohol into bugs."
    Quote Quote  
  3. Using ffmpeg to remux to mov:
    Code:
    ffmpeg -i input.avi -codec copy output.mov
    Or remux to raw DV stream:
    Code:
    ffmpeg -i input.avi -codec copy output.dv
    Quote Quote  
  4. Member Cornucopia's Avatar
    Join Date
    Oct 2001
    Location
    Deep in the Heart of Texas
    Search PM
    Also, fyi Premiere on Mac is and has been 64bit for a while. And unless I am mistaken, it no longer relies on QT/AVfoundation to parse & import into the app - they use proprietary 3rd party tools.

    Scott
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!