From 14d3e38bb4d6746c1bb1656278ff331a3b29f747 Mon Sep 17 00:00:00 2001 From: dan <dan@dersllc.com> Date: Wed, 28 May 2025 15:12:04 +0000 Subject: [PATCH] Update video-transcoder.sh --- scripts/video-transcoder/video-transcoder.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/video-transcoder/video-transcoder.sh b/scripts/video-transcoder/video-transcoder.sh index f5e026c..434cbb1 100644 --- a/scripts/video-transcoder/video-transcoder.sh +++ b/scripts/video-transcoder/video-transcoder.sh @@ -47,5 +47,7 @@ transcode_and_move() { } export -f transcode_and_move get_creation_date +#find "$INPUT_DIR" -type f \( -iname "*.3gp" -o -iname "*.mov" -o -iname "*.mp4" \) \ +# | parallel -j "$(nproc)" transcode_and_move find "$INPUT_DIR" -type f \( -iname "*.3gp" -o -iname "*.mov" -o -iname "*.mp4" \) \ - | parallel -j "$(nproc)" transcode_and_move \ No newline at end of file + | transcode_and_move \ No newline at end of file -- GitLab