-
Notifications
You must be signed in to change notification settings - Fork 335
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
Make the path to ffmpeg
customisable
#8100
Conversation
e3b83ca
to
433763a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Beautiful!
/// Don't use this field directly, use [`AppOptions::video_decoder_settings`] instead. | ||
/// | ||
/// Implementation note: we avoid using `Option<PathBuf>` here to avoid loosing the user-defined | ||
/// path when disabling the override. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@@ -100,6 +99,9 @@ fn settings_screen_ui_impl(ui: &mut egui::Ui, app_options: &mut AppOptions, keep | |||
ui.strong("Map view"); | |||
|
|||
ui.horizontal(|ui| { | |||
// TODO(ab): needed for alignment, we should use egui flex instead | |||
ui.set_height(19.0); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why 19 though? Aren't most things in our ui 20 heigh?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
smart :)
confirmed to work like a charm on Windows! |
What
Makes the path to
ffmpeg
customisable. Also hides the auto/soft/hard choice on native as it has not impact.Export-1731429356460.mp4
Checklist
main
build: rerun.io/viewernightly
build: rerun.io/viewerCHANGELOG.md
and the migration guideTo run all checks from
main
, comment on the PR with@rerun-bot full-check
.