Log in

View Full Version : Looking for some tools build for Mac Silicon :)


Selur
16th November 2024, 14:40
Anyone has a working version of these tools that can be used on Mac silicon (arm) systems? (or build instructions for these?)


FLVExtractCL: https://github.com/sherpya/FLVExtractCL (fixed, Thanks sherpya!)
tsMuxeR: https://github.com/justdan96/tsMuxer (working)
mp4fpsmod: https://github.com/nu774/mp4fpsmod (got that one working)


Cu Selur

cubicibo
18th November 2024, 08:30
tsMuxer has a macos build script in /scripts. Just adapt the target MACOSX_DEPLOYMENT_TARGET to your needs.

I tried to use trunk lately but it seems completely broken to me, you may have to roll back to a commit from before january.

Selur
20th November 2024, 19:49
Thanks! I got it working. :)
Would be nice if someone could port FLVExtractCL to Python3.