indiWiz.com

Subhash's Tech Log

Archive for the ‘firefox’ tag

Best WebDeveloper plugins for Firefox

without comments

I found this interesting link listing the most interesting Firefox plugins.

Written by Subhash Chandran

August 7th, 2009 at 4:56 am

Posted in Uncategorized

Tagged with ,

Encoding to Ogg Theora Format: For use in HTML5

without comments

To encode a video file for use in HTML5 video compatible browser (firefox 3.5 and above supports HTML5 video), use the command:

$ ffmpeg -i in.flv -vcodec libtheora -sameq \
   -acodec libvorbis -ac 2 -sameq out.ogg


Finally use it in your page:

<video src="out.ogg">
Your browser does not support HTML5 video.
</video>


Reference: HTML 5 <video> Tag.

Written by Subhash Chandran

July 14th, 2009 at 9:08 am

Posted in Software Dev

Tagged with , , , , ,

Have you upgraded to Firefox 3.5?

without comments

Have you upgraded to Firefox 3.5? Read a review of its new features.

Firefox 3.5

Written by Subhash Chandran

July 1st, 2009 at 7:12 pm

Posted in news

Tagged with ,