Some more info, I turned on debugging and got the following in main1000.log:

----------------------------------------------------------------------------
2009-06-20 09:41:49,101 DEBUG    mplayer.py (147): MPlayer.play():
mode=file, url=//var/lib/mythtv/recordings/0
6-18_20_30_CSI:_Miami.ts
2009-06-20 09:41:49,101 INFO     mplayer.py (162): MPLAYER_ARGS not defined
for 'ts', using default
2009-06-20 09:41:49,101 DEBUG    mplayer.py (165): mode=default args=-cache
5000
2009-06-20 09:41:49,101 DEBUG    mplayer.py (365): /usr/bin/mplayer -slave
-v -vo xv -ao oss:/dev/dsp -fs -cache 5000 -vf pp=de,pp=ci,phase=u
//var/lib/mythtv/recordings/06-18_20_30_CSI:_Miami.ts
2009-06-20 09:41:49,102 DEBUG    osd.py (158):
OSDFont.__init__(name='/home/bmentink/freevo/share/freevo/fonts/Vera.ttf',
ptsize=18)
2009-06-20 09:41:49,103 DEBUG    childapp.py (297):
ChildApp2.__init__(app=['--prio=-20', '/usr/bin/mplayer', '-slave', '-v',
'-vo', 'xv', '-ao', 'oss:/dev/dsp', '-fs', '-cache', '5000', '-vf',
'pp=de,pp=ci,phase=u',
u'//var/lib/mythtv/recordings/06-18_20_30_CSI:_Miami.ts'], debugname=None,
doeslogging=0, stop_osd=2)
2009-06-20 09:41:49,112 DEBUG    childapp.py (134): Running (list)
u'/usr/bin/mplayer -slave -v -vo xv -ao oss:/dev/dsp -fs -cache 5000 -vf
pp=de,pp=ci,phase=u //var/lib/mythtv/recordings/06-18_20_30_CSI:_Miami.ts'
with pid 28587 priority -20
-----------------------------------------------------------------------------

There is some confusion in that report as well, it states that "MPLAYER_ARGS
not defined for 'ts' " but further down passes a heap of options to mplayer
including my deinterlace filters, but viewing shows no effect of the filters
... very confusing

What's going on folks, any idea's??


On Sat, Jun 20, 2009 at 9:27 AM, Bernard Mentink <bment...@gmail.com> wrote:

> Hi All,
>
> I am really confused with how to pass options to mplayer for various media.
>
> I have found I can pass option to live TV (live pause) with
> "MPLAYER_ARGS_DEF = '-vf pp=ci,phase=u -fs' " and that
> works fine, but those options don't seem to work while playing recorded
> shows with mplayer .. i.e I am not getting
> any de-interlacing happening while playing back recorded shows, but I am in
> liveTV.
>
> What's more confusing is the options like "MPLAYER_ARGS['vcd']     =
> '-cache 4096' " for different media, these don't
> seem to work either. The other options like " MPLAYER_AUTOCROP = 0 " don't
> work either.
>
> And yes, mplayer is definitely the selected player (confirmed with "top")
>
> Can anyone shed some light on this?
>
> Thanks,
> Bernie
>
------------------------------------------------------------------------------
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to go? 24-hour hacker lounge. Register today!
http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to