action #129673
openChange the default of the video encoder options in os-autoinst
0%
Description
In https://progress.opensuse.org/issues/77842 we change the default of the video encoder options everywhere.
If we change the default everywhere, it could make sense to change the default in the openQA/os-autoinst code.
Updated by dheidler over 1 year ago
- Related to action #77842: Use external videoencoder in production on all o3 machines size:M added
Updated by dheidler over 1 year ago
- Subject changed from Change the default of the video encoder options to Change the default of the video encoder options in os-autoinst
Updated by mkittler over 1 year ago
I'm not sure how much sense that actually makes. The command line we'd like to configure everywhere in #77842 requires ffmpeg to be installed with support for the used codec and adds increased CPU load. So it might not be the best idea for everybody and break existing setups. Additionally, we'd likely still want to test our built-in video encoder code in fullstack tests where we than needed to explicitly configure the built-in video encoder.
Updated by okurz over 1 year ago
mkittler wrote:
I'm not sure how much sense that actually makes. The command line we'd like to configure everywhere in #77842 requires ffmpeg to be installed with support for the used codec and adds increased CPU load.
I suggest to still use ffmpeg with efficient encoding if ffmpeg is found.
So it might not be the best idea for everybody and break existing setups.
Yes, not for everyone so only change default but allow to select the theora approach still
Additionally, we'd likely still want to test our built-in video encoder code in fullstack tests where we than needed to explicitly configure the built-in video encoder.
yes, we can do that.