File tree Expand file tree Collapse file tree 2 files changed +3
-42
lines changed Expand file tree Collapse file tree 2 files changed +3
-42
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- [ ![ Build Status ] ( https://travis-ci.org /markus-perl/ffmpeg-build-script.svg?branch=master )] ( https://travis-ci.org/markus-perl/ffmpeg-build-script )
1+ ![ build test ] ( https://github.com /markus-perl/ffmpeg-build-script/workflows/build%20test/badge .svg?branch=master )
22
33![ FFmpeg build script] ( https://raw.github.com/markus-perl/ffmpeg-build-script/master/ffmpeg-build-script.png )
44
@@ -44,7 +44,7 @@ because I don't have the resources and the time to maintain other systems.
4444 * VP8 ` vp8_cuvid `
4545 * VP9 ` vp9_cuvid `
4646 * Encoders
47- * H264 ` nvenc nvenc_h264`
47+ * H264 ` nvenc_h264 `
4848 * H265 ` nvenc_hevc `
4949
5050## Continuos Integration
@@ -95,7 +95,7 @@ docker run ffmpeg -i https://files.coconut.co.s3.amazonaws.com/test.mp4 -f webm
9595git clone https://github.com/markus-perl/ffmpeg-build-script.git
9696cd ffmpeg-build-script
9797docker build --tag=ffmpeg-cuda -f cuda-ubuntu.dockerfile .
98- docker run ffmpeg-cuda -i https://files.coconut.co.s3.amazonaws.com/test.mp4 -f webm - c:v libvpx -c:a libvorbis - > /tmp/test.mp4
98+ docker run --gpus all ffmpeg-cuda -hwaccel cuvid -c:v h264_cuvid - i https://files.coconut.co.s3.amazonaws.com/test.mp4 -c:v hevc_nvenc -vf scale_npp=-1:1080 - > /tmp/test.mp4
9999```
100100
101101### Common installation
You can’t perform that action at this time.
0 commit comments