Bugs item #1402649, was opened at 2006-01-11 10:02
Message generated for change (Comment added) made by duncanwebb
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=446895&aid=1402649&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: mplayer
Group: 1.5.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Lars Steinke (lss74)
Assigned to: Nobody/Anonymous (nobody)
Summary: Audio language setting broken with MPlayer for DVD playback

Initial Comment:
When choosing an audio track, using the Freevo "e" Menu
for a DVD (tested with LotR 3 ESE), mplayer then only
seems to provide an audio bitstream for the primary
language:

Standard (local_conf.py as shipped, DVD_LANG_PREF empty):
English: works
German: no sound

DVD_LANG_PREF set to "en,de":
English: works
German: no sound

DVD_LANG_PREF set to "de,en":
English: no sound
German: works

----------------------------------------------------------------------

>Comment By: Duncan Webb (duncanwebb)
Date: 2006-09-24 11:45

Message:
Logged In: YES 
user_id=104395

Oh I see why the aid being passed to mplayer is incorrect.
Freevo is passing the audio stream number not the aid.

Here is a what can be seen from mplayer.

mplayer -vo null -ao null -frames 0 -v dvd://1 2>/dev/null |
egrep '(sid|aid)'
[open] audio stream: 0 audio format: ac3 (5.1) language: de
aid: 128
[open] audio stream: 1 audio format: ac3 (5.1) language: en
aid: 129
[open] audio stream: 2 audio format: dts (5.1) language: de
aid: 138
[open] audio stream: 3 audio format: ac3 (stereo) language:
en aid: 131
[open] audio stream: 4 audio format: ac3 (stereo) language:
en aid: 132
[open] subtitle ( sid ): 0 language: de
[open] subtitle ( sid ): 1 language: de
[open] subtitle ( sid ): 2 language: tr
[open] subtitle ( sid ): 3 language: en
[open] subtitle ( sid ): 4 language: de
[open] subtitle ( sid ): 5 language: en
[open] subtitle ( sid ): 6 language: de
[open] subtitle ( sid ): 7 language: en
[open] subtitle ( sid ): 8 language: de
[open] subtitle ( sid ): 9 language: en
[open] subtitle ( sid ): 10 language: de
[open] subtitle ( sid ): 11 language: en


----------------------------------------------------------------------

Comment By: Duncan Webb (duncanwebb)
Date: 2006-09-23 18:29

Message:
Logged In: YES 
user_id=104395

I think this is a bug in mplayer rather that freevo, so it
should be reported there. 

As far as I can tell mplayer is passed the alang argument
correctly. Maybe I'm mistaken but I think that the audio
selection options in mplayer don't.

Need to do some more testing...

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=446895&aid=1402649&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

Reply via email to