Advertisement
Guest User

Untitled

a guest
Apr 19th, 2015
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.87 KB | None | 0 0
  1. ffmpeg -y -ss 2000 -i "https://r17---sn-aigllm7d.googlevideo.com/videoplayback?dur=8749.812&sver=3&ratebypass=yes&nh=EAE&signature=DA8CA0C947E65F6B9F880334B02060AD80C02FDC.4D3BD1937412886006AC1CC15BC23A80D057F5E2&mime=video%2Fmp4&key=yt5&upn=eXmdjtXol2Y&expire=1429466765&pl=22&id=o-AIv5qkjXqSeVMyiAr0BbS5gWEr5bfAotJdHCQ86oJnwL&mt=1429444929&mv=u&ms=au&ip=82.196.12.140&mm=31&itag=22&ipbits=0&requiressl=yes&sparams=dur%2Cid%2Cip%2Cipbits%2Citag%2Cmime%2Cmm%2Cms%2Cmv%2Cnh%2Cpl%2Cratebypass%2Crequiressl%2Csource%2Cupn%2Cexpire&fexp=900720%2C907263%2C916729%2C924630%2C931358%2C932627%2C934954%2C938028%2C939986%2C9406003%2C9407115%2C9407992%2C9408347%2C9408707%2C9409225%2C947233%2C948124%2C948703%2C951703%2C952612%2C952637%2C957201%2C961404%2C961406&source=youtube" -vcodec mjpeg -vframes 1 -an -f image2 -s "1680x1050" "test.jpg" -benchmark -loglevel 48
  2. ffmpeg version git-2015-04-13-4d74c8d Copyright (c) 2000-2015 the FFmpeg developers
  3. built with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1)
  4. configuration: --prefix=/usr --disable-debug --disable-static --disable-stripping --enable-avisynth --enable-avresample --enable-fontconfig --enable-gnutls --enable-gpl --enable-libass --enable-libbluray --enable-libfreetype --enable-libfribidi --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libopenjpeg --enable-libpulse --enable-librtmp --enable-libspeex --enable-libssh --enable-libtheora --enable-libv4l2 --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxvid --enable-runtime-cpudetect --enable-shared --enable-swresample --enable-vdpau --enable-version3 --enable-x11grab
  5. libavutil 54. 22.101 / 54. 22.101
  6. libavcodec 56. 34.100 / 56. 34.100
  7. libavformat 56. 30.100 / 56. 30.100
  8. libavdevice 56. 4.100 / 56. 4.100
  9. libavfilter 5. 14.100 / 5. 14.100
  10. libavresample 2. 1. 0 / 2. 1. 0
  11. libswscale 3. 1.101 / 3. 1.101
  12. libswresample 1. 1.100 / 1. 1.100
  13. libpostproc 53. 3.100 / 53. 3.100
  14. Splitting the commandline.
  15. Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'.
  16. Reading option '-ss' ... matched as option 'ss' (set the start time offset) with argument '2000'.
  17. Reading option '-i' ... matched as input file with argument 'https://r17---sn-aigllm7d.googlevideo.com/videoplayback?dur=8749.812&sver=3&ratebypass=yes&nh=EAE&signature=DA8CA0C947E65F6B9F880334B02060AD80C02FDC.4D3BD1937412886006AC1CC15BC23A80D057F5E2&mime=video%2Fmp4&key=yt5&upn=eXmdjtXol2Y&expire=1429466765&pl=22&id=o-AIv5qkjXqSeVMyiAr0BbS5gWEr5bfAotJdHCQ86oJnwL&mt=1429444929&mv=u&ms=au&ip=82.196.12.140&mm=31&itag=22&ipbits=0&requiressl=yes&sparams=dur%2Cid%2Cip%2Cipbits%2Citag%2Cmime%2Cmm%2Cms%2Cmv%2Cnh%2Cpl%2Cratebypass%2Crequiressl%2Csource%2Cupn%2Cexpire&fexp=900720%2C907263%2C916729%2C924630%2C931358%2C932627%2C934954%2C938028%2C939986%2C9406003%2C9407115%2C9407992%2C9408347%2C9408707%2C9409225%2C947233%2C948124%2C948703%2C951703%2C952612%2C952637%2C957201%2C961404%2C961406&source=youtube'.
  18. Reading option '-vcodec' ... matched as option 'vcodec' (force video codec ('copy' to copy stream)) with argument 'mjpeg'.
  19. Reading option '-vframes' ... matched as option 'vframes' (set the number of video frames to output) with argument '1'.
  20. Reading option '-an' ... matched as option 'an' (disable audio) with argument '1'.
  21. Reading option '-f' ... matched as option 'f' (force format) with argument 'image2'.
  22. Reading option '-s' ... matched as option 's' (set frame size (WxH or abbreviation)) with argument '1680x1050'.
  23. Reading option 'test.jpg' ... matched as output file.
  24. Reading option '-benchmark' ... matched as option 'benchmark' (add timings for benchmarking) with argument '1'.
  25. Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument '48'.
  26. Finished splitting the commandline.
  27. Parsing a group of options: global .
  28. Applying option y (overwrite output files) with argument 1.
  29. Applying option benchmark (add timings for benchmarking) with argument 1.
  30. Applying option loglevel (set logging level) with argument 48.
  31. Successfully parsed a group of options.
  32. Parsing a group of options: input file https://r17---sn-aigllm7d.googlevideo.com/videoplayback?dur=8749.812&sver=3&ratebypass=yes&nh=EAE&signature=DA8CA0C947E65F6B9F880334B02060AD80C02FDC.4D3BD1937412886006AC1CC15BC23A80D057F5E2&mime=video%2Fmp4&key=yt5&upn=eXmdjtXol2Y&expire=1429466765&pl=22&id=o-AIv5qkjXqSeVMyiAr0BbS5gWEr5bfAotJdHCQ86oJnwL&mt=1429444929&mv=u&ms=au&ip=82.196.12.140&mm=31&itag=22&ipbits=0&requiressl=yes&sparams=dur%2Cid%2Cip%2Cipbits%2Citag%2Cmime%2Cmm%2Cms%2Cmv%2Cnh%2Cpl%2Cratebypass%2Crequiressl%2Csource%2Cupn%2Cexpire&fexp=900720%2C907263%2C916729%2C924630%2C931358%2C932627%2C934954%2C938028%2C939986%2C9406003%2C9407115%2C9407992%2C9408347%2C9408707%2C9409225%2C947233%2C948124%2C948703%2C951703%2C952612%2C952637%2C957201%2C961404%2C961406&source=youtube.
  33. Applying option ss (set the start time offset) with argument 2000.
  34. Successfully parsed a group of options.
  35. Opening an input file: https://r17---sn-aigllm7d.googlevideo.com/videoplayback?dur=8749.812&sver=3&ratebypass=yes&nh=EAE&signature=DA8CA0C947E65F6B9F880334B02060AD80C02FDC.4D3BD1937412886006AC1CC15BC23A80D057F5E2&mime=video%2Fmp4&key=yt5&upn=eXmdjtXol2Y&expire=1429466765&pl=22&id=o-AIv5qkjXqSeVMyiAr0BbS5gWEr5bfAotJdHCQ86oJnwL&mt=1429444929&mv=u&ms=au&ip=82.196.12.140&mm=31&itag=22&ipbits=0&requiressl=yes&sparams=dur%2Cid%2Cip%2Cipbits%2Citag%2Cmime%2Cmm%2Cms%2Cmv%2Cnh%2Cpl%2Cratebypass%2Crequiressl%2Csource%2Cupn%2Cexpire&fexp=900720%2C907263%2C916729%2C924630%2C931358%2C932627%2C934954%2C938028%2C939986%2C9406003%2C9407115%2C9407992%2C9408347%2C9408707%2C9409225%2C947233%2C948124%2C948703%2C951703%2C952612%2C952637%2C957201%2C961404%2C961406&source=youtube.
  36. [https @ 0x9d6d000] request: GET /videoplayback?dur=8749.812&sver=3&ratebypass=yes&nh=EAE&signature=DA8CA0C947E65F6B9F880334B02060AD80C02FDC.4D3BD1937412886006AC1CC15BC23A80D057F5E2&mime=video%2Fmp4&key=yt5&upn=eXmdjtXol2Y&expire=1429466765&pl=22&id=o-AIv5qkjXqSeVMyiAr0BbS5gWEr5bfAotJdHCQ86oJnwL&mt=1429444929&mv=u&ms=au&ip=82.196.12.140&mm=31&itag=22&ipbits=0&requiressl=yes&sparams=dur%2Cid%2Cip%2Cipbits%2Citag%2Cmime%2Cmm%2Cms%2Cmv%2Cnh%2Cpl%2Cratebypass%2Crequiressl%2Csource%2Cupn%2Cexpire&fexp=900720%2C907263%2C916729%2C924630%2C931358%2C932627%2C934954%2C938028%2C939986%2C9406003%2C9407115%2C9407992%2C9408347%2C9408707%2C9409225%2C947233%2C948124%2C948703%2C951703%2C952612%2C952637%2C957201%2C961404%2C961406&source=youtube HTTP/1.1
  37. User-Agent: Lavf/56.30.100
  38. Accept: */*
  39. Range: bytes=0-
  40. Connection: close
  41. Host: r17---sn-aigllm7d.googlevideo.com
  42. Icy-MetaData: 1
  43.  
  44.  
  45. [https @ 0x9d6d000] header='HTTP/1.1 206 Partial Content'
  46. [https @ 0x9d6d000] http_code=206
  47. [https @ 0x9d6d000] header='Last-Modified: Mon, 30 Mar 2015 18:49:01 GMT'
  48. [https @ 0x9d6d000] header='Content-Type: video/mp4'
  49. [https @ 0x9d6d000] header='Date: Sun, 19 Apr 2015 12:12:23 GMT'
  50. [https @ 0x9d6d000] header='Expires: Sun, 19 Apr 2015 12:12:23 GMT'
  51. [https @ 0x9d6d000] header='Cache-Control: private, max-age=20922'
  52. [https @ 0x9d6d000] header='Content-Range: bytes 0-2672811277/2672811278'
  53. [https @ 0x9d6d000] header='Accept-Ranges: bytes'
  54. [https @ 0x9d6d000] header='Content-Length: 2672811278'
  55. [https @ 0x9d6d000] header='Connection: close'
  56. [https @ 0x9d6d000] header='Alternate-Protocol: 443:quic,p=0.001'
  57. [https @ 0x9d6d000] header='X-Content-Type-Options: nosniff'
  58. [https @ 0x9d6d000] header='Server: gvs 1.0'
  59. [https @ 0x9d6d000] header=''
  60. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x9d6caa0] Format mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100
  61. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x9d6caa0] ISO: File Type Major Brand: mp42
  62. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x9d6caa0] Before avformat_find_stream_info() pos: 2690357 bytes read:2690357 seeks:0
  63. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x9d6caa0] All info found
  64. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x9d6caa0] After avformat_find_stream_info() pos: 2798058 bytes read:2805045 seeks:0 frames:14
  65. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'https://r17---sn-aigllm7d.googlevideo.com/videoplayback?dur=8749.812&sver=3&ratebypass=yes&nh=EAE&signature=DA8CA0C947E65F6B9F880334B02060AD80C02FDC.4D3BD1937412886006AC1CC15BC23A80D057F5E2&mime=video%2Fmp4&key=yt5&upn=eXmdjtXol2Y&expire=1429466765&pl=22&id=o-AIv5qkjXqSeVMyiAr0BbS5gWEr5bfAotJdHCQ86oJnwL&mt=1429444929&mv=u&ms=au&ip=82.196.12.140&mm=31&itag=22&ipbits=0&requiressl=yes&sparams=dur%2Cid%2Cip%2Cipbits%2Citag%2Cmime%2Cmm%2Cms%2Cmv%2Cnh%2Cpl%2Cratebypass%2Crequiressl%2Csource%2Cupn%2Cexpire&fexp=900720%2C907263%2C916729%2C924630%2C931358%2C932627%2C934954%2C938028%2C939986%2C9406003%2C9407115%2C9407992%2C9408347%2C9408707%2C9409225%2C947233%2C948124%2C948703%2C951703%2C952612%2C952637%2C957201%2C961404%2C961406&source=youtube':
  66. Metadata:
  67. major_brand : mp42
  68. minor_version : 0
  69. compatible_brands: isommp42
  70. creation_time : 2015-03-30 18:42:26
  71. Duration: 02:25:49.77, start: 0.000000, bitrate: 2443 kb/s
  72. Stream #0:0(und), 13, 1/25: Video: h264 (High), 1 reference frame (avc1 / 0x31637661), yuv420p(left), 1280x720 [SAR 1:1 DAR 16:9], 1/50, 2249 kb/s, 25 fps, 25 tbr, 25 tbn, 50 tbc (default)
  73. Metadata:
  74. creation_time : 1970-01-01 00:00:00
  75. handler_name : VideoHandler
  76. Stream #0:1(und), 1, 1/44100: Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 191 kb/s (default)
  77. Metadata:
  78. creation_time : 2015-03-30 18:44:03
  79. handler_name : IsoMedia File Produced by Google, 5-11-2011
  80. Successfully opened the file.
  81. Parsing a group of options: output file test.jpg.
  82. Applying option vcodec (force video codec ('copy' to copy stream)) with argument mjpeg.
  83. Applying option vframes (set the number of video frames to output) with argument 1.
  84. Applying option an (disable audio) with argument 1.
  85. Applying option f (force format) with argument image2.
  86. Applying option s (set frame size (WxH or abbreviation)) with argument 1680x1050.
  87. Successfully parsed a group of options.
  88. Opening an output file: test.jpg.
  89. Successfully opened the file.
  90. detected 1 logical cores
  91. [graph 0 input from stream 0:0 @ 0x9d640c0] Setting 'video_size' to value '1280x720'
  92. [graph 0 input from stream 0:0 @ 0x9d640c0] Setting 'pix_fmt' to value '0'
  93. [graph 0 input from stream 0:0 @ 0x9d640c0] Setting 'time_base' to value '1/25'
  94. [graph 0 input from stream 0:0 @ 0x9d640c0] Setting 'pixel_aspect' to value '1/1'
  95. [graph 0 input from stream 0:0 @ 0x9d640c0] Setting 'sws_param' to value 'flags=2'
  96. [graph 0 input from stream 0:0 @ 0x9d640c0] Setting 'frame_rate' to value '25/1'
  97. [graph 0 input from stream 0:0 @ 0x9d640c0] w:1280 h:720 pixfmt:yuv420p tb:1/25 fr:25/1 sar:1/1 sws_param:flags=2
  98. [scaler for output stream 0:0 @ 0x9d5c740] Setting 'w' to value '1680'
  99. [scaler for output stream 0:0 @ 0x9d5c740] Setting 'h' to value '1050'
  100. [scaler for output stream 0:0 @ 0x9d5c740] Setting 'flags' to value '0x4'
  101. [scaler for output stream 0:0 @ 0x9d5c740] w:1680 h:1050 flags:'0x4' interl:0
  102. [format @ 0x9d5c7c0] compat: called with args=[yuvj420p|yuvj422p|yuvj444p]
  103. [format @ 0x9d5c7c0] Setting 'pix_fmts' to value 'yuvj420p|yuvj422p|yuvj444p'
  104. [AVFilterGraph @ 0x9d6c8a0] query_formats: 6 queried, 5 merged, 0 already done, 0 delayed
  105. [scaler for output stream 0:0 @ 0x9d5c740] picking yuvj420p out of 3 ref:yuv420p alpha:0
  106. [swscaler @ 0x9dcbc60] deprecated pixel format used, make sure you did set range correctly
  107. [scaler for output stream 0:0 @ 0x9d5c740] w:1280 h:720 fmt:yuv420p sar:1/1 -> w:1680 h:1050 fmt:yuvj420p sar:10/9 flags:0x4
  108. [mjpeg @ 0x9d897c0] Forcing thread count to 1 for MJPEG encoding, use -thread_type slice or a constant quantizer if you want to use multiple cpu cores
  109. [mjpeg @ 0x9d897c0] intra_quant_bias = 96 inter_quant_bias = 0
  110. Output #0, image2, to 'test.jpg':
  111. Metadata:
  112. major_brand : mp42
  113. minor_version : 0
  114. compatible_brands: isommp42
  115. encoder : Lavf56.30.100
  116. Stream #0:0(und), 0, 1/25: Video: mjpeg, 1 reference frame, yuvj420p(pc, left), 1680x1050 [SAR 10:9 DAR 16:9], 1/25, q=2-31, 200 kb/s, 25 fps, 25 tbn, 25 tbc (default)
  117. Metadata:
  118. creation_time : 1970-01-01 00:00:00
  119. handler_name : VideoHandler
  120. encoder : Lavc56.34.100 mjpeg
  121. Stream mapping:
  122. Stream #0:0 -> #0:0 (h264 (native) -> mjpeg (native))
  123. Press [q] to stop, [?] for help
  124. [https @ 0x9d6d000] request: GET /videoplayback?dur=8749.812&sver=3&ratebypass=yes&nh=EAE&signature=DA8CA0C947E65F6B9F880334B02060AD80C02FDC.4D3BD1937412886006AC1CC15BC23A80D057F5E2&mime=video%2Fmp4&key=yt5&upn=eXmdjtXol2Y&expire=1429466765&pl=22&id=o-AIv5qkjXqSeVMyiAr0BbS5gWEr5bfAotJdHCQ86oJnwL&mt=1429444929&mv=u&ms=au&ip=82.196.12.140&mm=31&itag=22&ipbits=0&requiressl=yes&sparams=dur%2Cid%2Cip%2Cipbits%2Citag%2Cmime%2Cmm%2Cms%2Cmv%2Cnh%2Cpl%2Cratebypass%2Crequiressl%2Csource%2Cupn%2Cexpire&fexp=900720%2C907263%2C916729%2C924630%2C931358%2C932627%2C934954%2C938028%2C939986%2C9406003%2C9407115%2C9407992%2C9408347%2C9408707%2C9409225%2C947233%2C948124%2C948703%2C951703%2C952612%2C952637%2C957201%2C961404%2C961406&source=youtube HTTP/1.1
  125. User-Agent: Lavf/56.30.100
  126. Accept: */*
  127. Range: bytes=596001506-
  128. Connection: close
  129. Host: r17---sn-aigllm7d.googlevideo.com
  130. Icy-MetaData: 1
  131.  
  132.  
  133. [https @ 0x9d6d000] header='HTTP/1.1 206 Partial Content'
  134. [https @ 0x9d6d000] http_code=206
  135. [https @ 0x9d6d000] header='Last-Modified: Mon, 30 Mar 2015 18:49:01 GMT'
  136. [https @ 0x9d6d000] header='Content-Type: video/mp4'
  137. [https @ 0x9d6d000] header='Date: Sun, 19 Apr 2015 12:12:24 GMT'
  138. [https @ 0x9d6d000] header='Expires: Sun, 19 Apr 2015 12:12:24 GMT'
  139. [https @ 0x9d6d000] header='Cache-Control: private, max-age=20921'
  140. [https @ 0x9d6d000] header='Content-Range: bytes 596001506-2672811277/2672811278'
  141. [https @ 0x9d6d000] header='Accept-Ranges: bytes'
  142. [https @ 0x9d6d000] header='Content-Length: 2076809772'
  143. [https @ 0x9d6d000] header='Connection: close'
  144. [https @ 0x9d6d000] header='Alternate-Protocol: 443:quic,p=0.001'
  145. [https @ 0x9d6d000] header='X-Content-Type-Options: nosniff'
  146. [https @ 0x9d6d000] header='Server: gvs 1.0'
  147. [https @ 0x9d6d000] header=''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement