[MPlayer-dev-eng] MEncoder does not duplicate frames correctly
Kim Minh Kaplan
kmkaplan at selfoffice.com
Thu Dec 13 12:37:26 CET 2001
Arpi writes:
> where?
>
> if(skip_flag<0){
> // duplicate frame
> printf("\nduplicate %d frame(s)!!! \n",-skip_flag);
> while(skip_flag<0){
> aviwrite_write_chunk(muxer,mux_v,muxer_f,0,0);
> ++skip_flag;
> }
> } else
>
> it writes N zero-length chunks to the file.
Damn, you are right. Now I don't know what caused my problem... I'll
try it again.
Kim Minh.
More information about the MPlayer-dev-eng
mailing list