1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-04 06:08:26 +02:00
Anton Khirnov 260f391893 fftools/ffmpeg: always generate CFR output when -r is used
Current code may, depending on the muxer, decide to use VSYNC_VFR tagged
with the specified framerate, without actually performing framerate
conversion. This is clearly wrong and against the documentation, which
states unambiguously that -r should produce CFR output for video
encoding.

FATE test changes:
* nuv-rtjpeg: replace -r with '-enc_time_base -1', which keeps the
  original timebase. Output frames are now produced with proper
  durations.
* filter-mpdecimate: just drop the -r option, it is unnecessary
* filter-fps-r: remove, this test makes no sense and actually
  produces broken VFR output (with incorrect frame durations).
2023-01-10 11:49:28 +01:00
..
2022-11-06 14:39:27 +01:00
2022-11-06 14:39:37 +01:00
2022-11-07 16:08:35 +11:00
2022-04-28 02:39:37 +02:00
2022-04-28 02:39:37 +02:00
2022-06-01 14:56:50 +02:00
2022-04-28 02:39:37 +02:00
2022-05-03 04:18:05 +02:00
2022-05-03 04:18:05 +02:00
2022-03-25 18:18:44 +01:00
2022-05-03 04:18:06 +02:00
2022-05-03 04:18:06 +02:00
2022-07-26 20:45:18 +02:00
2022-05-03 04:18:06 +02:00
2022-09-20 11:26:00 +02:00
2022-07-10 16:58:58 +02:00
2022-05-03 04:18:06 +02:00
2022-05-03 04:18:06 +02:00
2022-05-03 04:18:05 +02:00
2022-05-03 04:18:06 +02:00
2022-04-28 02:39:37 +02:00
2022-09-13 14:50:01 +02:00
2022-10-06 15:00:21 +02:00