[READ-ONLY] Mirror of https://github.com/mrgnw/scripts.
0

Configure Feed

Select the types of activity you want to include in your feed.

scripts / tomp4
93 B 4 lines
1#!/bin/zsh 2filename="$1:r" 3ffmpeg -i "$1" -c:a aac "${filename}.mp4" 4# -vf "format=yuv420p"