Re: Dump out on seek
Greg Bell <[email protected]>
| Newsgroups | gmane.comp.video.mplayer.user.dvb |
|---|---|
| Message-ID | <[email protected]> |
> >I'm recording a transport stream from my DVB-T card with: > > > >mencoder dvb://"ABC TV Sydney" -endpos 00:15:00 -oac copy -ovc copy -o me.ts > > > the resulting file is avi, not TS, but should seek. it definitely doesn't. > >But, using mplayer to play the resulting me.ts, any seek forward quits > >out: "Exiting... (End of file)" > > does it quit immediately or too early? quits immediately on a single forward seek. (forgot to mention that this is mplayer CVS as of Feb 6) > you can use -mc 0 -noskip. -mc 0 is an mplayer option, and -noskip is an mencoder option... OK, trying both... same result. mplayer exits on any seek forward. ~gb