def convert2ogv(conf)
    conf[:type] = :OGV
    conf[:vbrate] ||= 600
    parameters = [:i, conf[:in], :y, :'b:v', "#{conf[:vbrate]}k",
                  :f, "ogg", :acodec, "libvorbis", :vcodec, "libtheora"]