OK, before I start getting into asking why things aren't working the way I
expect, maybe it will be good to figure out what does what...
for recording from /dev/video0 -
What is the difference between
-f rate[,frc]
--export_fps f[,c]
--export_frc F
--hard_fps
What are the 2 -f parameters for:
-f rate[,frc]
import video frame rate[,frc] [25.000,0]. If frc (frame rate code)
is specified, transcode will calculate the precise frames per sec‐
ond internally.
If I want 6 fps, what should I use? If I am trying to capture someone's screen
as they review source code, what would a good fps be? I heard 6, but I am
guessing using one of the supported frc codes is better.
Carl K