首页 星云 工具 资源 星选 资讯 热门工具
:

PDF转图片 完全免费 小红书视频下载 无水印 抖音视频下载 无水印 数字星空

ffmpeg for MFC 1.2 (源代码)

后端 18.94MB 18 需要积分: 1
立即下载

资源介绍:

自己做的FFMPEG移植到VC下的开源工程:ffmpeg for MFC。 本工程将ffmpeg工程中的ffmpeg转码器(ffmpeg.c)移植到了VC环境下。并且使用MFC做了一套简单的界面。它可以完成一个视频转码的基本功能:封装格式以及编码格式的转换。通过本程序可以学习视频转码器的原理,以及Windows的消息机制等知识。 更新记录============================== 1.1版(2014.7.12) * 更换了部分界面 * 原工程支持Unicode编码 * 修复了一部分内存泄露的问题 * 修正了ffmpeg.c中的exit_program()函数。保证在转码结束后可以释放资源。 * 修正了一部分“任务列表”的功能 * 修正了添加任务的时候“要用按钮去选输入文件,不能自己直接输入”的问题。 1.2版(2014.8.16) *增加了“内部转码”和“外部转码”选项。“内部转码”即通过原先移植的ffmpeg.c进行转码。“外部转码”支持作为一个GUI直接调用ffmpeg.exe进行转码。

资源文件列表:

ffmpegmfc.zip 大约有235个文件
  1. ffmpegmfc/
  2. ffmpegmfc/.gitignore 44B
  3. ffmpegmfc/ChangeLog 326B
  4. ffmpegmfc/ffmpegmfc/
  5. ffmpegmfc/ffmpegmfc.sln 894B
  6. ffmpegmfc/ffmpegmfc.suo 49KB
  7. ffmpegmfc/ffmpegmfc/.gitignore 27B
  8. ffmpegmfc/ffmpegmfc/avcodec-54.dll 14.35MB
  9. ffmpegmfc/ffmpegmfc/avdevice-54.dll 381.5KB
  10. ffmpegmfc/ffmpegmfc/avfilter-3.dll 1.66MB
  11. ffmpegmfc/ffmpegmfc/avformat-54.dll 2.77MB
  12. ffmpegmfc/ffmpegmfc/avutil-51.dll 229.5KB
  13. ffmpegmfc/ffmpegmfc/cmdutils.c 51.58KB
  14. ffmpegmfc/ffmpegmfc/cmdutils.h 15.4KB
  15. ffmpegmfc/ffmpegmfc/cmdutils_common_opts.h 4.17KB
  16. ffmpegmfc/ffmpegmfc/config.h 25.88KB
  17. ffmpegmfc/ffmpegmfc/ffmpeg.c 114.11KB
  18. ffmpegmfc/ffmpegmfc/ffmpeg.exe 26.12MB
  19. ffmpegmfc/ffmpegmfc/ffmpeg.h 12.47KB
  20. ffmpegmfc/ffmpegmfc/ffmpegmfc.aps 517.33KB
  21. ffmpegmfc/ffmpegmfc/ffmpegmfc.cpp 3.16KB
  22. ffmpegmfc/ffmpegmfc/ffmpegmfc.h 885B
  23. ffmpegmfc/ffmpegmfc/ffmpegmfc.rc 64.97KB
  24. ffmpegmfc/ffmpegmfc/ffmpegmfc.vcxproj 8.11KB
  25. ffmpegmfc/ffmpegmfc/ffmpegmfc.vcxproj.filters 3.22KB
  26. ffmpegmfc/ffmpegmfc/ffmpegmfc.vcxproj.user 143B
  27. ffmpegmfc/ffmpegmfc/ffmpegmfcDlg.cpp 30.35KB
  28. ffmpegmfc/ffmpegmfc/ffmpegmfcDlg.h 4.31KB
  29. ffmpegmfc/ffmpegmfc/ffmpeg_filter.c 31.71KB
  30. ffmpegmfc/ffmpegmfc/ffmpeg_opt.c 96.5KB
  31. ffmpegmfc/ffmpegmfc/include/
  32. ffmpegmfc/ffmpegmfc/include/compat/
  33. ffmpegmfc/ffmpegmfc/include/compat/getopt.c 2.43KB
  34. ffmpegmfc/ffmpegmfc/include/compat/msvcrt/
  35. ffmpegmfc/ffmpegmfc/include/compat/msvcrt/snprintf.c 2.08KB
  36. ffmpegmfc/ffmpegmfc/include/compat/msvcrt/snprintf.h 1.27KB
  37. ffmpegmfc/ffmpegmfc/include/compat/strtod.c 2.73KB
  38. ffmpegmfc/ffmpegmfc/include/compat/va_copy.h 952B
  39. ffmpegmfc/ffmpegmfc/include/inttypes.h 5.79KB
  40. ffmpegmfc/ffmpegmfc/include/libavcodec/
  41. ffmpegmfc/ffmpegmfc/include/libavcodec/avcodec.h 162.22KB
  42. ffmpegmfc/ffmpegmfc/include/libavcodec/avfft.h 2.99KB
  43. ffmpegmfc/ffmpegmfc/include/libavcodec/dxva2.h 2.08KB
  44. ffmpegmfc/ffmpegmfc/include/libavcodec/old_codec_ids.h 10.41KB
  45. ffmpegmfc/ffmpegmfc/include/libavcodec/vaapi.h 3.91KB
  46. ffmpegmfc/ffmpegmfc/include/libavcodec/vda.h 5.03KB
  47. ffmpegmfc/ffmpegmfc/include/libavcodec/vdpau.h 2.85KB
  48. ffmpegmfc/ffmpegmfc/include/libavcodec/version.h 3.38KB
  49. ffmpegmfc/ffmpegmfc/include/libavcodec/xvmc.h 5.85KB
  50. ffmpegmfc/ffmpegmfc/include/libavdevice/
  51. ffmpegmfc/ffmpegmfc/include/libavdevice/avdevice.h 2.11KB
  52. ffmpegmfc/ffmpegmfc/include/libavdevice/version.h 1.82KB
  53. ffmpegmfc/ffmpegmfc/include/libavfilter/
  54. ffmpegmfc/ffmpegmfc/include/libavfilter/asrc_abuffer.h 3.24KB
  55. ffmpegmfc/ffmpegmfc/include/libavfilter/avcodec.h 4.33KB
  56. ffmpegmfc/ffmpegmfc/include/libavfilter/avfilter.h 31.3KB
  57. ffmpegmfc/ffmpegmfc/include/libavfilter/avfiltergraph.h 10.31KB
  58. ffmpegmfc/ffmpegmfc/include/libavfilter/buffersink.h 4.78KB
  59. ffmpegmfc/ffmpegmfc/include/libavfilter/buffersrc.h 2.77KB
  60. ffmpegmfc/ffmpegmfc/include/libavfilter/version.h 2.37KB
  61. ffmpegmfc/ffmpegmfc/include/libavformat/
  62. ffmpegmfc/ffmpegmfc/include/libavformat/aiff.h 2.06KB
  63. ffmpegmfc/ffmpegmfc/include/libavformat/apetag.h 1.28KB
  64. ffmpegmfc/ffmpegmfc/include/libavformat/asf.h 7.21KB
  65. ffmpegmfc/ffmpegmfc/include/libavformat/asfcrypt.h 1008B
  66. ffmpegmfc/ffmpegmfc/include/libavformat/audiointerleave.h 2.36KB
  67. ffmpegmfc/ffmpegmfc/include/libavformat/avc.h 1.32KB
  68. ffmpegmfc/ffmpegmfc/include/libavformat/avformat.h 74.73KB
  69. ffmpegmfc/ffmpegmfc/include/libavformat/avi.h 1.35KB
  70. ffmpegmfc/ffmpegmfc/include/libavformat/avio.h 16.36KB
  71. ffmpegmfc/ffmpegmfc/include/libavformat/avio_internal.h 3.88KB
  72. ffmpegmfc/ffmpegmfc/include/libavformat/avlanguage.h 1.44KB
  73. ffmpegmfc/ffmpegmfc/include/libavformat/caf.h 1005B
  74. ffmpegmfc/ffmpegmfc/include/libavformat/dv.h 1.4KB
  75. ffmpegmfc/ffmpegmfc/include/libavformat/ffm.h 1.89KB
  76. ffmpegmfc/ffmpegmfc/include/libavformat/ffmeta.h 1KB
  77. ffmpegmfc/ffmpegmfc/include/libavformat/flacenc.h 1.08KB
  78. ffmpegmfc/ffmpegmfc/include/libavformat/flv.h 4.31KB
  79. ffmpegmfc/ffmpegmfc/include/libavformat/gxf.h 1.46KB
  80. ffmpegmfc/ffmpegmfc/include/libavformat/http.h 1.63KB
  81. ffmpegmfc/ffmpegmfc/include/libavformat/httpauth.h 2.95KB
  82. ffmpegmfc/ffmpegmfc/include/libavformat/network.h 4.96KB
  83. ffmpegmfc/ffmpegmfc/include/libavformat/nut.h 4.37KB
  84. ffmpegmfc/ffmpegmfc/include/libavformat/oggdec.h 4.73KB
  85. ffmpegmfc/ffmpegmfc/include/libavformat/oma.h 1.22KB
  86. ffmpegmfc/ffmpegmfc/include/libavformat/options_table.h 6.33KB
  87. ffmpegmfc/ffmpegmfc/include/libavformat/os_support.h 3.23KB
  88. ffmpegmfc/ffmpegmfc/include/libavformat/pcm.h 1.03KB
  89. ffmpegmfc/ffmpegmfc/include/libavformat/qtpalette.h 10.82KB
  90. ffmpegmfc/ffmpegmfc/include/libavformat/rawdec.h 2.55KB
  91. ffmpegmfc/ffmpegmfc/include/libavformat/rawenc.h 1007B
  92. ffmpegmfc/ffmpegmfc/include/libavformat/rdt.h 4.26KB
  93. ffmpegmfc/ffmpegmfc/include/libavformat/riff.h 2.89KB
  94. ffmpegmfc/ffmpegmfc/include/libavformat/rm.h 4.04KB
  95. ffmpegmfc/ffmpegmfc/include/libavformat/rso.h 1.05KB
  96. ffmpegmfc/ffmpegmfc/include/libavformat/rtmp.h 2.29KB
  97. ffmpegmfc/ffmpegmfc/include/libavformat/rtmpcrypt.h 2.23KB
  98. ffmpegmfc/ffmpegmfc/include/libavformat/rtmpdh.h 2.8KB
  99. ffmpegmfc/ffmpegmfc/include/libavformat/rtmppkt.h 8.85KB
  100. ffmpegmfc/ffmpegmfc/include/libavformat/rtp.h 3.23KB
  101. ffmpegmfc/ffmpegmfc/include/libavformat/rtpdec.h 8.67KB
  102. ffmpegmfc/ffmpegmfc/include/libavformat/rtpdec_formats.h 2.9KB
  103. ffmpegmfc/ffmpegmfc/include/libavformat/rtpenc.h 4.03KB
  104. ffmpegmfc/ffmpegmfc/include/libavformat/rtpenc_chain.h 1.09KB
  105. ffmpegmfc/ffmpegmfc/include/libavformat/rtsp.h 20.39KB
  106. ffmpegmfc/ffmpegmfc/include/libavformat/rtspcodes.h 1.82KB
  107. ffmpegmfc/ffmpegmfc/include/libavformat/sauce.h 1.28KB
  108. ffmpegmfc/ffmpegmfc/include/libavformat/seek.h 4.92KB
  109. ffmpegmfc/ffmpegmfc/include/libavformat/smjpeg.h 1.44KB
  110. ffmpegmfc/ffmpegmfc/include/libavformat/sox.h 1.03KB
  111. ffmpegmfc/ffmpegmfc/include/libavformat/spdif.h 2.83KB
  112. ffmpegmfc/ffmpegmfc/include/libavformat/subtitles.h 2.55KB
  113. ffmpegmfc/ffmpegmfc/include/libavformat/swf.h 2.44KB
  114. ffmpegmfc/ffmpegmfc/include/libavformat/url.h 9.13KB
  115. ffmpegmfc/ffmpegmfc/include/libavformat/urldecode.h 1.32KB
  116. ffmpegmfc/ffmpegmfc/include/libavformat/version.h 3.11KB
  117. ffmpegmfc/ffmpegmfc/include/libavformat/voc.h 1.65KB
  118. ffmpegmfc/ffmpegmfc/include/libavformat/vorbiscomment.h 2.16KB
  119. ffmpegmfc/ffmpegmfc/include/libavformat/wtv.h 2.03KB
  120. ffmpegmfc/ffmpegmfc/include/libavresample/
  121. ffmpegmfc/ffmpegmfc/include/libavresample/arm/
  122. ffmpegmfc/ffmpegmfc/include/libavresample/arm/audio_convert_init.c 1.95KB
  123. ffmpegmfc/ffmpegmfc/include/libavresample/arm/audio_convert_neon.S 13.75KB
  124. ffmpegmfc/ffmpegmfc/include/libavresample/arm/Makefile 76B
  125. ffmpegmfc/ffmpegmfc/include/libavresample/audio_convert.c 15.71KB
  126. ffmpegmfc/ffmpegmfc/include/libavresample/audio_convert.h 3.47KB
  127. ffmpegmfc/ffmpegmfc/include/libavresample/audio_data.c 10.11KB
  128. ffmpegmfc/ffmpegmfc/include/libavresample/audio_data.h 6.75KB
  129. ffmpegmfc/ffmpegmfc/include/libavresample/audio_mix.c 14.84KB
  130. ffmpegmfc/ffmpegmfc/include/libavresample/audio_mix.h 3.65KB
  131. ffmpegmfc/ffmpegmfc/include/libavresample/audio_mix_matrix.c 16.82KB
  132. ffmpegmfc/ffmpegmfc/include/libavresample/avresample-test.c 12.28KB
  133. ffmpegmfc/ffmpegmfc/include/libavresample/avresample.h 11.15KB
  134. ffmpegmfc/ffmpegmfc/include/libavresample/internal.h 4.39KB
  135. ffmpegmfc/ffmpegmfc/include/libavresample/libavresample.v 66B
  136. ffmpegmfc/ffmpegmfc/include/libavresample/Makefile 726B
  137. ffmpegmfc/ffmpegmfc/include/libavresample/options.c 7.14KB
  138. ffmpegmfc/ffmpegmfc/include/libavresample/resample.c 14.66KB
  139. ffmpegmfc/ffmpegmfc/include/libavresample/resample.h 2.31KB
  140. ffmpegmfc/ffmpegmfc/include/libavresample/resample_template.c 3.38KB
  141. ffmpegmfc/ffmpegmfc/include/libavresample/utils.c 16.19KB
  142. ffmpegmfc/ffmpegmfc/include/libavresample/version.h 1.78KB
  143. ffmpegmfc/ffmpegmfc/include/libavresample/x86/
  144. ffmpegmfc/ffmpegmfc/include/libavresample/x86/audio_convert.asm 43.02KB
  145. ffmpegmfc/ffmpegmfc/include/libavresample/x86/audio_convert_init.c 15.42KB
  146. ffmpegmfc/ffmpegmfc/include/libavresample/x86/audio_mix.asm 14.2KB
  147. ffmpegmfc/ffmpegmfc/include/libavresample/x86/audio_mix_init.c 13.05KB
  148. ffmpegmfc/ffmpegmfc/include/libavresample/x86/Makefile 297B
  149. ffmpegmfc/ffmpegmfc/include/libavresample/x86/util.asm 1.44KB
  150. ffmpegmfc/ffmpegmfc/include/libavutil/
  151. ffmpegmfc/ffmpegmfc/include/libavutil/adler32.h 1.43KB
  152. ffmpegmfc/ffmpegmfc/include/libavutil/aes.h 1.67KB
  153. ffmpegmfc/ffmpegmfc/include/libavutil/attributes.h 3.97KB
  154. ffmpegmfc/ffmpegmfc/include/libavutil/audioconvert.h 8.14KB
  155. ffmpegmfc/ffmpegmfc/include/libavutil/audio_fifo.h 4.01KB
  156. ffmpegmfc/ffmpegmfc/include/libavutil/avassert.h 2.06KB
  157. ffmpegmfc/ffmpegmfc/include/libavutil/avconfig.h 210B
  158. ffmpegmfc/ffmpegmfc/include/libavutil/avstring.h 6.74KB
  159. ffmpegmfc/ffmpegmfc/include/libavutil/avutil.h 5.93KB
  160. ffmpegmfc/ffmpegmfc/include/libavutil/base64.h 1.92KB
  161. ffmpegmfc/ffmpegmfc/include/libavutil/blowfish.h 2.26KB
  162. ffmpegmfc/ffmpegmfc/include/libavutil/bprint.h 5.4KB
  163. ffmpegmfc/ffmpegmfc/include/libavutil/bswap.h 2.79KB
  164. ffmpegmfc/ffmpegmfc/include/libavutil/colorspace.h 3.58KB
  165. ffmpegmfc/ffmpegmfc/include/libavutil/common.h 12.02KB
  166. ffmpegmfc/ffmpegmfc/include/libavutil/cpu.h 4.17KB
  167. ffmpegmfc/ffmpegmfc/include/libavutil/crc.h 1.44KB
  168. ffmpegmfc/ffmpegmfc/include/libavutil/dict.h 4.84KB
  169. ffmpegmfc/ffmpegmfc/include/libavutil/error.h 4.5KB
  170. ffmpegmfc/ffmpegmfc/include/libavutil/eval.h 6.42KB
  171. ffmpegmfc/ffmpegmfc/include/libavutil/fifo.h 4.74KB
  172. ffmpegmfc/ffmpegmfc/include/libavutil/file.h 2.14KB
  173. ffmpegmfc/ffmpegmfc/include/libavutil/imgutils.h 7.52KB
  174. ffmpegmfc/ffmpegmfc/include/libavutil/intfloat.h 1.68KB
  175. ffmpegmfc/ffmpegmfc/include/libavutil/intfloat_readwrite.h 1.45KB
  176. ffmpegmfc/ffmpegmfc/include/libavutil/intreadwrite.h 14.47KB
  177. ffmpegmfc/ffmpegmfc/include/libavutil/lfg.h 1.94KB
  178. ffmpegmfc/ffmpegmfc/include/libavutil/libm.h 3.15KB
  179. ffmpegmfc/ffmpegmfc/include/libavutil/log.h 6.72KB
  180. ffmpegmfc/ffmpegmfc/include/libavutil/lzo.h 2.46KB
  181. ffmpegmfc/ffmpegmfc/include/libavutil/mathematics.h 3.81KB
  182. ffmpegmfc/ffmpegmfc/include/libavutil/md5.h 1.24KB
  183. ffmpegmfc/ffmpegmfc/include/libavutil/mem.h 7.1KB
  184. ffmpegmfc/ffmpegmfc/include/libavutil/old_pix_fmts.h 13.98KB
  185. ffmpegmfc/ffmpegmfc/include/libavutil/opt.h 25.96KB
  186. ffmpegmfc/ffmpegmfc/include/libavutil/parseutils.h 6.53KB
  187. ffmpegmfc/ffmpegmfc/include/libavutil/pixdesc.h 7.29KB
  188. ffmpegmfc/ffmpegmfc/include/libavutil/pixfmt.h 19.76KB
  189. ffmpegmfc/ffmpegmfc/include/libavutil/random_seed.h 1.37KB
  190. ffmpegmfc/ffmpegmfc/include/libavutil/rational.h 3.85KB
  191. ffmpegmfc/ffmpegmfc/include/libavutil/samplefmt.h 9.18KB
  192. ffmpegmfc/ffmpegmfc/include/libavutil/sha.h 1.78KB
  193. ffmpegmfc/ffmpegmfc/include/libavutil/time.h 1.25KB
  194. ffmpegmfc/ffmpegmfc/include/libavutil/timecode.h 5.54KB
  195. ffmpegmfc/ffmpegmfc/include/libavutil/timestamp.h 2.48KB
  196. ffmpegmfc/ffmpegmfc/include/libavutil/version.h 2.82KB
  197. ffmpegmfc/ffmpegmfc/include/libavutil/xtea.h 1.76KB
  198. ffmpegmfc/ffmpegmfc/include/libpostproc/
  199. ffmpegmfc/ffmpegmfc/include/libpostproc/postprocess.h 2.73KB
  200. ffmpegmfc/ffmpegmfc/include/libpostproc/version.h 1.68KB
  201. ffmpegmfc/ffmpegmfc/include/libswresample/
  202. ffmpegmfc/ffmpegmfc/include/libswresample/swresample.h 7.69KB
  203. ffmpegmfc/ffmpegmfc/include/libswresample/version.h 1.65KB
  204. ffmpegmfc/ffmpegmfc/include/libswscale/
  205. ffmpegmfc/ffmpegmfc/include/libswscale/swscale.h 11.7KB
  206. ffmpegmfc/ffmpegmfc/include/libswscale/version.h 2.07KB
  207. ffmpegmfc/ffmpegmfc/include/stdint.h 6.44KB
  208. ffmpegmfc/ffmpegmfc/lib/
  209. ffmpegmfc/ffmpegmfc/lib/avcodec.lib 65.41KB
  210. ffmpegmfc/ffmpegmfc/lib/avdevice.lib 2.43KB
  211. ffmpegmfc/ffmpegmfc/lib/avfilter.lib 39.21KB
  212. ffmpegmfc/ffmpegmfc/lib/avformat.lib 31.09KB
  213. ffmpegmfc/ffmpegmfc/lib/avutil.lib 55.5KB
  214. ffmpegmfc/ffmpegmfc/lib/postproc.lib 3.41KB
  215. ffmpegmfc/ffmpegmfc/lib/swresample.lib 23.1KB
  216. ffmpegmfc/ffmpegmfc/lib/swscale.lib 8.8KB
  217. ffmpegmfc/ffmpegmfc/postproc-52.dll 173.5KB
  218. ffmpegmfc/ffmpegmfc/ReadMe.txt 411B
  219. ffmpegmfc/ffmpegmfc/res/
  220. ffmpegmfc/ffmpegmfc/resource.h 13.21KB
  221. ffmpegmfc/ffmpegmfc/res/ffmpegmfc(en).bmp 94.27KB
  222. ffmpegmfc/ffmpegmfc/res/ffmpegmfc.bmp 94.27KB
  223. ffmpegmfc/ffmpegmfc/res/ffmpegmfc.ico 264.06KB
  224. ffmpegmfc/ffmpegmfc/res/ffmpegmfc.rc2 674B
  225. ffmpegmfc/ffmpegmfc/res/ffmpegmfc_ico.png 8.07KB
  226. ffmpegmfc/ffmpegmfc/stdafx.cpp 142B
  227. ffmpegmfc/ffmpegmfc/stdafx.h 3KB
  228. ffmpegmfc/ffmpegmfc/swresample-0.dll 107KB
  229. ffmpegmfc/ffmpegmfc/swscale-2.dll 325.5KB
  230. ffmpegmfc/ffmpegmfc/SysinfoDlg.cpp 17.27KB
  231. ffmpegmfc/ffmpegmfc/SysinfoDlg.h 5.08KB
  232. ffmpegmfc/ffmpegmfc/targetver.h 234B
  233. ffmpegmfc/ffmpegmfc/TaskinfoDlg.cpp 18.41KB
  234. ffmpegmfc/ffmpegmfc/TaskinfoDlg.h 3.13KB
  235. ffmpegmfc/ReadMe.txt 411B
0评论
提交 加载更多评论
其他资源 android_ocr
在android上基于tesseract-ocr开源项目实现的简单的文字识别程序及源代码 tessdata是语言包 需要放到手机SD卡根目录 tess-two是OCR引擎,需要导入到项目中(项目中已经导入)
volley源码
volley源码,这个资源文件对应着本人的博客http://blog.csdn.net/nipeng00/article/details/13669177
jQuery jPages (jQuery 分页插件)
jPages 是一个超给力的 jQuery 分页插件,它提供了很多丰富的新特性,如下: 自动翻页功能 可用键盘和鼠标滚动浏览 内容延迟显示 支持自定义分页导航菜单
Spring 4.0.4 开发包
Spring官网推荐使用Maven,但是对于Manven是一无所知,找了蛮久终于找到了Spring 4.0.4的开发包了,上传分享一下。
Spring 4.0.4 开发包 Spring 4.0.4 开发包 Spring 4.0.4 开发包
C语言实战105例源码
C语言实战105例源码,免费下载.
springmvc下的mybatis的sharding分表
springmvc下的mybatis的sharding分表,执行resources下的database.sql建立mysql的分表,修改applicationContext.xml的数据库用户名和密码,既可以运行maven项目,详细开发过程如我的博客地址:http://blog.csdn.net/zhulin40/article/details/38705105
SSH2整合例子(jquery,json)1.0版
免积分下载SSH2实例源码,并整合ajax、json、jquery等技术,使用mysql数据库,内含sql文件,免积分啊免积分。平台:myeclipse8.6(以上)、mysql 5.5.19;附带jquery 1.2.6(以上)、json。实现功能:登录验证,各种简单验证,使用json传值,并实现 注册(添加) 功能,呵呵,博大家一笑。。。后续版本,会陆续推出,请大家指教!
C#调用摄像头扫描二维码,生成二维码第二版
修复了在某些win7 64位电脑无法扫描二维码的BUG 在C#下通过DirectShow控制摄像头,实现快照后解码二维码。 在winXP及win7下测试通过。 希望此代码对使用C#开发摄像头和二维码应用的人有用。