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

Exporting error #634

Open
OMVMMG opened this issue Oct 25, 2024 · 1 comment
Open

Exporting error #634

OMVMMG opened this issue Oct 25, 2024 · 1 comment

Comments

@OMVMMG
Copy link

OMVMMG commented Oct 25, 2024

I'm getting this error when exporting:

ERROR:main:export_audio
Traceback (most recent call last):
File "/home/test/piper-recording-studio/export_dataset/main.py", line 107, in call
audio_16khz_bytes = subprocess.check_output(
File "/usr/lib/python3.10/subprocess.py", line 421, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/usr/lib/python3.10/subprocess.py", line 526, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['ffmpeg', '-i', 'output/en-GB/4000000001_4000000300_CustomerService/4000000006.webm', '-f', 's16le', '-acodec', 'pcm_s16le', '-ac', '1', '-ar', '16000', 'pipe:']' returned non-zero exit status 1.

Any ideas what is going on?
Thank you for your help.

@thelabcat
Copy link

thelabcat commented Nov 21, 2024

English version of what Python said: "I tried to run the program FFmpeg to do a job for me, but it failed, probably because I tried to call it with too few arguments or an incorrect option."

It's unlikely, but it is a low hanging fruit; are you sure FFmpeg is installed and on path?

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