Skip to content

Instantly share code, notes, and snippets.

@nisseknudsen
nisseknudsen / benchmark_commands.md
Last active September 11, 2025 20:13
Appendix: Benchmark Reproduction Commands - Why Offloading Video Decode to Integrated GPUs Matters for Edge AI

1. RAW Decode (Full frame rate, full resolution)

Software (CPU only):

docker run linuxserver/ffmpeg:7.1.1 \
  -rtsp_transport tcp -timeout 5000000 \
  -allowed_media_types video \
  -flags low_delay \
  -fflags +discardcorrupt \
  -an \