diff --git a/README.md b/README.md index 5d1b211..43af18f 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,8 @@ This project hosts a container demonstrating the use of ffmpeg using GPU offload for transcode operations. -The Dockerfile itself is constructed from templates/* and -Dockerfile.solution, and provides a multi-stage Docker container with -the final container being a minimal run-time installation on top of the -base OS. +For information on how the Dockerfile in this container is generated, +see [xe-solutions](https://gitlab.devtools.intel.com/vtt/sws/osgc/solutions/xe-solutions). # Usage examples @@ -39,7 +37,7 @@ docker run \ -hwaccel qsv \ -qsv_device ${QSV_DEVICE:-/dev/dri/renderD128} \ -c:v h264_qsv \ - -i /media/TearsOfSteel.mp4" \ + -i /media/TearsOfSteel.mp4 \ -c:v hevc_qsv \ -b:v 5M \ -y \