Post #2396800
2025-02-24 20:57 UTC
@Suiseiseki@freesoftwareextremist.com @John@chaos.social @a@fedi.lawngno.me You could use ffmpeg to concatenate the files. No need to create multiple ffmpeg subprocesses.
cat() {
ffmpeg -v quiet -f data -i "concat:$(printf '%s|' "$@")" -map 0 -f data -
}
Replies (0)
No replies.