Thanks to visit codestin.com
Credit goes to github.com

Skip to content

agfy/ffmpeg_recorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ffmpeg_recorder

simple Golang example of recording a video using ffmpeg with cgo.

Installation

sudo apt-get install libavcodec-dev libavformat-dev libavutil-dev libswscale-dev libxtst-dev

If ffmpeg is not in standard place set environment variables

export CGO_CFLAGS="-I/path/to/ffmpeg/include"
export CGO_LDFLAGS="-L/path/to/ffmpeg/libs -lavcodec -lavformat -lavutil"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages