-
Notifications
You must be signed in to change notification settings - Fork 93
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
transcoder example 'Failed to initialize buffer filter: Invalid argument' #43
Comments
and for completeness using the example invokation from the comment at transcoder.go#L9
|
Hey, any idea on what's causing it? We are experiencing the same problem. |
sadly no progress on my end, i have no experience with ffmpeg whatsoever |
I am experiencing the same problem.Do you have any idea? |
I got the same problem. How to fix it? |
I haven't investigated this issue but the way I see it is simply because the provided examples/transcoder.go is - like the folder name states - an "example". The comments in the header of the file make this clear too: https://github.com/imkira/go-libav/blob/master/examples/transcoder.go#L1-L5 I don't think you have a ffmpeg versioning problem or whatever. You need more "hacking" around the parameters you're using, most likely the way to build the video buffer filter. |
@NikkyAI btw, just tried running ffmpeg 3.0.2 on MacOSX here with against the latest master code: go run --tags ffmpeg30 transcoder.go --input=http://jell.yfish.us/media/jellyfish-3-mbps-hd-h264.mkv --output=output.mp4 Could you clarify the following for me:
|
my ffmpeg version is 3.3 i recorded my terminal session here: https://asciinema.org/a/aMoUTSzF8GOSSstEaLOcNR78a |
I got the same problem. |
go1.9 on mingw64 same problem. ffmpeg version 3.3.2 Help pls. |
I got the same problem。Help pls。 |
i very recently tried to run transcoder.go
i tried it with input files as mp4 and mkv
the error seems to be either naming or invalid combination of filters in the input buffer
running the transcoder with a test file from http://jell.yfish.us/ to make sure its reproduceable
because i know barely anything about lib-av or ffmpeg i am not able to figure out if the C calls or the values ffmpeg expects have changed.. just to make sure its not a problem with this system i will try out on a windows machine later today or tomorrow
also.. is there a easy to use guide to be able to convert commandline ffmpeg options into the corresponding commands that have to be called in C / Go ?
The text was updated successfully, but these errors were encountered: