Change video bitrate from 10m to 10M #337
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Per ffmpeg Documentation
Implicitly corresponding to micro and Mega, respectively.
Using FFmpeg's debug report, when the video bitrate is 10m (
-b:v 10m
), the report includes the followingWhen the video bitrate is 10M (
-b:v 10M
), the report includes the followingTesting on the same file and only changing 10m to 10M in types.py confirms that the bitrate is always much higher with 10M.
This is one of the only parts of FF* that is case-sensitive, and I greatly dislike it. Plus, it is poorly documented: it is buried in the docs and all of the examples in the documentation use k/K, which is the only suffix with the same meaning whether upper or lower case.
aeinfo_test_ALTERED_10M.txt
aeinfo_test_ALTERED_normal.txt
auto-editor_debug_10M.txt
auto-editor_debug_normal.txt
ffmpeg_report_10M_truncated.log
ffmpeg_report_normal_truncated.log