Skip to content

mdsakalu/rpi-raspbian-ffmpeg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build-rpi-ffmpeg

This docker image will compile ffmpeg for the Raspberry Pi. It compiles ffmpeg with x264 and libv4l. Other libraries for things like aac audio could be added as well. You might need to install qemu-user-static and copy qemu-arm-static from your machine to the root of the repo in order to build.

cp $(which qemu-arm-static) .

You can get the x264 and ffmpeg package files from the image with extractdeb.sh if that's all you care about.

About

Docker image to build ffmpeg .deb package file for Raspberry Pi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages