I am trying to capture video from a source and save it into an Uncompressed
/ RAW AVI. I am using the sample project named DxTuner.
At this moment, the avi file is compressed, no matter if I select "<none>"
from the combo box. </none>
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm not familiar with gspot. Have you tried building a graph with GraphEdt?
Perhaps your device is outputting mjpeg. Using GraphEdt, you might try
inserting filters (like the Colour Space Converter) to see if you can force it
to RBG (assuming that's what you are after).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello all
I am trying to capture video from a source and save it into an Uncompressed
/ RAW AVI. I am using the sample project named DxTuner.
At this moment, the avi file is compressed, no matter if I select "<none>"
from the combo box. </none>
Thanks
What makes you think it is compressed?
the gspot utility makes me think so :) It's compressed with mjpeg.
I'm not familiar with gspot. Have you tried building a graph with GraphEdt?
Perhaps your device is outputting mjpeg. Using GraphEdt, you might try
inserting filters (like the Colour Space Converter) to see if you can force it
to RBG (assuming that's what you are after).