Zeratul wrote:

I don't know if it is possible for different audio files, but you can use different settings for audio files, DVD's , avi's, ... I'd suggest you use your -af channels line for default, cd, rm,vcd and rmvb, and use -channels 6 for all other types that may contain 6 channel audio (esp. dvd, avi)

MPLAYER_ARGS = { 'dvd' : '-cache 8192 -zoom -channels 6 -autosync 30 -panscan 0.5 -slang nl',
'vcd' : '-cache 4096 -panscan 0.5 -zoom -af channels=6:6:0:0:1:1:0:2:1:3:0:4:1:5',
'cd' : '-cache 1024 -cdda speed=2 -af channels=6:6:0:0:1:1:0:2:1:3:0:4:1:5',
'tv' : '-nocache -af channels=6:6:0:0:1:1:0:2:1:3:0:4:1:5',
'ivtv' : '-cache 8192 -af channels=6:6:0:0:1:1:0:2:1:3:0:4:1:5',
'avi' : '-cache 5000 -idx -channels 6',
'rm' : '-cache 5000 -forceidx -af channels=6:6:0:0:1:1:0:2:1:3:0:4:1:5',
'rmvb' : '-cache 5000 -forceidx -af channels=6:6:0:0:1:1:0:2:1:3:0:4:1:5',
'webcam' : 'tv:// -tv driver=v4l:width=352:height=288:outfmt=yuy2:device=/dev/video2',
'default': '-cache 5000 -af channels=6:6:0:0:1:1:0:2:1:3:0:4:1:5'
}


Hey, thanks a lot for that hint! It helped me very much to have different settings.
But, what I actually don't understand is where i.e. mp3-files are configured under. When playing mp3-Files, the 'default'-settings aren't used. I can't see which are used instead. Any idea?



Kind regards Markus


------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to