F4V to MP4 via FFMPEG (Bitrate viewer)
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I have a several F4V that I've captured using Flash media Live Encoder and I need to convert them to MP4s. As I understand F4V are fairly identical to the MP4 format so we used "copy" for the video and audio codec.
This the the FFmpeg command line I used:
ffmpeg.exe -i %1 -vcodec copy -acodec copy -loglevel debug -report %1.mp4
The command seems to work except I'm using Bitrate Viewer as a quality check (http://www.winhoros.de/docs/bitrate-viewer/) and the resulting MP4s are displaying incorrect information (http://tinyurl.com/nafcozw). In contrast when I review the log from FFmpeg and use MediaInfo the results are accurate, when compared to the source file (F4V). Should I be concerned what Bitrate viewer is displaying or is there another program than I can use to graph the file bitrate?
Hope I made sense, I'm new to FFMPEG so you will have to excuse my lack of understanding. Thanks
video ffmpeg video-conversion
add a comment |
I have a several F4V that I've captured using Flash media Live Encoder and I need to convert them to MP4s. As I understand F4V are fairly identical to the MP4 format so we used "copy" for the video and audio codec.
This the the FFmpeg command line I used:
ffmpeg.exe -i %1 -vcodec copy -acodec copy -loglevel debug -report %1.mp4
The command seems to work except I'm using Bitrate Viewer as a quality check (http://www.winhoros.de/docs/bitrate-viewer/) and the resulting MP4s are displaying incorrect information (http://tinyurl.com/nafcozw). In contrast when I review the log from FFmpeg and use MediaInfo the results are accurate, when compared to the source file (F4V). Should I be concerned what Bitrate viewer is displaying or is there another program than I can use to graph the file bitrate?
Hope I made sense, I'm new to FFMPEG so you will have to excuse my lack of understanding. Thanks
video ffmpeg video-conversion
bitrate = file size/duration, so you can perform your own calculations to compare.
– llogan
Dec 8 '14 at 23:13
If your file sizes are more or less identical- it should mean the rates have not changed. In any case, a codec copy means you are not re-encoding, so there should not be any difference.
– Rajib
Dec 9 '14 at 16:33
add a comment |
I have a several F4V that I've captured using Flash media Live Encoder and I need to convert them to MP4s. As I understand F4V are fairly identical to the MP4 format so we used "copy" for the video and audio codec.
This the the FFmpeg command line I used:
ffmpeg.exe -i %1 -vcodec copy -acodec copy -loglevel debug -report %1.mp4
The command seems to work except I'm using Bitrate Viewer as a quality check (http://www.winhoros.de/docs/bitrate-viewer/) and the resulting MP4s are displaying incorrect information (http://tinyurl.com/nafcozw). In contrast when I review the log from FFmpeg and use MediaInfo the results are accurate, when compared to the source file (F4V). Should I be concerned what Bitrate viewer is displaying or is there another program than I can use to graph the file bitrate?
Hope I made sense, I'm new to FFMPEG so you will have to excuse my lack of understanding. Thanks
video ffmpeg video-conversion
I have a several F4V that I've captured using Flash media Live Encoder and I need to convert them to MP4s. As I understand F4V are fairly identical to the MP4 format so we used "copy" for the video and audio codec.
This the the FFmpeg command line I used:
ffmpeg.exe -i %1 -vcodec copy -acodec copy -loglevel debug -report %1.mp4
The command seems to work except I'm using Bitrate Viewer as a quality check (http://www.winhoros.de/docs/bitrate-viewer/) and the resulting MP4s are displaying incorrect information (http://tinyurl.com/nafcozw). In contrast when I review the log from FFmpeg and use MediaInfo the results are accurate, when compared to the source file (F4V). Should I be concerned what Bitrate viewer is displaying or is there another program than I can use to graph the file bitrate?
Hope I made sense, I'm new to FFMPEG so you will have to excuse my lack of understanding. Thanks
video ffmpeg video-conversion
video ffmpeg video-conversion
edited Dec 9 '14 at 16:29
Dave M
12.8k92838
12.8k92838
asked Dec 8 '14 at 22:39
AbelAbel
112
112
bitrate = file size/duration, so you can perform your own calculations to compare.
– llogan
Dec 8 '14 at 23:13
If your file sizes are more or less identical- it should mean the rates have not changed. In any case, a codec copy means you are not re-encoding, so there should not be any difference.
– Rajib
Dec 9 '14 at 16:33
add a comment |
bitrate = file size/duration, so you can perform your own calculations to compare.
– llogan
Dec 8 '14 at 23:13
If your file sizes are more or less identical- it should mean the rates have not changed. In any case, a codec copy means you are not re-encoding, so there should not be any difference.
– Rajib
Dec 9 '14 at 16:33
bitrate = file size/duration, so you can perform your own calculations to compare.
– llogan
Dec 8 '14 at 23:13
bitrate = file size/duration, so you can perform your own calculations to compare.
– llogan
Dec 8 '14 at 23:13
If your file sizes are more or less identical- it should mean the rates have not changed. In any case, a codec copy means you are not re-encoding, so there should not be any difference.
– Rajib
Dec 9 '14 at 16:33
If your file sizes are more or less identical- it should mean the rates have not changed. In any case, a codec copy means you are not re-encoding, so there should not be any difference.
– Rajib
Dec 9 '14 at 16:33
add a comment |
0
active
oldest
votes
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%2f850176%2ff4v-to-mp4-via-ffmpeg-bitrate-viewer%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f850176%2ff4v-to-mp4-via-ffmpeg-bitrate-viewer%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
bitrate = file size/duration, so you can perform your own calculations to compare.
– llogan
Dec 8 '14 at 23:13
If your file sizes are more or less identical- it should mean the rates have not changed. In any case, a codec copy means you are not re-encoding, so there should not be any difference.
– Rajib
Dec 9 '14 at 16:33