testsAndMisc/linux_configuration/scripts/utils/to_webm.sh
2026-02-06 21:43:26 +01:00

5 lines
186 B
Bash
Executable File

#!/usr/bin/env bash
# Wrapper for backward compatibility - converts to webm
# See convert_video.sh for full options
exec "$(dirname "$(readlink -f "$0")")/convert_video.sh" -f webm "$@"