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

Can't convert to OPUS [extension not recognised] #102

Closed
YuriKharkov opened this issue Apr 7, 2024 · 6 comments
Closed

Can't convert to OPUS [extension not recognised] #102

YuriKharkov opened this issue Apr 7, 2024 · 6 comments

Comments

@YuriKharkov
Copy link

I can't convert my FLAC files to OPUS.
Error log:
[AVFormatContext @ 0000024ab7e22840] Unable to choose an output format for 'ffmpeg'; use a standard extension for the filename or specify the format manually.
[out#0 @ 0000024ab7e214c0] Error initializing the muxer for ffmpeg: Invalid argument
Error opening output file ffmpeg.
Error opening output files: Invalid argument

Encoding test failed. CHECK OUTPUT ABOVE
image

@eibol
Copy link
Owner

eibol commented Apr 7, 2024

Hi, you don't have to add ffmpeg to parameters field, it is automaticallt included. Just include the encoding parameters.

@YuriKharkov
Copy link
Author

Hi, you don't have to add ffmpeg to parameters field, it is automaticallt included. Just include the encoding parameters.

Still not working, says "unable to choose output format

image

@YuriKharkov
Copy link
Author

Do I have to install libopus separately?

@eibol
Copy link
Owner

eibol commented Apr 10, 2024

You should not install anything else. I'm unable to reproduce the issue, I can convert to opus trouble free.
Have you tried creating an audio preset using the wizard?
imagen

@YuriKharkov
Copy link
Author

You should not install anything else. I'm unable to reproduce the issue, I can convert to opus trouble free. Have you tried creating an audio preset using the wizard? imagen

i fixed the issue, it was an ffmpeg problem, had to install ffmpeg from software, rather than externally dowanloading it and adding it to system path.

@eibol
Copy link
Owner

eibol commented Apr 11, 2024

I'm afraid application expects ffmpeg.exe in application path, nowhere else.

@eibol eibol closed this as completed Apr 11, 2024
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

No branches or pull requests

2 participants