I use the following command to play multiple videos with mpv and compare them side by side:
When playing 2 copies of the same file they play in sync as expected and both audio and video remain syncronized during seeking.mpv "D:\input.ts" --external-file="D:\output.remuxed.ts" --lavfi-complex="[vid1]scale=600x400[v1];[vid2]scale=600x400[v2];[v1][v2]hstack=inputs=2[vo];[aid1][aid2]amix=inputs=2[ao]"
If I remux one of the files:
and play them together they start playing in sync, but when seeking the audio tracks run out of sync with 1-2 seconds delay between them (video streams are fine). I find it strange because all the streams preserve their timestamps, start times etc. during the remuxing process.ffmpeg.exe -i "D:\input.ts" -c copy "D:\output.remuxed.ts"
Is there something wrong with my remuxed file or it is just some issue with mpv player or the command I'm using ?
+ Reply to Thread
Results 1 to 1 of 1
-
Last edited by osmium; 25th Feb 2020 at 13:38.
Similar Threads
-
mpv.net media player
By stax76 in forum Software PlayingReplies: 91Last Post: 2nd Jan 2024, 05:03 -
madVr behavior when resizing player (MPC-HC)
By ZetaStax in forum Software PlayingReplies: 2Last Post: 24th Dec 2019, 11:27 -
Using mpv media player with accented characters in the filename
By elriba in forum Software PlayingReplies: 4Last Post: 18th Sep 2019, 17:07 -
Correct way to install mpv (media player) in Windows?
By Zizoret in forum Software PlayingReplies: 9Last Post: 28th Jan 2018, 21:38 -
MPV (media player)
By devilcoelhodog in forum Software PlayingReplies: 4Last Post: 3rd Mar 2016, 07:33