Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
Merge pull request #104 from wildscreen/master
Browse files Browse the repository at this point in the history
Correct height for preset "H264 Multiple Bitrate 16x9 for iOS"
  • Loading branch information
xpouyat authored Dec 19, 2018
2 parents 5b489e8 + eeb77cc commit bcdb9d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"MaxBitrate": 200,
"BufferWindow": "00:00:05",
"Width": 416,
"Height": 214,
"Height": 234,
"ReferenceFrames": 3,
"EntropyMode": "Cavlc",
"Type": "H264Layer",
Expand Down

0 comments on commit bcdb9d0

Please sign in to comment.