Is it possible to make AVI files that can be run on both Window OS generic media player and Evm demo application ?
below site shows some clue by which AVI file can be run with stability. test environment was dm355 evm on gst-ti-plugin-full-1.00.02.
you can also see the avi decode test result with release_test_results_1_00_02.xls
gst-ti-plugin-full-1.00.02 supports 'avimux' functionality to mux audio and video data into avi file.
that is.. 'avimux' can make avi file from muxing alaw(g711) and mpeg4. you can also find specific description about 'avimux' by search engine like google. below site shows it's description.
(http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good-plugins/html/ch01.html)
is there anybody who succeed making avi clip that can be played in both PC and EVM ?