]> Sergey Matveev's repositories - dotfiles.git/blob - bin/bin/4k2mpeg2.sh
a354c4b26809f438c0a492ad3907fbf76b08e0f1
[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