[MPlayer-users] mplayer -sb and -endpos with -dumpstream
lynx.abraxas at freenet.de
lynx.abraxas at freenet.de
Wed Apr 3 12:17:18 CEST 2013
Hello!
I'm trying to cut a DVB-T stream dumped with -dumpstream to a ts-file.
The ts-file was created with (stopped with kill $mplayer-PID):
mplayer -dumpfile test.ts -dumpstream dvb://
I added to .mplayer/input.conf to get stream pos reported:
#print stream pos to console
P get_property stream_pos
With this I get 370735812 for starting pos and 473272892 for ending pos.
This works fine if I run:
mplayer test.ts -sb 370735812 -endpos 473272892b
But if I try to dump again to a stream it ignores -endpos:
mplayer test.ts -sb 370735812 -endpos 473272892b -dumpfile test_cut.ts -dumpstream
What am I doing wrong?
I also tried various commands with mencoder but the conversion from test.ts to test_cut.ts is always out of sync and -endpos is ignored as well.
Thanks for any help or hints
Lynx
More information about the MPlayer-users
mailing list