Hi,
I'm encoding videos on DM6446 with "Video 1.0 Encoder Code". The process runs correctly and then I put this stream video in a Avi container. Avi container format needs a fourcc to identify the stream codec.
I've found a website where there is a list of all fourcc codecs, but I don't know which fourcc codec uses a stream encoded by "Video 1.0 Encoder Code".
http://www.fourcc.org/codecs.php
I've tried it with FFMpeg and M4cc. In both cases the result have been correct but I'd want to know which is the exact fourcc that I have tu use.
Thanks