Compiling on modern linux versions #113
Unanswered
phirestalker
asked this question in
Q&A
Replies: 1 comment 12 replies
-
What ffmpeg libs are you linking to when compiling the app ? I've never tried for linux, if you get it to work please submit a PR it'd be great as an example for others ! I believe it should be pretty similar to macOS :
I really had trouble compiling ffmpeg on windows but on macOS it was ok, and linux should be even better. opencv2 if I remember correctly I found the libs precompiled. |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Great program. I bought it for my mac machine, but I also wish to use it on my linux machine. Debian bookworm on arm64. The problem is that it is using newer libraries and they are apparently not compatible. I was able to get rid of the opencv2 include files not being found by adding to the include path. However, now I seem to be getting a lot of errors related to ffmpeg.
Has anyone got this to compile on a modern linux?
Is there a binary somewhere for linux arm?
Is there any hope of some library dependency updates to this program?
Beta Was this translation helpful? Give feedback.
All reactions