Thanks for your detailed reply, Stephen!
I see these values relate to a very specific case related to solving interference issues of the analog broadcast TV signal.
Is there then a general way to obtain the exact frame rate from the rounded frame rate obtained from ffmpeg?
The background of my question is that I tend if possible to maintain the frame rate of the input to avoid extra processing. However, my usual approach to achieve it (i.e.leaving the frame rate unset) led to some problems when trying to encode with two passes (to match a desired bitrate) with some input files having some problematic encoding information of the frame rate, and I got at the start of the second pass a time mismatch error message. In order to solve this isssue I have to specify the value of the frame rate, and, as mentioned, I would rather keep the frame rate of the input.
In the thread I mentioned in my first post (there is by the way by mistake a comma at the end of the link, it should be https://forums.creativecow.net/thread/291/140 ) it is however indicated that the value of the tbr parameter in ffmpeg is rather reliable, but is rounded to a two decimal number. Is there a generic manner to derive the exact value to use for encoding?
Thanks again in advance!