]> git.parisson.com Git - telecaster-server.git/commitdiff
add A/V delay compensation test
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Fri, 14 Mar 2025 09:08:24 +0000 (10:08 +0100)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Fri, 14 Mar 2025 09:10:04 +0000 (10:10 +0100)
tests/tc_audio_video_delay.sh [new file with mode: 0755]

diff --git a/tests/tc_audio_video_delay.sh b/tests/tc_audio_video_delay.sh
new file mode 100755 (executable)
index 0000000..52be689
--- /dev/null
@@ -0,0 +1,5 @@
+#!/usr/bin/env bash
+
+gst-launch-1.0 uridecodebin uri=file:///$1 name=dec \
+       dec. ! queue ! videoconvert ! autovideosink  \
+       dec. ! queue ! audioconvert ! identity ts-offset=1000000000 ! autoaudiosink