Sign inSign up

tsuyopon123/ffmpeg

By tsuyopon123

Updated almost 5 years ago

ffmpeg for arm64 & amd64

Image
0

1.5K

tsuyopon123/ffmpeg repository overview

ffmpeg

apt install ffmpeg

Examples

Convert mp4 on Raspberry Pi4's hardware encoder.
docker run --device /dev/video11:/dev/video11 \
-v $(pwd):$(pwd) -w $(pwd) tsuyopon123/ffmpeg:4.4-debian \
-stats -i input.mp4 -c:v h264_v4l2m2m output.mp4

Tag summary

Content type

Image

Digest

Size

188.9 MB

Last updated

almost 5 years ago

docker pull tsuyopon123/ffmpeg