在VS2008下调试output_example

时间:2014-11-06 18:05:15
【文件属性】:
文件名称:在VS2008下调试output_example
文件大小:6.04MB
文件格式:RAR
更新时间:2014-11-06 18:05:15
release 调用? 完全照文档, 8步:修改编译输出路径,为什么? 9步:工程文件夹下的Debug文件夹下——实际是:OutputExample2\Debug\OutputExample2 ? release版 要按照debug设置,且dll放入releas文件夹 cmd运行 OutputExample.exe xxx.format 貌似自动转avi
【文件预览】:
OutputExample2
----Debug()
--------OutputExample2()
----OutputExample2.ncb(1.1MB)
----Release()
--------OutputExample2.pdb(259KB)
--------swscale.dll(155KB)
--------avutil.dll(56KB)
--------avformat.dll(651KB)
--------avcodec.dll(6.94MB)
--------paradox.avi(458KB)
--------OutputExample2.exe(12KB)
----OutputExample2.sln(908B)
----OutputExample2()
--------libavcodec()
--------Debug()
--------OutputExample2.vcproj(6KB)
--------inttypes.h(91B)
--------lib()
--------libavfilter()
--------libavdevice()
--------output_example.c(16KB)
--------stdint.h(4KB)
--------Release()
--------libswscale()
--------libavutil()
--------libavformat()
--------OutputExample2.vcproj.Susan.huangyue.user(1KB)
----OutputExample2.suo(24KB)

网友评论

  • 不错,步骤很详细,最近正在学习ffmpeg