FFmpeg可生成測(cè)試視頻并模擬多種視頻源:allrgb槽奕、allyuv几睛、color、haldclutsrc粤攒、nullsrc所森、rgbtestsrc囱持、smptebars、smptehdbars焕济、testsrc洪唐、testsrc2、yuvtestsrc
使用舉例
1吼蚁、生成純色視頻
? ffmpeg -y -re -f lavfi -i color=c=red@0.2:duration=5:s=1280x720:r=25 -vcodec libx264 -r:v 25 output.mp4
2凭需、生成帶時(shí)間戳的testsrc視頻
ffmpeg -y -re -f lavfi -i testsrc=duration=5:size=720x1080:rate=25:decimals=4 -vcodec libx264 -r:v 25 output.mp4
?3、生成隨機(jī)雪花視頻
ffmpeg -y -re -f lavfi -i "nullsrc=s=256x256,geq=random(1)*255:128:128" -vcodec libx264 -r:v 25 output.mp4