mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Transcode: Support video codec such as h264_qsv and libx265. v6.0.145 (#4127)
Currently only libx264 ffmpeg encoder is supported. This pull request add also h264_qsv. But maybe a more generic solution with oder encoders would be useful to. --------- Co-authored-by: winlin <winlinvip@gmail.com>
This commit is contained in:
parent
65ad907fe4
commit
331ef9ffae
3 changed files with 53 additions and 48 deletions
|
@ -9,6 +9,6 @@
|
|||
|
||||
#define VERSION_MAJOR 6
|
||||
#define VERSION_MINOR 0
|
||||
#define VERSION_REVISION 144
|
||||
#define VERSION_REVISION 145
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue