Pascal Schirrmann wrote:
> Hi,
> 
> I don't know exactly if my problem is a dev problem or a user problem,
> but I guess the former, so here am I :-)
> 
> I have some mkv file, a very nice work, with a bunch of subtitle and two
> audio tracks. When I try to play them in freevo, I select the extended
> menu, choose my subtitle, my audio track, but when mplayer starts, it
> does not care about my choices.
> 
> If I select the line started by freevo, I see that the -aid option is
> ever set to 0 and the -sid option is simply missing.

I'm not too surprised that the audio and subtitle tracks are incorrect
if kaa.metadata cannot parse the output. You may need to send the first
10MB to dischi when he comes back. In the mean time you may upload the
first 10MB to my ftp server and I'll try it with my version of mminfo.
ftp://ftp.linuxowl.com/incoming/

> If I start manually mplayer with all freevo options, but -aid 1 -sid 2
> everything is fine.

As far as I'm aware it works as other people have sent in patches
because the aid and sid were incorrect. I'm not sure if this was changed
in kaa.metadata if so then they will now be incorrect.

> Also, in the menu, the subtitle options are a little cryptic :
> mis
> und
> und
> und
> und
> und
> 
> The audio track are better displayed :
> fre(channels=2:AAC/MPEG4/LC/SBR)
> eng(channels=2:AAC/MPEG4/LC/SBR)
> 
> In VLC 0.8.5 on Linux, I see :
> (For the audio track)
> Francais
> English
> (For the subtitle)
> mis
> VobSub - Francais
> SubRip Francais
> English
> Deutch
> Nederlands
> 
> More useable :-)
> 
> I must still add that mminfo doesn't like my video file :
> -----------------------------------------------------------------
> mminfo Episode\ 7\ -\ La\ petite\ voix\ \(Reaper\ madness\).mkv
> kaa media metadata info
> ERROR factory(175): parse error
> Traceback (most recent call last):
>   File "/usr/lib/python2.4/site-packages/kaa/metadata/factory.py", line
> 169, in create_from_file
>     return parser(file)
>   File "/usr/lib/python2.4/site-packages/kaa/metadata/video/mkv.py",
> line 311, in __init__
>     self.process_elem(elem)
>   File "/usr/lib/python2.4/site-packages/kaa/metadata/video/mkv.py",
> line 348, in process_elem
>     self.process_seekhead(elem)
>   File "/usr/lib/python2.4/site-packages/kaa/metadata/video/mkv.py",
> line 374, in process_seekhead
>     self.process_elem(elem)
>   File "/usr/lib/python2.4/site-packages/kaa/metadata/video/mkv.py",
> line 342, in process_elem
>     self.process_chapters(elem)
>   File "/usr/lib/python2.4/site-packages/kaa/metadata/video/mkv.py",
> line 536, in process_chapters
>     self.process_chapter_atom(sub_elem)
>   File "/usr/lib/python2.4/site-packages/kaa/metadata/video/mkv.py",
> line 559, in process_chapter_atom
>     log.debug('Chapter "%s" found' % str(chap.name))
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in
> position 27: ordinal not in range(128)
> 
> Episode 7 - La petite voix (Reaper madness).mkv
> No Match found

You should see something like this.

20060928_2030_Keeping_Up_Appearances_-_Episode_7.mkv
|       type: Matroska
|       date: 1159586325.0
|      media: MEDIA_AV
|       mime: application/mkv
|     length: 1795.706
| interlaced: 0
+-- Video Track #1
|    |   language: und
|    |      media: MEDIA_VIDEO
|    |      codec: DivX
|    |      width: 688
|    |     height: 560
|    |        fps: 25.0
|    |     aspect: 1.22857142857
|    |    trackno: 1
|    |     fourcc: DIVX
|    |         id: 0
+-- Audio Track #1
|    |   language: eng
|    |      media: MEDIA_AUDIO
|    |   channels: 2
|    | samplerate: 48000.0
|    |      codec: Unknown
|    |     fourcc: VORBIS
|    |    trackno: 2
|    |         id: 0
+-- Subtitle #1
|    |   language: cze
|    |    trackno: 3
|    |         id: 0

This is not quite correct as vlc says the file has two subtitle streams.

Duncan


-------------------------------------------------------------------------
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
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to