tuttleofx / TuttleOFX

Tuttle OFX is a library to connect and batch operations with OpenFx plugins. It comes with a set of plugins that allows you to batch process on movies and file sequences.
www.TuttleOFX.org
Other
177 stars 64 forks source link

Use oiiowriter plugin to writer DPX files #564

Closed cchampet closed 8 years ago

cchampet commented 8 years ago

:warning: 3 parameters of the dpxwriter are not ported to the oiiowriter:

cchampet commented 8 years ago

I think you could also remove the PNG reader/writer plugins. These plugins have almost the same performance to decode/encode png images (5~10% better than oiio), but the oiio writer plugin has a lot of features the png writer doesn't have (subsampling, metadata...). @fabiencastan What do you think?