google-code-export / ffmpegthumbnailer

Automatically exported from code.google.com/p/ffmpegthumbnailer
GNU General Public License v2.0
1 stars 1 forks source link

[Thunar files] add ogm + ogv mimetypes (and others?) #40

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

It would be nice to add the mimetype for ogm and ogv files. OGM mimetype is
video/x-ogm+ogg, and for OGV files, video/ogg works (I know OGM is
different than OGV).

I've tried video/x-ogm for ogm files but thunar does not seem to support
mimetype aliases (video/x-ogm is an alias of video/x-ogm+ogg).

I found in the thunar-thumbnailer package that there is also
application/x-flash-video and video/3gpp which seems to be interesting to add.

So, the final list:

. video/x-ogm+ogg (warning: not video/x-ogm)
. video/ogg (warning: not ogv...)
. application/x-flash-video (for flv, I can confirm it works)
. video/3gpp (never tested but if it has been added...)

Thanks :)

Original issue reported on code.google.com by ubi...@gmail.com on 26 Sep 2009 at 5:53

GoogleCodeExporter commented 9 years ago
Another one interesting is: video/x-theora+ogg because it is not handle by 
default
with video/ogg:
video/x-theora+ogg -> *.ogg (but with video content)
video/ogg -> *.ogm (which is not related at all with the free codec we know)

Original comment by ubi...@gmail.com on 26 Sep 2009 at 6:01

GoogleCodeExporter commented 9 years ago
This should be reported at thunar-thumbnailers 
(http://goodies.xfce.org/projects/thunar-plugins/thunar-thumbnailers)

ffmpegthumbnailer does not check for mimetypes, it will try every type of 
video. It 
only tries to determine the mimetype to write it into the png info, but that is 
just 
metadata.

Original comment by dirk.vdb on 27 Sep 2009 at 2:05

GoogleCodeExporter commented 9 years ago
The "thunar\ files/ffmpegthumbnailer.desktop" is taken from thunar-thumbnailers 
?

Original comment by ubi...@gmail.com on 27 Sep 2009 at 2:28

GoogleCodeExporter commented 9 years ago
the ffmpegthumbnailer.desktop was initially added by me to test the 
thumbnailer. But 
this will not be installed by ffmpegthumbnailer. This file is also included in 
thunar-
thumbnailers which is more complete, the ogm mimetypes should be added there.

Original comment by dirk.vdb on 28 Sep 2009 at 7:44

GoogleCodeExporter commented 9 years ago

Original comment by dirk.vdb on 2 Nov 2009 at 10:18