webcamoid / akvirtualcamera

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

Ffmpeg faster #57

Open lollita opened 2 years ago

lollita commented 2 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?