ubuntu:video:ffmpeg:hardware_acceleration_using_gpu:amd_gpu:benchmark
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ubuntu:video:ffmpeg:hardware_acceleration_using_gpu:amd_gpu:benchmark [2023/06/13 09:44] – peter | ubuntu:video:ffmpeg:hardware_acceleration_using_gpu:amd_gpu:benchmark [2023/06/13 10:23] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Ubuntu - Video - ffmpeg - Hardware Acceleration using GPU - AMD GPU - Benchmark ====== | ||
- | |||
- | <code bash> | ||
- | ffmpeg -hwaccel vaapi -hwaccel_device / | ||
- | </ | ||
- | |||
- | returns: | ||
- | |||
- | <code bash> | ||
- | ... | ||
- | bench: utime=0.156s stime=0.195s rtime=3.003s | ||
- | bench: maxrss=358944kB | ||
- | </ | ||
- | |||
- | <WRAP info> | ||
- | **NOTE: | ||
- | |||
- | * **utime**: user time. | ||
- | * utime is the sum of processing time across all threads. Since they may operate in parallel, utime can exceed rtime. | ||
- | * **stime**: system time. | ||
- | * **rtime**: real time. | ||
- | |||
- | |||
- | The following parts of the command force a null file and tells ffmpeg to benchmark. <code bash> | ||
- | -f null - -benchmark</ | ||
- | |||
- | </ | ||
ubuntu/video/ffmpeg/hardware_acceleration_using_gpu/amd_gpu/benchmark.1686649451.txt.gz · Last modified: 2023/06/13 09:44 by peter