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

5 lines
184 B
Bash
Executable File

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