diff options
Diffstat (limited to 'odin/strm/send_kitty')
-rw-r--r-- | odin/strm/send_kitty | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odin/strm/send_kitty b/odin/strm/send_kitty index 4d59a4b8..2b3e017b 100644 --- a/odin/strm/send_kitty +++ b/odin/strm/send_kitty | |||
@@ -38,6 +38,6 @@ fi | |||
38 | 38 | ||
39 | newFile="${concatDir}/hlidskjalf.$(date +'%Y-%m-%d-%H-%M-%S').mkv" | 39 | newFile="${concatDir}/hlidskjalf.$(date +'%Y-%m-%d-%H-%M-%S').mkv" |
40 | 40 | ||
41 | ffmpeg -safe 0 -f concat -i =(awk $'{ print "file \'"$0"\'" }' ${fList}) -c:v libx264 -r 30 -vf 'scale=1920:1080:force_original_aspect_ratio=decrease,pad=1920:1080:(ow-iw)/2:(oh-ih)/2' -metadata "description=$(xargs -a ${fList} -- basename -s ".mkv")" ${newFile} | 41 | ffmpeg -safe 0 -f concat -i =(awk $'{ print "file \'"$0"\'" }' ${fList}) -c:v libx264 -r 30 -crf 27 -preset veryfast -vf 'scale=1920:1080:force_original_aspect_ratio=decrease,pad=1920:1080:(ow-iw)/2:(oh-ih)/2' -metadata "description=$(xargs -a ${fList} -- basename -s ".mkv")" ${newFile} |
42 | queue.hel -p -r ${newFile} | 42 | queue.hel -p -r ${newFile} |
43 | ln -vfs $(realpath --relative-to=${lastFile:h} ${newFile}) ${lastFile} | 43 | ln -vfs $(realpath --relative-to=${lastFile:h} ${newFile}) ${lastFile} |