You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
When trying to get 120fps out of avfoundation native iOS camera by using -video_size 1920x1080 -framerate 120, the actual frame rate is approx ~70fps not 120fps, this is also the case with 240fps mode (-framerate 240), where the resultant fps is around ~120fps. This is not the case with 60fps mode, where I get full 60fps.
Expected behavior
Get 120fps on 120fps mode, and 240fps on 240fps mode.
Current behavior
Getting ~70fps on 120fps and ~120fps on 240fps mode.
To Reproduce
Run a simple ffmpegkit react native application a simple command similar to this: -f avfoundation -video_size 1920x1080 -framerate 120 -i "0" -fps_mode vfr -c:v hevc_videotoolbox -realtime true -profile 0 -prio_speed true -b:v 2000k f udp://192.168.1.100
Description
When trying to get 120fps out of avfoundation native iOS camera by using
-video_size 1920x1080 -framerate 120
, the actual frame rate is approx ~70fps not 120fps, this is also the case with 240fps mode (-framerate 240
), where the resultant fps is around ~120fps. This is not the case with 60fps mode, where I get full 60fps.Expected behavior
Get 120fps on 120fps mode, and 240fps on 240fps mode.
Current behavior
Getting ~70fps on 120fps and ~120fps on 240fps mode.
To Reproduce
Run a simple ffmpegkit react native application a simple command similar to this:
-f avfoundation -video_size 1920x1080 -framerate 120 -i "0" -fps_mode vfr -c:v hevc_videotoolbox -realtime true -profile 0 -prio_speed true -b:v 2000k f udp://192.168.1.100
Screenshots
No screenshots needed.
Logs
Environment
iOS
/ReactNative
main
16.2
1.16.2
The text was updated successfully, but these errors were encountered: