ft duration human readable

lower video bitrate to 1400kbits
This commit is contained in:
Green Sky
2024-11-19 17:28:02 +01:00
parent 2d54a3111c
commit 5708a83ba6
2 changed files with 56 additions and 5 deletions

View File

@@ -103,7 +103,7 @@ struct ToxAVCallVideoSink : public FrameStream2SinkI<SDLVideoFrame> {
ToxAVI& _toxav;
// bitrate for enabled state
uint32_t _video_bitrate {2000};
uint32_t _video_bitrate {1400};
uint32_t _fid;
std::shared_ptr<stream_type> _writer;