After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 406196 - .m2t files don't get recognized as mediafiles
.m2t files don't get recognized as mediafiles
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: general
2.17.x
Other Linux
: Normal normal
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2007-02-09 20:30 UTC by Filip Palm
Modified: 2007-02-13 09:34 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Filip Palm 2007-02-09 20:30:17 UTC
.m2t files don't get recognized as mediafiles. So when i try to double click on them in nautilus i just get a error message saying:

Cannot open /home/filip/Desktop/Video.m2t: No application suitable for automatic installation is available for handling this kind of file.

This is a Ubuntu error message when no application is found to handle the file.


The file plays fine when i DnD it in Totem.

I think m2t files is a container format for HDV.


Other information:
Ubuntu Feisty Fawn and Totem-SVN
Comment 1 Filip Palm 2007-02-09 20:32:13 UTC
I get this from Gnome-VFS:

$ gnomevfs-info Video.m2t | grep MIME
MIME type         : application/octet-stream
Comment 2 Bastien Nocera 2007-02-11 22:02:58 UTC
HDV being? Do you have such a file available somewhere?
Comment 3 Filip Palm 2007-02-12 13:36:25 UTC
HDV == High Definition Video.

Its the format used by HDV camcorders, don't know if its mpeg4 inside or something else.

Have a m2t file at home, so when i'm home next time i will send it to you.
Comment 4 Filip Palm 2007-02-12 16:03:41 UTC
You can get some m2t files here:
http://www.vasst.com/HDV/media/CF24-upload.m2t
http://www.vasst.com/HDV/FX-1_images-Surfers.htm (more)

$ gst-typefind CF24-upload.m2t 
CF24-upload.m2t - video/mpegts, systemstream=(boolean)true, packetsize=(int)188
Comment 5 Bastien Nocera 2007-02-12 16:55:37 UTC
It's just an MPEG-2 video...

I'll update shared-mime-info to add "*.m2t" as a video/mpeg pattern when the freedesktop.org servers come back online.
Comment 6 Bastien Nocera 2007-02-13 09:34:27 UTC
In shared-mime-info now:

2007-02-13  Bastien Nocera  <hadess@hadess.net>

        * freedesktop.org.xml.in: add *.m2t as a pattern for MPEG 2 files
        (GNOME bug #406196)