diff --git a/samples/videoDecode/README.md b/samples/videoDecode/README.md index 08532477b9..fac58244cb 100644 --- a/samples/videoDecode/README.md +++ b/samples/videoDecode/README.md @@ -1,7 +1,5 @@ # Video Decode Sample -This sample illustrates the FFMPEG demuxer to get the individual frames which are then decoded on AMD hardware using VAAPI. - -This sample supports both YUV420 8-bit and 10-bit streams. +This sample illustrates the FFMPEG demuxer to get the individual frames which are then decoded on AMD hardware using rocDecode library. ## Prerequisites: @@ -33,4 +31,7 @@ make -j ./videodecode -i -o -d + -z + -sei + -crop ``` \ No newline at end of file diff --git a/samples/videoDecodeFork/README.md b/samples/videoDecodeFork/README.md index 7374b5d9e9..d1adc7a3f4 100644 --- a/samples/videoDecodeFork/README.md +++ b/samples/videoDecodeFork/README.md @@ -1,7 +1,5 @@ # Video Decode Sample -This sample illustrates the FFMPEG demuxer to get the individual frames which are then decoded on AMD hardware using VAAPI. - -This sample supports both YUV420 8-bit and 10-bit streams. +This sample illustrates the FFMPEG demuxer to get the individual frames which are then decoded on AMD hardware using rocDecode library. This sample uses fork() to create multiple processes to decode the same input video parallely. @@ -33,5 +31,7 @@ make -j # Run ``` ./videodecodefork -i - -t = 1) [optional; default:4]> + -f = 1) [optional; default:4]> + -d = 0) [optional - default:0]> + -z ``` \ No newline at end of file diff --git a/samples/videoDecodePerf/README.md b/samples/videoDecodePerf/README.md index 4963cddc92..33b26e08bc 100644 --- a/samples/videoDecodePerf/README.md +++ b/samples/videoDecodePerf/README.md @@ -1,7 +1,5 @@ # Video Decode Sample -This sample illustrates the FFMPEG demuxer to get the individual frames which are then decoded on AMD hardware using VAAPI. - -This sample supports both YUV420 8-bit and 10-bit streams. +This sample illustrates the FFMPEG demuxer to get the individual frames which are then decoded on AMD hardware using rocDecode library. This sample uses multiple threads to decode the same input video parallely. @@ -34,4 +32,6 @@ make -j ``` ./videodecodeperf -i -t + -d = 0) [optional - default:0]> + -z ``` \ No newline at end of file