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

audio-extract example doesn't work on wav files #68

Open
locallycompact opened this issue Aug 28, 2022 · 0 comments
Open

audio-extract example doesn't work on wav files #68

locallycompact opened this issue Aug 28, 2022 · 0 comments

Comments

@locallycompact
Copy link

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.

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"
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

1 participant