Re: [FFmpeg-user] FFMpeg Exr Encoder

2018-05-14 Thread Martin Vignali
2018-05-12 9:06 GMT+02:00 Paul B Mahol :

> On 5/11/18, Matthew.Alexander - The Empire Post
>  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
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] FFMpeg Exr Encoder

2018-05-12 Thread Paul B Mahol
On 5/11/18, Matthew.Alexander - The Empire Post
 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?
>
>
> The Code i'm using:
>
> ffmpeg -i JumbleFalls_419_C001_Reverse_bg_FinalImage.%4d.exr -c:v copy -s
> 0x0 test.%4d.exr

That is very pointless command.
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] FFMpeg Exr Encoder

2018-05-11 Thread Gonzalo Garramuño



El 10/05/18 a las 22:38, Matthew.Alexander - The Empire Post escribió:

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?


Don't use ffmpeg, but use OpenImageIO (oiio) or ImageMagick.
If you don't find binaries around, you can check out my viewer (mrViewer 
with binary releases at sourceforge) that comes with a copy of oiiotool 
and ImageMagick's convert.


--
Gonzalo Garramuño

___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-user] FFMpeg Exr Encoder

2018-05-11 Thread Matthew . Alexander - The Empire Post
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?


The Code i'm using:

ffmpeg -i JumbleFalls_419_C001_Reverse_bg_FinalImage.%4d.exr -c:v copy -s 0x0 
test.%4d.exr


Regards,
Matthew.

Matthew Alexander: IT & IO
The Empire Post

36 Agnes St, Fortitude Valley 4006, Qld
Em: 
matthew.alexan...@theempirepost.com
Mb: 0499 004 747
Ph: 07 3180 1902

This email and any attachments are confidential. If received in error, please 
inform us by return email and then delete both messages. You should not read, 
copy, use or disclose them without authorisation. We do not accept liability in 
connection with computer virus, data corruption, delay, interruption, 
unauthorised access or unauthorised amendment. The views or opinions expressed 
are the author's own and may not reflect the views or opinions of The Empire 
Post Pty Ltd.


___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".