diff options
| author | DH4 | 2017-06-07 12:33:22 -0500 |
|---|---|---|
| committer | DH4 | 2017-06-07 12:33:22 -0500 |
| commit | 02795503d09743b5225eed7e7b7112208dfc28d0 (patch) | |
| tree | 874c3714234f94e38987d5b31236de3bb012ce0a /encoder-options.json | |
| parent | fed9481d9a43d6274a036b2e46908ebdb316b387 (diff) | |
Added Bitrate Selection
Diffstat (limited to 'encoder-options.json')
| -rw-r--r-- | encoder-options.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/encoder-options.json b/encoder-options.json index 53aa0e5..78bc940 100644 --- a/encoder-options.json +++ b/encoder-options.json @@ -109,7 +109,7 @@ ], "video-codecs":{ "H264": ["libx264"], - "H264 (nvenc)": ["nvenc_264"], + "H264 (nvenc)": ["h264_nvenc", "nvenc_h264"], "MPEG4": ["mpeg4"], "VP9": ["libvpx-vp9"], "VP8": ["libvpx"], @@ -120,7 +120,7 @@ "WMV": ["wmv2"] }, "audio-codecs": { - "AAC": ["libfdk_aac","aac"], + "AAC": ["libfdk_aac", "aac"], "AC3": ["ac3"], "MP3": ["libmp3lame"], "PCM s16 LE": ["pcm_s16le"], |
