Sorry.. answering from digest mail.... Hope not disturbing.. this is my first...
Hi...
well, in my case, with a 1360x768 flatscreen, I use:
1 - freevo -fs 2 - geometry = 1360x768 at freevo.conf 3 - At .mplayer/config ... zoom=yes fs=yes monitoraspect=16:9 ...
4 - At local_conf.py (note here the Autocrop variable)
# Software # MPLAYER_AO_DEV = 'oss:/dev/dsp' MPLAYER_VO_DEV_OPTS = 'xv :noinput' MPLAYER_NICE = -20 DVD_LANG_PREF = 'es,en' #MPLAYER_ARGS_DEF = (('-autosync 100 -osd-duration 2000 -menu -nolirc -autoq 100 -screenw %s '+ '-screenh %s -fs -subpos #92-vf screenshot') % (CONF.width, CONF.height)) MPLAYER_SEEK_TIMEOUT = 30 MPLAYER_ARGS = { 'dvd' : '-cache 8192 -monitoraspect 16:9', 'vcd' : '-cache 4096 -monitoraspect 16:9', 'cd' : '-cache 1024 -cdda speed=2', 'mkv' : '-cache 5000 -idx -alang jpn,ja -slang eng,en,En -framedrop -monitoraspect 16:9', 'ogm' : '-cache 5000 -aid 1 -sid 0 -monitoraspect 16:9', 'tv' : '-nocache', 'ivtv' : '-cache 8192', 'avi' : '-cache 5000 -idx -monitoraspect 16:9', 'rm' : '-cache 5000 -forceidx', 'rmvb' : '-cache 5000 -forceidx -monitoraspect 16:9', 'webcam' : 'tv:// -tv driver=v4l:width=352:height=288:outfmt=yuy2:device=/dev/video2', 'default': '-cache 5000 -monitoraspect 16:9' } MPLAYER_VF_INTERLACED = 'pp=md/de,phase=U' #MPLAYER_VF_INTERLACED = 'pp=de/fd' MPLAYER_VF_PROGRESSIVE = 'pp=de' MPLAYER_AUTOCROP = 1 XINE_VO_DEV = 'xv' XINE_AO_DEV = 'alsa' XINE_ARGS_DEF = "--no-lirc --post='pp:quality=10;expand'" XINE_HAS_NO_LIRC = True
Well.. I have to say I have not any problem looking to 4:3 vids, with top an bottom bars, since MPLAYER just autocrop them fullfilling the screen at most........ I think it would do with non4:3 videos.... just cropping, and deleting up and bottom bars, to adjust to screen...... have you tested autocrop feature?
|
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
