mirror of
https://github.com/zergon321/reisen.git
synced 2025-12-24 11:51:50 +08:00
777 B
777 B
Reisen 
A simple library to extract video and audio frames from media containers (based on libav, i.e. ffmpeg).
Dependencies
The library requires libav components to work:
- libavformat
- libavcodec
- libavutil
- libswresample
- libswscale
For Arch-based Linux distributions:
sudo pacman -S ffmpeg
For Debian-based Linux distributions:
sudo apt install libswscale-dev libavcodec-dev libavformat-dev libswresample-dev libavutil-dev
For macOS:
brew install libav
Installation
Just casually run this command:
go get github.com/zergon321/reisen