-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd, common: netint hardware support (#2348)
* Netint hardware support * Refactor livepeer_bench * add names for pixel format capabilities, go fmt * Remove unused function, fix tests * Check for netint and nvidia args combination, update lpms version * Apply Netint changes * Remove unused variable from livepeer_bench * Go fmt * Changelog
- Loading branch information
Showing
11 changed files
with
224 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
[ | ||
{ | ||
"name": "240p0", | ||
"fps": 0, | ||
"bitrate": 250000, | ||
"width": 426, | ||
"height": 240, | ||
"gop": "1", | ||
"encoder": "HEVC" | ||
}, | ||
{ | ||
"name": "360p0", | ||
"fps": 0, | ||
"bitrate": 800000, | ||
"width": 640, | ||
"height": 360, | ||
"gop": "1", | ||
"encoder": "HEVC" | ||
}, | ||
{ | ||
"name": "480p0", | ||
"fps": 0, | ||
"bitrate": 1600000, | ||
"width": 854, | ||
"height": 480, | ||
"gop": "1", | ||
"encoder": "HEVC" | ||
}, | ||
{ | ||
"name": "720p0", | ||
"fps": 0, | ||
"bitrate": 3000000, | ||
"width": 1280, | ||
"height": 720, | ||
"gop": "1", | ||
"encoder": "HEVC" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.