Files
automatic/modules/postprocess
CalamitousFelicitousness cce3a80b0c fix(video): correct codec option strings to the key=value form
parse_options reads : and , as separators and = as the only assignment, so a
segment without = becomes a valueless flag set to 1. The shipped strings used
ffmpeg command line spelling, which parses without error into other values.

- crf:16 parsed to {'crf': '1', '16': '1'}, encoding every api, framepack and
  seedvr video near lossless rather than at crf 16
- crf=23:b:v=0 pinned the generic bitrate option to 1 bit per second on vp8 and
  vp9, collapsing their output
- qscale:v=3 reached mpeg4 and mjpeg as nothing at all, replaced by an explicit
  quantizer range
- test-video-codecs.py asserts every preset segment carries an assignment
2026-08-17 03:04:59 +01:00
..
2026-07-03 22:05:33 +02:00
2026-05-11 08:36:49 +02:00
2026-02-19 11:09:13 +01:00
2025-02-18 18:47:42 -05:00
2026-02-19 09:15:37 +01:00
2026-02-05 16:55:06 +01:00
2026-06-04 12:36:10 +02:00
2026-07-02 11:25:33 +02:00
2026-08-16 12:45:50 +02:00
2026-02-19 11:13:44 +01:00
2026-07-02 11:25:33 +02:00
2026-02-19 09:15:37 +01:00
2024-01-27 02:54:39 +03:00
2026-08-12 14:24:09 +02:00
2026-02-19 11:13:44 +01:00