Hi,
I am just starting to delve into video with the DM355. My application has me capturing video and saving it to removable storage. The resulting video files must be playable by Windows Media Player.
I cannot get WMP to recognize any of my MPEG files. I can play them with MPlayer, and have also generated some container files with the following mencoder commands:
mencoder.exe -ovc copy -of lavf -otest01.mp4 test01.raw
mencoder.exe -ovc copy -of lavf -o test01.mpg test01.raw
mencoder.exe -ovc copy -of lavf -o test01.avi test01.raw
I thought that WMP would be able to play back the .mp4 file generated by mencoder, but it did not. Same with the .mpg file. Strangely, WMP was able to play back the .avi.
Can anyone point me in the right direction? I'm looking for a simple solution, preferably one involving a pre-determined header appended to the stream before the stream is saved to disk.