issues
search
gmbeard
/
shadow-cast
GPU accelerated screen and audio recording for Linux
GNU General Public License v2.0
39
stars
0
forks
source link
fix(encoding) Fixes frame timing
#1
Closed
gmbeard
closed
1 year ago
gmbeard
commented
1 year ago
Uses a a better time base for input frames; Frames per second for video and samples per second for audio.
Correctly rescales the timestamp (pts/dts) values to the output streams' time base.
Tightens up the video frame sampling rate by using nanoseconds for the internal frame time values.
Fixes #2
Fixes #2