资源简介
这个是本人在windows下自己编译的windows的ffmpeg库,里面包含头文件,动态,静态库!经过测试可以使用!
代码片段和文件信息
/*
* Copyright (c) 2014 Lukasz Marek
*
* Permission is hereby granted free of charge to any person obtaining a copy
* of this software and associated documentation files (the “Software“) to deal
* in the Software without restriction including without limitation the rights
* to use copy modify merge publish distribute sublicense and/or sell
* copies of the Software and to permit persons to whom the Software is
* furnished to do so subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED “AS IS“ WITHOUT WARRANTY OF ANY KIND EXPRESS OR
* IMPLIED INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM DAMAGES OR OTHER
* LIABILITY WHETHER IN AN ACTION OF CONTRACT TORT OR OTHERWISE ARISING FROM
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
#include
#include
#include
static const char *type_string(int type)
{
switch (type) {
case AVIO_ENTRY_DIRECTORY:
return ““;
case AVIO_ENTRY_FILE:
return ““;
case AVIO_ENTRY_BLOCK_DEVICE:
return ““;
case AVIO_ENTRY_CHARACTER_DEVICE:
return ““;
case AVIO_ENTRY_NAMED_PIPE:
return ““;
case AVIO_ENTRY_SYMBOLIC_link:
return “nk>“;
case AVIO_ENTRY_SOCKET:
return ““;
case AVIO_ENTRY_SERVER:
return ““;
case AVIO_ENTRY_SHARE:
return ““;
case AVIO_ENTRY_WORKGROUP:
return ““;
case AVIO_ENTRY_UNKNOWN:
default:
break;
}
return ““;
}
static int list_op(const char *input_dir)
{
AVIODirEntry *entry = NULL;
AVIODirContext *ctx = NULL;
int cnt ret;
char filemode[4] uid_and_gid[20];
if ((ret = avio_open_dir(&ctx input_dir NULL)) < 0) {
av_log(NULL AV_LOG_ERROR “Cannot open directory: %s.\n“ av_err2str(ret));
goto fail;
}
cnt = 0;
for (;;) {
if ((ret = avio_read_dir(ctx &entry)) < 0) {
av_log(NULL AV_LOG_ERROR “Cannot list directory: %s.\n“ av_err2str(ret));
goto fail;
}
if (!entry)
break;
if (entry->filemode == -1) {
snprintf(filemode 4 “???“);
} else {
snprintf(filemode 4 “%3“PRIo64 entry->filemode);
}
snprintf(uid_and_gid 20 “%“PRId64“(%“PRId64“)“ entry->user_id entry->group_id);
if (cnt == 0)
av_log(NULL AV_LOG_INFO “%-9s %12s %30s %10s %s %16s %16s %16s\n“
“TYPE“ “SIZE“ “NAME“ “UID(GID)“ “UGO“ “MODIFIED“
“ACCE
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-01-10 15:47 ffmpeg3.0\
目录 0 2018-01-10 15:47 ffmpeg3.0\bin\
文件 12992512 2017-12-07 11:14 ffmpeg3.0\bin\avcodec-57.dll
文件 15715328 2017-12-07 11:13 ffmpeg3.0\bin\avcodec-57.pdb
文件 59746 2017-12-07 11:14 ffmpeg3.0\bin\avcodec.lib
文件 265728 2017-12-07 11:14 ffmpeg3.0\bin\avdevice-57.dll
文件 1911808 2017-12-07 11:13 ffmpeg3.0\bin\avdevice-57.pdb
文件 6422 2017-12-07 11:14 ffmpeg3.0\bin\avdevice.lib
文件 2840576 2017-12-07 11:14 ffmpeg3.0\bin\avfilter-6.dll
文件 5565440 2017-12-07 11:13 ffmpeg3.0\bin\avfilter-6.pdb
文件 19772 2017-12-07 11:14 ffmpeg3.0\bin\avfilter.lib
文件 2717696 2017-12-07 11:14 ffmpeg3.0\bin\avformat-57.dll
文件 7547904 2017-12-07 11:13 ffmpeg3.0\bin\avformat-57.pdb
文件 44014 2017-12-07 11:14 ffmpeg3.0\bin\avformat.lib
文件 809984 2017-12-07 11:14 ffmpeg3.0\bin\avutil-55.dll
文件 2739200 2017-12-07 11:12 ffmpeg3.0\bin\avutil-55.pdb
文件 116222 2017-12-07 11:14 ffmpeg3.0\bin\avutil.lib
文件 444416 2017-12-07 11:14 ffmpeg3.0\bin\ffmpeg.exe
文件 2182144 2017-12-07 11:14 ffmpeg3.0\bin\ffmpeg_g.pdb
文件 19456 2017-12-07 10:47 ffmpeg3.0\bin\ffprobe_g.pdb
文件 131072 2017-12-07 11:14 ffmpeg3.0\bin\postproc-54.dll
文件 814080 2017-12-07 11:12 ffmpeg3.0\bin\postproc-54.pdb
文件 3740 2017-12-07 11:14 ffmpeg3.0\bin\postproc.lib
文件 275456 2017-12-07 11:14 ffmpeg3.0\bin\swresample-2.dll
文件 1240064 2017-12-07 11:13 ffmpeg3.0\bin\swresample-2.pdb
文件 6530 2017-12-07 11:14 ffmpeg3.0\bin\swresample.lib
文件 759808 2017-12-07 11:14 ffmpeg3.0\bin\swscale-4.dll
文件 1616896 2017-12-07 11:12 ffmpeg3.0\bin\swscale-4.pdb
文件 8944 2017-12-07 11:14 ffmpeg3.0\bin\swscale.lib
目录 0 2018-01-10 15:47 ffmpeg3.0\include\
文件 8309 2009-10-02 13:35 ffmpeg3.0\include\inttypes.h
............此处省略190个文件信息
相关资源
- Windows游戏编程大师技巧 第二版 中文
- Qt基于FFmpeg播放本地 H.264H264文件
- 从ffmpeg中抽取的h264解码器,可用于
- ffplay源代码
- 最简单的基于FFmpeg的推流器以推送R
- 停车场数学建模
- 外卖小程序源码带后台和数据库
- 中国人民大学数据库期末模拟试题及
- 笛佛库管大师1.8(单机版)完美破解
- 易用仓库管理系统软件2018免狗破解版
- 漫湾水库调度程序
- 武大计算机系数据库原理与技术课件
- DVD文件VOB的生成代码
- 仓库管理系统毕业设计带论文
- 恶意网址库
- 川大数据库系统(SSD6)历年考题、
- 最全的情感分析词库
- 身份证归属地数据库.xlsx
- QT生成DLL库文件的方法和使用方法详解
- 卫星轨道绝对动力学
- FFmpeg 采集摄像头输出rtmp直播流媒体,
- 基于单片机的立体车库控制系统设计
- Unity3d车库场景模型
- 指纹识别源程序与指纹库
- 基于ffmpeg将avi视频转换为mp4视频
- (补充)修改output-example,将H.264AAC帧
- ffmpeg-win64位库
- X264实时编码,FFmpeg实时解码
- FFmpeg API读取视音频文件信息的一个工
- 使用FFmpeg采集摄像头图像和麦克风音
评论
共有 条评论