Package: youtube-dl
Version: 2014.06.19-1
Severity: normal

$ youtube-dl -F 
http://www.aopa.org/AOPA-Live.aspx?watch={153E8150-DE50-4658-9377-9C05DB2E60D6}
[generic] AOPA-Live: Requesting header
WARNING: Falling back on generic information extractor.
[generic] AOPA-Live: Downloading webpage
[generic] AOPA-Live: Extracting information
[Ooyala] NoMndlbDpMPxEDCuGI2hYTcaQwVSQUBO: Downloading webpage
[Ooyala] NoMndlbDpMPxEDCuGI2hYTcaQwVSQUBO: Downloading webpage
[info] Available formats for NoMndlbDpMPxEDCuGI2hYTcaQwVSQUBO:
format code extension resolution  note 
0           mp4       unknown     

That is, youtube-dl doesn't know about the underlying format, resolution, etc.

 *But* the information is readily available:

$ avprobe 
http://player.ooyala.com/player/ipad/NoMndlbDpMPxEDCuGI2hYTcaQwVSQUBO.m3u8?js=1
Input #0, hls,applehttp, from 
'http://player.ooyala.com/player/ipad/NoMndlbDpMPxEDCuGI2hYTcaQwVSQUBO.m3u8?js=1':
  Duration: 00:05:42.00, start: 0.000000, bitrate: N/A
  Program 0 
    Metadata:
      variant_bitrate : 1230000
    Stream #0.0: Video: h264 (High), yuv420p, 1280x720 [PAR 1:1 DAR 16:9], 
23.98 fps, 90k tbn, 47.95 tbc
    Metadata:
      variant_bitrate : 1230000
    Stream #0.1: Audio: aac, 44100 Hz, stereo, fltp, 133 kb/s
    Metadata:
      variant_bitrate : 1230000
  Program 1 
    Metadata:
      variant_bitrate : 634000
    Stream #0.2: Video: h264 (Constrained Baseline), yuv420p, 480x270 [PAR 1:1 
DAR 16:9], 23.98 fps, 90k tbn, 47.95 tbc
    Metadata:
      variant_bitrate : 634000
    Stream #0.3: Audio: aac, 44100 Hz, stereo, fltp, 161 kb/s
    Metadata:
      variant_bitrate : 634000
  Program 2 
    Metadata:
      variant_bitrate : 939000
    Stream #0.4: Video: h264 (Constrained Baseline), yuv420p, 640x360 [PAR 1:1 
DAR 16:9], 23.98 fps, 90k tbn, 47.95 tbc
    Metadata:
      variant_bitrate : 939000
    Stream #0.5: Audio: aac, 44100 Hz, stereo, fltp, 161 kb/s
    Metadata:
      variant_bitrate : 939000
  Program 3 
    Metadata:
      variant_bitrate : 1746000
    Stream #0.6: Video: h264 (High), yuv420p, 1280x720 [PAR 1:1 DAR 16:9], 
23.98 fps, 90k tbn, 47.95 tbc
    Metadata:
      variant_bitrate : 1746000
    Stream #0.7: Audio: aac, 44100 Hz, stereo, fltp, 133 kb/s
    Metadata:
      variant_bitrate : 1746000
  Program 4 
    Metadata:
      variant_bitrate : 2798000
    Stream #0.8: Video: h264 (High), yuv420p, 1280x720 [PAR 1:1 DAR 16:9], 
23.98 fps, 90k tbn, 47.95 tbc
    Metadata:
      variant_bitrate : 2798000
    Stream #0.9: Audio: aac, 44100 Hz, stereo, fltp, 133 kb/s
    Metadata:
      variant_bitrate : 2798000


Please "import" that information into youtube-dl (use avprobe, or
 implement your own .m3u8 parser if you prefer) so that one can:

1) use youtube-dl's "-f", --prefer-free-formats, --max-quality, -F
   options to control the downloaded format.

2) youtube-dl can do its usual "select the best by default" job
   (which, I hope, it does a better job at than avconv, which does it
    purely based on resolution, without any tie-breaker in case of
    multiple choices with same resolution as above).

-- System Information:
Debian Release: jessie/sid
  APT prefers testing-updates
  APT policy: (600, 'testing-updates'), (600, 'testing'), (300, 'unstable'), 
(1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.14-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages youtube-dl depends on:
ii  python                2.7.6-2
ii  python-pkg-resources  4.0.1-1

Versions of packages youtube-dl recommends:
ii  libav-tools         6:10.1-1
ii  mplayer2 [mplayer]  2.0-728-g2c378c7-2
ii  rtmpdump            2.4+20131018.git79459a2-2

youtube-dl suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to