Hi, I found that avformat_write_header() changed (AVStream)streams[video_index]->time_base, when I mux .h246 stream into mp4 file. I already set time_base for the AVCodecContext: out_stream->codec->time_base = av_make_q(1, ctx->param->v_frame_rate); How to avoid that ?Thanks.
_______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
