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

how arguments works? #195

Open
jpalvaradomil opened this issue Jan 13, 2025 · 0 comments
Open

how arguments works? #195

jpalvaradomil opened this issue Jan 13, 2025 · 0 comments

Comments

@jpalvaradomil
Copy link

I try to execute this command

ffmpeg -i track.mp3 -af silencedetect=noise=-30dB:d=0.5 -f null out.txt
using the command line in my ubuntu pc instalation works fine
but this failed when I use the ffmpeg-worker-webm.js

code

out

the error:

Duration: 00:01:32.20, start: 0.000000, bitrate: 64 kb/s
Stream #0:0: Audio: mp3, 44100 Hz, mono, s16p, 64 kb/s
Automatic encoder selection failed for output stream #0:0. Default encoder for format null (codec pcm_s16le) is probably disabled. Please choose an encoder manually.
Error selecting an encoder for stream 0:0

thinking that the cause of the error was the version shipped (4.4) I succesful compile ffmpeg.js using the tag n5.1.6 from the git ffmpeg, but i obtain the same error.

In conclusion
how to arguments works?

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