Skip to content

Commit c6c9562

Browse files
committed
remove travis.yml
1 parent 46559dc commit c6c9562

File tree

2 files changed

+3
-42
lines changed

2 files changed

+3
-42
lines changed

.travis.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
9595
git clone https://github.com/markus-perl/ffmpeg-build-script.git
9696
cd ffmpeg-build-script
9797
docker 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

0 commit comments

Comments
 (0)