Skip to content

Commit 2f629c6

Browse files
committed
pull nvidia blobs and update example
1 parent 5ec9b76 commit 2f629c6

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,8 @@ RUN \
2626
libglib2.0-0 \
2727
libgomp1 \
2828
libharfbuzz0b \
29-
libnppig9.1 \
30-
libnppicc9.1 \
31-
libnppidei9.1 \
3229
libv4l-0 \
3330
libx11-6 \
34-
libxcb-shape0 \
35-
libxcb-xfixes0 \
3631
libxcb1 \
3732
libxext6 \
3833
libxml2 && \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ docker run --rm -it \
9898
-i /config/input.mkv \
9999
-c:v h264_nvenc \
100100
-b:v 4M \
101-
-vf scale_npp=1280:720 \
101+
-vf scale=1280:720 \
102102
-c:a copy \
103103
/config/output.mkv
104104
```

readme-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ full_custom_readme: |
104104
-i /config/input.mkv \
105105
-c:v h264_nvenc \
106106
-b:v 4M \
107-
-vf scale_npp=1280:720 \
107+
-vf scale=1280:720 \
108108
-c:a copy \
109109
/config/output.mkv
110110
```

0 commit comments

Comments
 (0)