add note about video conversion

This commit is contained in:
Mahdi Dibaiee 2022-09-25 11:10:50 +01:00
parent 77dbee2b5c
commit 79a39a86c1
5 changed files with 2 additions and 0 deletions

Binary file not shown.

Binary file not shown.

BIN
img/arts/uganda/parkour.mp4 Normal file

Binary file not shown.

BIN
img/arts/uganda/traffic.mp4 Normal file

Binary file not shown.

2
notes Normal file
View File

@ -0,0 +1,2 @@
video convert command:
- ffmpeg -i INPUT.mov -c:v libx264 -crf 23 -pix_fmt yuv420p -color_primaries 1 -color_trc 1 -colorspace 1 -movflags +faststart -acodec aac OUTPUT.mp4