|
Compiling
How to compile fuzemux
Deprecated fuzemux is written in C99 and should work on any operating system with a contemporary C compiler. To compile is using gcc for example, just run gcc -std=c99 -O2 fuzemux.c riff.c -o fuzemux |
Excellent! I've been trying to get some videos encoded for the fuze for ages this works perfectly thanks!
I think this should come in a README with the source code ;)
fuzemux is now included in video4fuze instead of AMG. Now its performance has increased greatly :)
I'll use your binary for win32 deployment
Yes, I will probably add a README in the next release. And maybe automake/autoconf so you can build it using the usual configure-make, although it's a bit overkill since it doesn't have any complicated dependencies.