@override Future<VideoInfo> getVideoInfo(String path) async { final m = await _rawInfo(path); m['path'] = path; return VideoInfo.fromMap(m); }