obs-studio/plugins/obs-ffmpeg
jp9000 9048743ebe obs-ffmpeg: Add ffmpeg muxer
In addition to the flv file format, this allows the ability to save to
container formats such as mp4, ts, mkv, and any other containers that
support the current codecs being used.

It pipes the encoded data to the ffmpeg-mux process, which then safely
muxes the file from the encoded data.  If the main program unexpectedly
terminates, the ffmpeg-mux piped program will safely close the file and
write trailer data, preventing file corruption.
2015-06-21 22:34:49 -07:00
..
data/locale Add latest translations from CrowdIn 2015-05-08 17:10:39 -04:00
ffmpeg-mux obs-ffmpeg: Add ffmpeg muxer pipe program 2015-06-21 22:34:49 -07:00
CMakeLists.txt obs-ffmpeg: Add ffmpeg muxer 2015-06-21 22:34:49 -07:00
closest-pixel-format.h obs-ffmpeg: Add support for YUV 4:4:4 2015-04-18 00:03:14 -07:00
obs-ffmpeg-aac.c (API Change) Remove encoder callback boilerplate 2015-04-17 20:17:43 -07:00
obs-ffmpeg-compat.h Add compatiblity for some older ffmpeg versions 2014-04-05 16:12:32 +02:00
obs-ffmpeg-formats.h Add planar YUV 4:4:4 format support 2015-04-17 20:16:40 -07:00
obs-ffmpeg-mux.c obs-ffmpeg: Add ffmpeg muxer 2015-06-21 22:34:49 -07:00
obs-ffmpeg-output.c obs-ffmpeg: Only set codec ids if format non-null 2015-04-26 17:31:21 -05:00
obs-ffmpeg-source.c obs-ffmpeg: Use timestamps from video/audio frames 2015-06-10 09:44:25 -07:00
obs-ffmpeg.c obs-ffmpeg: Add ffmpeg muxer 2015-06-21 22:34:49 -07:00