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

Converting raw output to .wav with ffmpeg #10

Open
Dingo64 opened this issue Mar 30, 2022 · 0 comments
Open

Converting raw output to .wav with ffmpeg #10

Dingo64 opened this issue Mar 30, 2022 · 0 comments

Comments

@Dingo64
Copy link

Dingo64 commented Mar 30, 2022

I dumped the raw output to a file and now I want to convert this file to .wav with ffmpeg:

ffmpeg.exe -f s8 -ar 44000 -ac 2 -i result.txt -ar 44100 -ac 1 out1.wav

The length (in seconds) of the output is valid but instead of sound I can only hear clicking.

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