def is_mp4
    @info[:type] == "mp4" &&
      @info.video_stream[0][:codec] == "libx264" &&
      @info.audio_stream[0][:codec] == "libfaac"
  end