ffmpeg截图 指定保存路径

ffmpeg -y -i rtsp://admin:[email protected]:554 -vframes 1 -f image2 -strftime 1 "E:/ParkTest/ElectronServer/MyProject/src/public/car/qjimg/"%%Y-%%m-%%d_%%H-%%M-%%S.png"

你可能感兴趣的:(踩过的坑,ffmpeg)