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

bin: Admit more than 2 encoder passes #3026

Merged
merged 1 commit into from
Sep 23, 2022
Merged

Conversation

barrbrain
Copy link
Collaborator

@barrbrain barrbrain commented Sep 23, 2022

Triple-pass can be implemented with the somewhat awkward:

rav1e --first-pass pass.1 -b NNN -o /dev/null seq.y4m
rav1e --second-pass pass.1 --first-pass pass.2 -b NNN -o /dev/null seq.y4m
rav1e --second-pass pass.2 -b NNN -o seq.ivf seq.y4m

Triple-pass can be implemented with the somewhat awkward:
rav1e --first-pass pass.1 -b NNN -o /dev/null seq.y4m
rav1e --second-pass pass.1 --first-pass pass.2 -b NNN -o /dev/null seq.y4m
rav1e --first-pass pass.2 -b NNN -o seq.ivf seq.y4m
@barrbrain barrbrain merged commit a3f0e18 into xiph:master Sep 23, 2022
@barrbrain barrbrain deleted the three-pass branch September 23, 2022 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants