mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-27 11:24:05 +00:00
Update Dockerfile base image to Ubuntu 18.04
This commit is contained in:
parent
75fec2927a
commit
8380b6c0f3
|
@ -14,8 +14,8 @@
|
||||||
# ffmpeg -i input.avi -an -f rawvideo -pix_fmt yuv420p - | docker run -i -a STDIN -a STDOUT kvazaar -i - --wpp --threads=8 --input-res=$RESOLUTION --preset=ultrafast -o - > output.265
|
# ffmpeg -i input.avi -an -f rawvideo -pix_fmt yuv420p - | docker run -i -a STDIN -a STDOUT kvazaar -i - --wpp --threads=8 --input-res=$RESOLUTION --preset=ultrafast -o - > output.265
|
||||||
#
|
#
|
||||||
|
|
||||||
# Use Ubuntu 15.10 as a base for now, it's around 136MB
|
# Use Ubuntu 18.04 as a base for now, it's around 88MB
|
||||||
FROM ubuntu:15.10
|
FROM ubuntu:18.04
|
||||||
|
|
||||||
MAINTAINER Marko Viitanen <fador@iki.fi>
|
MAINTAINER Marko Viitanen <fador@iki.fi>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue