Opened 16 years ago
Last modified 14 years ago
#1450 new defect
-ss and -endpos are ignored when -dumpstream is requested
Reported by: | Owned by: | reimar | |
---|---|---|---|
Priority: | normal | Component: | core |
Version: | 1.0rc2 | Severity: | normal |
Keywords: | Cc: | compn, bill-bugzilla.mplayerhq.hu@… | |
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
Summary pretty much says it all: When you try to dump a stream from DVD to file starting on a certain position, MPlayer will always start from the very beginning. It seems also specifying chapters will yield the same result.
Change History (3)
comment:1 by , 16 years ago
comment:2 by , 15 years ago
Cc: | added |
---|
to illustrate just this issue specifically, if I do:
mplayer -endpos 30 http://192.168.20.158:9010
the stream plays for 30 seconds and quits, but if I do:
mplayer -endpos 30 -dumpaudio -dumpfile myoutfile.mp3 http://192.168.20.158:9010
it never quits (it does write the output). When I try to quit with ctrl-c a few times, I get:
MPlayer interrupted by signal 2 in module: dump
MPlayer interrupted by signal 2 in module: enable_cache
MPlayer interrupted by signal 2 in module: dump
MPlayer interrupted by signal 2 in module: enable_cache
comment:3 by , 14 years ago
Cc: | added |
---|
i dont think this will be implemented, but in svn with -capture and hitting c key, you will be able to dump when you want to.
probably only works well on mpeg and possibly mp3.
To reproduce, just take an arbitrary DVD and issue command like:
mplayer dvd://1 -dumpfile /tmp/test.mpg -dumpstream -ss 3:00 -endpos 1:00
MPlayer will not stop after one minute and when watching the result, you will see it starts from the very beginning of the DVD, not with an offset of 3 minutes as expected.