Hi, Try to use avformat_find_stream_info()<http://ffmpeg.org/doxygen/trunk/group__lavf__decoding.html#gad42172e27cddafb81096939783b157bb> .
2013/6/11 thanh nhan thanh nhan <[email protected]> > Hi everyone, > I am developing an video app using ffmpeg libs. After open video file by > using avformat_open_input() function, i try to get the video information > such as: total number of frames, frame rate.. > But there is no such field in AVcodeccontext, AVStream, AVformatcontext... > I hopely get advices from all of you guys. Thank you! > _______________________________________________ > Libav-user mailing list > [email protected] > http://ffmpeg.org/mailman/listinfo/libav-user >
_______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
