Hi,
I'm encoding videos on DM6446 with "Video 1.0 Encoder Code". The process runs and finishes correctly but I have few problems with the mpeg result when I watch it with a standard player (mplayer, xine, kaffeine,..):
- Frames are not indexed. I Can't jump to far frames, only next frame of the current frame.
- Second, third, fourth and last frame doesn't exist. I can't see them, but I'm sure they have been writted.
I don't use any codec function to close video, would it be necessary?
This is my simplified code:
IVIDENC1_create
IVIDENC1_control (XDM_SETPARAMS)
IVIDENC1_control (XDM_GETBUFINFO)
open file
for(i=1;i<=numFrame;i++)
{
IVIDENC1_process
write data frame to file
}
close file
Thanks,
Santi