MediaInfo's 'Overall bit rate' vs 'Maximum Overall bit rate'
I'm comparing duplicate media files using MediaInfo, so that I can keep the one with the best quality and delete the other one. However, I'm confused by some of the information.
One Duplicate
Another Duplicate

Of course Overall bit rate mode: Variable means that the bit rate varies throughout the file or playback.
But what does Overall bit rate mean? Is this the average?
If so, how can the Maximum Overall bit rate be lower than the average?
This issue is prevalent for many of my duplicate files and I'd really love to free up some storage space. Any help would be greatly appreciated.
video media video-encoding bitrate media-info
add a comment |
I'm comparing duplicate media files using MediaInfo, so that I can keep the one with the best quality and delete the other one. However, I'm confused by some of the information.
One Duplicate
Another Duplicate

Of course Overall bit rate mode: Variable means that the bit rate varies throughout the file or playback.
But what does Overall bit rate mean? Is this the average?
If so, how can the Maximum Overall bit rate be lower than the average?
This issue is prevalent for many of my duplicate files and I'd really love to free up some storage space. Any help would be greatly appreciated.
video media video-encoding bitrate media-info
add a comment |
I'm comparing duplicate media files using MediaInfo, so that I can keep the one with the best quality and delete the other one. However, I'm confused by some of the information.
One Duplicate
Another Duplicate

Of course Overall bit rate mode: Variable means that the bit rate varies throughout the file or playback.
But what does Overall bit rate mean? Is this the average?
If so, how can the Maximum Overall bit rate be lower than the average?
This issue is prevalent for many of my duplicate files and I'd really love to free up some storage space. Any help would be greatly appreciated.
video media video-encoding bitrate media-info
I'm comparing duplicate media files using MediaInfo, so that I can keep the one with the best quality and delete the other one. However, I'm confused by some of the information.
One Duplicate
Another Duplicate

