parameterize media fetch query
This commit is contained in:
parent
414a4ac11a
commit
6853149638
3 changed files with 360 additions and 136 deletions
|
@ -20,11 +20,11 @@ import fs from "fs";
|
|||
* @property {string} APPLE - Uses the h264_videotoolbox codec for Apple GPU/MediaEngine-based encoding
|
||||
*/
|
||||
export enum EncodingType {
|
||||
CPU = "libx264",
|
||||
NVIDIA = "h264_nvenc",
|
||||
AMD = "h264_amf",
|
||||
INTEL = "h264_qsv",
|
||||
APPLE = "h264_videotoolbox",
|
||||
CPU = "libx264",
|
||||
NVIDIA = "h264_nvenc",
|
||||
AMD = "h264_amf",
|
||||
INTEL = "h264_qsv",
|
||||
APPLE = "h264_videotoolbox"
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue