ffmpeg SDK开发图片串视频中,如何设置浮点型帧率23.976。已在AVCodecContext,设置c->time_base = AVRational { 1001, 24000 };可是在用了ret = avformat_write_header(pFormatCtxOut, NULL)后,time_base的值就被改成 { 1, 24000 }了。
http://blog.csdn.net/oldmtn/article/details/48173805