8 lines
170 B
Bash
Executable file
8 lines
170 B
Bash
Executable file
ffmpeg \
|
|
-i llamigos-orig.webm \
|
|
-vf format=yuv444p,scale=80:150,pad=h=160:y=5,setsar=1 \
|
|
-an \
|
|
-vcodec libvpx-vp9 \
|
|
-row-mt 1 \
|
|
-crf 20 \
|
|
-y llamigos.webm
|