Thanks for the hint — done with latest diff:Also, one aside - it looks like the cropping width and height now have to be even numbers. @HermannSW - if you get a spare moment sometime, it would be nice to update your great GScrop utility to check for that.
https://gist.github.com/Hermann-SW/e604 ... /revisions
Code:
pi@raspberrypi5:~ $ shellcheck /usr/local/bin/GScrop pi@raspberrypi5:~ $ GScrop 689 137 400 2000width has to be evenpi@raspberrypi5:~ $ GScrop 688 137 400 2000height has to be evenpi@raspberrypi5:~ $
Code:
pi@raspberrypi5:~ $ GScrop 688 136 400 2000/dev/media3...[libx264 @ 0x5555eb9feda0] kb/s:1342.94Total: 790 frames (789 samples)Average: 2.489 ms / 401.784 fpsMinimum: 2.480 ms at frame 696Maximum: 2.498 ms at frame 695Outliers: 0 (100%) 0 (10.0%) 0 (1.0%) 53 (0.1%)pi@raspberrypi5:~ $
Statistics: Posted by HermannSW — Thu May 09, 2024 2:35 am