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

🐞 Could not find tag for codec pcm_alaw in stream #1 #17

Open
helmutcarter opened this issue Feb 16, 2021 · 7 comments
Open

🐞 Could not find tag for codec pcm_alaw in stream #1 #17

helmutcarter opened this issue Feb 16, 2021 · 7 comments

Comments

@helmutcarter
Copy link

I get this error:

[mp4 @ 0x7fe854012400] Could not find tag for codec pcm_alaw in stream #1, codec not currently supported in container
Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument
Stream mapping:
Stream #0:1 -> #0:0 (copy)
Stream #0:0 -> #0:1 (copy)
Last message repeated 1 times
Ok(Output { status: ExitStatus(ExitStatus(256)), stdout: "", stderr: "" })

@tgotwig
Copy link
Owner

tgotwig commented Mar 26, 2021

Hello @helmutcarter 🙋
What does media-info print out for both files?

@Tyler-H
Copy link

Tyler-H commented Apr 28, 2021

ffmpeg's binary updated at some point and now they don't support pcm_alaw. You need to pick a different audio codec like AAC or FLAC or something.

I had an old version of ffmpeg (not sure which one, unfortunately), and updated to the latest build yesterday. A test video I was converting from .avi to .mp4 (-copy c:v -copy a:v) worked before, and throws the same error as you now with the new version. Other content online seems to corroborate this https://stackoverflow.com/questions/47495713/could-not-find-tag-for-codec-pcm-alaw-in-stream-1-codec-not-currently-supporte

@tgotwig
Copy link
Owner

tgotwig commented May 2, 2021

Hey @Tyler-H 👋
Thank you very much for your post! Very interesting 😊
Will take a closer look into this, would be cool if this could be reproduced with youtube-dl somehow 🤠

@eriktelepovsky
Copy link

Hello. I have the same issue. Is there a way how to easily solve it please?

@zen010101
Copy link

same issue.

@tgotwig tgotwig changed the title Could not find tag for codec pcm_alaw in stream #1 🐞 Could not find tag for codec pcm_alaw in stream #1 Nov 28, 2023
@wes1993
Copy link

wes1993 commented Jan 18, 2024

Same issue...
Could we record using different container? MKV for example?

Best Regards
Stefano

@tgotwig
Copy link
Owner

tgotwig commented Jan 22, 2024

Heyy all 🙋
Please share small video snippets so I can reproduce 🙏😇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants