Am Mo., 22. März 2021 um 20:36 Uhr schrieb Hassan <hassaniqbal...@gmail.com>:
> Given the discussion above and the question under discussion, can you > please give a command to achieve the accurate timestamping of the frames? You should start with something like the following: $ ffmpeg -f gdigrab -i desktop -vcodec libx264 -pix_fmt yuv420p -preset ultrafast out.mkv mkv is not ideal for many framerates, the mov muxer is believed by its original developer to not work correctly for vfr, so it is not easy to suggest an ideal file format, consider testing nut. If your system is fast enough, you can switch to libx264rgb and increase the framerate, In a second step, you can then write the timestamp on the frames if you believe that this is needed. If you need more support, please do not forget to post the command line you tested together with the complete, uncut console output. Note that many systems are not fast enough to do what you want. Carl Eugen _______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".