We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3270916 + a351cbf commit d3ef2c7Copy full SHA for d3ef2c7
1 file changed
ffmpeg_streaming/_format.py
@@ -63,7 +63,7 @@ def __init__(self, video: str = "libx264", audio: str = 'aac', **codec_options):
63
"""
64
@TODO: add documentation
65
66
- videos = ['libx264', 'h264', 'h264_afm', 'h264_nvenc']
+ videos = ['libx264', 'h264', 'h264_amf', 'h264_nvenc']
67
audios = ['copy', 'aac', 'libvo_aacenc', 'libfaac', 'libmp3lame', 'libfdk_aac']
68
69
super(H264, self).__init__(_verify_codecs(video, videos), _verify_codecs(audio, audios), **codec_options)
0 commit comments