bigbluebutton-Github/record-and-playback/core/lib
Calvin Walton 54e128f0d3 recording: Don't use tpad to pad start of videos
The tpad filter doesn't actually extend the video backwards (i.e. it
does not create frames with timestamps earlier than the first video
timestamp). Instead, it *delays* the start of the video.

Using it incorrectly was causing audio/video desyncs in the desktop
sharing, and also occasional processing failure if it pushed back the
video enough that the compositing ffmpeg process didn't end up reading
to the end of the input video.

Use the fps filter's "start_time" option instead, which *does* extend
the video backwards to the configured start time by duplicating the
first frame.
2023-02-21 15:23:44 -05:00
..
recordandplayback recording: Don't use tpad to pad start of videos 2023-02-21 15:23:44 -05:00
boot.rb RaP: Clean up resque worker code, add worker for keep_events feature 2020-01-21 17:14:39 -05:00
custom_hash.rb Merge remote-tracking branch 'mconf/mconf' 2017-03-20 19:45:59 +00:00
recordandplayback.rb [fix-PR-14628] - Include Return of the props in the read_props method. 2022-04-20 10:00:07 -03:00