File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 2626libglib2.0-0 \
2727libgomp1 \
2828libharfbuzz0b \
29- libnppig9.1 \
30- libnppicc9.1 \
31- libnppidei9.1 \
3229libv4l-0 \
3330libx11-6 \
34- libxcb-shape0 \
35- libxcb-xfixes0 \
3631libxcb1 \
3732libxext6 \
3833libxml2 && \
Original file line number Diff line number Diff 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```
Original file line number Diff line number Diff 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 ```
You can’t perform that action at this time.
0 commit comments