adding nvidia libs for video filters, updating readme snippet example

This commit is contained in:
thelamer 2019-09-23 08:22:30 -07:00
parent 049bc82619
commit 5ec9b76377
3 changed files with 7 additions and 2 deletions

View File

@ -26,8 +26,13 @@ RUN \
libglib2.0-0 \
libgomp1 \
libharfbuzz0b \
libnppig9.1 \
libnppicc9.1 \
libnppidei9.1 \
libv4l-0 \
libx11-6 \
libxcb-shape0 \
libxcb-xfixes0 \
libxcb1 \
libxext6 \
libxml2 && \

View File

@ -98,7 +98,7 @@ docker run --rm -it \
-i /config/input.mkv \
-c:v h264_nvenc \
-b:v 4M \
vf scale_npp=1280:720 \
-vf scale_npp=1280:720 \
-c:a copy \
/config/output.mkv
```

View File

@ -104,7 +104,7 @@ full_custom_readme: |
-i /config/input.mkv \
-c:v h264_nvenc \
-b:v 4M \
vf scale_npp=1280:720 \
-vf scale_npp=1280:720 \
-c:a copy \
/config/output.mkv
```