文件名称:simplest_ffmpeg_video_filter
- 所属分类:
- 多媒体
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2014-08-16
- 文件大小:
- 12.92mb
- 下载次数:
- 1次
- 提 供 者:
- 雷**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
最简单的基于FFmpeg的AVfilter例子(水印叠加)。FFMPEG中有一个类库:libavfilter。该类库提供了各种视音频过滤器。本代码在libavfilter基础上完成了一个水印叠加器。
该代码完成了一个水印叠加的功能。可以将一张透明背景的PNG图片作为水印叠加到一个视频文件上。
详细信息《最简单的基于FFmpeg的AVfilter例子(水印叠加)》:
http://blog.csdn.net/leixiaohua1020/article/details/29368911
-This software uses FFmpeg s AVFilter to add watermark in a video file.
It can add a PNG format picture as watermark to a video file.
It s the simplest example based on FFmpeg s AVFilter.
Suitable for beginner of FFmpeg
该代码完成了一个水印叠加的功能。可以将一张透明背景的PNG图片作为水印叠加到一个视频文件上。
详细信息《最简单的基于FFmpeg的AVfilter例子(水印叠加)》:
http://blog.csdn.net/leixiaohua1020/article/details/29368911
-This software uses FFmpeg s AVFilter to add watermark in a video file.
It can add a PNG format picture as watermark to a video file.
It s the simplest example based on FFmpeg s AVFilter.
Suitable for beginner of FFmpeg
(系统自动生成,下载前可以参看下载内容)
下载文件列表
simplest_ffmpeg_video_filter
............................\readme.txt
............................\simplest_ffmpeg_video_filter
............................\simplest_ffmpeg_video_filter.sln
............................\simplest_ffmpeg_video_filter.suo
............................\............................\.gitignore
............................\............................\avcodec-55.dll
............................\............................\avdevice-55.dll
............................\............................\avfilter-4.dll
............................\............................\avformat-55.dll
............................\............................\avutil-52.dll
............................\............................\cuc_ieschool.flv
............................\............................\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