MIME-Migration: Difference between revisions

From XiphWiki
Jump to navigation Jump to search
(Initial page)
 
Line 34: Line 34:


==== ffmpeg2theora ====
==== ffmpeg2theora ====
[https://trac.xiph.org/attachment/ticket/1189/ffmpeg2theora-ogv.diff?format=raw PATCH] attached to [https://trac.xiph.org/ticket/1189 ticket:1189] changes default output extension to .ogv.

Revision as of 02:33, 28 May 2007

We need an RFC registering the mime types and patches for apache ready to go upstream and to all the distros if we're going to do this. -- rillian

This page is for collecting patches related to the MIME type and file extension changes outlined in MIME_Types_and_File_Extensions.

General

Players, File managers etc.

Applications which read (decode) Ogg files should be extended to additionally recognize the file extensions .ogv, .oga, .ogx as outlined in MIME_Types_and_File_Extensions.

Encoders

Applications which create Ogg Theora files should be modified to default to the extension .ogv rather than .ogg.

Applications which create Ogg Vorbis or Ogg Speex files should be modified to allow use of the extension .oga, but may continue to default to the extensions .ogg and .spx respectively.

Applications

Players

GStreamer

MPlayer

VLC

xine

File managers, servers etc.

Apache

Encoders

ffmpeg2theora

PATCH attached to ticket:1189 changes default output extension to .ogv.