Skip to content

Commit

Permalink
Update FFMpeg.py
Browse files Browse the repository at this point in the history
small correction
  • Loading branch information
GeoHaber committed Dec 22, 2024
1 parent c15738d commit fb9258b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FFMpeg.py
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ def parse_video(strm_in, de_bug=False, skip_it=False):
msj = "10-bit"
max_vid_btrt = int(max_vid_btrt * 1.25)

btrt = min(_vi_btrt, max_vid_btrt)
btrt = min(_vi_btrt * 1.1, max_vid_btrt)

# Calculate aspect ratio
original_ratio = vid_width / vid_heigh
Expand Down

0 comments on commit fb9258b

Please sign in to comment.