Re: [osg-users] ffmpeg-plugin does not recognize .ogv extension

2010-07-01 Thread Robert Osfield
Hi Ari, Just add the supportsExtension("ogv",""Theora movie format"); into the ReaderWriterFFmpeg.cpp and see if that works fine for you. If it does then send the change to osg-submissions ;-) Robert. On Thu, Jul 1, 2010 at 8:18 AM, wrote: > > Hi! > > I think I found a little issue with ffme

[osg-users] ffmpeg-plugin does not recognize .ogv extension

2010-07-01 Thread ari . hayrinen
Hi! I think I found a little issue with ffmepg plugin. According the source files Xine plugin supports .ogv extension (only) and ffmpeg plugin supports .ogg (only). It seems that .ogv is now official extension for video.: http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions ReaderWrit