def convert2webm(conf)
    conf[:type] = :WEBM
    conf[:vbrate] ||= 600
    parameters = [:i, conf[:in], :y, :'b:v', "#{conf[:vbrate]}k",
                  :f, "webm", :acodec, "libvorbis", :vcodec, "libvpx"]