Fix incorrect apple compatibility change

This commit is contained in:
Nicolas Mowen 2025-07-08 06:26:06 -06:00
parent 375fe0a210
commit 014c10a3d7

View File

@ -491,6 +491,6 @@ def parse_preset_output_record(arg: Any, force_record_hvc1: bool) -> list[str]:
if force_record_hvc1:
# Apple only supports HEVC if it is hvc1 (vs. hev1)
preset += FFMPEG_HVC1_ARGS
return preset + FFMPEG_HVC1_ARGS
return preset