Advertisement
Guest User

decklink capture problem

a guest
Oct 16th, 2014
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.57 KB | None | 0 0
  1. ffmpeg started on 2014-10-15 at 14:50:09
  2. Report written to "ffmpeg-20141015-145009.log"
  3. Command line:
  4. ffmpeg -report -rtbufsize 800000k -video_size 1920x1080 -vcodec v210 -framerate 59.94 -f dshow -i "video=Decklink Video Capture" -f dshow -itsoffset 0.16 -i "audio=Decklink Audio Capture" -vf "yadif,hqdn3d=1.5:1.5:6:6,scale=1280x720" -c:v libx264 -pix_fmt yuv420p -x264opts "keyint=90:vbv-bufsize=8050:vbv-maxrate=2300:crf=19" -preset faster -strict -2 -acodec aac -ab 192k -cutoff 15000 -ar 48000 -f flv rtmp://localhost/live/test2
  5. ffmpeg version N-66543-g1441641 Copyright (c) 2000-2014 the FFmpeg developers
  6. built on Oct 7 2014 20:47:19 with gcc 4.8.2 (GCC)
  7. configuration: --arch=x86_64 --target-os=mingw32 --cross-prefix=/home/fedora/mpeg/sandbox/mingw-w64-x86_64/bin/x86_64-w64-mingw32- --pkg-config=pkg-config --enable-gpl --enable-libx264 --enable-avisynth --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 --disable-w32threads --enable-frei0r --enable-filter=frei0r --enable-libvo-aacenc --enable-bzlib --enable-libxavs --extra-cflags=-DPTW32_STATIC_LIB --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libvo-amrwbenc --enable-libschroedinger --enable-libvpx --enable-libilbc --prefix=/home/fedora/mpeg/sandbox/mingw-w64-x86_64/x86_64-w64-mingw32 --enable-static --disable-shared --enable-libsoxr --enable-fontconfig --enable-libass --enable-libutvideo --enable-libbluray --enable-iconv --enable-libtwolame --extra-cflags=-DLIBTWOLAME_STATIC --enable-libzvbi --enable-libcaca - libavutil 54. 7.101 / 54. 7.101
  8. libavcodec 56. 1.101 / 56. 1.101
  9. libavformat 56. 7.101 / 56. 7.101
  10. libavdevice 56. 1.100 / 56. 1.100
  11. libavfilter 5. 1.102 / 5. 1.102
  12. libswscale 3. 1.100 / 3. 1.100
  13. libswresample 1. 1.100 / 1. 1.100
  14. libpostproc 53. 1.100 / 53. 1.100
  15. Splitting the commandline.
  16. Reading option '-report' ... matched as option 'report' (generate a report) with argument '1'.
  17. Reading option '-rtbufsize' ... matched as AVOption 'rtbufsize' with argument '800000k'.
  18. Reading option '-video_size' ... matched as AVOption 'video_size' with argument '1920x1080'.
  19. Reading option '-vcodec' ... matched as option 'vcodec' (force video codec ('copy' to copy stream)) with argument 'v210'.
  20. Reading option '-framerate' ... matched as AVOption 'framerate' with argument '59.94'.
  21. Reading option '-f' ... matched as option 'f' (force format) with argument 'dshow'.
  22. Reading option '-i' ... matched as input file with argument 'video=Decklink Video Capture'.
  23. Reading option '-f' ... matched as option 'f' (force format) with argument 'dshow'.
  24. Reading option '-itsoffset' ... matched as option 'itsoffset' (set the input ts offset) with argument '0.16'.
  25. Reading option '-i' ... matched as input file with argument 'audio=Decklink Audio Capture'.
  26. Reading option '-vf' ... matched as option 'vf' (set video filters) with argument 'yadif,hqdn3d=1.5:1.5:6:6,scale=1280x720'.
  27. Reading option '-c:v' ... matched as option 'c' (codec name) with argument 'libx264'.
  28. Reading option '-pix_fmt' ... matched as option 'pix_fmt' (set pixel format) with argument 'yuv420p'.
  29. Reading option '-x264opts' ... matched as AVOption 'x264opts' with argument 'keyint=90:vbv-bufsize=8050:vbv-maxrate=2300:crf=19'.
  30. Reading option '-preset' ... matched as AVOption 'preset' with argument 'faster'.
  31. Reading option '-strict' ...Routing option strict to both codec and muxer layer
  32. matched as AVOption 'strict' with argument '-2'.
  33. Reading option '-acodec' ... matched as option 'acodec' (force audio codec ('copy' to copy stream)) with argument 'aac'.
  34. Reading option '-ab' ... matched as option 'ab' (audio bitrate (please use -b:a)) with argument '192k'.
  35. Reading option '-cutoff' ... matched as AVOption 'cutoff' with argument '15000'.
  36. Reading option '-ar' ... matched as option 'ar' (set audio sampling rate (in Hz)) with argument '48000'.
  37. Reading option '-f' ... matched as option 'f' (force format) with argument 'flv'.
  38. Reading option 'rtmp://localhost/live/test2' ... matched as output file.
  39. Finished splitting the commandline.
  40. Parsing a group of options: global .
  41. Applying option report (generate a report) with argument 1.
  42. Successfully parsed a group of options.
  43. Parsing a group of options: input file video=Decklink Video Capture.
  44. Applying option vcodec (force video codec ('copy' to copy stream)) with argument v210.
  45. Applying option f (force format) with argument dshow.
  46. Successfully parsed a group of options.
  47. Opening an input file: video=Decklink Video Capture.
  48. [dshow @ 000000000292ae60] All info found
  49. Input #0, dshow, from 'video=Decklink Video Capture':
  50. Duration: N/A, start: 72795973.392050, bitrate: N/A
  51. Stream #0:0, 1, 1/10000000: Video: v210 (v210 / 0x30313276), yuv422p10le, 1920x1080, 59.94 tbr, 10000k tbn, 59.94 tbc
  52. Successfully opened the file.
  53. Parsing a group of options: input file audio=Decklink Audio Capture.
  54. Applying option f (force format) with argument dshow.
  55. Applying option itsoffset (set the input ts offset) with argument 0.16.
  56. Successfully parsed a group of options.
  57. Opening an input file: audio=Decklink Audio Capture.
  58. [dshow @ 00000000003aea00] All info found
  59. Guessed Channel Layout for Input Stream #1.0 : stereo
  60. Input #1, dshow, from 'audio=Decklink Audio Capture':
  61. Duration: N/A, start: 72795973.402050, bitrate: 1536 kb/s
  62. Stream #1:0, 1, 1/10000000: Audio: pcm_s16le, 48000 Hz, 2 channels, s16, 1536 kb/s
  63. Successfully opened the file.
  64. Parsing a group of options: output file rtmp://localhost/live/test2.
  65. Applying option vf (set video filters) with argument yadif,hqdn3d=1.5:1.5:6:6,scale=1280x720.
  66. Applying option c:v (codec name) with argument libx264.
  67. Applying option pix_fmt (set pixel format) with argument yuv420p.
  68. Applying option acodec (force audio codec ('copy' to copy stream)) with argument aac.
  69. Applying option ab (audio bitrate (please use -b:a)) with argument 192k.
  70. Applying option ar (set audio sampling rate (in Hz)) with argument 48000.
  71. Applying option f (force format) with argument flv.
  72. Successfully parsed a group of options.
  73. Opening an output file: rtmp://localhost/live/test2.
  74. Parsing...
  75. Parsed protocol: 0
  76. Parsed host : localhost
  77. Parsed app : live
  78. RTMP_Connect1, ... connected, handshaking
  79. HandShake: Type Answer : 03
  80. HandShake: Server Uptime : 96850052
  81. HandShake: FMS Version : 3.0.1.1
  82. HandShake: Handshaking finished....
  83. RTMP_Connect1, handshaked
  84. RTMP_SendPacket: fd=912, size=85
  85. Invoking connect
  86. RTMP_ReadPacket: fd=912
  87. HandleServerBW: server BW = 2500000
  88. RTMP_ReadPacket: fd=912
  89. HandleClientBW: client BW = 2500000 2
  90. RTMP_ReadPacket: fd=912
  91. HandleCtrl, received ctrl. type: 0, len: 6
  92. HandleCtrl, Stream Begin 0
  93. RTMP_ReadPacket: fd=912
  94. HandleChangeChunkSize, received: chunk size change to 512
  95. RTMP_ReadPacket: fd=912
  96. RTMP_ClientPacket, received: invoke 261 bytes
  97. (object begin)
  98. Property: <Name: no-name., STRING: _result>
  99. Property: <Name: no-name., NUMBER: 1.00>
  100. Property: <Name: no-name., OBJECT>
  101. (object begin)
  102. Property: <Name: fmsVer, STRING: FMS/3,5,7,7009>
  103. Property: <Name: capabilities, NUMBER: 31.00>
  104. Property: <Name: mode, NUMBER: 1.00>
  105. (object end)
  106. Property: <Name: no-name., OBJECT>
  107. (object begin)
  108. Property: <Name: level, STRING: status>
  109. Property: <Name: code, STRING: NetConnection.Connect.Success>
  110. Property: <Name: description, STRING: Connection succeeded.>
  111. Property: <Name: data, ECMA_ARRAY>
  112. (object begin)
  113. Property: <Name: version, STRING: 3,5,7,7009>
  114. (object end)
  115. Property: <Name: clientid, NUMBER: 237851117.00>
  116. Property: <Name: objectEncoding, NUMBER: 0.00>
  117. (object end)
  118. (object end)
  119. HandleInvoke, server invoking <_result>
  120. HandleInvoke, received result for method call <connect>
  121. RTMP_SendPacket: fd=912, size=34
  122. Invoking releaseStream
  123. RTMP_SendPacket: fd=912, size=30
  124. Invoking FCPublish
  125. RTMP_SendPacket: fd=912, size=25
  126. Invoking createStream
  127. RTMP_ReadPacket: fd=912
  128. RTMP_ClientPacket, received: invoke 137 bytes
  129. (object begin)
  130. Property: <Name: no-name., STRING: onFCPublish>
  131. Property: <Name: no-name., NUMBER: 0.00>
  132. Property: NULL
  133. Property: <Name: no-name., OBJECT>
  134. (object begin)
  135. Property: <Name: level, STRING: status>
  136. Property: <Name: code, STRING: NetStream.Publish.Start>
  137. Property: <Name: description, STRING: FCPublish to stream test2.>
  138. Property: <Name: clientid, NUMBER: 237851117.00>
  139. (object end)
  140. (object end)
  141. HandleInvoke, server invoking <onFCPublish>
  142. RTMP_ReadPacket: fd=912
  143. RTMP_ClientPacket, received: invoke 29 bytes
  144. (object begin)
  145. Property: <Name: no-name., STRING: _result>
  146. Property: <Name: no-name., NUMBER: 4.00>
  147. Property: NULL
  148. Property: <Name: no-name., NUMBER: 1.00>
  149. (object end)
  150. HandleInvoke, server invoking <_result>
  151. HandleInvoke, received result for method call <createStream>
  152. RTMP_SendPacket: fd=912, size=35
  153. Invoking publish
  154. RTMP_ReadPacket: fd=912
  155. HandleCtrl, received ctrl. type: 0, len: 6
  156. HandleCtrl, Stream Begin 1
  157. RTMP_ReadPacket: fd=912
  158. RTMP_ClientPacket, received: invoke 125 bytes
  159. (object begin)
  160. Property: <Name: no-name., STRING: onStatus>
  161. Property: <Name: no-name., NUMBER: 0.00>
  162. Property: NULL
  163. Property: <Name: no-name., OBJECT>
  164. (object begin)
  165. Property: <Name: level, STRING: status>
  166. Property: <Name: code, STRING: NetStream.Publish.Start>
  167. Property: <Name: description, STRING: Publishing test2.>
  168. Property: <Name: clientid, NUMBER: 237851117.00>
  169. (object end)
  170. (object end)
  171. HandleInvoke, server invoking <onStatus>
  172. HandleInvoke, onStatus: NetStream.Publish.Start
  173. Successfully opened the file.
  174. detected 8 logical cores
  175. [Parsed_hqdn3d_1 @ 00000000003a9fc0] Setting 'luma_spatial' to value '1.5'
  176. [Parsed_hqdn3d_1 @ 00000000003a9fc0] Setting 'chroma_spatial' to value '1.5'
  177. [Parsed_hqdn3d_1 @ 00000000003a9fc0] Setting 'luma_tmp' to value '6'
  178. [Parsed_hqdn3d_1 @ 00000000003a9fc0] Setting 'chroma_tmp' to value '6'
  179. [Parsed_hqdn3d_1 @ 00000000003a9fc0] ls:1.500000 cs:1.500000 lt:6.000000 ct:6.000000
  180. [Parsed_scale_2 @ 000000002720b680] Setting 'w' to value '1280x720'
  181. [Parsed_scale_2 @ 000000002720b680] Setting 'flags' to value '0x4'
  182. [Parsed_scale_2 @ 000000002720b680] w:1280 h:720 flags:'0x4' interl:0
  183. [graph 0 input from stream 0:0 @ 000000002720b940] Setting 'video_size' to value '1920x1080'
  184. [graph 0 input from stream 0:0 @ 000000002720b940] Setting 'pix_fmt' to value '74'
  185. [graph 0 input from stream 0:0 @ 000000002720b940] Setting 'time_base' to value '1/10000000'
  186. [graph 0 input from stream 0:0 @ 000000002720b940] Setting 'pixel_aspect' to value '0/1'
  187. [graph 0 input from stream 0:0 @ 000000002720b940] Setting 'sws_param' to value 'flags=2'
  188. [graph 0 input from stream 0:0 @ 000000002720b940] Setting 'frame_rate' to value '10000000/166833'
  189. [graph 0 input from stream 0:0 @ 000000002720b940] w:1920 h:1080 pixfmt:yuv422p10le tb:1/10000000 fr:10000000/166833 sar:0/1 sws_param:flags=2
  190. [format @ 000000002720bc80] compat: called with args=[yuv420p]
  191. [format @ 000000002720bc80] Setting 'pix_fmts' to value 'yuv420p'
  192. [AVFilterGraph @ 000000000298ebe0] query_formats: 6 queried, 5 merged, 0 already done, 0 delayed
  193. [Parsed_scale_2 @ 000000002720b680] w:1920 h:1080 fmt:yuv422p10le sar:0/1 -> w:1280 h:720 fmt:yuv420p sar:0/1 flags:0x4
  194. [graph 1 input from stream 1:0 @ 0000000002910940] Setting 'time_base' to value '1/48000'
  195. [graph 1 input from stream 1:0 @ 0000000002910940] Setting 'sample_rate' to value '48000'
  196. [graph 1 input from stream 1:0 @ 0000000002910940] Setting 'sample_fmt' to value 's16'
  197. [graph 1 input from stream 1:0 @ 0000000002910940] Setting 'channel_layout' to value '0x3'
  198. [graph 1 input from stream 1:0 @ 0000000002910940] tb:1/48000 samplefmt:s16 samplerate:48000 chlayout:0x3
  199. [audio format for output stream 0:1 @ 0000000002910ac0] Setting 'sample_fmts' to value 'fltp'
  200. [audio format for output stream 0:1 @ 0000000002910ac0] Setting 'sample_rates' to value '48000'
  201. [audio format for output stream 0:1 @ 0000000002910ac0] auto-inserting filter 'auto-inserted resampler 0' between the filter 'Parsed_anull_0' and the filter 'audio format for output stream 0:1'
  202. [AVFilterGraph @ 000000000298f540] query_formats: 4 queried, 6 merged, 3 already done, 0 delayed
  203. [auto-inserted resampler 0 @ 0000000002910b80] ch:2 chl:stereo fmt:s16 r:48000Hz -> ch:2 chl:stereo fmt:fltp r:48000Hz
  204. [libx264 @ 0000000002903480] using mv_range_thread = 24
  205. [libx264 @ 0000000002903480] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX AVX2 FMA3 LZCNT BMI2
  206. [libx264 @ 0000000002903480] profile High, level 3.2
  207. [libx264 @ 0000000002903480] 264 - core 142 r2455 021c0dc - H.264/MPEG-4 AVC codec - Copyleft 2003-2014 - http://www.videolan.org/x264.html - options: cabac=1 ref=2 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=4 psy=1 psy_rd=1.00:0.00 mixed_ref=0 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=0 threads=12 lookahead_threads=3 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=1 keyint=90 keyint_min=9 scenecut=40 intra_refresh=0 rc_lookahead=20 rc=crf mbtree=1 crf=19.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 vbv_maxrate=2300 vbv_bufsize=8050 crf_max=0.0 nal_hrd=none filler=0 ip_ratio=1.40 aq=1:1.00
  208. RTMP_SendPacket: fd=912, size=308
  209. RTMP_SendPacket: fd=912, size=44
  210. RTMP_SendPacket: fd=912, size=7
  211. Output #0, flv, to 'rtmp://localhost/live/test2':
  212. Metadata:
  213. encoder : Lavf56.7.101
  214. Stream #0:0, 0, 1/1000: Video: h264 (libx264) ([7][0][0][0] / 0x0007), yuv420p, 1280x720, q=-1--1, 59.94 fps, 1k tbn, 59.94 tbc
  215. Metadata:
  216. encoder : Lavc56.1.101 libx264
  217. Stream #0:1, 0, 1/1000: Audio: aac ([10][0][0][0] / 0x000A), 48000 Hz, stereo, fltp, 192 kb/s
  218. Metadata:
  219. encoder : Lavc56.1.101 aac
  220. Stream mapping:
  221. Stream #0:0 -> #0:0 (v210 (native) -> h264 (libx264))
  222. Stream #1:0 -> #0:1 (pcm_s16le (native) -> aac (native))
  223. Press [q] to stop, [?] for help
  224. [libx264 @ 0000000002903480] using mv_range_thread = 24
  225. *** dropping frame 2 from stream 0 at ts 0
  226. *** dropping frame 2 from stream 0 at ts 0
  227. *** dropping frame 2 from stream 0 at ts 0
  228. *** dropping frame 2 from stream 0 at ts 0
  229. *** dropping frame 2 from stream 0 at ts 0
  230. *** dropping frame 2 from stream 0 at ts 0
  231. *** dropping frame 2 from stream 0 at ts 0
  232. *** dropping frame 2 from stream 0 at ts 0
  233. *** dropping frame 2 from stream 0 at ts 0
  234. *** dropping frame 2 from stream 0 at ts 0
  235. *** dropping frame 2 from stream 0 at ts 0
  236. *** dropping frame 2 from stream 0 at ts 0
  237. *** dropping frame 2 from stream 0 at ts 0
  238. *** dropping frame 2 from stream 0 at ts 0
  239. *** dropping frame 2 from stream 0 at ts 0
  240. *** dropping frame 2 from stream 0 at ts 0
  241. *** dropping frame 2 from stream 0 at ts 0
  242. *** dropping frame 2 from stream 0 at ts 0
  243. *** dropping frame 2 from stream 0 at ts 0
  244. *** dropping frame 2 from stream 0 at ts 0
  245. *** dropping frame 2 from stream 0 at ts 0
  246. *** dropping frame 2 from stream 0 at ts 0
  247. *** dropping frame 2 from stream 0 at ts 0
  248. *** dropping frame 2 from stream 0 at ts 0
  249. *** dropping frame 2 from stream 0 at ts 0
  250. *** dropping frame 2 from stream 0 at ts 0
  251. *** dropping frame 2 from stream 0 at ts 0
  252. frame= 2 fps=0.0 q=0.0 size= 0kB time=00:00:00.00 br=N/A v=N/A d=N/A lr=0.000%,90.909% dup=0 drop=27
  253. *** dropping frame 2 from stream 0 at ts 0
  254. *** dropping frame 2 from stream 0 at ts 0
  255. *** dropping frame 2 from stream 0 at ts 0
  256. *** dropping frame 2 from stream 0 at ts 0
  257. *** dropping frame 2 from stream 0 at ts 0
  258. *** dropping frame 2 from stream 0 at ts 0
  259. *** dropping frame 2 from stream 0 at ts 0
  260. *** dropping frame 2 from stream 0 at ts 0
  261. *** dropping frame 2 from stream 0 at ts 0
  262. *** dropping frame 2 from stream 0 at ts 0
  263. *** dropping frame 2 from stream 0 at ts 0
  264. *** dropping frame 2 from stream 0 at ts 0
  265. *** dropping frame 2 from stream 0 at ts 0
  266. *** dropping frame 2 from stream 0 at ts 0
  267. *** dropping frame 2 from stream 0 at ts 0
  268. *** dropping frame 2 from stream 0 at ts 0
  269. *** dropping frame 2 from stream 0 at ts 0
  270. *** dropping frame 2 from stream 0 at ts 0
  271. *** dropping frame 2 from stream 0 at ts 0
  272. *** dropping frame 2 from stream 0 at ts 0
  273. *** dropping frame 2 from stream 0 at ts 0
  274. *** dropping frame 2 from stream 0 at ts 0
  275. *** dropping frame 2 from stream 0 at ts 0
  276. *** dropping frame 2 from stream 0 at ts 0
  277. *** dropping frame 2 from stream 0 at ts 0
  278. *** dropping frame 2 from stream 0 at ts 0
  279. *** dropping frame 2 from stream 0 at ts 0
  280. *** dropping frame 2 from stream 0 at ts 0
  281. *** dropping frame 2 from stream 0 at ts 0
  282. frame= 2 fps=1.9 q=0.0 size= 0kB time=00:00:00.00 br=N/A v=N/A d=N/A lr=0.000%,93.103% dup=0 drop=56
  283. *** dropping frame 2 from stream 0 at ts 0
  284. *** dropping frame 2 from stream 0 at ts 0
  285. *** dropping frame 2 from stream 0 at ts 0
  286. *** dropping frame 2 from stream 0 at ts 0
  287. *** dropping frame 2 from stream 0 at ts 0
  288. *** dropping frame 2 from stream 0 at ts 0
  289. *** dropping frame 2 from stream 0 at ts 0
  290. *** dropping frame 2 from stream 0 at ts 0
  291. *** dropping frame 2 from stream 0 at ts 0
  292. *** dropping frame 2 from stream 0 at ts 0
  293. *** dropping frame 2 from stream 0 at ts 0
  294. *** dropping frame 2 from stream 0 at ts 0
  295. *** dropping frame 2 from stream 0 at ts 0
  296. *** dropping frame 2 from stream 0 at ts 0
  297. *** dropping frame 2 from stream 0 at ts 0
  298. *** dropping frame 2 from stream 0 at ts 0
  299. *** dropping frame 2 from stream 0 at ts 0
  300. *** dropping frame 2 from stream 0 at ts 0
  301. *** dropping frame 2 from stream 0 at ts 0
  302. *** dropping frame 2 from stream 0 at ts 0
  303. *** dropping frame 2 from stream 0 at ts 0
  304. *** dropping frame 2 from stream 0 at ts 0
  305. *** dropping frame 2 from stream 0 at ts 0
  306. *** dropping frame 2 from stream 0 at ts 0
  307. *** dropping frame 2 from stream 0 at ts 0
  308. *** dropping frame 2 from stream 0 at ts 0
  309. *** dropping frame 2 from stream 0 at ts 0
  310. *** dropping frame 2 from stream 0 at ts 0
  311. *** dropping frame 2 from stream 0 at ts 0
  312. frame= 2 fps=1.3 q=0.0 size= 0kB time=00:00:00.00 br=N/A v=N/A d=N/A lr=0.000%,94.595% dup=0 drop=85
  313. *** dropping frame 2 from stream 0 at ts 0
  314. *** dropping frame 2 from stream 0 at ts 0
  315. *** dropping frame 2 from stream 0 at ts 0
  316. *** dropping frame 2 from stream 0 at ts 0
  317. *** dropping frame 2 from stream 0 at ts 0
  318. *** dropping frame 2 from stream 0 at ts 0
  319. *** dropping frame 2 from stream 0 at ts 0
  320. *** dropping frame 2 from stream 0 at ts 0
  321. *** dropping frame 2 from stream 0 at ts 0
  322. *** dropping frame 2 from stream 0 at ts 0
  323. *** dropping frame 2 from stream 0 at ts 0
  324. *** dropping frame 2 from stream 0 at ts 0
  325. *** dropping frame 2 from stream 0 at ts 0
  326. *** dropping frame 2 from stream 0 at ts 0
  327. *** dropping frame 2 from stream 0 at ts 0
  328. *** dropping frame 2 from stream 0 at ts 0
  329. *** dropping frame 2 from stream 0 at ts 0
  330. *** dropping frame 2 from stream 0 at ts 0
  331. *** dropping frame 2 from stream 0 at ts 0
  332. *** dropping frame 2 from stream 0 at ts 0
  333. *** dropping frame 2 from stream 0 at ts 0
  334. *** dropping frame 2 from stream 0 at ts 0
  335. *** dropping frame 2 from stream 0 at ts 0
  336. *** dropping frame 2 from stream 0 at ts 0
  337. *** dropping frame 2 from stream 0 at ts 0
  338. *** dropping frame 2 from stream 0 at ts 0
  339. *** dropping frame 2 from stream 0 at ts 0
  340. *** dropping frame 2 from stream 0 at ts 0
  341. *** dropping frame 2 from stream 0 at ts 0
  342. frame= 2 fps=1.0 q=0.0 size= 0kB time=00:00:00.00 br=N/A v=N/A d=N/A lr=0.000%,94.737% dup=0 drop=114
  343. *** dropping frame 2 from stream 0 at ts 0
  344. *** dropping frame 2 from stream 0 at ts 0
  345. *** dropping frame 2 from stream 0 at ts 0
  346. *** dropping frame 2 from stream 0 at ts 0
  347. *** dropping frame 2 from stream 0 at ts 0
  348. *** dropping frame 2 from stream 0 at ts 0
  349. *** dropping frame 2 from stream 0 at ts 0
  350. *** dropping frame 2 from stream 0 at ts 0
  351. *** dropping frame 2 from stream 0 at ts 0
  352. *** dropping frame 2 from stream 0 at ts 0
  353. *** dropping frame 2 from stream 0 at ts 0
  354. *** dropping frame 2 from stream 0 at ts 0
  355. *** dropping frame 2 from stream 0 at ts 0
  356. *** dropping frame 2 from stream 0 at ts 0
  357. *** dropping frame 2 from stream 0 at ts 0
  358. [libx264 @ 0000000002903480] using mv_range_thread = 24
  359. [libx264 @ 0000000002903480] frame= 0 QP=16.00 NAL=3 Slice:I Poc:0 I:3600 P:0 SKIP:0 size=275 bytes
  360. [libx264 @ 0000000002903480] frame= 1 QP=17.00 NAL=2 Slice:P Poc:2 I:0 P:0 SKIP:3600 size=39 bytes
  361. RTMP_SendPacket: fd=912, size=1036
  362. RTMP_SendPacket: fd=912, size=44
  363. RTMP_SendPacket: fd=912, size=5
  364. [flv @ 0000000002902440] Failed to update header with correct duration.
  365. [flv @ 0000000002902440] Failed to update header with correct filesize.
  366. frame= 2 fps=0.8 q=-1.0 Lsize= 1kB time=00:00:00.03 br= 371.2, 0.0kbits/s v=N/A d=N/A lr=0.000%,94.872% dup=0 drop=129
  367.  
  368. video:1kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 43.217960%
  369. Input file #0 (video=Decklink Video Capture):
  370. Input stream #0:0 (video): 132 packets read (729907200 bytes); 132 frames decoded;
  371. Total: 132 packets (729907200 bytes) demuxed
  372. Input file #1 (audio=Decklink Audio Capture):
  373. Input stream #1:0 (audio): 0 packets read (0 bytes); 0 frames decoded (0 samples);
  374. Total: 0 packets (0 bytes) demuxed
  375. Output file #0 (rtmp://localhost/live/test2):
  376. Output stream #0:0 (video): 2 frames encoded; 2 packets muxed (1069 bytes);
  377. Output stream #0:1 (audio): 0 frames encoded (0 samples); 0 packets muxed (0 bytes);
  378. Total: 2 packets (1069 bytes) muxed
  379. 132 frames successfully decoded, 0 decoding errors
  380. [AVIOContext @ 000000000298fb20] Statistics: 0 seeks, 4 writeouts
  381. RTMP_SendPacket: fd=912, size=32
  382. Invoking FCUnpublish
  383. RTMP_SendPacket: fd=912, size=34
  384. Invoking deleteStream
  385. [libx264 @ 0000000002903480] frame I:1 Avg QP:16.00 size: 275
  386. [libx264 @ 0000000002903480] frame P:1 Avg QP:17.00 size: 39
  387. [libx264 @ 0000000002903480] mb I I16..4: 0.0% 100.0% 0.0%
  388. [libx264 @ 0000000002903480] mb P I16..4: 0.0% 0.0% 0.0% P16..4: 0.0% 0.0% 0.0% 0.0% 0.0% skip:100.0%
  389. [libx264 @ 0000000002903480] 8x8 transform intra:100.0%
  390. [libx264 @ 0000000002903480] coded y,uvDC,uvAC intra: 0.0% 0.0% 0.0% inter: 0.0% 0.0% 0.0%
  391. [libx264 @ 0000000002903480] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 0% 0% 100% 0% 0% 0% 0% 0% 0%
  392. [libx264 @ 0000000002903480] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 0% 0% 100% 0% 0% 0% 0% 0% 0%
  393. [libx264 @ 0000000002903480] i8c dc,h,v,p: 100% 0% 0% 0%
  394. [libx264 @ 0000000002903480] Weighted P-Frames: Y:0.0% UV:0.0%
  395. [libx264 @ 0000000002903480] kb/s:75.28
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement