文件名称:simplest_ffmpeg_pic_encoder
- 所属分类:
- 多媒体
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2014-08-16
- 文件大小:
- 12.08mb
- 下载次数:
- 0次
- 提 供 者:
- 雷**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
最简单的基于FFMPEG的图像编码器(YUV编码为JPEG)。代码调用FFMPEG类库实现了YUV420P的数据编码为JPEG图片。
详细信息《最简单的基于FFMPEG的图像编码器(YUV编码为JPEG)》:
http://blog.csdn.net/leixiaohua1020/article/details/25346147-a simplest picture encoder based on FFmpeg.
The software is based on VC 2010. It is suitable for beginner of FFmpeg.
The software encode YUV420P data to JPEG picture .It only uses about 100 lines of code.
详细信息《最简单的基于FFMPEG的图像编码器(YUV编码为JPEG)》:
http://blog.csdn.net/leixiaohua1020/article/details/25346147-a simplest picture encoder based on FFmpeg.
The software is based on VC 2010. It is suitable for beginner of FFmpeg.
The software encode YUV420P data to JPEG picture .It only uses about 100 lines of code.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
simplest_ffmpeg_pic_encoder
...........................\.gitignore
...........................\simplest_ffmpeg_pic_encoder
...........................\simplest_ffmpeg_pic_encoder.sln
...........................\simplest_ffmpeg_pic_encoder.suo
...........................\...........................\.gitignore
...........................\...........................\avcodec-55.dll
...........................\...........................\avdevice-55.dll
...........................\...........................\avfilter-4.dll
...........................\...........................\avformat-55.dll
...........................\...........................\avutil-52.dll
...........................\...........................\cuc_view.jpg
...........................\...........................\cuc_view_480x272.yuv
...........................\...........................\include
...........................\...........................\.......\inttypes.h
...........................\...........................\.......\libavcodec
...........................\...........................\.......\..........\avcodec.h
...........................\...........................\.......\..........\avfft.h
...........................\...........................\.......\..........\dxva2.h
...........................\...........................\.......\..........\old_codec_ids.h
...........................\...........................\.......\..........\vaapi.h
...........................\...........................\.......\..........\vda.h
...........................\...........................\.......\..........\vdpau.h
...........................\...........................\.......\..........\version.h
...........................\...........................\.......\..........\xvmc.h
...........................\...........................\.......\libavdevice
...........................\...........................\.......\...........\avdevice.h
...........................\...........................\.......\...........\version.h
...........................\...........................\.......\libavfilter
...........................\...........................\.......\...........\asrc_abuffer.h
...........................\...........................\.......\...........\avcodec.h
...........................\...........................\.......\...........\avfilter.h
...........................\...........................\.......\...........\avfiltergraph.h
...........................\...........................\.......\...........\buffersink.h
...........................\...........................\.......\...........\buffersrc.h
...........................\...........................\.......\...........\version.h
...........................\...........................\.......\libavformat
...........................\...........................\.......\...........\avformat.h
...........................\...........................\.......\...........\avio.h
...........................\...........................\.......\...........\version.h
...........................\...........................\.......\libavutil
...........................\...........................\.......\.........\adler32.h
...........................\...........................\.......\.........\aes.h
...........................\...........................\.......\.........\attributes.h
...........................\...........................\.......\.........\audioconvert.h
...........................\...........................\.......\.........\audio_fifo.h
...........................\...........................\.......\.........\avassert.h
...........................\...........................\.......\.........\avconfig.h
...........................\...........................\.......\.........\avstring.h
...........................\...........................\.......\.........\avutil.h
...........................\...........................\.......\.........\base64.h
...........................\...........................\.......\.........\blowfish.h
...........................