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
I'm trying to use the audio-extract demo to copy audio from audio file to audio file. It works when targetting an mp3, but not when targetting a wav.
audio-extract
lc@earthrealm ~/ffmpeg-light (master) [1]> ./result/bin/audio-extract foo.mp3 bar.mp3 bitrate : 128000 sample rate : 44100 sample format : 8 channel layout : 3 channel count : 2 AVCodecID 86017 lc@earthrealm ~/ffmpeg-light (master)> ./result/bin/audio-extract foo.mp3 bar.wav bitrate : 128000 sample rate : 44100 sample format : 8 channel layout : 3 channel count : 2 AVCodecID 65536 audio-extract: FFmpegException "Could not open audio codec : Invalid argument"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to use the
audio-extract
demo to copy audio from audio file to audio file. It works when targetting an mp3, but not when targetting a wav.The text was updated successfully, but these errors were encountered: