This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

About the write thread of encode example

Hello, 

I am now using dm6446 to make a small video program. 

And I have noticed that the encode example provided in the DVSDK is quite useful.

Therefore, I tried this example, but then found out that the generated video file cannot be played.

The getting starting guide mentioned that the encode example works as follow command, ./encode -v test.264.

And it would capture the video and encoded it using the H.264 codec.

However, I could get the test.264 file, but I couldn't play it by any player usually used, say Windows Media Classic.

So, I tried to run the decode example to decode the test.264 file, and it could be decoded by the codec and could show video on LCD, which implied the examples worked fine.

My question is, what I should do to make the the generated coded file played by other player?

THX!