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

cannot output on non-FilterableStream #93

Open
Ifaliuk opened this issue Jul 11, 2023 · 3 comments
Open

cannot output on non-FilterableStream #93

Ifaliuk opened this issue Jul 11, 2023 · 3 comments

Comments

@Ifaliuk
Copy link

Ifaliuk commented Jul 11, 2023

I have some code:

ffmpeg.Input(inFileName).Output(outFileName, ffmpeg.KwArgs{
"acodec": "pcm_s16le",
"af": "afftdn",
"ar": 16000,
}).OverWriteOutput().WithOutput(os.Stdout).Run()

it is raise panic: cannot output on non-FilterableStream
but when I run compiled command in terminal:
ffmpeg -i ./676376294.mp3 -acodec pcm_s16le -af afftdn -ar 16000 ./676376294_out.wav -y
it's working fine

@flyingsnoopy
Copy link

flyingsnoopy commented Jul 12, 2023

Did you also get the 0xc00000a020 error: %s (0x7ff672ccf7a0,0xc0001231a0) exit status 1?

@Ifaliuk
Copy link
Author

Ifaliuk commented Jul 12, 2023

Did you also get the 0xc00000a020 error: %s (0x7ff672ccf7a0,0xc0001231a0) exit status 1?

No, only panic with message: cannot output on non-FilterableStream

@flyingsnoopy
Copy link

Anyway,maybe you can try to update your ffmpeg.

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