2018-05-12 9:06 GMT+02:00 Paul B Mahol <[email protected]>: > On 5/11/18, Matthew.Alexander - The Empire Post > <[email protected]> wrote: > > Hi, > > > > > > I've been trying to use ffmpeg to speed up processes here at work, > however > > it has come to my attention that ffmpeg does not have an encoder for exr, > > all I want to do right now is take existing EXRs and half the resolution, > > however this doesn't seem to work. > > > > > > Any tips? > > > >
FFmpeg doesn't have an exr encoder yet. The most difficult part, is to add float/half pixel format in ffmpeg, before adding an exr encoder. (for now ffmpeg exr decoder, decode data in 16bit (int) not in float) Martin _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
