mirror of
https://github.com/linuxserver/docker-ffmpeg.git
synced 2026-02-20 04:56:23 +08:00
adding nvidia libs for video filters, updating readme snippet example
This commit is contained in:
parent
049bc82619
commit
5ec9b76377
@ -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 && \
|
||||
|
||||
@ -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
|
||||
```
|
||||
|
||||
@ -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
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user