Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe Premiere Pro Exporting to ProRes in PP CS6 ?

  • Exporting to ProRes in PP CS6 ?

    Posted by Jeff Dean on September 4, 2014 at 12:43 am

    Looking for some advice in dealing with ProRes on Windows 7 CS6 setup.

    My first prores 422HQ (1920×1080 24 fps) with 48000 hz 24 bit clips project.
    The audio was recorded separately (5 tracks of audio). Once video and audio are synched, it all plays back great but the clips themselves are too long (a lot of excessive footage).

    What am I trying to figure how to do – I’d like to take each clip into PP. Then drop the 5 tracks of audio under the Prores video clip. Sync it. Shorten the excess of the Video clip to make the overall clip smaller.

    Then Export as a new shorter Prores 422 HQ clip with 5 channels of audio attached for editing. Sounds simple but it hasn’t been.

    Problem is: 1) I don’t see any export settings for Prores 422 HQ in PP CS6. and 2)If I can’t export as prores, is there something else I can export it out as other than Prores 422 HQ (without losing the quality as this will eventually be color graded down the workflow).

    Thanks

    Lewis Costin replied 11 years, 6 months ago 2 Members · 3 Replies
  • 3 Replies
  • Lewis Costin

    September 4, 2014 at 7:27 am

    There are ways of getting prores out of a Premiere timeline on Windows but it’s quite complicated so I’ll only go into that if you’re really interested.

    I’d recommend you use Avid’s DNxHD codec.

    https://avid.force.com/pkb/articles/en_US/download/en423319

  • Jeff Dean

    September 4, 2014 at 7:06 pm

    Hi Lewis, Appreciate the link and information. It’s nice to have the Avid codec if it’s needed. But I would like to know the complicated way of doing it 🙂

  • Lewis Costin

    November 3, 2014 at 9:59 am

    Sorry I didn’t reply to this. I’ll PM you just in case this goes undiscovered.

    All you need is Premiere (obviously), a frameserver (I’d recommend Advanced Frameserver), AVISynth, and a 32 bit build of ffmpeg.

    Install and extract everything.

    In premiere go file export media.

    Select Advanced frameserver or debugmode frameserver depending on the one you chose. If there’s an option to write PCM samples into signpost avi, select it. This will render the sound in Premiere so you don’t have to in ffmpeg.

    Write the signpost avi (for example “fs.avi”) by selecting render.

    While it’s frameserving, create an .avs file in the same location as the .avi file and edit it with notepad. Put the following into the file and save it – note “fs.avi” is just the name I’m using in this example:

    AviSource("fs.avi")

    Open cmd.exe and CD into the directory your .avs and .avi file is. Put in the ffmpeg.exe file followed by the following parameters:

    ffmpeg.exe -i fs.avs -c:v prores -profile:v 2 -c:a copy ProResMovie.mov

    Note profile v:2 means standard prores 422. To use the others change to:

    -profile:v 0 422 Proxy
    -profile:v 1 422 LT
    -profile:v 2 422
    -profile:v 3 422 HQ

    Let ffmpeg render.

    Enjoy.

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