Bugs item #1619058, was opened at 2006-12-19 22:10
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=446895&aid=1619058&group_id=46652
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: players
Group: 1.7.0
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Sylvain FABRE (reudeudeu)
Assigned to: Nobody/Anonymous (nobody)
Summary: mplayer.py bug (and patch)
Initial Comment:
The management of the -aid option in mplayer.py is not correct with mkv
(Matroska file). To make it work, replace the lines 192 with :
if item.selected_audio != None:
if item.mimetype == 'mkv':
additionnal_args += [ '-aid', str(item.selected_audio-1) ]
else:
additionnal_args += [ '-aid', str(item.selected_audio) ]
This will allow selection of the first audio track (numbered from 0 in MKV
case).
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=446895&aid=1619058&group_id=46652
-------------------------------------------------------------------------
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-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-devel