Question: ffmpeg
not working as a sidecar (dydl
issues)
#9029
Unanswered
noidwasavailable
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I am building a Tauri project using ffmpeg. I am not able to get my ffmpeg to work as a sidecar.
src-tauri/tauri.conf.json
where
I am calling it on my rust side using Command, but trying it similarly on the JavaScript side didn't yield much results either.
If I just use my local version of
ffmpeg
usingCommand::new("ffmpeg")
it works, but only in development.> which ffmpeg /opt/homebrew/bin/ffmpeg
The build version works too, but only the executable created, but not the bundled version.
I assume I cannot deliver just the executable to another computer and hope it works.
How can I get either of the following working?
ffmpeg
to load as a sidecar so I don't have to be calling the local version offfmpeg
, in a way that will work through bundling?ffmpeg
working through bundling?Beta Was this translation helpful? Give feedback.
All reactions