[FFmpeg-devel] [PATCH] Add FITS Encoder

Paras Chadha paraschadha18 at gmail.com
Thu Jul 27 22:09:41 EEST 2017


On Fri, Jul 21, 2017 at 7:59 PM, Nicolas George <george at nsup.org> wrote:

> Le tridi 3 thermidor, an CCXXV, Paras Chadha a écrit :
> > > >  AVOutputFormat ff_image2pipe_muxer = {
> > > >      .name           = "image2pipe",
> > > >      .long_name      = NULL_IF_CONFIG_SMALL("piped image2 sequence"),
> > > > +    .extensions     = "fits",
> > > This is probably wrong. Did you intend to add this extension to
> > > ff_image2_muxer instead?
> > No, if there are multiple images, i want them to be appended one after
> > other. I think image2pipe is the correct muxer to use.
>
> But it is not the way image2pipe handles extensions, otherwise you would
> see tga, tiff, sun, etc., already there.
>

Okay, I will create a separate muxer for FITS.


>
> Regards,
>
> --
>   Nicolas George
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
>


More information about the ffmpeg-devel mailing list