2013年(7)
发布时间:2013-12-25 15:27:59
参考flv的spec文档,写了个解析onMetaData,代码没有整理点击(此处)折叠或打开/* * Copyright (c) 2013 Steven Liu * * * FFmpeg is free software; you can redistribute it and/or * modify i.........【阅读全文】
发布时间:2013-12-25 15:27:47
?av_seek_frame使用时需要使用四个参数
av_seek_frame(fmt_ctx, -1 , 20 * AV_TIME_BASE, AVSEEK_FLAG_ANY);
参数一: fmt_ctx为容器内容;
参数二: 流索引, stream_index
参数三: 将要定位处的时间戳
参数四: seek功能flag......【阅读全文】