move bin to .local/bin
This commit is contained in:
3
dot_local/bin/executable_ffmpeg.bars
Normal file
3
dot_local/bin/executable_ffmpeg.bars
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
output_file="$(echo "$1" | sed 's,.mp4,.bars.mp4,')"
|
||||
ffmpeg -i "$1" -vf "scale=1920:1080:force_original_aspect_ratio=decrease,pad=1920:1080:(ow-iw)/2:(oh-ih)/2,setsar=1" -c:a copy "$output_file"
|
Reference in New Issue
Block a user