Updated README.md with a type-of fix and add reference to xe-solutions
Signed-off-by: James Ketrenos <james.p.ketrenos@intel.com>
This commit is contained in:
parent
3b667228fd
commit
462689c587
@ -3,10 +3,8 @@
|
|||||||
This project hosts a container demonstrating the use of ffmpeg using GPU
|
This project hosts a container demonstrating the use of ffmpeg using GPU
|
||||||
offload for transcode operations.
|
offload for transcode operations.
|
||||||
|
|
||||||
The Dockerfile itself is constructed from templates/* and
|
For information on how the Dockerfile in this container is generated,
|
||||||
Dockerfile.solution, and provides a multi-stage Docker container with
|
see [xe-solutions](https://gitlab.devtools.intel.com/vtt/sws/osgc/solutions/xe-solutions).
|
||||||
the final container being a minimal run-time installation on top of the
|
|
||||||
base OS.
|
|
||||||
|
|
||||||
# Usage examples
|
# Usage examples
|
||||||
|
|
||||||
@ -39,7 +37,7 @@ docker run \
|
|||||||
-hwaccel qsv \
|
-hwaccel qsv \
|
||||||
-qsv_device ${QSV_DEVICE:-/dev/dri/renderD128} \
|
-qsv_device ${QSV_DEVICE:-/dev/dri/renderD128} \
|
||||||
-c:v h264_qsv \
|
-c:v h264_qsv \
|
||||||
-i /media/TearsOfSteel.mp4" \
|
-i /media/TearsOfSteel.mp4 \
|
||||||
-c:v hevc_qsv \
|
-c:v hevc_qsv \
|
||||||
-b:v 5M \
|
-b:v 5M \
|
||||||
-y \
|
-y \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user