Re: lavc -- mpegpes
Juri Haberland <[email protected]>
| Newsgroups | gmane.comp.video.mplayer.user.dvb |
|---|---|
| Message-ID | <[email protected]> |
Hi anonymous, <without real name> wrote: > Problem a 4/3 movie has good aspect, but a 16/9 is squashed. > Is there a missing option ? Yes and no. Mplayer cannot know what kind of aspect ratio an avi file has as there's no information about it in the file itself. It doesn't really know the aspect ratio of your TV set, too. All in all you have to tell it via appropriate scale and expand parameters. See also the "-aspect" option. > With a pIII-1Gz -- 256 mo, the output is shoky. > Is there an option that helps ? Please also read in the mailing list archives. The problem is that in order to play a non-mpeg-stream via a DVB card it has to be re-encoded into MPEG in *real-time*. This means: - decode the divx video - scale the video data - encode into MPEG Alltogether it's a really tough job for a P3 1GHz CPU - better try it with a VCD-resolution of 352x288. Maybe "-vop lavc=5000" is suffician for you. Cheers, Juri