I have a movie, audio sync is fine if I play in SMPlayer.
However, when I watch in VLC, the audio is way out of sync by minutes - if I seek to a future time, etc.
When I look at the codec media info, it shows that the first Stream 0 is the audio. Normally, all my other movies, Stream 0 is the Video.
Is this a known problem for VLC?
+ Reply to Thread
Results 1 to 6 of 6
-
-
You can try to remap (swap) audio and video track:
Code:@ffmpeg -i "%1" -map 0:1 -map 0:0 -c copy -f matroska "%~n1_swap.mkv"
-
-
Or swap the streams and remux with MKVToolnixGUI. It'll open the common containers (AVI, MP4 etc) and remux as MKV.
-
If you using Windows just create with simple text editor new file, name it somehow, copy above line, save, after this change extension to bat or cmd, after all you will have script file, drag and drop your video on this file - after few moments you will get new file with similar name - ffmpeg can be downloaded from link provided by VideoHelp - all you need is to have ffmpeg.exe in same folder where your newly created script is located.
Similar Threads
-
analog video as an audio stream
By bakonfreek in forum Newbie / General discussionsReplies: 5Last Post: 14th Jun 2015, 14:51 -
Issue with Yamb and MP4Box (adding audio-stream to video-stream)
By slax65 in forum Video ConversionReplies: 2Last Post: 21st May 2015, 05:39 -
what software can reencode an mjpeg stream on the fly and stream the result
By cjard in forum Video Streaming DownloadingReplies: 2Last Post: 30th Apr 2014, 04:22 -
Sync new audio stream to video
By roalush in forum EditingReplies: 7Last Post: 15th Mar 2014, 15:07 -
i have a stream capture video but the stream was laggy. how to fix video?
By 00900 in forum Video Streaming DownloadingReplies: 2Last Post: 8th Apr 2013, 20:15