I'm trying to capture a video using a webcam then encoding it as an mp42 asf file on a windows machine. I managed to encode an mpeg2 file using pymedia but pymedia doesn't seem to support mp42.
I installed opencv and tried to use the python wrapper but python keeps crashing everytime I create a writer. Even with just captureing images, it seems too slow and unreliable. Does anyone know of a python module that allow me to create mp42 files? Thanks, -Ray