pion / mediadevices

Go implementation of the MediaDevices API.
https://pion.ly/
MIT License
528 stars 121 forks source link

Implement forced keyframes for x264 #388

Closed zjzhang-cn closed 2 years ago

zjzhang-cn commented 2 years ago

Description

 实现x264的强制关键帧方法

Reference issue

Fixes #...

codecov[bot] commented 2 years ago

Codecov Report

Merging #388 (7d0e84f) into master (548cdac) will decrease coverage by 0.05%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master     #388      +/-   ##
==========================================
- Coverage   47.16%   47.11%   -0.06%     
==========================================
  Files          67       67              
  Lines        4380     4387       +7     
==========================================
+ Hits         2066     2067       +1     
- Misses       2189     2195       +6     
  Partials      125      125              
Impacted Files Coverage Δ
pkg/codec/x264/x264.go 63.95% <0.00%> (-0.76%) :arrow_down:
pkg/driver/camera/camera_linux.go 26.31% <0.00%> (-0.80%) :arrow_down:
pkg/prop/prop.go 72.10% <0.00%> (+0.19%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 548cdac...7d0e84f. Read the comment docs.