Audio desynchronizing without warning messages with lameHow to record my full screen with audio?Using FFMPEG...
RANK used in 'where' returns invalid column, but exists in results set
How can I protect myself in case of attack in case like this?
Is every sentence we write or utter either true or false?
How would two worlds first establish an exchange rate between their currencies
When did computers stop checking memory on boot?
Leaving the USA for 10 yrs when you have asylum
Supervisor wants me to support a diploma-thesis software tool after I graduated
Problem with listing a directory to grep
Why would an airport be depicted with symbology for runways longer than 8,069 feet even though it is reported on the sectional as 7,200 feet?
Why can linguists decide which use of language is correct and which is not?
I need to know information from an old German birth certificate
I multiply the source, you (probably) multiply the output!
If every star in the universe except the Sun were destroyed, would we die?
How do you say "to hell with everything" in French?
More than three domains hosted on the same IP address
Methods and Feasibility of Antimatter Mining?
Are there any space probes or landers which regained communication after being lost?
Bit floating sequence
What's the biggest difference between these two photos?
Contractor cut joist hangers to make them fit
Stack class in Java 8
How do Scrum teams manage their dependencies on other teams?
Are programming languages necessary/useful for operations research practitioner?
How do I reference a custom counter that shows the section number?
Audio desynchronizing without warning messages with lame
How to record my full screen with audio?Using FFMPEG to stream to Twitch.tv with desktop audio?Desktop audio falls behind when recording microphone + desktop audio + screen using ffmpegSlow down mp3 audioHow do I split an audio file into multiple?Linux audio routing without JackConvert audio inside MKV to AC3 or DTS preserving 6.1 channelsBatch convert (decode) audio into multiple formats with ffmpegUsing ffmpeg to split an Audible audio-book into chapters?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
Hello I recently tried to reencode a certain video with the following command:
ffmpeg -y -i test.mkv -vf scale=720:-2 -c:v mpeg4 -vtag xvid -b:v 969k -pass 1 -an -f avi /dev/null && ffmpeg -i test.mkv -c:a libmp3lame -b:a 48k -ac 1 -vf scale=720:-2 -c:v mpeg4 -vtag xvid -b:v 969k -pass 2 output.avi
It apparently worked without any issues. Nonetheless, when I try to hear it, it became clear that the video-audio synchronization was gone for some reason.
And what is worst, it did not emitted any unusual messages. Usually when that kind of stuff happens, messages in red or yellow are printed in screen, but this time there is none related to audio.
So what can I do to solve the issue and to figure out the cause?
One possibly relevant observation is that the lack of synchronization seems to became worst as the video progress (not 100% certain about it)
audio ffmpeg
add a comment |
Hello I recently tried to reencode a certain video with the following command:
ffmpeg -y -i test.mkv -vf scale=720:-2 -c:v mpeg4 -vtag xvid -b:v 969k -pass 1 -an -f avi /dev/null && ffmpeg -i test.mkv -c:a libmp3lame -b:a 48k -ac 1 -vf scale=720:-2 -c:v mpeg4 -vtag xvid -b:v 969k -pass 2 output.avi
It apparently worked without any issues. Nonetheless, when I try to hear it, it became clear that the video-audio synchronization was gone for some reason.
And what is worst, it did not emitted any unusual messages. Usually when that kind of stuff happens, messages in red or yellow are printed in screen, but this time there is none related to audio.
So what can I do to solve the issue and to figure out the cause?
One possibly relevant observation is that the lack of synchronization seems to became worst as the video progress (not 100% certain about it)
audio ffmpeg
add a comment |
Hello I recently tried to reencode a certain video with the following command:
ffmpeg -y -i test.mkv -vf scale=720:-2 -c:v mpeg4 -vtag xvid -b:v 969k -pass 1 -an -f avi /dev/null && ffmpeg -i test.mkv -c:a libmp3lame -b:a 48k -ac 1 -vf scale=720:-2 -c:v mpeg4 -vtag xvid -b:v 969k -pass 2 output.avi
It apparently worked without any issues. Nonetheless, when I try to hear it, it became clear that the video-audio synchronization was gone for some reason.
And what is worst, it did not emitted any unusual messages. Usually when that kind of stuff happens, messages in red or yellow are printed in screen, but this time there is none related to audio.
So what can I do to solve the issue and to figure out the cause?
One possibly relevant observation is that the lack of synchronization seems to became worst as the video progress (not 100% certain about it)
audio ffmpeg
Hello I recently tried to reencode a certain video with the following command:
ffmpeg -y -i test.mkv -vf scale=720:-2 -c:v mpeg4 -vtag xvid -b:v 969k -pass 1 -an -f avi /dev/null && ffmpeg -i test.mkv -c:a libmp3lame -b:a 48k -ac 1 -vf scale=720:-2 -c:v mpeg4 -vtag xvid -b:v 969k -pass 2 output.avi
It apparently worked without any issues. Nonetheless, when I try to hear it, it became clear that the video-audio synchronization was gone for some reason.
And what is worst, it did not emitted any unusual messages. Usually when that kind of stuff happens, messages in red or yellow are printed in screen, but this time there is none related to audio.
So what can I do to solve the issue and to figure out the cause?
One possibly relevant observation is that the lack of synchronization seems to became worst as the video progress (not 100% certain about it)
audio ffmpeg
audio ffmpeg
asked 12 mins ago
user2752471user2752471
397 bronze badges
397 bronze badges
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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/4.0/"u003ecc by-sa 4.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%2funix.stackexchange.com%2fquestions%2f539711%2faudio-desynchronizing-without-warning-messages-with-lame%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 Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f539711%2faudio-desynchronizing-without-warning-messages-with-lame%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