# -r Kadru skaits sekundē # -t Ilgums sekundēs # -pix_fmt nosaka krāsu telpisko izšķirtspēju: # 4:4:4: There is no chroma subsampling # 4:2:2: Cb' and Cr' are sampled at half the sample rate of luma, the horizontal chroma resolution is halved # 4:2:0: Cb' and Cr' are each subsampled at a factor of two, both horizontally and vertically ffmpeg -loop 1 -i Logo_video.png -c:v libx264 -r 10 -t 9 -pix_fmt yuv444p -vf scale=1280:720 Logo_video.mp4