Opened 19 years ago

Closed 18 years ago

#397 closed defect (fixed)

Internal player doesn't like mkv files

Reported by: atomjack <atomjack@…> Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: mythvideo Version: head
Severity: medium Keywords: internal player mkv matroska
Cc: Ticket locked: no

Description

In MythVideo?, after setting the player to "Internal"(to use the internal MythTV player), when trying to view files using the Matroska(mkv) container, the video is squeezed to only one or two pixels high, so it's unviewable. Also, trying to bring up information (timecode status, and description) doesn't seem to work. Avi files on the other hand work just fine. I haven't tried any other extensions.

Change History (5)

comment:1 Changed 19 years ago by Isaac Richards

Resolution: wontfix
Status: newclosed

The internal player only supports what ffmpeg supports.

comment:2 Changed 18 years ago by webmaaschter - a t - gmx.de

Keywords: internal player mkv matroska added
Resolution: wontfix
Status: closedreopened

ffmpeg supports matroska.

ffplay /path/to/an/File.mkv shows Audio and Video. (Seeking seems to be buggy, and subtitles doesn't work but you can watch it)
I tried to update mythtv/libs/libavformat/matroska.c to current ffmpeg-cvs-version. (only one line diff).

...It doesn't help

Info: mythfrontend --version
Library API version: 0.19.20060121-2
Source code version: 8926M
Options compiled in:

linux release using_v4l using_oss using_alsa using_jack using_ivtv using_dbox2 using_lirc using_joystick_menu using_x11 using_xv using_dvdnav using_xrandr using_frontend using_backend

comment:3 Changed 18 years ago by Isaac Richards

Resolution: fixed
Status: reopenedclosed

(In [8971]) Fix for formats that report really broken aspect ratios. Closes #397.

comment:4 Changed 18 years ago by anonymous

Resolution: fixed
Status: closedreopened

Great, tha is one thing i waited for long time!

But one thing still doesn't work: Showing and switching between subtitles.

comment:5 Changed 18 years ago by Isaac Richards

Resolution: fixed
Status: reopenedclosed

No feature requests without patches in trac. The original issue in this ticket is fixed.

Note: See TracTickets for help on using tickets.