【问题标题】:Getting video metadata from a Youtube video从 Youtube 视频中获取视频元数据
【发布时间】:2015-08-23 09:31:06
【问题描述】:

有没有办法从 youtube 视频中获取元数据,因为它在 iframe 中并嵌入。另外 - 所有 youtube 视频的比例和分辨率都相同吗?

【问题讨论】:

    标签: video youtube html5-video


    【解决方案1】:

    您可以通过youtube-dl(开源)下载 youtube 视频和/或获取视频元数据

    # youtube-dl --list-formats  https://www.youtube.com/watch?v=3yS_iyJGtQg
    [youtube] 3yS_iyJGtQg: Downloading webpage
    [youtube] 3yS_iyJGtQg: Extracting video information
    [youtube] 3yS_iyJGtQg: Downloading DASH manifest
    [info] Available formats for 3yS_iyJGtQg:
    format code  extension  resolution note
    140          m4a        audio only DASH audio  129k , m4a_dash container, aac  @128k (44100Hz), 7.52MiB
    278          webm       256x144    DASH video  104k , webm container, VP9, 13fps, video only, 4.95MiB
    17           3gp        176x144
    36           3gp        320x240
    5            flv        400x240
    43           webm       640x360
    18           mp4        640x360
    22           mp4        1280x720   (best)
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2016-09-28
      • 2011-05-21
      • 2017-08-25
      • 2012-09-12
      • 2016-04-26
      • 2012-10-05
      相关资源
      最近更新 更多