--On Monday, February 23, 2004 16:53:02 +0100 Fabio Papa <[EMAIL PROTECTED]> wrote:
Hi list, I don't know if this is an already known issue, but freevo is incapable of handling mkv (Matroska) files, right now. I'm speaking of CVS, obviously. Though a mkv*.py file exists in mmpython cvs, freevo seems to detect those files as mpeg. Please, tell me if you want to try out something, I'm available.
yes, freevo can handle mkv files. just add
VIDEO_MPLAYER_SUFFIX += [ 'mkv' ]
to your local_conf.py and make sure your mplayer version supports matroska. you can play these files without problems. mmpython might is possibly not able to detect file data correctly though. i haven't checked that.
-- Benjamin Zeiss
------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
