Community Support Forums — WordPress® ( Users Helping Users ) — 2011-06-17T08:07:14-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=10128 2011-06-17T08:07:14-05:00 http://www.primothemes.com/forums/viewtopic.php?t=10128&p=21015#p21015 <![CDATA[Re: HTML5 OGG, WebM video Support]]> Statistics: Posted by drbyte — June 17th, 2011, 8:07 am


]]>
2011-06-17T01:02:32-05:00 http://www.primothemes.com/forums/viewtopic.php?t=10128&p=20999#p20999 <![CDATA[Re: HTML5 OGG, WebM video Support]]> Statistics: Posted by Jason Caldwell — June 17th, 2011, 1:02 am


]]>
2011-06-15T00:06:30-05:00 http://www.primothemes.com/forums/viewtopic.php?t=10128&p=20774#p20774 <![CDATA[Re: HTML5 OGG, WebM video Support]]> I'm investigating this now.

Statistics: Posted by Jason Caldwell — June 15th, 2011, 12:06 am


]]>
2011-06-14T22:29:18-05:00 http://www.primothemes.com/forums/viewtopic.php?t=10128&p=20765#p20765 <![CDATA[Re: HTML5 OGG, WebM video Support]]>
Here are the soft's that I use:

Miro Video Converter - One of the best..it converts almost to all (mp4, ogg, webm, and theora). The resolution is not that high but the playback in your smartphones or tablets are near perfect.
Website: http://www.mirovideoconverter.com/

ffmpeg2theora For ogg: I would love to hug the developer of this amazing soft. Simple and Wow...You can control the resolution too. Love it
Website: http://v2v.cc/~j/ffmpeg2theora/

Now, for more control over the media, this is a great software: Handbrake
Lots of goodies but it's limited to mp4 and mkv. Great software
Website: http://handbrake.fr/

Last but not least...MediaCoder
Tons of options..you'd love this one....any media any container and it's super fast and the conversion is near perfect.
Website: http://www.mediacoderhq.com/index.htm

All of the above are open-source, gpl licensed..

Thank you for the links...looked at it but with no luck..Did i mensioned that I was using /?s2member_file_download= ..

Sam

Statistics: Posted by drbyte — June 14th, 2011, 10:29 pm


]]>
2011-06-14T01:43:17-05:00 http://www.primothemes.com/forums/viewtopic.php?t=10128&p=20671#p20671 <![CDATA[Re: HTML5 OGG, WebM video Support]]> While I work out the best way to handle this, you might take a look at this article:
http://stackoverflow.com/questions/2756 ... in-firefox

Statistics: Posted by Jason Caldwell — June 14th, 2011, 1:43 am


]]>
2011-06-12T01:04:52-05:00 http://www.primothemes.com/forums/viewtopic.php?t=10128&p=20585#p20585 <![CDATA[HTML5 OGG, WebM video Support]]>
Can you please include ogg and webm in future release of s2m. I tried both extensions in the mime-types.ini file but i was unable to play the video.. I know I am missing something....I have all of them in the inline extension line of s2m download section.

Code:
<video id="video" autoplay style="width:720px;height:480px;" >
        <source type="video/webm" src="http://site.com/f8c4d1b503f21a3bdd573b28c75a2524.webm" />
        <source type="video/ogg" src="http://site.com/f8c4d1b503f21a3bdd573b28c75a2524.ogv" >
        <source type="video/h264" src="http://site.com/f8c4d1b503f21a3bdd573b28c75a2524.mp4" >
        </video>


I was able to role back to mp4 using flash player but none of video tags are working for the rest.

Thank you

Sam

Statistics: Posted by drbyte — June 12th, 2011, 1:04 am


]]>