Hi folks.
I am piecing together the method under OS X for SVCD creation. Everything looks like it may be in place (kudos to rnc!), but there's a problem. Mediapipe quits every time I start the encoding.
I have a feeling that there is a problem with the mpeg2encoder pipe itself. I didn't compile it because it seemed the package downloaded with a completed pipe. Does anyone know what is going on, or if there is a compiled (correct) version of the mpeg2 pipe around?
Thanks.
+ Reply to Thread
Results 1 to 2 of 2
-
-
The pipe is only the interface between MediaPipe and the encoder.
The endoder itself is a binary located in /usr/local/bin of the root.
It will only be put there by compiling and installing, (requires Dev Tools).
If you can't get past this point, email me.
Ross, aka RNC