Pixelpanic / winff

Automatically exported from code.google.com/p/winff
0 stars 0 forks source link

Does not support WebM #95

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Ideally, there should be a simple preset option to output a video in the three 
HTML5 video formats:

*.mp4  type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'
*.webm type='video/webm; codecs="vp8, vorbis"'
*.ogv  type='video/ogg; codecs="theora, vorbis"'

Original issue reported on code.google.com by green.ti...@gmail.com on 22 Sep 2010 at 7:55

GoogleCodeExporter commented 8 years ago
Hi Timothy,

Its a feature of WinFF that as an end user, you can modify existing presets to 
meet your needs.  Depending on your exact requirement, it should be trivial to 
make the above changes to your device preset and contribute them back to the 
project for everyone's mutual benefit.  

Our community would certainly appreciate it.  This doesn't involve an 
application change, but just the presets xml.  

For more info : http://code.google.com/p/winff/wiki/HowToMakePresets

Cheers

Original comment by istoff@gmail.com on 25 Sep 2010 at 6:31

GoogleCodeExporter commented 8 years ago
I've written PHP and javascript, but I've never worked on any desktop 
programming, even something as simple as this. I'll look into it tomorrow.

Original comment by green.ti...@gmail.com on 25 Sep 2010 at 5:21

GoogleCodeExporter commented 8 years ago
Here are the presets for Google's WebM 
http://code.google.com/p/winff/downloads/detail?name=googlewebm.wff&can=2&q=

Original comment by bgg...@gmail.com on 6 Apr 2011 at 5:31