Advertisement
freakshow

Untitled

Jan 16th, 2014
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. $ ffprobe -v info <site/playlist.m3u8>
  2. ffprobe version 1.2.2 Copyright (c) 2007-2013 the FFmpeg developers
  3. built on Aug 31 2013 10:23:42 with Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn)
  4. configuration: --prefix=/opt/local --enable-swscale --enable-avfilter --enable-libmp3lame --enable-libvorbis --enable-libopus --enable-libtheora --enable-libschroedinger --enable-libopenjpeg --enable-libmodplug --enable-libvpx --enable-libspeex --enable-libass --enable-libbluray --enable-gnutls --enable-libfreetype --mandir=/opt/local/share/man --enable-shared --enable-pthreads --cc=/usr/bin/clang --arch=x86_64 --enable-yasm --enable-gpl --enable-postproc --enable-libx264 --enable-libxvid --enable-nonfree --enable-libfaac
  5. libavutil 52. 18.100 / 52. 18.100
  6. libavcodec 54. 92.100 / 54. 92.100
  7. libavformat 54. 63.104 / 54. 63.104
  8. libavdevice 54. 3.103 / 54. 3.103
  9. libavfilter 3. 42.103 / 3. 42.103
  10. libswscale 2. 2.100 / 2. 2.100
  11. libswresample 0. 17.102 / 0. 17.102
  12. libpostproc 52. 2.100 / 52. 2.100
  13. [mpegts @ 0x7fa3a083fc00] max_analyze_duration 5000000 reached at 5013333 microseconds
  14. [mpegts @ 0x7fa3a083fc00] Could not find codec parameters for stream 0 (Unknown: none ([21][0][0][0] / 0x0015)): unknown codec
  15. Consider increasing the value for the 'analyzeduration' and 'probesize' options
  16. [mpegts @ 0x7fa3a083fc00] Estimating duration from bitrate, this may be inaccurate
  17. [hls,applehttp @ 0x7fa3a083d800] max_analyze_duration 5000000 reached at 5013333 microseconds
  18. [hls,applehttp @ 0x7fa3a083d800] Could not find codec parameters for stream 0 (Unknown: none ([21][0][0][0] / 0x0015)): unknown codec
  19. Consider increasing the value for the 'analyzeduration' and 'probesize' options
  20. [hls,applehttp @ 0x7fa3a083d800] Estimating duration from bitrate, this may be inaccurate
  21. Input #0, hls,applehttp, from '[site removed]/playlist.m3u8':
  22. Duration: 00:00:00.12, start: 320.106000, bitrate: 16 kb/s
  23. Program 0
  24. Metadata:
  25. variant_bitrate : 625597
  26. Stream #0:0: Unknown: none ([21][0][0][0] / 0x0015)
  27. Metadata:
  28. variant_bitrate : 625597
  29. Stream #0:1: Video: h264 (Main) ([27][0][0][0] / 0x001B), yuv420p, 384x288 [SAR 45:44 DAR 15:11], 12.50 fps, 25 tbr, 90k tbn, 50 tbc
  30. Metadata:
  31. variant_bitrate : 625597
  32. Stream #0:2: Audio: aac ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 120 kb/s
  33. Metadata:
  34. variant_bitrate : 625597
  35. Unsupported codec with id 0 for input stream 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement