def is_ogv
    @info[:type] == "ogv" &&
      @info.video_stream[0][:codec] == "theora" &&
      @info.audio_stream[0][:codec] == "vorbis"
  end