]> git.sesse.net Git - nageru/commit
Add support for recording the x264 video to disk.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 13 Mar 2017 18:05:37 +0000 (19:05 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 13 Mar 2017 18:05:37 +0000 (19:05 +0100)
commitbd5b2de9a277b87c75d71d94bd8c5095ab14ecf7
tree866e564b21c65e4ee3448711832396c6b7743993
parent7c68022d2d22007e0a918f81db87278713659731
Add support for recording the x264 video to disk.

This makes recording entirely independent on Quick Sync Video
(or VA-API, if you wish). There's no way of running two separate
x264 encodes, though; you get the same as for the stream.
flags.cpp
flags.h
quicksync_encoder.cpp
quicksync_encoder.h
quicksync_encoder_impl.h
video_encoder.cpp
video_encoder.h
x264_encoder.cpp
x264_encoder.h