0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00
obs-studio/plugins
jp9000 519c4f4118 Fix issue when using multiple video encoders
- Fix an issue that could occur when using more than one video encoder.
   Audio/video would not sync up correctly because they were expected to
   be paired with a particular encoder.  This simply adds a little
   helper variable to encoder packets that specifies the system time in
   microseconds.  We then use that system time to sync

 - Fix an issue with x264 with fractional FPS rates (29.97 and 59.94
   particularly) where it would create ridiculously large stream
   outputs.  The problem was that you shouldn't set the timebase_*
   variables in the x264 params manually, let x264 handle the default
   values for it and leave them at 0.

 - Make x264 use CFR output, because there's no reason to ever use VFR
   in this case.
2014-04-10 11:59:42 -07:00
..
dshow Full rewrite of all CMakeLists 2014-01-24 18:56:32 +01:00
linux-pulseaudio Improve properties API 2014-04-04 00:30:37 -07:00
linux-xshm Add missing project directives 2014-04-01 21:19:31 +02:00
mac-capture Improve properties API 2014-04-04 00:30:37 -07:00
obs-ffmpeg Implement RTMP module (still needs drop code) 2014-04-07 22:00:10 -07:00
obs-outputs Fix issue when using multiple video encoders 2014-04-10 11:59:42 -07:00
obs-x264 Fix issue when using multiple video encoders 2014-04-10 11:59:42 -07:00
win-capture Add window capture 2014-04-07 01:20:36 -07:00
win-wasapi Improve properties API 2014-04-04 00:30:37 -07:00
CMakeLists.txt Add preliminary FLV/RTMP output (incomplete) 2014-04-01 11:55:18 -07:00