[FFmpeg-devel] [PATCH] libavformat/dnxhddec added support for raw 444 and dnxhr

Mark Reid mindmark at gmail.com
Mon Feb 8 02:31:40 CET 2016


Hi,
This patch enable demuxing of raw 444 and dnxhr streams.
To generate a raw stream of dnxhr (since there is no encoder support yet)
ffmpeg -i fate-suite/dnxhd/dnxhr444_cid1270.mov -an -vcodec copy out.dnxhd
ffplay out.dnxhd

Mark Reid (1):
  libavformat/dnxhddec added support for raw 444 and dnxhr formats

 libavcodec/dnxhd_parser.c | 19 ++++++++++++++++---
 libavformat/dnxhddec.c    | 14 +++++++++++---
 2 files changed, 27 insertions(+), 6 deletions(-)

--
2.4.1


More information about the ffmpeg-devel mailing list