webcamoid / akvirtualcamera

akvirtualcamera, virtual camera for Mac and Windows
GNU General Public License v3.0
407 stars 52 forks source link

Ffmpeg faster #57

Open lollita opened 3 years ago

lollita commented 3 years ago

When I use: ffmpeg -i "vv.mp4" -pix_fmt rgb24 -f rawvideo - | AkVCamManager.exe stream --fps 30 AkVCamVideoDevice1 RGB24 640 360 the speed is more fast that the original. How to fix it?