Hi I'm using the method avformat_open_input to load a ~2GB h264 encoded video file.
int err = avformat_open_input(&m_formatContext, path, NULL, NULL); This takes a bit too long however, is there any way to make it faster? -mika _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
