Log in

View Full Version : AutoWebM -> gui for IVFenc and MakeWebM


buzzqw
22nd June 2010, 09:36
Hi All

here AutoWebM a simple gui for IVFenc (Nic' version) and MakeWebM

Instruction:

* Install the MakeWebM directshow filters: http://code.google.com/p/webm/downloads/detail?name=webmdshow-0.9.8.1-20100608.zip&can=2&q=
and launch install_webmdshow.exe
* Make sure you have installed avisynth and a working set of directshow decoders

http://www.64k.it/andres/data/autowebm/autowebm1.png
http://www.64k.it/andres/data/autowebm/autowebm2.png
http://www.64k.it/andres/data/autowebm/autowebm3.png
http://www.64k.it/andres/data/autowebm/autowebm4.png

this is the first alpha release

http://www.64k.it/andres/data/autowebm/AutoWebM01.zip

and always download the update! http://www.64k.it/andres/data/autowebm/AutoWebM.exe

BHH

poisondeathray
22nd June 2010, 14:11
Thanks! :)

buzzqw
23rd June 2010, 07:59
update
added support quality encoding
added possibility to specify decoder when using ifvenc
fixed resizer

BHH

Selur
23rd June 2010, 11:42
@buzzq: why are the directshow filters needed? iirc ivfenc doesn't need them.

ricardo.santos
23rd June 2010, 12:02
@buzzq: why are the directshow filters needed? iirc ivfenc doesn't need them.

To play the output webm file, just in case someone downloads the program and canīt play the webm file after. :)

Selur
23rd June 2010, 12:04
would have been a good idea to mention that,.. :)

ricardo.santos
23rd June 2010, 12:13
I don't know if that's the reason...just guessing :)

Good job with the GUI Buzzqw. keep up the good work.

Thank you

buzzqw
23rd June 2010, 13:15
@buzzq: why are the directshow filters needed? iirc ivfenc doesn't need them.

well.. autoWebM gui support BOTH ivfenc and makewebm
and makewebm is a directshow based encoder

BHH

wiak
23rd June 2010, 21:16
might want to add webm as container, why? webm isnt webm without .webm, aka its mandatory for it to work in chrome, firefox and opera!
WebM is basicly Matroska restricted to VP8 and Vorbis? ;)

aka when you chose IVFenc, you cant remux to webm ;)

B.F.
24th June 2010, 03:02
Are the WebM vorbus encoder really need for encoding?

buzzqw
24th June 2010, 07:19
might want to add webm as container, why? webm isnt webm without .webm, aka its mandatory for it to work in chrome, firefox and opera!
WebM is basicly Matroska restricted to VP8 and Vorbis? ;)

aka when you chose IVFenc, you cant remux to webm ;)

that's why if you select MakeWebM as encoder you can only select webm as container.

the "bad" is makewebm has lot less options then ivfenc

Are the WebM vorbus encoder really need for encoding?

yes, otherwise your webm file are without audio

BHH

plonk420
15th July 2010, 20:40
thank you SO much for this!