Skip to content

ESTLing/mycodec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Codec

What is it

I create this project for better understand of ffmpeg.

Requirement

  • x264
  • x265
  • ffmpeg

Usage

Main process is as following.

setInputParam("1.h264", AV_CODEC_ID_H264);
setOutputParam("1.hevc", AV_CODEC_ID_HEVC);
transcode();  

More

The code is easy understanding, please found more explantion in comment of my code.

Reference

  1. ffmpeg tutorial
  2. FFMPEG 视音频编解码零基础学习方法

About

为理解ffmpeg所写的小型转码器

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages