Re: how to apply video-filters with mpegpes output
luukes <[email protected]>
| Newsgroups | gmane.comp.video.mplayer.user.dvb |
|---|---|
| Message-ID | <[email protected]> |
Am Freitag, 7. April 2006 12:46 schrieb Stone: > On 4/6/06, luukes <[email protected]> wrote: > > hello > > > > i tried to use some video-filters like bmovl. if the video > > output is on X that works, but if i playback over my DVB > > card (-vo mpegpes) then the movie stutters. but this also > > occures if i use other filters like -vf scale=720:576 . > > > > so where is the/my problem with filter-chains for mpegpes output? > > The taking a look at this shell script. It automatically does the scaling > for you to output to mpegpes. > > http://batleth.sapienti-sat.org/projects/VDR/mplayer.sh-0.8.6.tar.gz hi thanks for your answer. my problem is not the scaling - that was just an -vf example. most of the video-filters lead to a stuttering playback over my DVB-card while the playback on X is fine. if i play my video without any video-filters, the playback is perfect. mplayer -ao mpegpes -vo mpegpes myvideo.mpg so my question is - how to apply video-filters that i still get a smooth playback? mplayer -ao mpegpes -vo mpegpes -vf <filter> myvideo.mpg in my specific case i want to do some overlay with bmovl. all hints are welcome. luk