John Molohan wrote:
> Tanja wrote:
>> Hi John,
>>
>> John Molohan schrieb:
>>   
>>> Actually that report was only for a DVD, selecting a vob file I have no 
>>> audio or subtitle menu choices even though there are both in the file. 
>>> There is an option for selecting chapter. 
>>>     
>> I do not know why this is not working. From what I see in the code,
>> files and DVDs should be handled the same way.
>> Is kaa seeing the audio and subtitle streams in the vob?
>> What is mminfo saying?
>>
>>
>>   
> Hi Tanja,
> 
> I've doubled checked with a file that does display subtitles using xine 
> (not freevo). With this file I don't get any menu entry in freevo to 
> choose subtitle. A similar test on a DVD shows mminfo picking up 
> subtitles so I'm guessing this is a kaa.metadata bug?
> 
> [EMAIL PROTECTED] ~]# mminfo -d 2 
> /mnt/removable/video/films/MILLION_DOLLAR_BABY2-1.vob
> kaa media metadata info
> setting to log level 2
> INFO factory(165): No Type found by Extension. Trying all
> DEBUG factory(171): trying audio/mpeg
> DEBUG factory(171): trying audio/ac3
> DEBUG factory(171): trying application/adts
> DEBUG factory(171): trying audio/m4a
> DEBUG factory(171): trying application/ogg
> INFO ogg(56): Invalid header
> DEBUG factory(171): trying application/pcm
> DEBUG factory(171): trying video/asf
> DEBUG factory(171): trying video/flv
> DEBUG factory(171): trying application/mkv
> DEBUG mkv(157): EBML entity not found, bad file format
> DEBUG factory(171): trying video/quicktime
> DEBUG mp4(98): invalid header: D
> DEBUG factory(171): trying video/mpeg
> 
> /mnt/removable/video/films/MILLION_DOLLAR_BABY2-1.vob
> | type: MPEG-2 Video
> | media: MEDIA_AV
> | mime: video/mpeg
> | length: 3017
> | interlaced: True
> +-- Video Track #1
> | | media: MEDIA_VIDEO
> | | length: 3017
> | | bitrate: 9000000
> | | codec: MPEG-2 Video
> | | width: 720
> | | height: 576
> | | fps: 25
> | | aspect: 1.77777777778
> | | fourcc: MP2V
> | | id: 224
> +-- Audio Track #1
> | | media: MEDIA_AUDIO
> | | codec: AC3
> | | fourcc: 0x2000
> | | id: 189


It looks like a metadata bug.

mplayer -identify should report subtitle tracks.

You can always add to local_conf.py the following:
| EVENTS['video']['LANG'] = \
|   Event(VIDEO_SEND_MPLAYER_CMD, arg='switch_audio')
| EVENTS['video'][' '] = \
|   Event(VIDEO_SEND_MPLAYER_CMD, arg='vobsub_lang')
Then you can use the remote to change audio and subtitles. Just need a
lirc mapping to LANG and SUBTITLE.

Duncan


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to