obs-studio/plugins/obs-x264
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
..
CMakeLists.txt Implement encoder interface (still preliminary) 2014-03-16 16:21:34 -07:00
obs-x264-plugin-main.c Implement encoder interface (still preliminary) 2014-03-16 16:21:34 -07:00
obs-x264.c Fix issue when using multiple video encoders 2014-04-10 11:59:42 -07:00