You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I linked the pull request #32 with the correct volume setting, instead of just removing the line.
which ffmpeg versions are compatible?
I assume old versions had that argument as valid, since now it doesn't exist in their documentation. I'm not sure when it changed.
Unfortunately I'm using windows for this project, so the version I'm printing is something weird, like ffmpeg version 2023-07-16-git-c541ecf0dc-full_build-www.gyan.dev.
I was always getting an empty session when encoding, without getting any errors.
I manually tried the command used to encode and got this:
So i checked the arguments the package is sending (
encode.go
):I dont know if this was working for an older version of FFmpeg, or it's just a Windows problem, but
vol
does not exists as an argument.Removing it correctly encodes the file.
The text was updated successfully, but these errors were encountered: