Skip to content

Commit

Permalink
Update scripts/ffmpeg_automator.py
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Martinez <[email protected]>
  • Loading branch information
Cryator and Dashboy1998 authored Dec 6, 2024
1 parent 51ff752 commit 6a381c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ffmpeg_automator.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ def get_hdr_setings(file_path):

# Set up dictionary mapping for known replacements of ffprobe values to be used by svtav1-params
color_space_mapping = {
'bt2020nc': 'bt2020-ncl',
'bt2020c': 'bt2020-cl',
'bt2020nc': 'bt2020-ncl',
'bt2020c': 'bt2020-cl',
}

for frame in media_info['frames']:
Expand Down

0 comments on commit 6a381c1

Please sign in to comment.