Advertisement
Guest User

ffmpeg

a guest
Nov 5th, 2015
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.71 KB | None | 0 0
  1. http://localhost:8096/emby/videos/029e053a831093ddfe7096cb87936127/live.m3u8?DeviceId=3d3cd5fcc13f6b908ea131b7c0c4232f2ff1bbd8&MediaSourceId=1&VideoCodec=h264&AudioCodec=aac&AudioStreamIndex=-1&VideoBitrate=697861818&AudioBitrate=320000&MaxAudioChannels=6&MaxHeight=1080&Level=41&ClientTime=635811456051453968&Profile=high&PlaySessionId=fc9b4e19e38a457793c40cbbf8ff859f&api_key=ee7f1fdfa505499da464ec5bef9da354&LiveStreamId=1a755974de5dc3461dc6ecae8ddec68b_31137e308f44193358c2d4f40ee6b39e_1&EnableAutoStreamCopy=false
  2.  
  3. {"Protocol":"Http","Id":"1","Path":"http://192.168.1.100:8866/live?channeloid=7163&client=MB3.1","Type":"Default","ReadAtNativeFramerate":false,"SupportsTranscoding":true,"SupportsDirectStream":true,"SupportsDirectPlay":true,"RequiresOpening":false,"RequiresClosing":true,"LiveStreamId":"1a755974de5dc3461dc6ecae8ddec68b_31137e308f44193358c2d4f40ee6b39e_1","MediaStreams":[{"IsInterlaced":true,"BitRate":8000000,"IsDefault":false,"IsForced":false,"Type":"Video","Index":-1,"IsExternal":false,"IsTextSubtitleStream":false,"SupportsExternalStream":false},{"IsInterlaced":false,"IsDefault":false,"IsForced":false,"Type":"Audio","Index":-1,"IsExternal":false,"IsTextSubtitleStream":false,"SupportsExternalStream":false}],"PlayableStreamFileNames":[],"Formats":[],"Bitrate":8000000,"RequiredHttpHeaders":{}}
  4.  
  5. D:\Projects\Emby\Emby\ProgramData-Server\ffmpeg\20150918\ffmpeg.exe -loglevel debug -fflags +genpts -i "http://192.168.1.100:8866/live?channeloid=7163&client=MB3.1" -map_metadata -1 -threads 0 -sn -codec:v:0 libx264 -pix_fmt yuv420p -preset superfast -crf 23 -b:v 8000000 -maxrate 8000000 -bufsize 16000000 -vsync vfr -profile:v high -level 41 -force_key_frames "expr:gte(t,n_forced*3)" -vf "yadif=0:-1:0,scale=trunc(oh*a/2)*2:min(ih\,1080)" -sc_threshold 0 -codec:a:0 aac -strict experimental -ac 6 -ab 320000 -af "adelay=1,aresample=async=1" -hls_time 3 -start_number 0 -hls_list_size 0 -hls_base_url "hls/df313844aed43acb6b26ee95d3023f88/" -y "D:\Projects\Emby\Emby\ProgramData-Server\transcoding-temp\df313844aed43acb6b26ee95d3023f88.m3u8"
  6.  
  7.  
  8. ffmpeg version N-75410-g58fe57d Copyright (c) 2000-2015 the FFmpeg developers
  9. built with gcc 5.2.0 (GCC)
  10. configuration: --arch=x86_64 --target-os=mingw32 --cross-prefix=/home/mceuser/ffmpeg-windows-build-helpers/sandbox/mingw-w64-x86_64/bin/x86_64-w64-mingw32- --pkg-config=pkg-config --disable-w32threads --enable-gpl --enable-libsoxr --enable-fontconfig --enable-libass --enable-libutvideo --enable-libbluray --enable-iconv --enable-libtwolame --extra-cflags=-DLIBTWOLAME_STATIC --enable-libzvbi --enable-libcaca --enable-libmodplug --extra-libs=-lstdc++ --extra-libs=-lpng --enable-libvidstab --enable-libx265 --enable-decklink --extra-libs=-loleaut32 --enable-libx264 --enable-libxvid --enable-libmp3lame --enable-version3 --enable-zlib --enable-librtmp --enable-libvorbis --enable-libtheora --enable-libspeex --enable-libopenjpeg --enable-gnutls --enable-libgsm --enable-libfreetype --enable-libopus --enable-frei0r --enable-filter=frei0r --enable-libvo-aacenc --enable-bzlib --enable-libxavs --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libvo-amrwbenc --enable-libschroedinger --enable-libvpx --enable-libilbc --enable-libwavpack --enable-libwebp --enable-libgme --enable-dxva2 --enable-libdcadec --enable-avisynth --enable-gray --enable-libmfx --extra-libs=-lpsapi --extra-cflags= --enable-static --disable-shared --prefix=/home/mceuser/ffmpeg-windows-build-helpers/sandbox/mingw-w64-x86_64/x86_64-w64-mingw32 --enable-runtime-cpudetect
  11. libavutil 55. 2.100 / 55. 2.100
  12. libavcodec 57. 3.100 / 57. 3.100
  13. libavformat 57. 2.100 / 57. 2.100
  14. libavdevice 57. 0.100 / 57. 0.100
  15. libavfilter 6. 5.100 / 6. 5.100
  16. libswscale 4. 0.100 / 4. 0.100
  17. libswresample 2. 0.100 / 2. 0.100
  18. libpostproc 54. 0.100 / 54. 0.100
  19. Splitting the commandline.
  20. Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument 'debug'.
  21. Reading option '-fflags' ... matched as AVOption 'fflags' with argument '+genpts'.
  22. Reading option '-i' ... matched as input file with argument 'http://192.168.1.100:8866/live?channeloid=7163&client=MB3.1'.
  23. Reading option '-map_metadata' ... matched as option 'map_metadata' (set metadata information of outfile from infile) with argument '-1'.
  24. Reading option '-threads' ... matched as AVOption 'threads' with argument '0'.
  25. Reading option '-sn' ... matched as option 'sn' (disable subtitle) with argument '1'.
  26. Reading option '-codec:v:0' ... matched as option 'codec' (codec name) with argument 'libx264'.
  27. Reading option '-pix_fmt' ... matched as option 'pix_fmt' (set pixel format) with argument 'yuv420p'.
  28. Reading option '-preset' ... matched as AVOption 'preset' with argument 'superfast'.
  29. Reading option '-crf' ... matched as AVOption 'crf' with argument '23'.
  30. Reading option '-b:v' ... matched as option 'b' (video bitrate (please use -b:v)) with argument '8000000'.
  31. Reading option '-maxrate' ... matched as AVOption 'maxrate' with argument '8000000'.
  32. Reading option '-bufsize' ... matched as AVOption 'bufsize' with argument '16000000'.
  33. Reading option '-vsync' ... matched as option 'vsync' (video sync method) with argument 'vfr'.
  34. Reading option '-profile:v' ... matched as option 'profile' (set profile) with argument 'high'.
  35. Reading option '-level' ... matched as AVOption 'level' with argument '41'.
  36. Reading option '-force_key_frames' ... matched as option 'force_key_frames' (force key frames at specified timestamps) with argument 'expr:gte(t,n_forced*3)'.
  37. Reading option '-vf' ... matched as option 'vf' (set video filters) with argument 'yadif=0:-1:0,scale=trunc(oh*a/2)*2:min(ih\,1080)'.
  38. Reading option '-sc_threshold' ... matched as AVOption 'sc_threshold' with argument '0'.
  39. Reading option '-codec:a:0' ... matched as option 'codec' (codec name) with argument 'aac'.
  40. Reading option '-strict' ...Routing option strict to both codec and muxer layer
  41. matched as AVOption 'strict' with argument 'experimental'.
  42. Reading option '-ac' ... matched as option 'ac' (set number of audio channels) with argument '6'.
  43. Reading option '-ab' ... matched as option 'ab' (audio bitrate (please use -b:a)) with argument '320000'.
  44. Reading option '-af' ... matched as option 'af' (set audio filters) with argument 'adelay=1,aresample=async=1'.
  45. Reading option '-hls_time' ... matched as AVOption 'hls_time' with argument '3'.
  46. Reading option '-start_number' ... matched as AVOption 'start_number' with argument '0'.
  47. Reading option '-hls_list_size' ... matched as AVOption 'hls_list_size' with argument '0'.
  48. Reading option '-hls_base_url' ... matched as AVOption 'hls_base_url' with argument 'hls/df313844aed43acb6b26ee95d3023f88/'.
  49. Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'.
  50. Reading option 'D:\Projects\Emby\Emby\ProgramData-Server\transcoding-temp\df313844aed43acb6b26ee95d3023f88.m3u8' ... matched as output file.
  51. Finished splitting the commandline.
  52. Parsing a group of options: global .
  53. Applying option loglevel (set logging level) with argument debug.
  54. Applying option vsync (video sync method) with argument vfr.
  55. Applying option y (overwrite output files) with argument 1.
  56. Successfully parsed a group of options.
  57. Parsing a group of options: input file http://192.168.1.100:8866/live?channeloid=7163&client=MB3.1.
  58. Successfully parsed a group of options.
  59. Opening an input file: http://192.168.1.100:8866/live?channeloid=7163&client=MB3.1.
  60. [http @ 0000000005a9fae0] request: GET /live?channeloid=7163&client=MB3.1 HTTP/1.1
  61.  
  62. User-Agent: Lavf/57.2.100
  63.  
  64. Accept: */*
  65.  
  66. Range: bytes=0-
  67.  
  68. Connection: close
  69.  
  70. Host: 192.168.1.100:8866
  71.  
  72. Icy-MetaData: 1
  73.  
  74.  
  75.  
  76.  
  77. [mpegts @ 0000000005a9ec60] Format mpegts probed with size=2048 and score=100
  78. [http @ 0000000005a9fae0] request: GET /live?channeloid=7163&client=MB3.1 HTTP/1.1
  79.  
  80. User-Agent: Lavf/57.2.100
  81.  
  82. Accept: */*
  83.  
  84. Range: bytes=0-
  85.  
  86. Connection: close
  87.  
  88. Host: 192.168.1.100:8866
  89.  
  90. Icy-MetaData: 1
  91.  
  92.  
  93.  
  94.  
  95. [mpegts @ 0000000005a9ec60] stream=0 stream_type=3 pid=3e9 prog_reg_desc=
  96. [mpegts @ 0000000005a9ec60] stream=1 stream_type=2 pid=3ea prog_reg_desc=
  97. [http @ 0000000005a9fae0] request: GET /live?channeloid=7163&client=MB3.1 HTTP/1.1
  98.  
  99. User-Agent: Lavf/57.2.100
  100.  
  101. Accept: */*
  102.  
  103. Range: bytes=0-
  104.  
  105. Connection: close
  106.  
  107. Host: 192.168.1.100:8866
  108.  
  109. Icy-MetaData: 1
  110.  
  111.  
  112.  
  113.  
  114. [mpegts @ 0000000005a9ec60] Before avformat_find_stream_info() pos: 0 bytes read:52560 seeks:2
  115. [mpeg2video @ 0000000005ac8b80] Invalid frame dimensions 0x0.
  116. Last message repeated 5 times
  117. [mpegts @ 0000000005a9ec60] max_analyze_duration 5000000 reached at 5000000 microseconds st:1
  118. [mpegts @ 0000000005a9ec60] After avformat_find_stream_info() pos: 2293224 bytes read:2347820 seeks:2 frames:342
  119. Input #0, mpegts, from 'http://192.168.1.100:8866/live?channeloid=7163&client=MB3.1':
  120. Duration: N/A, start: 1.985511, bitrate: N/A
  121. Program 1
  122. Stream #0:0[0x3e9], 211, 1/90000: Audio: mp2 ([3][0][0][0] / 0x0003), 48000 Hz, stereo, s16p, 384 kb/s
  123. Stream #0:1[0x3ea], 131, 1/90000: Video: mpeg2video (Main), 1 reference frame ([2][0][0][0] / 0x0002), yuv420p(tv, left), 720x576 [SAR 16:15 DAR 4:3], 1/50, max. 5000 kb/s, 25 fps, 25 tbr, 90k tbn, 50 tbc
  124. Successfully opened the file.
  125. Parsing a group of options: output file D:\Projects\Emby\Emby\ProgramData-Server\transcoding-temp\df313844aed43acb6b26ee95d3023f88.m3u8.
  126. Applying option map_metadata (set metadata information of outfile from infile) with argument -1.
  127. Applying option sn (disable subtitle) with argument 1.
  128. Applying option codec:v:0 (codec name) with argument libx264.
  129. Applying option pix_fmt (set pixel format) with argument yuv420p.
  130. Applying option b:v (video bitrate (please use -b:v)) with argument 8000000.
  131. Applying option profile:v (set profile) with argument high.
  132. Applying option force_key_frames (force key frames at specified timestamps) with argument expr:gte(t,n_forced*3).
  133. Applying option vf (set video filters) with argument yadif=0:-1:0,scale=trunc(oh*a/2)*2:min(ih\,1080).
  134. Applying option codec:a:0 (codec name) with argument aac.
  135. Applying option ac (set number of audio channels) with argument 6.
  136. Applying option ab (audio bitrate (please use -b:a)) with argument 320000.
  137. Applying option af (set audio filters) with argument adelay=1,aresample=async=1.
  138. Successfully parsed a group of options.
  139. Opening an output file: D:\Projects\Emby\Emby\ProgramData-Server\transcoding-temp\df313844aed43acb6b26ee95d3023f88.m3u8.
  140. Successfully opened the file.
  141. detected 4 logical cores
  142. [Parsed_yadif_0 @ 0000000005a9c3a0] Setting 'mode' to value '0'
  143. [Parsed_yadif_0 @ 0000000005a9c3a0] Setting 'parity' to value '-1'
  144. [Parsed_yadif_0 @ 0000000005a9c3a0] Setting 'deint' to value '0'
  145. [Parsed_scale_1 @ 0000000005a9c760] Setting 'w' to value 'trunc(oh*a/2)*2'
  146. [Parsed_scale_1 @ 0000000005a9c760] Setting 'h' to value 'min(ih,1080)'
  147. [Parsed_scale_1 @ 0000000005a9c760] Setting 'flags' to value 'bicubic'
  148. [Parsed_scale_1 @ 0000000005a9c760] w:trunc(oh*a/2)*2 h:min(ih,1080) flags:'bicubic' interl:0
  149. [graph 0 input from stream 0:1 @ 0000000005a9c460] Setting 'video_size' to value '720x576'
  150. [graph 0 input from stream 0:1 @ 0000000005a9c460] Setting 'pix_fmt' to value '0'
  151. [graph 0 input from stream 0:1 @ 0000000005a9c460] Setting 'time_base' to value '1/90000'
  152. [graph 0 input from stream 0:1 @ 0000000005a9c460] Setting 'pixel_aspect' to value '16/15'
  153. [graph 0 input from stream 0:1 @ 0000000005a9c460] Setting 'sws_param' to value 'flags=2'
  154. [graph 0 input from stream 0:1 @ 0000000005a9c460] Setting 'frame_rate' to value '25/1'
  155. [graph 0 input from stream 0:1 @ 0000000005a9c460] w:720 h:576 pixfmt:yuv420p tb:1/90000 fr:25/1 sar:16/15 sws_param:flags=2
  156. [format @ 0000000005a9c0a0] compat: called with args=[yuv420p]
  157. [format @ 0000000005a9c0a0] Setting 'pix_fmts' to value 'yuv420p'
  158. [AVFilterGraph @ 0000000006347820] query_formats: 5 queried, 4 merged, 0 already done, 0 delayed
  159. [Parsed_scale_1 @ 0000000005a9c760] w:720 h:576 fmt:yuv420p sar:16/15 -> w:720 h:576 fmt:yuv420p sar:16/15 flags:0x4
  160. [Parsed_adelay_0 @ 0000000005a9c220] Setting 'delays' to value '1'
  161. [Parsed_aresample_1 @ 0000000005a9c520] Setting 'async' to value '1'
  162. [graph 1 input from stream 0:0 @ 0000000005a9c2e0] Setting 'time_base' to value '1/48000'
  163. [graph 1 input from stream 0:0 @ 0000000005a9c2e0] Setting 'sample_rate' to value '48000'
  164. [graph 1 input from stream 0:0 @ 0000000005a9c2e0] Setting 'sample_fmt' to value 's16p'
  165. [graph 1 input from stream 0:0 @ 0000000005a9c2e0] Setting 'channel_layout' to value '0x3'
  166. [graph 1 input from stream 0:0 @ 0000000005a9c2e0] tb:1/48000 samplefmt:s16p samplerate:48000 chlayout:0x3
  167. [audio format for output stream 0:1 @ 0000000005a9c6a0] Setting 'sample_fmts' to value 'fltp'
  168. [audio format for output stream 0:1 @ 0000000005a9c6a0] Setting 'sample_rates' to value '96000|88200|64000|48000|44100|32000|24000|22050|16000|12000|11025|8000|7350'
  169. [audio format for output stream 0:1 @ 0000000005a9c6a0] Setting 'channel_layouts' to value '0x3f'
  170. [AVFilterGraph @ 00000000063478a0] query_formats: 5 queried, 12 merged, 0 already done, 0 delayed
  171. [Parsed_aresample_1 @ 0000000005a9c520] [SWR @ 0000000005b059a0] Using fltp internally between filters
  172. 1.000000 0.000000
  173. 0.000000 1.000000
  174. 0.000000 0.000000
  175. 0.000000 0.000000
  176. 0.000000 0.000000
  177. 0.000000 0.000000
  178. [Parsed_aresample_1 @ 0000000005a9c520] ch:2 chl:stereo fmt:s16p r:48000Hz -> ch:6 chl:5.1 fmt:fltp r:48000Hz
  179. [libx264 @ 0000000005b374a0] using mv_range_thread = 40
  180. [libx264 @ 0000000005b374a0] using SAR=16/15
  181. [libx264 @ 0000000005b374a0] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 AVX2 LZCNT BMI2
  182. [libx264 @ 0000000005b374a0] profile High, level 4.1
  183. [mpegts @ 0000000008288d80] muxrate VBR, pcr every 2 pkts, sdt every 200, pat/pmt every 40 pkts
  184. Output #0, hls, to 'D:\Projects\Emby\Emby\ProgramData-Server\transcoding-temp\df313844aed43acb6b26ee95d3023f88.m3u8':
  185. Metadata:
  186. encoder : Lavf57.2.100
  187. Stream #0:0, 0, 1/90000: Video: h264 (libx264), -1 reference frame, yuv420p(left), 720x576 [SAR 16:15 DAR 4:3], 1/25, q=-1--1, 8000 kb/s, 25 fps, 90k tbn, 25 tbc
  188. Metadata:
  189. encoder : Lavc57.3.100 libx264
  190. Stream #0:1, 0, 1/90000: Audio: aac, 48000 Hz, 5.1, fltp, 320 kb/s
  191. Metadata:
  192. encoder : Lavc57.3.100 aac
  193. Stream mapping:
  194. Stream #0:1 -> #0:0 (mpeg2video (native) -> h264 (libx264))
  195. Stream #0:0 -> #0:1 (mp2 (native) -> aac (native))
  196. Press [q] to stop, [?] for help
  197. Forced keyframe at time 0.640000
  198. Cliping frame in rate conversion by 0.312767
  199. Last message repeated 12 times
  200. [libx264 @ 0000000005b374a0] frame= 0 QP=15.29 NAL=3 Slice:I Poc:0 I:1620 P:0 SKIP:0 size=16875 bytes
  201. Cliping frame in rate conversion by 0.312767
  202. [libx264 @ 0000000005b374a0] frame= 1 QP=18.42 NAL=2 Slice:P Poc:2 I:449 P:871 SKIP:300 size=6388 bytes
  203. frame= 15 fps=0.0 q=23.0 size=N/A time=00:00:00.66 bitrate=N/A
  204. Cliping frame in rate conversion by 0.312767
  205. [libx264 @ 0000000005b374a0] frame= 2 QP=18.26 NAL=2 Slice:P Poc:4 I:590 P:872 SKIP:158 size=7988 bytes
  206. Cliping frame in rate conversion by 0.312767
  207. [libx264 @ 0000000005b374a0] frame= 3 QP=17.92 NAL=2 Slice:P Poc:6 I:546 P:871 SKIP:203 size=8023 bytes
  208. Cliping frame in rate conversion by 0.312767
  209. [libx264 @ 0000000005b374a0] frame= 4 QP=17.73 NAL=2 Slice:P Poc:8 I:533 P:875 SKIP:212 size=7966 bytes
  210. Cliping frame in rate conversion by 0.312767
  211. [libx264 @ 0000000005b374a0] frame= 5 QP=17.74 NAL=2 Slice:P Poc:10 I:469 P:940 SKIP:211 size=8031 bytes
  212. Cliping frame in rate conversion by 0.312767
  213. [libx264 @ 0000000005b374a0] frame= 6 QP=17.59 NAL=2 Slice:P Poc:12 I:516 P:911 SKIP:193 size=7802 bytes
  214. Cliping frame in rate conversion by 0.312767
  215. [libx264 @ 0000000005b374a0] frame= 7 QP=17.64 NAL=2 Slice:P Poc:14 I:508 P:888 SKIP:224 size=7957 bytes
  216. Cliping frame in rate conversion by 0.312767
  217. [libx264 @ 0000000005b374a0] frame= 8 QP=17.67 NAL=2 Slice:P Poc:16 I:517 P:850 SKIP:253 size=7761 bytes
  218. Cliping frame in rate conversion by 0.312767
  219. [libx264 @ 0000000005b374a0] frame= 9 QP=17.65 NAL=2 Slice:P Poc:18 I:524 P:895 SKIP:201 size=7746 bytes
  220. Cliping frame in rate conversion by 0.312767
  221. [libx264 @ 0000000005b374a0] frame= 10 QP=17.95 NAL=2 Slice:P Poc:22 I:701 P:804 SKIP:115 size=8612 bytes
  222. Cliping frame in rate conversion by 0.312767
  223. [libx264 @ 0000000005b374a0] frame= 11 QP=20.13 NAL=0 Slice:B Poc:20 I:183 P:821 SKIP:616 size=3513 bytes
  224. Cliping frame in rate conversion by 0.312767
  225. [libx264 @ 0000000005b374a0] frame= 12 QP=18.24 NAL=2 Slice:P Poc:26 I:613 P:844 SKIP:163 size=8334 bytes
  226. Cliping frame in rate conversion by 0.312767
  227. [libx264 @ 0000000005b374a0] frame= 13 QP=20.26 NAL=0 Slice:B Poc:24 I:171 P:784 SKIP:665 size=3260 bytes
  228. frame= 27 fps= 21 q=23.0 size=N/A time=00:00:01.17 bitrate=N/A
  229. Cliping frame in rate conversion by 0.312767
  230. [libx264 @ 0000000005b374a0] frame= 14 QP=18.00 NAL=2 Slice:P Poc:28 I:462 P:997 SKIP:161 size=7402 bytes
  231. Cliping frame in rate conversion by 0.312767
  232. [libx264 @ 0000000005b374a0] frame= 15 QP=18.40 NAL=2 Slice:P Poc:30 I:552 P:914 SKIP:154 size=8271 bytes
  233. Cliping frame in rate conversion by 0.312767
  234. [libx264 @ 0000000005b374a0] frame= 16 QP=18.37 NAL=2 Slice:P Poc:32 I:565 P:860 SKIP:195 size=7640 bytes
  235. Cliping frame in rate conversion by 0.312767
  236. [libx264 @ 0000000005b374a0] frame= 17 QP=18.49 NAL=2 Slice:P Poc:34 I:545 P:810 SKIP:265 size=8055 bytes
  237. Cliping frame in rate conversion by 0.312767
  238. [libx264 @ 0000000005b374a0] frame= 18 QP=18.43 NAL=2 Slice:P Poc:36 I:564 P:826 SKIP:230 size=8454 bytes
  239. Cliping frame in rate conversion by 0.312767
  240. [libx264 @ 0000000005b374a0] frame= 19 QP=18.79 NAL=2 Slice:P Poc:40 I:682 P:748 SKIP:190 size=9429 bytes
  241. Cliping frame in rate conversion by 0.312767
  242. [libx264 @ 0000000005b374a0] frame= 20 QP=20.65 NAL=0 Slice:B Poc:38 I:164 P:924 SKIP:532 size=4420 bytes
  243. Cliping frame in rate conversion by 0.312767
  244. [libx264 @ 0000000005b374a0] frame= 21 QP=18.47 NAL=2 Slice:P Poc:42 I:468 P:947 SKIP:205 size=7572 bytes
  245. Cliping frame in rate conversion by 0.312767
  246. [libx264 @ 0000000005b374a0] frame= 22 QP=18.38 NAL=2 Slice:P Poc:44 I:463 P:949 SKIP:208 size=7579 bytes
  247. Cliping frame in rate conversion by 0.312767
  248. [libx264 @ 0000000005b374a0] frame= 23 QP=18.04 NAL=2 Slice:P Poc:46 I:465 P:974 SKIP:181 size=7570 bytes
  249. Cliping frame in rate conversion by 0.312767
  250. [libx264 @ 0000000005b374a0] frame= 24 QP=17.87 NAL=2 Slice:P Poc:48 I:492 P:958 SKIP:170 size=7418 bytes
  251. Cliping frame in rate conversion by 0.312767
  252. [libx264 @ 0000000005b374a0] frame= 25 QP=18.24 NAL=2 Slice:P Poc:52 I:683 P:823 SKIP:114 size=9176 bytes
  253. Cliping frame in rate conversion by 0.312767
  254. [libx264 @ 0000000005b374a0] frame= 26 QP=20.26 NAL=0 Slice:B Poc:50 I:160 P:911 SKIP:549 size=3717 bytes
  255. frame= 40 fps= 17 q=23.0 size=N/A time=00:00:01.81 bitrate=N/A
  256. Cliping frame in rate conversion by 0.312767
  257. [libx264 @ 0000000005b374a0] frame= 27 QP=18.17 NAL=2 Slice:P Poc:54 I:417 P:987 SKIP:216 size=7412 bytes
  258. Cliping frame in rate conversion by 0.312767
  259. [libx264 @ 0000000005b374a0] frame= 28 QP=18.33 NAL=2 Slice:P Poc:56 I:531 P:916 SKIP:173 size=8257 bytes
  260. Cliping frame in rate conversion by 0.312767
  261. [libx264 @ 0000000005b374a0] frame= 29 QP=18.53 NAL=2 Slice:P Poc:58 I:495 P:955 SKIP:170 size=8491 bytes
  262. Cliping frame in rate conversion by 0.312767
  263. [libx264 @ 0000000005b374a0] frame= 30 QP=19.21 NAL=2 Slice:P Poc:60 I:685 P:811 SKIP:124 size=8834 bytes
  264. Cliping frame in rate conversion by 0.312767
  265. [libx264 @ 0000000005b374a0] frame= 31 QP=18.65 NAL=2 Slice:P Poc:62 I:477 P:882 SKIP:261 size=7920 bytes
  266. Cliping frame in rate conversion by 0.312767
  267. [libx264 @ 0000000005b374a0] frame= 32 QP=18.61 NAL=2 Slice:P Poc:64 I:425 P:916 SKIP:279 size=8138 bytes
  268. Cliping frame in rate conversion by 0.312767
  269. [libx264 @ 0000000005b374a0] frame= 33 QP=18.58 NAL=2 Slice:P Poc:66 I:380 P:933 SKIP:307 size=8106 bytes
  270. Cliping frame in rate conversion by 0.312767
  271. [libx264 @ 0000000005b374a0] frame= 34 QP=18.56 NAL=2 Slice:P Poc:68 I:459 P:928 SKIP:233 size=8289 bytes
  272. Cliping frame in rate conversion by 0.312767
  273. [libx264 @ 0000000005b374a0] frame= 35 QP=18.73 NAL=2 Slice:P Poc:70 I:453 P:940 SKIP:227 size=8009 bytes
  274. Cliping frame in rate conversion by 0.312767
  275. [libx264 @ 0000000005b374a0] frame= 36 QP=19.22 NAL=2 Slice:P Poc:74 I:718 P:776 SKIP:126 size=9633 bytes
  276. Cliping frame in rate conversion by 0.312767
  277. [libx264 @ 0000000005b374a0] frame= 37 QP=21.29 NAL=0 Slice:B Poc:72 I:172 P:920 SKIP:528 size=4394 bytes
  278. Cliping frame in rate conversion by 0.312767
  279. [libx264 @ 0000000005b374a0] frame= 38 QP=18.84 NAL=2 Slice:P Poc:76 I:536 P:905 SKIP:179 size=7892 bytes
  280. frame= 52 fps= 16 q=23.0 size=N/A time=00:00:02.13 bitrate=N/A
  281. Cliping frame in rate conversion by 0.312767
  282. [libx264 @ 0000000005b374a0] frame= 39 QP=18.67 NAL=2 Slice:P Poc:78 I:539 P:896 SKIP:185 size=7803 bytes
  283. Cliping frame in rate conversion by 0.312767
  284. [libx264 @ 0000000005b374a0] frame= 40 QP=18.54 NAL=2 Slice:P Poc:80 I:475 P:962 SKIP:183 size=7795 bytes
  285. Cliping frame in rate conversion by 0.312767
  286. [libx264 @ 0000000005b374a0] frame= 41 QP=18.45 NAL=2 Slice:P Poc:82 I:460 P:955 SKIP:205 size=7763 bytes
  287. Cliping frame in rate conversion by 0.312767
  288. [libx264 @ 0000000005b374a0] frame= 42 QP=18.22 NAL=2 Slice:P Poc:84 I:483 P:991 SKIP:146 size=7937 bytes
  289. Cliping frame in rate conversion by 0.312767
  290. [libx264 @ 0000000005b374a0] frame= 43 QP=18.49 NAL=2 Slice:P Poc:86 I:685 P:768 SKIP:167 size=9145 bytes
  291. Cliping frame in rate conversion by 0.312767
  292. [libx264 @ 0000000005b374a0] frame= 44 QP=18.42 NAL=2 Slice:P Poc:88 I:585 P:895 SKIP:140 size=8097 bytes
  293. Cliping frame in rate conversion by 0.312767
  294. [libx264 @ 0000000005b374a0] frame= 45 QP=18.90 NAL=2 Slice:P Poc:90 I:786 P:769 SKIP:65 size=9569 bytes
  295. Cliping frame in rate conversion by 0.312767
  296. Forced keyframe at time 3.000000
  297. [libx264 @ 0000000005b374a0] frame= 46 QP=18.74 NAL=2 Slice:P Poc:92 I:469 P:936 SKIP:215 size=7711 bytes
  298. Cliping frame in rate conversion by 0.312767
  299. [libx264 @ 0000000005b374a0] frame= 47 QP=19.23 NAL=2 Slice:P Poc:96 I:604 P:856 SKIP:160 size=8899 bytes
  300. Cliping frame in rate conversion by 0.312767
  301. [libx264 @ 0000000005b374a0] frame= 48 QP=20.96 NAL=0 Slice:B Poc:94 I:114 P:865 SKIP:641 size=3489 bytes
  302. Cliping frame in rate conversion by 0.312767
  303. [libx264 @ 0000000005b374a0] frame= 49 QP=19.30 NAL=2 Slice:P Poc:100 I:553 P:867 SKIP:200 size=8600 bytes
  304. Cliping frame in rate conversion by 0.312767
  305. [libx264 @ 0000000005b374a0] frame= 50 QP=21.31 NAL=0 Slice:B Poc:98 I:105 P:863 SKIP:652 size=3409 bytes
  306. Cliping frame in rate conversion by 0.312767
  307. [libx264 @ 0000000005b374a0] frame= 51 QP=18.93 NAL=2 Slice:P Poc:102 I:363 P:1008 SKIP:249 size=7095 bytes
  308. frame= 65 fps= 16 q=22.0 size=N/A time=00:00:02.73 bitrate=N/A
  309. Cliping frame in rate conversion by 0.312767
  310. [libx264 @ 0000000005b374a0] frame= 52 QP=18.64 NAL=2 Slice:P Poc:104 I:383 P:1012 SKIP:225 size=7162 bytes
  311. Cliping frame in rate conversion by 0.312767
  312. [libx264 @ 0000000005b374a0] frame= 53 QP=18.31 NAL=2 Slice:P Poc:106 I:355 P:1056 SKIP:209 size=7293 bytes
  313. Cliping frame in rate conversion by 0.312767
  314. [libx264 @ 0000000005b374a0] frame= 54 QP=18.24 NAL=2 Slice:P Poc:108 I:398 P:1019 SKIP:203 size=7383 bytes
  315. Cliping frame in rate conversion by 0.312767
  316. [libx264 @ 0000000005b374a0] frame= 55 QP=18.06 NAL=2 Slice:P Poc:110 I:384 P:1055 SKIP:181 size=7155 bytes
  317. Cliping frame in rate conversion by 0.312767
  318. [libx264 @ 0000000005b374a0] frame= 56 QP=18.24 NAL=2 Slice:P Poc:114 I:517 P:982 SKIP:121 size=8406 bytes
  319. Cliping frame in rate conversion by 0.312767
  320. [libx264 @ 0000000005b374a0] frame= 57 QP=19.95 NAL=0 Slice:B Poc:112 I:102 P:778 SKIP:740 size=2982 bytes
  321. Cliping frame in rate conversion by 0.312767
  322. [libx264 @ 0000000005b374a0] frame= 58 QP=18.49 NAL=2 Slice:P Poc:116 I:616 P:848 SKIP:156 size=8448 bytes
  323. Cliping frame in rate conversion by 0.312767
  324. [libx264 @ 0000000005b374a0] frame= 59 QP=16.08 NAL=3 Slice:I Poc:0 I:1620 P:0 SKIP:0 size=17516 bytes
  325. [AVIOContext @ 0000000005ad6340] Statistics: 0 seeks, 105 writeouts
  326. [hls @ 00000000062ae4c0] EXT-X-MEDIA-SEQUENCE:0
  327. [AVIOContext @ 0000000005ad6080] Statistics: 0 seeks, 1 writeouts
  328. Cliping frame in rate conversion by 0.312767
  329. [libx264 @ 0000000005b374a0] frame= 60 QP=19.18 NAL=2 Slice:P Poc:2 I:605 P:834 SKIP:181 size=6894 bytes
  330. Cliping frame in rate conversion by 0.312767
  331. [libx264 @ 0000000005b374a0] frame= 61 QP=19.02 NAL=2 Slice:P Poc:4 I:533 P:818 SKIP:269 size=6969 bytes
  332. Cliping frame in rate conversion by 0.312767
  333. [libx264 @ 0000000005b374a0] frame= 62 QP=18.68 NAL=2 Slice:P Poc:6 I:412 P:952 SKIP:256 size=6945 bytes
  334. frame= 76 fps=8.4 q=23.0 size=N/A time=00:00:03.13 bitrate=N/A
  335. Cliping frame in rate conversion by 0.312767
  336. [libx264 @ 0000000005b374a0] frame= 63 QP=18.66 NAL=2 Slice:P Poc:10 I:503 P:901 SKIP:216 size=7962 bytes
  337. Cliping frame in rate conversion by 0.312767
  338. [libx264 @ 0000000005b374a0] frame= 64 QP=20.87 NAL=0 Slice:B Poc:8 I:68 P:746 SKIP:806 size=2851 bytes
  339. Cliping frame in rate conversion by 0.312767
  340. [libx264 @ 0000000005b374a0] frame= 65 QP=18.85 NAL=2 Slice:P Poc:14 I:567 P:838 SKIP:215 size=7950 bytes
  341. Cliping frame in rate conversion by 0.312767
  342. [libx264 @ 0000000005b374a0] frame= 66 QP=20.95 NAL=0 Slice:B Poc:12 I:87 P:820 SKIP:713 size=2922 bytes
  343. Cliping frame in rate conversion by 0.312767
  344. [libx264 @ 0000000005b374a0] frame= 67 QP=18.68 NAL=2 Slice:P Poc:16 I:454 P:938 SKIP:228 size=6865 bytes
  345. Cliping frame in rate conversion by 0.312767
  346. [libx264 @ 0000000005b374a0] frame= 68 QP=19.25 NAL=2 Slice:P Poc:20 I:720 P:752 SKIP:148 size=8799 bytes
  347. Cliping frame in rate conversion by 0.312767
  348. [libx264 @ 0000000005b374a0] frame= 69 QP=20.91 NAL=0 Slice:B Poc:18 I:142 P:862 SKIP:616 size=4245 bytes
  349. Cliping frame in rate conversion by 0.312767
  350. [libx264 @ 0000000005b374a0] frame= 70 QP=19.16 NAL=2 Slice:P Poc:22 I:451 P:959 SKIP:210 size=7610 bytes
  351. Cliping frame in rate conversion by 0.312767
  352. [libx264 @ 0000000005b374a0] frame= 71 QP=19.25 NAL=2 Slice:P Poc:26 I:584 P:877 SKIP:159 size=8606 bytes
  353. Cliping frame in rate conversion by 0.312767
  354. [libx264 @ 0000000005b374a0] frame= 72 QP=21.32 NAL=0 Slice:B Poc:24 I:98 P:854 SKIP:668 size=3530 bytes
  355. Cliping frame in rate conversion by 0.312767
  356. [libx264 @ 0000000005b374a0] frame= 73 QP=18.72 NAL=2 Slice:P Poc:28 I:394 P:1018 SKIP:208 size=7132 bytes
  357. Cliping frame in rate conversion by 0.312767
  358. [libx264 @ 0000000005b374a0] frame= 74 QP=18.55 NAL=2 Slice:P Poc:30 I:380 P:1028 SKIP:212 size=7061 bytes
  359. frame= 88 fps=8.9 q=25.0 size=N/A time=00:00:03.69 bitrate=N/A
  360. Cliping frame in rate conversion by 0.312767
  361. [libx264 @ 0000000005b374a0] frame= 75 QP=18.60 NAL=2 Slice:P Poc:32 I:539 P:978 SKIP:103 size=7889 bytes
  362. Cliping frame in rate conversion by 0.312767
  363. [libx264 @ 0000000005b374a0] frame= 76 QP=18.66 NAL=2 Slice:P Poc:36 I:590 P:922 SKIP:108 size=8161 bytes
  364. Cliping frame in rate conversion by 0.312767
  365. [libx264 @ 0000000005b374a0] frame= 77 QP=20.23 NAL=0 Slice:B Poc:34 I:107 P:871 SKIP:642 size=3041 bytes
  366. Cliping frame in rate conversion by 0.312767
  367. [libx264 @ 0000000005b374a0] frame= 78 QP=18.83 NAL=2 Slice:P Poc:40 I:478 P:955 SKIP:187 size=8071 bytes
  368. Cliping frame in rate conversion by 0.312767
  369. [libx264 @ 0000000005b374a0] frame= 79 QP=20.86 NAL=0 Slice:B Poc:38 I:68 P:841 SKIP:711 size=2869 bytes
  370. Cliping frame in rate conversion by 0.312767
  371. [libx264 @ 0000000005b374a0] frame= 80 QP=18.81 NAL=2 Slice:P Poc:44 I:455 P:984 SKIP:181 size=7818 bytes
  372. Cliping frame in rate conversion by 0.312767
  373. [libx264 @ 0000000005b374a0] frame= 81 QP=20.46 NAL=0 Slice:B Poc:42 I:52 P:783 SKIP:785 size=2510 bytes
  374. Cliping frame in rate conversion by 0.312767
  375. [libx264 @ 0000000005b374a0] frame= 82 QP=18.62 NAL=2 Slice:P Poc:48 I:357 P:1017 SKIP:246 size=6938 bytes
  376. Cliping frame in rate conversion by 0.312767
  377. [libx264 @ 0000000005b374a0] frame= 83 QP=20.61 NAL=0 Slice:B Poc:46 I:56 P:803 SKIP:761 size=2374 bytes
  378. Cliping frame in rate conversion by 0.312767
  379. [libx264 @ 0000000005b374a0] frame= 84 QP=18.65 NAL=2 Slice:P Poc:54 I:444 P:910 SKIP:266 size=7228 bytes
  380. Cliping frame in rate conversion by 0.312767
  381. [libx264 @ 0000000005b374a0] frame= 85 QP=19.79 NAL=2 Slice:B Poc:52 I:54 P:707 SKIP:859 size=2671 bytes
  382. Cliping frame in rate conversion by 0.312767
  383. [libx264 @ 0000000005b374a0] frame= 86 QP=20.55 NAL=0 Slice:B Poc:50 I:56 P:636 SKIP:928 size=1947 bytes
  384. Cliping frame in rate conversion by 0.312767
  385. [libx264 @ 0000000005b374a0] frame= 87 QP=18.59 NAL=2 Slice:P Poc:60 I:383 P:967 SKIP:270 size=7044 bytes
  386. frame= 101 fps=9.4 q=22.0 size=N/A time=00:00:04.13 bitrate=N/A
  387. Cliping frame in rate conversion by 0.312767
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement