[FFmpeg-devel] [PATCH] Add FITS Muxer

2017-08-06 Thread Paras Chadha
Signed-off-by: Paras Chadha --- Added a new line in img2enc to add support for writing frames into separate FITS files in a fashion similar to gif. The following command can be used for that: ffmpeg -i INPUT -c:v fits -f image2 "out%d.fits" libavformat/Makefile | 1 + libavformat/allformat

[FFmpeg-devel] [PATCH] Add FITS Muxer

2017-08-19 Thread Paras Chadha
Signed-off-by: Paras Chadha --- Add FATE coverage libavformat/Makefile | 1 + libavformat/allformats.c | 2 +- libavformat/fitsenc.c| 183 +++ libavformat/img2enc.c| 2 + tests/fate/avformat.mak | 1 + tests/lavf-regression.sh |