29 Mar
2007
29 Mar
'07
4:36 a.m.
Michel Bardiaux wrote:
Cool_Zer0 wrote:
The resulting .bmp's are ok... I guess that it's a problem on my code...
Now we know the encoding by ffmpeg produces an h632 of good quality when decoded by ffmpeg. But there could indeed be some subtle incompatibility between the ffmpeg h263 and the MS h263 decoder. Can you read the h263 file using WMP? Or Media Player Classic?
I'll try the gdb trick :)
I found the problem... With the gdb I saw that the time_base is 1/25... I was using 1/90000... Now is fine... Thanks for the support.