Of course Overall bit rate mode: Variable means that the bit rate varies throughout the file or playback.
But what does Overall bit rate mean? Is this the average?
If so, how can the Maximum Overall bit rate be lower than the average?
This issue is prevalent for many of my duplicate files and I'd really love to free up some storage space. Any help would be greatly appreciated.
video media video-encoding bitrate media-info
video media video-encoding bitrate media-info
edited Feb 17 at 22:41
user2230470
asked Feb 17 at 22:07
user2230470user2230470
1278
1278
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
But what does Overall bit rate mean? Is this the average?
Average bit rare of the whole file (all streams + container overhead)
If so, how can the Maximum Overall bit rate be lower than the average?
The maximum is a container metadata so ever the calculation of overall bit rate is wrong or the metadata is wrong.
so that I can keep the one with the best quality [...] I'd really love to free up some storage space.
Looks like you consider that keeping the file with highest bit rate is a good method for selecting by quality, this assumption is wrong.
And for freeing space, it is best to choose the best quality/bitrate rather then highest quality at any bitrate (and no, this is not easy to do it automaticaly as the quality also depends on the source)
I'm not sure what you mean by 'container metadatam so ever the calculation of overall bit rate is wrong or the metadata is wrong'?? notably, i'm not looking to save space, i'm looking to free up space by deleting duplicates. bit rate is just one of a few other factors like frame rate that i also use to select the best quality.
– user2230470
Feb 18 at 9:34
im not sure which bit rate is the correct to use? overall or what about nominal bit rate which is sometimes listed under the video section? what does nominal bit rate refer to?
– user2230470
Feb 18 at 9:35
2
@user2230470 See also: superuser.com/questions/338725/… — you cannot just compare based on bitrate/framerate alone, even with the same content.
– slhck
Feb 18 at 16:42
"nominal bit rate" is a bit rate indicated in metadata (in your case video bitstream metadata)
– Jérôme Martinez
Feb 18 at 16:45
@slhck more often than not the duplicate videos im comparing are identical in all other regards, except these particular bit rate values. thanks for the link to your other comment nonetheless. lots of valuable info
– user2230470
Feb 18 at 21:29
|
show 3 more comments
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1406827%2fmediainfos-overall-bit-rate-vs-maximum-overall-bit-rate%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
But what does Overall bit rate mean? Is this the average?
Average bit rare of the whole file (all streams + container overhead)
If so, how can the Maximum Overall bit rate be lower than the average?
The maximum is a container metadata so ever the calculation of overall bit rate is wrong or the metadata is wrong.
so that I can keep the one with the best quality [...] I'd really love to free up some storage space.
Looks like you consider that keeping the file with highest bit rate is a good method for selecting by quality, this assumption is wrong.
And for freeing space, it is best to choose the best quality/bitrate rather then highest quality at any bitrate (and no, this is not easy to do it automaticaly as the quality also depends on the source)
I'm not sure what you mean by 'container metadatam so ever the calculation of overall bit rate is wrong or the metadata is wrong'?? notably, i'm not looking to save space, i'm looking to free up space by deleting duplicates. bit rate is just one of a few other factors like frame rate that i also use to select the best quality.
– user2230470
Feb 18 at 9:34
im not sure which bit rate is the correct to use? overall or what about nominal bit rate which is sometimes listed under the video section? what does nominal bit rate refer to?
– user2230470
Feb 18 at 9:35
2
@user2230470 See also: superuser.com/questions/338725/… — you cannot just compare based on bitrate/framerate alone, even with the same content.
– slhck
Feb 18 at 16:42
"nominal bit rate" is a bit rate indicated in metadata (in your case video bitstream metadata)
– Jérôme Martinez
Feb 18 at 16:45
@slhck more often than not the duplicate videos im comparing are identical in all other regards, except these particular bit rate values. thanks for the link to your other comment nonetheless. lots of valuable info
– user2230470
Feb 18 at 21:29
|
show 3 more comments
But what does Overall bit rate mean? Is this the average?
Average bit rare of the whole file (all streams + container overhead)
If so, how can the Maximum Overall bit rate be lower than the average?
The maximum is a container metadata so ever the calculation of overall bit rate is wrong or the metadata is wrong.
so that I can keep the one with the best quality [...] I'd really love to free up some storage space.
Looks like you consider that keeping the file with highest bit rate is a good method for selecting by quality, this assumption is wrong.
And for freeing space, it is best to choose the best quality/bitrate rather then highest quality at any bitrate (and no, this is not easy to do it automaticaly as the quality also depends on the source)
I'm not sure what you mean by 'container metadatam so ever the calculation of overall bit rate is wrong or the metadata is wrong'?? notably, i'm not looking to save space, i'm looking to free up space by deleting duplicates. bit rate is just one of a few other factors like frame rate that i also use to select the best quality.
– user2230470
Feb 18 at 9:34
im not sure which bit rate is the correct to use? overall or what about nominal bit rate which is sometimes listed under the video section? what does nominal bit rate refer to?
– user2230470
Feb 18 at 9:35
2
@user2230470 See also: superuser.com/questions/338725/… — you cannot just compare based on bitrate/framerate alone, even with the same content.
– slhck
Feb 18 at 16:42
"nominal bit rate" is a bit rate indicated in metadata (in your case video bitstream metadata)
– Jérôme Martinez
Feb 18 at 16:45
@slhck more often than not the duplicate videos im comparing are identical in all other regards, except these particular bit rate values. thanks for the link to your other comment nonetheless. lots of valuable info
– user2230470
Feb 18 at 21:29
|
show 3 more comments
But what does Overall bit rate mean? Is this the average?
Average bit rare of the whole file (all streams + container overhead)
If so, how can the Maximum Overall bit rate be lower than the average?
The maximum is a container metadata so ever the calculation of overall bit rate is wrong or the metadata is wrong.
so that I can keep the one with the best quality [...] I'd really love to free up some storage space.
Looks like you consider that keeping the file with highest bit rate is a good method for selecting by quality, this assumption is wrong.
And for freeing space, it is best to choose the best quality/bitrate rather then highest quality at any bitrate (and no, this is not easy to do it automaticaly as the quality also depends on the source)
But what does Overall bit rate mean? Is this the average?
Average bit rare of the whole file (all streams + container overhead)
If so, how can the Maximum Overall bit rate be lower than the average?
The maximum is a container metadata so ever the calculation of overall bit rate is wrong or the metadata is wrong.
so that I can keep the one with the best quality [...] I'd really love to free up some storage space.
Looks like you consider that keeping the file with highest bit rate is a good method for selecting by quality, this assumption is wrong.
And for freeing space, it is best to choose the best quality/bitrate rather then highest quality at any bitrate (and no, this is not easy to do it automaticaly as the quality also depends on the source)
edited Feb 18 at 16:36
answered Feb 18 at 6:38
Jérôme MartinezJérôme Martinez
31115
31115
I'm not sure what you mean by 'container metadatam so ever the calculation of overall bit rate is wrong or the metadata is wrong'?? notably, i'm not looking to save space, i'm looking to free up space by deleting duplicates. bit rate is just one of a few other factors like frame rate that i also use to select the best quality.
– user2230470
Feb 18 at 9:34
im not sure which bit rate is the correct to use? overall or what about nominal bit rate which is sometimes listed under the video section? what does nominal bit rate refer to?
– user2230470
Feb 18 at 9:35
2
@user2230470 See also: superuser.com/questions/338725/… — you cannot just compare based on bitrate/framerate alone, even with the same content.
– slhck
Feb 18 at 16:42
"nominal bit rate" is a bit rate indicated in metadata (in your case video bitstream metadata)
– Jérôme Martinez
Feb 18 at 16:45
@slhck more often than not the duplicate videos im comparing are identical in all other regards, except these particular bit rate values. thanks for the link to your other comment nonetheless. lots of valuable info
– user2230470
Feb 18 at 21:29
|
show 3 more comments
I'm not sure what you mean by 'container metadatam so ever the calculation of overall bit rate is wrong or the metadata is wrong'?? notably, i'm not looking to save space, i'm looking to free up space by deleting duplicates. bit rate is just one of a few other factors like frame rate that i also use to select the best quality.
– user2230470
Feb 18 at 9:34
im not sure which bit rate is the correct to use? overall or what about nominal bit rate which is sometimes listed under the video section? what does nominal bit rate refer to?
– user2230470
Feb 18 at 9:35
2
@user2230470 See also: superuser.com/questions/338725/… — you cannot just compare based on bitrate/framerate alone, even with the same content.
– slhck
Feb 18 at 16:42
"nominal bit rate" is a bit rate indicated in metadata (in your case video bitstream metadata)
– Jérôme Martinez
Feb 18 at 16:45
@slhck more often than not the duplicate videos im comparing are identical in all other regards, except these particular bit rate values. thanks for the link to your other comment nonetheless. lots of valuable info
– user2230470
Feb 18 at 21:29
I'm not sure what you mean by 'container metadatam so ever the calculation of overall bit rate is wrong or the metadata is wrong'?? notably, i'm not looking to save space, i'm looking to free up space by deleting duplicates. bit rate is just one of a few other factors like frame rate that i also use to select the best quality.
– user2230470
Feb 18 at 9:34
I'm not sure what you mean by 'container metadatam so ever the calculation of overall bit rate is wrong or the metadata is wrong'?? notably, i'm not looking to save space, i'm looking to free up space by deleting duplicates. bit rate is just one of a few other factors like frame rate that i also use to select the best quality.
– user2230470
Feb 18 at 9:34
im not sure which bit rate is the correct to use? overall or what about nominal bit rate which is sometimes listed under the video section? what does nominal bit rate refer to?
– user2230470
Feb 18 at 9:35
im not sure which bit rate is the correct to use? overall or what about nominal bit rate which is sometimes listed under the video section? what does nominal bit rate refer to?
– user2230470
Feb 18 at 9:35
2
2
@user2230470 See also: superuser.com/questions/338725/… — you cannot just compare based on bitrate/framerate alone, even with the same content.
– slhck
Feb 18 at 16:42
@user2230470 See also: superuser.com/questions/338725/… — you cannot just compare based on bitrate/framerate alone, even with the same content.
– slhck
Feb 18 at 16:42
"nominal bit rate" is a bit rate indicated in metadata (in your case video bitstream metadata)
– Jérôme Martinez
Feb 18 at 16:45
"nominal bit rate" is a bit rate indicated in metadata (in your case video bitstream metadata)
– Jérôme Martinez
Feb 18 at 16:45
@slhck more often than not the duplicate videos im comparing are identical in all other regards, except these particular bit rate values. thanks for the link to your other comment nonetheless. lots of valuable info
– user2230470
Feb 18 at 21:29
@slhck more often than not the duplicate videos im comparing are identical in all other regards, except these particular bit rate values. thanks for the link to your other comment nonetheless. lots of valuable info
– user2230470
Feb 18 at 21:29
|
show 3 more comments
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1406827%2fmediainfos-overall-bit-rate-vs-maximum-overall-bit-rate%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown