I need ffmpeg to decode quicktime's 10-bit uncompressed format for our pipeline to work properly but I'm having the hardest time finding any documented method(s) for:
1) getting the actual codec that can decode qt 10-bit uncompressed
2) configuring the codec, making and then installing it
3) configure ffmpeg with the proper ./configure --enable* etc string to utilize the actual codec
Our system is macintosh based, but ffmpeg doesn't utilize system resources like the built in quicktime libraries.... why that is? I have no idea.....
but that seems like a huge oversight to me.
I tried the quicktime4linux libraries but it fails on the make command.... even though the ./configure went perfectly...
it says:
gcc -c `cat /c_flags` thirdpartyencore50bitstream.c -o /thirdparty/encore50/bitstream.o
i686-apple-darwin8-gcc-4.0.1: thirdpartyencore50bitstream.c: No such file or directory
i686-apple-darwin8-gcc-4.0.1: no input files
make: *** [/thirdparty/encore50/bitstream.o] Error 1
At this point I'm not sure what to do since it's looking for files that should be part of it's own package and it can't find them.
