项目作者: flowerinthenight

项目描述 :
Encode .NET bitmaps to h264 in mp4 container using ffmpeg.
高级语言: HTML
项目地址: git://github.com/flowerinthenight/ffmpeg-encode-h264mp4.git
创建时间: 2016-11-28T04:11:28Z
项目社区:https://github.com/flowerinthenight/ffmpeg-encode-h264mp4

开源协议:MIT License

下载


Build status

Overview

A sample x64 application written in C/C++/C# that generates bitmaps for h264 encoding (using mp4 as container) using ffmpeg. ffmpeg’s dev and shared packages are included. These packages were downloaded from this location.

You need to copy ffmpeg’s bin files (*.dll) to the output directory of the C# project. This project is tested in Debug|x64 configuration so the bin files are already included there.

Note that the output path of the .mp4 file is hardcoded to c:\users\idril\downloads\encoded.mp4 so you might want to change it as well.