| 1 | | There is no way to know the original TS file actually is CFR, so any file converted from TS should assume to be VFR. |
| | 1 | There is no way to know the original TS file actually is CFR (other than parsing the entire file and reading every timestamp), so any file converted from TS should assume to be VFR. |
| | 2 | |
| | 3 | In fact, preserving the exact timestamps as present in the TS file is the goal, and not re-interpretation to set some arbitrary CFR flag in some other container. I believe ffmpeg has features to overwrite the timestamp behavior of that is so desired. |