Opened 14 years ago
Closed 14 years ago
#1724 closed defect (invalid)
delay + seek don't work together with mkv files.
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | demuxer |
Version: | HEAD | Severity: | normal |
Keywords: | Cc: | compn | |
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
Issuing:
mplayer file.mkv -fps #n
doesn't change the playback speed.
mplayer file.mkv -speed #factor
works
mplayer file.mkv -delay #n
works only until a seek is made
mplayer file.mkv -delay #n -ss #s
doesn't change the audio delay at all.
Change History (8)
comment:1 by , 14 years ago
rep_platform: | PC (x86) → All |
---|---|
Resolution: | → worksforme |
Status: | new → closed, patriotact@gmail.com |
Summary: | delay and fps options don't work with mkv files. → delay + seek don't work together with mkv files. |
Version: | 1.0rc2 → HEAD |
comment:2 by , 14 years ago
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
oops, didnt mean to close it.
comment:3 by , 14 years ago
Unfortunately, even specifying -mc 0 doesn't help here.
What's your mplayer version?
comment:4 by , 14 years ago
r31372, also MPlayer SVN-r32355-3.4.5 (C) 2000-2010 MPlayer Team
what version are you using?
-mc 0 -fps 60 with both -demuxer lavf and -demuxer mkv
comment:5 by , 14 years ago
(In reply to comment #4)
r31372, also MPlayer SVN-r32355-3.4.5 (C) 2000-2010 MPlayer Team
what version are you using?
-mc 0 -fps 60 with both -demuxer lavf and -demuxer mkv
tried with both demuxers, no luck.
My mplayer version is:
MPlayer git-7a669a6-4.5.0
I've uploaded a sample video here:
http://www.megaupload.com/?d=ID8HO98L
comment:6 by , 14 years ago
works for me with this:
mplayer sample.mkv -nosound -nosub -fps 60 -mc 0 -demuxer lavf
but cant get -demuxer mkv working
of course, it also peaks my cpu.
are you using vdpau or what speed cpu do you have?
comment:7 by , 14 years ago
(In reply to comment #6)
works for me with this:
mplayer sample.mkv -nosound -nosub -fps 60 -mc 0 -demuxer lavf
but cant get -demuxer mkv working
of course, it also peaks my cpu.
are you using vdpau or what speed cpu do you have?
The same commandline gives me standard 23.976fps, even with -vo x11.
I don't use vdpau and my cpu is Intel(R) Core(TM)2 Duo CPU E7500 @ 2.93GHz.
btw, even -fps 1 doesn't work
comment:8 by , 14 years ago
Resolution: | → invalid |
---|---|
Status: | reopened → closed |
(In reply to comment #7)
(In reply to comment #6)
works for me with this:
mplayer sample.mkv -nosound -nosub -fps 60 -mc 0 -demuxer lavf
but cant get -demuxer mkv working
of course, it also peaks my cpu.
are you using vdpau or what speed cpu do you have?
The same commandline gives me standard 23.976fps, even with -vo x11.
I don't use vdpau and my cpu is Intel(R) Core(TM)2 Duo CPU E7500 @ 2.93GHz.
btw, even -fps 1 doesn't work
Just discovered the root cause, it's
My apologies for your time, (In reply to comment #7)
(In reply to comment #6)
works for me with this:
mplayer sample.mkv -nosound -nosub -fps 60 -mc 0 -demuxer lavf
but cant get -demuxer mkv working
of course, it also peaks my cpu.
are you using vdpau or what speed cpu do you have?
The same commandline gives me standard 23.976fps, even with -vo x11.
I don't use vdpau and my cpu is Intel(R) Core(TM)2 Duo CPU E7500 @ 2.93GHz.
btw, even -fps 1 doesn't work
@compn:
I am using mplayer-mt build, my apologies for stealing your time.
I'll mark this bug as invalid.
Again, sorry.
mplayer file.mkv -fps 90 -mc 0
works
not sure about the delay seek tho.
i cant believe it works with avi.