8000 Typo in codec filter name for H.264 · Issue #98 · quasarstream/python-ffmpeg-video-streaming · GitHub
[go: up one dir, main page]

Skip to content

Typo in codec filter name for H.264 #98

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
igrowing opened this issue Nov 21, 2022 · 0 comments · Fixed by #99
Closed

Typo in codec filter name for H.264 #98

igrowing opened this issue Nov 21, 2022 · 0 comments · Fixed by #99

Comments

@igrowing
Copy link

Describe the bug
Line 66 in _format.py contains:

        videos = ['libx264', 'h264', 'h264_afm', 'h264_nvenc']

h264_afm is a typo. It should be h264_amf.

Also, veryuseful h264_qsv is missing.

This would be great:

        videos = ['libx264', 'h264', 'h264_qsv', 'h264_amf', 'h264_nvenc']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant
0