diff options
Diffstat (limited to 'odin/strm')
| -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 472d5765..66012255 100644 --- a/odin/strm/send_kitty +++ b/odin/strm/send_kitty | |||
| @@ -36,6 +36,6 @@ fi | |||
| 36 | 36 | ||
| 37 | newFile="${concatDir}/hlidskjalf.$(date +'%Y-%m-%d-%H-%M-%S').mkv" | 37 | newFile="${concatDir}/hlidskjalf.$(date +'%Y-%m-%d-%H-%M-%S').mkv" | 
| 38 | 38 | ||
| 39 | @ffmpeg@/bin/ffmpeg -safe 0 -f concat -i =(awk $'{ print "file \'"$0"\'" }' ${fList}) -c copy -metadata "description=$(xargs -a ${fList} -- basename -s ".mkv")" ${newFile} | 39 | @ffmpeg@/bin/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} | 
| 40 | queue.hel -p -r ${newFile} | 40 | queue.hel -p -r ${newFile} | 
| 41 | ln -vfs $(realpath --relative-to=${lastFile:h} ${newFile}) ${lastFile} | 41 | ln -vfs $(realpath --relative-to=${lastFile:h} ${newFile}) ${lastFile} | 
