I would dearly love to be able to 'set' the aspect ratio of a file
from within freevo.  I know I can create an fxd manually to do this,
but this lowers my WAF. hehe.


What kind of 'file'? I suppose you mean movies; I've added these events to
localconf.py to change aspect ratio of movies in mplayer using keys '0',
'1', '2', '3' (I don't know how to achieve the same for xine):

# Original
EVENTS['video']['0'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='switch_ratio -1')

# 4:3
EVENTS['video']['1'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='switch_ratio
1.33333')

# 16:9
EVENTS['video']['2'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='switch_ratio
1.77778')

# Cinemascope
EVENTS['video']['3'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='switch_ratio 2.35
')


Eduardo
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to