Just hacked this together, so I thought I'd make it public. Not production ready; comments welcome.
Obviously relies on Anton's HEVC patch set. Derek Buitenhuis (2): Add raw HEVC muxer Add libx265 encoder configure | 5 + libavcodec/Makefile | 1 + libavcodec/allcodecs.c | 1 + libavcodec/libx265.c | 195 ++++++++++++++++++++++++++++++++++++++++++++++ libavformat/Makefile | 1 + libavformat/allformats.c | 2 +- libavformat/rawenc.c | 12 +++ 7 files changed, 216 insertions(+), 1 deletions(-) create mode 100644 libavcodec/libx265.c _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
