Re: MPLayer can't play h264 dvb-s channel
Carl Eugen Hoyos <[email protected]> Mon, 3 Dec 2007 09:06:33 +0000 (UTC)
| Newsgroups | gmane.comp.video.mplayer.user.dvb |
|---|---|
| Message-ID | <[email protected]> |
Hi! Igor <goga777 <at> bk.ru> writes: > in the incomming you can find two files > Expess40E_10967GGz.ts > Express40E.ts I tested Express40E,ts It's missing the PMT (you have to add its PID to the video PID with '+'). Unfortunately, this program can't be played by mplayer anyway, because it's using interlaced and spatial direct mode which isn't implemented in FFMpeg/MPlayer. I used this patch to test it: http://article.gmane.org/gmane.comp.video.mplayer.user/42284 Carl Eugen