You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then wait 10 seconds, or attempt to seek past the 10 second mark.
Note that as long as the timeline stays within the first file, for example with edl://bbb1.mov,0,10;bbb1.mov,0,10, the player functions as expected.
Matroska ordered chapters cause the same problem.
Expected Behavior
The EDL is respected; in the example, the first 10 seconds of bbb1.mov are played before the first 10 seconds of bbb2.mov, then playback finishes.
Actual Behavior
The video hangs at the point where the EDL references a different file (in the example, at 10 seconds), audio continues playing. After attempting to seek beyond the 10 second mark, the player does not respond to any input, not even SIGTERM, I need to close it with killall -9 mpv.
Log File
I attempted to seek backwards after 29.797s of starting the player.
I carefully read all instruction and confirm that I did the following:
I tested with the latest mpv version to validate that the issue is not already fixed.
I provided all required information including system and mpv version.
I produced the log file with the exact same set of files, parameters, and conditions used in "Reproduction Steps", with the addition of --log-file=output.txt.
I produced the log file while the behaviors described in "Actual Behavior" were actively observed.
I attached the full, untruncated log file.
I attached the backtrace in the case of a crash.
The text was updated successfully, but these errors were encountered:
agusdallalba
changed the title
MPV hangs when switching files in an EDL timeline if vd-queue-enable=yes
mpv hangs when switching files in an EDL timeline if vd-queue-enable=yesJan 31, 2025
mpv Information
Other Information
Reproduction Steps
Then wait 10 seconds, or attempt to seek past the 10 second mark.
Note that as long as the timeline stays within the first file, for example with
edl://bbb1.mov,0,10;bbb1.mov,0,10
, the player functions as expected.Matroska ordered chapters cause the same problem.
Expected Behavior
The EDL is respected; in the example, the first 10 seconds of
bbb1.mov
are played before the first 10 seconds ofbbb2.mov
, then playback finishes.Actual Behavior
The video hangs at the point where the EDL references a different file (in the example, at 10 seconds), audio continues playing. After attempting to seek beyond the 10 second mark, the player does not respond to any input, not even SIGTERM, I need to close it with
killall -9 mpv
.Log File
I attempted to seek backwards after 29.797s of starting the player.
output.txt
gdb.txt
Sample Files
(see Reproduction Steps)
I carefully read all instruction and confirm that I did the following:
--log-file=output.txt
.The text was updated successfully, but these errors were encountered: