项目作者: zhahang

项目描述 :
Some audio/video processing interface
高级语言: C++
项目地址: git://github.com/zhahang/Audio-Video-processing-APIs.git
创建时间: 2017-07-03T09:44:53Z
项目社区:https://github.com/zhahang/Audio-Video-processing-APIs

开源协议:

下载


Audio-Video-processing-APIs

Some audio and video processing interface

Base on FFmpeg

Please use FFmpeg 3.0 or later

1.VideoRemuxer

  1. Description:
  2. Add the specified audio to the video.
  3. files:
  4. src/VideoRemuxer.h
  5. src/VideoRemuxer.cpp

2.VideoFileMerge

  1. Description:
  2. Synthesize multiple video files into one video file.
  3. files:
  4. src/VideoFileMerge.h
  5. src/VideoFileMerge.cpp

3.VideoFileCut

  1. Description:
  2. Clips from the original video file within a piece of content to generate a new file.
  3. files:
  4. src/VideoFileCut.h
  5. src/VideoFileCut.cpp

4.VideoEncryption

  1. Description:
  2. Encrypt and decrypt video files.
  3. files:
  4. src/VideoEncryptioner.h
  5. src/VideoEncryptioner.cpp