Log in

View Full Version : Is There a Plugin to Use FFMPEG from inside Premiere?


rec
13th September 2013, 19:45
I'm using ffmpeg to encode 1080 60P MPEG2 files. I find these play smoother than any H264 encode. And the quality is just as good.

My question: is there anyway to call ffmpeg directly from the render dialog inside of Premiere Pro? Is there a plugin available? Or is there some way to frame serve the Premiere render to ffmpeg?

Thanks!

poisondeathray
13th September 2013, 20:49
Not directly within PP or AME;

You can use PP => debugmode frameserver, but ffmpeg cannot read the signpost directly. However, you can use avisynth to read the frameserved signpost and use that .avs as input into ffmpeg if it's been compiled with avs support

rec
14th September 2013, 05:54
Thanks, that worked!