Skip to content

Instantly share code, notes, and snippets.

@fire
Last active August 29, 2015 14:02
Show Gist options
  • Save fire/42167f13d394069e7954 to your computer and use it in GitHub Desktop.
Save fire/42167f13d394069e7954 to your computer and use it in GitHub Desktop.
Prores workflow

#How do I export prores videos from Adobe Premiere?

C:\ffmpeg\ffmpeg-20140608-git-d4be3a8-win64-shared\bin\ffmpeg -i AloneTogether.avs -r 23.976 -vcodec prores -profile 3 AloneTogether.1280x540.prores422.mov# Prores workflow

Importing prores into Adobe Premiere works fine.

Source

Download Debugmode FrameServer

Download AviSnyth+

Download ffmpeg

C:\ffmpeg\ffmpeg-20140608-git-d4be3a8-win64-shared\bin\ffmpeg -i d:\encode\output.avs -r 23.976 -vcodec prores -profile 3 output.prores422.mov

Problem: this method converts to 8bit to 10bit. Roundtripping from Prores to Prores is going to be a problem.

Based on research. There's 3 methods of ProRes export from Windows

  1. Debugmode FrameServer -> ffmpeg
  2. DNxHD and ProRes Codec Components from Miraizon
  3. http://www.cinemartin.com/cinec/plin/

FFMPEG Prores settings

https://trac.ffmpeg.org/wiki/vfxEncodingGuide#ProRes

More sources

http://www.magiclantern.fm/forum/index.php?topic=11859.0

http://forum.doom9.org/showthread.php?p=1683093

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment