]> Sergey Matveev's repositories - dotfiles.git/blob - bin/bin/4k2mpeg2.sh
Huge tmux-fzf simplification with files quoting
[dotfiles.git] / bin / bin / 4k2mpeg2.sh
1 #!/bin/sh
2
3 ffmpeg -i "$1" -vf scale=w=iw/4:h=ih/4 -c:v mpeg2video -b:v 10000k -y "$1".mpg