Skip to content
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

feat(video): switch vp8 in ffmpeg to realtime #5260

Merged
merged 1 commit into from
Feb 3, 2021
Merged

feat(video): switch vp8 in ffmpeg to realtime #5260

merged 1 commit into from
Feb 3, 2021

Commits on Feb 2, 2021

  1. feat(video): switch vp8 in ffmpeg to realtime

    This switches vp8 to "realtime" mode that works fast, adapting to
    the speed of incoming frames, and produces the best quality in can
    given realtime constraints.
    
    In practice, this gives 2x larger video files but no noticible quality
    difference. It also eliminates huge delays for encoding the video.
    
    Drive-by: document our ffmpeg option choices and add some links
    to documentation for future use.
    dgozman committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    59e338a View commit details
    Browse the repository at this point in the history