Advertisement
Guest User

Untitled

a guest
Dec 13th, 2016
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.29 KB | None | 0 0
  1. [zhangpengcheng@mobiledev03v ifly]$ ffprobe http://cdn.live.360.cn/huikan_news/vod-media/_XW_203286B417B7C6466B3B_20160627185953.m3u8 2>&1 | grep Duration
  2.   Duration: 00:06:51.99, start: 1.400000, bitrate: 0 kb/s
  3.  
  4.  
  5.  
  6.  
  7.  
  8. [zhangpengcheng@mobiledev03v ifly]$ ffmpeg -i http://cdn.live.360.cn/huikan_news/vod-media/_XW_203286B417B7C6466B3B_20160627185953.m3u8 -vn test.wav -y
  9. ffmpeg version 3.1.3 Copyright (c) 2000-2016 the FFmpeg developers
  10.   built with gcc 4.4.7 (GCC) 20120313 (Red Hat 4.4.7-17)
  11.   configuration: --prefix=./build/ --enable-shared --enable-static --enable-libx264 --enable-avisynth --enable-libass --enable-libfdk-aac --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libopencv --enable-librtmp --enable-gpl --enable-nonfree
  12.   libavutil      55. 28.100 / 55. 28.100
  13.   libavcodec     57. 48.101 / 57. 48.101
  14.   libavformat    57. 41.100 / 57. 41.100
  15.   libavdevice    57.  0.101 / 57.  0.101
  16.   libavfilter     6. 47.100 /  6. 47.100
  17.   libswscale      4.  1.100 /  4.  1.100
  18.   libswresample   2.  1.100 /  2.  1.100
  19.   libpostproc    54.  0.100 / 54.  0.100
  20. Input #0, hls,applehttp, from 'http://cdn.live.360.cn/huikan_news/vod-media/_XW_203286B417B7C6466B3B_20160627185953.m3u8':
  21.   Duration: 00:06:51.99, start: 1.400000, bitrate: 0 kb/s
  22.   Program 0
  23.     Metadata:
  24.       variant_bitrate : 0
  25.     Stream #0:0: Video: h264 (Baseline) ([27][0][0][0] / 0x001B), yuv420p(tv, smpte170m/bt709/bt709), 668x376, 15 tbr, 90k tbn, 180k tbc
  26.     Stream #0:1: Audio: aac (LC) ([15][0][0][0] / 0x000F), 44100 Hz, mono, fltp, 65 kb/s
  27. [wav @ 0x10182e0] Using AVStream.codec to pass codec parameters to muxers is deprecated, use AVStream.codecpar instead.
  28. Output #0, wav, to 'test.wav':
  29.   Metadata:
  30.     ISFT            : Lavf57.41.100
  31.     Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 44100 Hz, mono, s16, 705 kb/s
  32.     Metadata:
  33.       encoder         : Lavc57.48.101 pcm_s16le
  34. Stream mapping:
  35.   Stream #0:1 -> #0:0 (aac (native) -> pcm_s16le (native))
  36. Press [q] to stop, [?] for help
  37. size=   31904kB time=00:06:51.84 bitrate= 634.6kbits/s speed= 146x    
  38. video:0kB audio:31904kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.000239%
  39.  
  40.  
  41.  
  42.  
  43.  
  44. [zhangpengcheng@mobiledev03v ifly]$ ffprobe test.wav 2>&1 | grep Duration
  45.   Duration: 00:06:10.40, bitrate: 705 kb/s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement