We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Remove dependency on opus-tools by updating audio/encode_opus.sh to use ffmpeg instead of opusenc:
opus-tools
audio/encode_opus.sh
ffmpeg
opusenc
In sysadmin/install_software.yml, remove task Install Opus Tools:
sysadmin/install_software.yml
Install Opus Tools
fedora-workstation/sysadmin/install_software.yml
Lines 237 to 242 in f4c4cd7
In audio/encode_opus.yml, replace command opusenc with ffmpeg:
audio/encode_opus.yml
fedora-workstation/audio/encode_opus.sh
Line 41 in f4c4cd7
Remember to investigate if the following behaviour is also true when using FFmpeg:
Lines 43 to 63 in f4c4cd7
Also remember to update prerequisites for script (should be ffmpeg instead of opus-tools):
Line 8 in f4c4cd7
The text was updated successfully, but these errors were encountered:
Made redundant by 4c71515
Sorry, something went wrong.
hknutsen
No branches or pull requests
Remove dependency on
opus-tools
by updatingaudio/encode_opus.sh
to useffmpeg
instead ofopusenc
:In
sysadmin/install_software.yml
, remove taskInstall Opus Tools
:fedora-workstation/sysadmin/install_software.yml
Lines 237 to 242 in f4c4cd7
In
audio/encode_opus.yml
, replace commandopusenc
withffmpeg
:fedora-workstation/audio/encode_opus.sh
Line 41 in f4c4cd7
Remember to investigate if the following behaviour is also true when using FFmpeg:
fedora-workstation/audio/encode_opus.sh
Lines 43 to 63 in f4c4cd7
Also remember to update prerequisites for script (should be
ffmpeg
instead ofopus-tools
):fedora-workstation/audio/encode_opus.sh
Line 8 in f4c4cd7
The text was updated successfully, but these errors were encountered: