Advertisement
Guest User

Untitled

a guest
Apr 3rd, 2016
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.13 KB | None | 0 0
  1. RE-ENCODING
  2. PARAMS
  3. ffmpeg.exe -y -i my.flv -vcodec libx264 -preset medium -crf 25 -acodec aac -ar 44100 -b:a 28k -threads 0 my.mp4
  4.  
  5. MANY ERRORS LIKE
  6. [aac @ 0000000002cb9520] Queue input is backward in time
  7. [mp4 @ 0000000002d4c080] Non-monotonous DTS in output stream 0:1; previous: 2900
  8. 24, current: 289869; changing to 290025. This may result in incorrect timestamps
  9. in the output file.
  10.  
  11. MANY ERRORS LIKE
  12. Past duration 0.739998 too large
  13.  
  14.  
  15. GRABBING
  16.  
  17. ['ffmpeg.exe',
  18. '-i',
  19. 'MY_URL',
  20. '-vcodec',
  21. 'copy',
  22. '-acodec',
  23. 'copy',
  24. '-bsf:a',
  25. 'aac_adtstoasc',
  26. 'my.flv']
  27. ffmpeg version N-78843-g1c7e2cf Copyright (c) 2000-2016 the FFmpeg developers
  28. built with gcc 5.3.0 (GCC)
  29. configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libdcadec --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmfx --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-libzimg --enable-lzma --enable-decklink --enable-zlib
  30. libavutil 55. 19.100 / 55. 19.100
  31. libavcodec 57. 27.101 / 57. 27.101
  32. libavformat 57. 27.100 / 57. 27.100
  33. libavdevice 57. 0.101 / 57. 0.101
  34. libavfilter 6. 37.100 / 6. 37.100
  35. libswscale 4. 0.100 / 4. 0.100
  36. libswresample 2. 0.101 / 2. 0.101
  37. libpostproc 54. 0.100 / 54. 0.100
  38. Input #0, hls,applehttp, from 'MY_URL':
  39. Duration: N/A, start: 59.528000, bitrate: N/A
  40. Program 0
  41. Metadata:
  42. variant_bitrate : 0
  43. Stream #0:0: Data: timed_id3 (ID3 / 0x20334449)
  44. Stream #0:1: Video: h264 (Constrained Baseline) ([27][0][0][0] / 0x001B), yuv420p, 320x568, 16.58 tbr, 90k tbn, 180k tbc
  45. Stream #0:2: Audio: aac (LC) ([15][0][0][0] / 0x000F), 44100 Hz, mono, fltp, 75 kb/s
  46. Output #0, flv, to 'my.flv':
  47. Metadata:
  48. encoder : Lavf57.27.100
  49. Stream #0:0: Video: h264 ([7][0][0][0] / 0x0007), yuv420p, 320x568, q=2-31, 16.58 tbr, 1k tbn, 90k tbc
  50. Stream #0:1: Audio: aac (LC) ([10][0][0][0] / 0x000A), 44100 Hz, mono, 75 kb/s
  51. Stream mapping:
  52. Stream #0:1 -> #0:0 (copy)
  53. Stream #0:2 -> #0:1 (copy)
  54. Press [q] to stop, [?] for help
  55. frame= 42 fps=0.0 q=-1.0 size= 965kB time=00:00:02.59 bitrate=3050.2kbits/s speed=5.18x
  56. frame= 49 fps= 42 q=-1.0 size= 1053kB time=00:00:02.96 bitrate=2908.5kbits/s speed=2.52x
  57. frame= 66 fps= 39 q=-1.0 size= 1239kB time=00:00:04.01 bitrate=2531.6kbits/s speed=2.34x
  58. frame= 98 fps= 42 q=-1.0 size= 1399kB time=00:00:05.98 bitrate=1915.9kbits/s speed=2.58x
  59. [mpegts @ 000000000043a060] DTS 5623650 < 5884380 out of order
  60. [hls,applehttp @ 0000000000434060] DTS 5623650 < 5884380 out of order
  61. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:0; previous: 5854, current: 2957; changing to 5854. This may result in incorrect timestamps in the output file.
  62. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 2965; changing to 5960. This may result in incorrect timestamps in the output file.
  63. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 2988; changing to 5960. This may result in incorrect timestamps in the output file.
  64. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 3011; changing to 5960. This may result in incorrect timestamps in the output file.
  65. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 3035; changing to 5960. This may result in incorrect timestamps in the output file.
  66. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 3058; changing to 5960. This may result in incorrect timestamps in the output file.
  67. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 3081; changing to 5960. This may result in incorrect timestamps in the output file.
  68. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 3104; changing to 5960. This may result in incorrect timestamps in the output file.
  69. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 3128; changing to 5960. This may result in incorrect timestamps in the output file.
  70. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:0; previous: 5854, current: 3017; changing to 5854. This may result in incorrect timestamps in the output file.
  71. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:0; previous: 5854, current: 3078; changing to 5854. This may result in incorrect timestamps in the output file.
  72. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 3151; changing to 5960. This may result in incorrect timestamps in the output file.
  73. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 3174; changing to 5960. This may result in incorrect timestamps in the output file.
  74. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 3197; changing to 5960. This may result in incorrect timestamps in the output file.
  75. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 3221; changing to 5960. This may result in incorrect timestamps in the output file.
  76. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 3244; changing to 5960. This may result in incorrect timestamps in the output file.
  77. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 3267; changing to 5960. This may result in incorrect timestamps in the output file.
  78. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 3290; changing to 5960. This may result in incorrect timestamps in the output file.
  79. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:0; previous: 5854, current: 3138; changing to 5854. This may result in incorrect timestamps in the output file.
  80. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:0; previous: 5854, current: 3198; changing to 5854. This may result in incorrect timestamps in the output file.
  81. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:0; previous: 5854, current: 3259; changing to 5854. This may result in incorrect timestamps in the output file.
  82. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 3313; changing to 5960. This may result in incorrect timestamps in the output file.
  83. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 3336; changing to 5960. This may result in incorrect timestamps in the output file.
  84. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 3359; changing to 5960. This may result in incorrect timestamps in the output file.
  85. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 3383; changing to 5960. This may result in incorrect timestamps in the output file.
  86. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 3406; changing to 5960. This may result in incorrect timestamps in the output file.
  87. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 3429; changing to 5960. This may result in incorrect timestamps in the output file.
  88. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 3452; changing to 5960. This may result in incorrect timestamps in the output file.
  89. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 3476; changing to 5960. This may result in incorrect timestamps in the output file.
  90. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:0; previous: 5854, current: 3319; changing to 5854. This may result in incorrect timestamps in the output file.
  91. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:0; previous: 5854, current: 3379; changing to 5854. This may result in incorrect timestamps in the output file.
  92. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 3499; changing to 5960. This may result in incorrect timestamps in the output file.
  93. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 3522; changing to 5960. This may result in incorrect timestamps in the output file.
  94. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 3545; changing to 5960. This may result in incorrect timestamps in the output file.
  95. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 3569; changing to 5960. This may result in incorrect timestamps in the output file.
  96. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 3592; changing to 5960. This may result in incorrect timestamps in the output file.
  97. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 3615; changing to 5960. This may result in incorrect timestamps in the output file.
  98. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:0; previous: 5854, current: 3440; changing to 5854. This may result in incorrect timestamps in the output file.
  99. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:0; previous: 5854, current: 3500; changing to 5854. This may result in incorrect timestamps in the output file.
  100. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:0; previous: 5854, current: 3560; changing to 5854. This may result in incorrect timestamps in the output file.
  101. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 3638; changing to 5960. This may result in incorrect timestamps in the output file.
  102. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 3661; changing to 5960. This may result in incorrect timestamps in the output file.
  103. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 3684; changing to 5960. This may result in incorrect timestamps in the output file.
  104. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 3708; changing to 5960. This may result in incorrect timestamps in the output file.
  105. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 3731; changing to 5960. This may result in incorrect timestamps in the output file.
  106. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 3754; changing to 5960. This may result in incorrect timestamps in the output file.
  107. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 3777; changing to 5960. This may result in incorrect timestamps in the output file.
  108. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:0; previous: 5854, current: 3621; changing to 5854. This may result in incorrect timestamps in the output file.
  109. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:0; previous: 5854, current: 3681; changing to 5854. This may result in incorrect timestamps in the output file.
  110. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:0; previous: 5854, current: 3742; changing to 5854. This may result in incorrect timestamps in the output file.
  111. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:0; previous: 5854, current: 3802; changing to 5854. This may result in incorrect timestamps in the output file.
  112. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 3801; changing to 5960. This may result in incorrect timestamps in the output file.
  113. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 3824; changing to 5960. This may result in incorrect timestamps in the output file.
  114. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 3847; changing to 5960. This may result in incorrect timestamps in the output file.
  115. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 3871; changing to 5960. This may result in incorrect timestamps in the output file.
  116. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 3894; changing to 5960. This may result in incorrect timestamps in the output file.
  117. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 3917; changing to 5960. This may result in incorrect timestamps in the output file.
  118. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 3940; changing to 5960. This may result in incorrect timestamps in the output file.
  119. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 3964; changing to 5960. This may result in incorrect timestamps in the output file.
  120. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 3987; changing to 5960. This may result in incorrect timestamps in the output file.
  121. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:0; previous: 5854, current: 3862; changing to 5854. This may result in incorrect timestamps in the output file.
  122. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:0; previous: 5854, current: 3923; changing to 5854. This may result in incorrect timestamps in the output file.
  123. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:0; previous: 5854, current: 3983; changing to 5854. This may result in incorrect timestamps in the output file.
  124. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 4010; changing to 5960. This may result in incorrect timestamps in the output file.
  125. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 4033; changing to 5960. This may result in incorrect timestamps in the output file.
  126. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 4056; changing to 5960. This may result in incorrect timestamps in the output file.
  127. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 4080; changing to 5960. This may result in incorrect timestamps in the output file.
  128. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 4103; changing to 5960. This may result in incorrect timestamps in the output file.
  129. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 4126; changing to 5960. This may result in incorrect timestamps in the output file.
  130. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:0; previous: 5854, current: 4043; changing to 5854. This may result in incorrect timestamps in the output file.
  131. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:0; previous: 5854, current: 4104; changing to 5854. This may result in incorrect timestamps in the output file.
  132. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 4149; changing to 5960. This may result in incorrect timestamps in the output file.
  133. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 4172; changing to 5960. This may result in incorrect timestamps in the output file.
  134. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 4195; changing to 5960. This may result in incorrect timestamps in the output file.
  135. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 4219; changing to 5960. This may result in incorrect timestamps in the output file.
  136. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 4242; changing to 5960. This may result in incorrect timestamps in the output file.
  137. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 4265; changing to 5960. This may result in incorrect timestamps in the output file.
  138. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 4288; changing to 5960. This may result in incorrect timestamps in the output file.
  139. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:0; previous: 5854, current: 4164; changing to 5854. This may result in incorrect timestamps in the output file.
  140. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:0; previous: 5854, current: 4224; changing to 5854. This may result in incorrect timestamps in the output file.
  141. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:0; previous: 5854, current: 4285; changing to 5854. This may result in incorrect timestamps in the output file.
  142. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 4312; changing to 5960. This may result in incorrect timestamps in the output file.
  143. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 4335; changing to 5960. This may result in incorrect timestamps in the output file.
  144. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 4358; changing to 5960. This may result in incorrect timestamps in the output file.
  145. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 4382; changing to 5960. This may result in incorrect timestamps in the output file.
  146. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 4405; changing to 5960. This may result in incorrect timestamps in the output file.
  147. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 4428; changing to 5960. This may result in incorrect timestamps in the output file.
  148. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:0; previous: 5854, current: 4345; changing to 5854. This may result in incorrect timestamps in the output file.
  149. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:0; previous: 5854, current: 4405; changing to 5854. This may result in incorrect timestamps in the output file.
  150. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 4451; changing to 5960. This may result in incorrect timestamps in the output file.
  151. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 4474; changing to 5960. This may result in incorrect timestamps in the output file.
  152. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 4497; changing to 5960. This may result in incorrect timestamps in the output file.
  153. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 4521; changing to 5960. This may result in incorrect timestamps in the output file.
  154. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 4544; changing to 5960. This may result in incorrect timestamps in the output file.
  155. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 4567; changing to 5960. This may result in incorrect timestamps in the output file.
  156. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 4590; changing to 5960. This may result in incorrect timestamps in the output file.
  157. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:0; previous: 5854, current: 4466; changing to 5854. This may result in incorrect timestamps in the output file.
  158. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:0; previous: 5854, current: 4526; changing to 5854. This may result in incorrect timestamps in the output file.
  159. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:0; previous: 5854, current: 4586; changing to 5854. This may result in incorrect timestamps in the output file.
  160. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 4614; changing to 5960. This may result in incorrect timestamps in the output file.
  161. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 4637; changing to 5960. This may result in incorrect timestamps in the output file.
  162. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 4660; changing to 5960. This may result in incorrect timestamps in the output file.
  163. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 4684; changing to 5960. This may result in incorrect timestamps in the output file.
  164. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 4707; changing to 5960. This may result in incorrect timestamps in the output file.
  165. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 4730; changing to 5960. This may result in incorrect timestamps in the output file.
  166. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 4753; changing to 5960. This may result in incorrect timestamps in the output file.
  167. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:0; previous: 5854, current: 4647; changing to 5854. This may result in incorrect timestamps in the output file.
  168. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:0; previous: 5854, current: 4707; changing to 5854. This may result in incorrect timestamps in the output file.
  169. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 4776; changing to 5960. This may result in incorrect timestamps in the output file.
  170. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 4799; changing to 5960. This may result in incorrect timestamps in the output file.
  171. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 4822; changing to 5960. This may result in incorrect timestamps in the output file.
  172. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 4846; changing to 5960. This may result in incorrect timestamps in the output file.
  173. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 4869; changing to 5960. This may result in incorrect timestamps in the output file.
  174. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 4892; changing to 5960. This may result in incorrect timestamps in the output file.
  175. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:0; previous: 5854, current: 4768; changing to 5854. This may result in incorrect timestamps in the output file.
  176. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:0; previous: 5854, current: 4828; changing to 5854. This may result in incorrect timestamps in the output file.
  177. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:0; previous: 5854, current: 4888; changing to 5854. This may result in incorrect timestamps in the output file.
  178. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 4916; changing to 5960. This may result in incorrect timestamps in the output file.
  179. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 4939; changing to 5960. This may result in incorrect timestamps in the output file.
  180. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 4962; changing to 5960. This may result in incorrect timestamps in the output file.
  181. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 4986; changing to 5960. This may result in incorrect timestamps in the output file.
  182. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 5009; changing to 5960. This may result in incorrect timestamps in the output file.
  183. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 5032; changing to 5960. This may result in incorrect timestamps in the output file.
  184. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 5055; changing to 5960. This may result in incorrect timestamps in the output file.
  185. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:0; previous: 5854, current: 4949; changing to 5854. This may result in incorrect timestamps in the output file.
  186. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:0; previous: 5854, current: 5009; changing to 5854. This may result in incorrect timestamps in the output file.
  187. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 5078; changing to 5960. This may result in incorrect timestamps in the output file.
  188. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 5101; changing to 5960. This may result in incorrect timestamps in the output file.
  189. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 5124; changing to 5960. This may result in incorrect timestamps in the output file.
  190. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 5148; changing to 5960. This may result in incorrect timestamps in the output file.
  191. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 5171; changing to 5960. This may result in incorrect timestamps in the output file.
  192. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 5194; changing to 5960. This may result in incorrect timestamps in the output file.
  193. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 5217; changing to 5960. This may result in incorrect timestamps in the output file.
  194. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 5241; changing to 5960. This may result in incorrect timestamps in the output file.
  195. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:0; previous: 5854, current: 5069; changing to 5854. This may result in incorrect timestamps in the output file.
  196. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:0; previous: 5854, current: 5130; changing to 5854. This may result in incorrect timestamps in the output file.
  197. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:0; previous: 5854, current: 5190; changing to 5854. This may result in incorrect timestamps in the output file.
  198. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 5264; changing to 5960. This may result in incorrect timestamps in the output file.
  199. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 5287; changing to 5960. This may result in incorrect timestamps in the output file.
  200. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 5310; changing to 5960. This may result in incorrect timestamps in the output file.
  201. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 5334; changing to 5960. This may result in incorrect timestamps in the output file.
  202. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 5357; changing to 5960. This may result in incorrect timestamps in the output file.
  203. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 5380; changing to 5960. This may result in incorrect timestamps in the output file.
  204. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:0; previous: 5854, current: 5250; changing to 5854. This may result in incorrect timestamps in the output file.
  205. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:0; previous: 5854, current: 5311; changing to 5854. This may result in incorrect timestamps in the output file.
  206. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 5403; changing to 5960. This may result in incorrect timestamps in the output file.
  207. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 5426; changing to 5960. This may result in incorrect timestamps in the output file.
  208. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 5449; changing to 5960. This may result in incorrect timestamps in the output file.
  209. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 5473; changing to 5960. This may result in incorrect timestamps in the output file.
  210. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 5496; changing to 5960. This may result in incorrect timestamps in the output file.
  211. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 5519; changing to 5960. This may result in incorrect timestamps in the output file.
  212. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:0; previous: 5854, current: 5371; changing to 5854. This may result in incorrect timestamps in the output file.
  213. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:0; previous: 5854, current: 5431; changing to 5854. This may result in incorrect timestamps in the output file.
  214. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:0; previous: 5854, current: 5492; changing to 5854. This may result in incorrect timestamps in the output file.
  215. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 5542; changing to 5960. This may result in incorrect timestamps in the output file.
  216. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 5565; changing to 5960. This may result in incorrect timestamps in the output file.
  217. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 5588; changing to 5960. This may result in incorrect timestamps in the output file.
  218. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 5612; changing to 5960. This may result in incorrect timestamps in the output file.
  219. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 5635; changing to 5960. This may result in incorrect timestamps in the output file.
  220. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 5658; changing to 5960. This may result in incorrect timestamps in the output file.
  221. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 5681; changing to 5960. This may result in incorrect timestamps in the output file.
  222. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:0; previous: 5854, current: 5552; changing to 5854. This may result in incorrect timestamps in the output file.
  223. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:0; previous: 5854, current: 5612; changing to 5854. This may result in incorrect timestamps in the output file.
  224. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 5705; changing to 5960. This may result in incorrect timestamps in the output file.
  225. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 5728; changing to 5960. This may result in incorrect timestamps in the output file.
  226. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 5751; changing to 5960. This may result in incorrect timestamps in the output file.
  227. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 5775; changing to 5960. This may result in incorrect timestamps in the output file.
  228. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 5798; changing to 5960. This may result in incorrect timestamps in the output file.
  229. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 5821; changing to 5960. This may result in incorrect timestamps in the output file.
  230. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:0; previous: 5854, current: 5673; changing to 5854. This may result in incorrect timestamps in the output file.
  231. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:0; previous: 5854, current: 5733; changing to 5854. This may result in incorrect timestamps in the output file.
  232. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 5844; changing to 5960. This may result in incorrect timestamps in the output file.
  233. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 5867; changing to 5960. This may result in incorrect timestamps in the output file.
  234. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 5890; changing to 5960. This may result in incorrect timestamps in the output file.
  235. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 5914; changing to 5960. This may result in incorrect timestamps in the output file.
  236. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:1; previous: 5960, current: 5937; changing to 5960. This may result in incorrect timestamps in the output file.
  237. [flv @ 00000000034ca700] Non-monotonous DTS in output stream 0:0; previous: 5854, current: 5793; changing to 5854. This may result in incorrect timestamps in the output file.
  238. frame= 147 fps= 47 q=-1.0 size= 1720kB time=00:00:05.98 bitrate=2354.8kbits/s speed=1.91x
  239. frame= 196 fps= 23 q=-1.0 size= 1911kB time=00:00:08.86 bitrate=1766.7kbits/s speed=1.03x
  240. frame= 245 fps= 26 q=-1.0 size= 2054kB time=00:00:11.88 bitrate=1416.2kbits/s speed=1.24x
  241. frame= 294 fps= 29 q=-1.0 size= 2193kB time=00:00:14.78 bitrate=1215.4kbits/s speed=1.46x
  242. frame= 343 fps= 27 q=-1.0 size= 2334kB time=00:00:17.77 bitrate=1075.2kbits/s speed= 1.4x
  243. frame= 392 fps= 25 q=-1.0 size= 2473kB time=00:00:20.79 bitrate= 974.3kbits/s speed=1.31x
  244. frame= 441 fps= 23 q=-1.0 size= 2611kB time=00:00:23.65 bitrate= 904.3kbits/s speed=1.24x
  245. frame= 490 fps= 22 q=-1.0 size= 2748kB time=00:00:26.71 bitrate= 842.6kbits/s speed= 1.2x
  246. frame= 539 fps= 21 q=-1.0 size= 2889kB time=00:00:29.69 bitrate= 797.0kbits/s speed=1.16x
  247. frame= 588 fps= 20 q=-1.0 size= 3025kB time=00:00:32.47 bitrate= 763.0kbits/s speed=1.12x
  248. frame= 637 fps= 20 q=-1.0 size= 3168kB time=00:00:35.49 bitrate= 731.0kbits/s speed= 1.1x
  249. frame= 686 fps= 19 q=-1.0 size= 3309kB time=00:00:38.56 bitrate= 703.0kbits/s speed=1.09x
  250. frame= 735 fps= 20 q=-1.0 size= 3445kB time=00:00:41.41 bitrate= 681.4kbits/s speed=1.15x
  251. frame= 784 fps= 18 q=-1.0 size= 3584kB time=00:00:44.41 bitrate= 661.1kbits/s speed=1.02x
  252. frame= 833 fps= 19 q=-1.0 size= 3723kB time=00:00:47.50 bitrate= 642.1kbits/s speed=1.07x
  253. frame= 882 fps= 19 q=-1.0 size= 3864kB time=00:00:50.28 bitrate= 629.4kbits/s speed=1.06x
  254. frame= 931 fps= 19 q=-1.0 size= 4006kB time=00:00:53.26 bitrate= 616.1kbits/s speed=1.11x
  255. frame= 980 fps= 19 q=-1.0 size= 4144kB time=00:00:56.20 bitrate= 603.9kbits/s speed=1.11x
  256. frame= 1029 fps= 19 q=-1.0 size= 4280kB time=00:00:59.13 bitrate= 592.9kbits/s speed= 1.1x
  257. frame= 1078 fps= 19 q=-1.0 size= 4422kB time=00:01:02.03 bitrate= 584.0kbits/s speed=1.09x
  258. frame= 1127 fps= 18 q=-1.0 size= 4559kB time=00:01:05.14 bitrate= 573.3kbits/s speed=1.02x
  259. frame= 1176 fps= 18 q=-1.0 size= 4701kB time=00:01:08.09 bitrate= 565.6kbits/s speed=1.06x
  260. frame= 1225 fps= 18 q=-1.0 size= 4839kB time=00:01:11.06 bitrate= 557.8kbits/s speed=1.04x
  261. frame= 1274 fps= 18 q=-1.0 size= 4978kB time=00:01:13.87 bitrate= 552.0kbits/s speed=1.04x
  262. frame= 1323 fps= 18 q=-1.0 size= 5119kB time=00:01:16.82 bitrate= 545.8kbits/s speed=1.04x
  263. frame= 1372 fps= 18 q=-1.0 size= 5262kB time=00:01:19.82 bitrate= 540.0kbits/s speed=1.07x
  264. frame= 1421 fps= 18 q=-1.0 size= 5393kB time=00:01:22.84 bitrate= 533.3kbits/s speed=1.07x
  265. frame= 1470 fps= 18 q=-1.0 size= 5536kB time=00:01:25.83 bitrate= 528.3kbits/s speed=1.03x
  266. frame= 1519 fps= 18 q=-1.0 size= 5675kB time=00:01:28.76 bitrate= 523.8kbits/s speed=1.06x
  267. frame= 1568 fps= 18 q=-1.0 size= 5816kB time=00:01:31.64 bitrate= 519.9kbits/s speed=1.06x
  268. frame= 1617 fps= 18 q=-1.0 size= 5955kB time=00:01:34.59 bitrate= 515.7kbits/s speed=1.03x
  269. frame= 1702 fps= 18 q=-1.0 size= 6192kB time=00:01:38.23 bitrate= 516.4kbits/s speed=1.07x
  270. frame= 1715 fps= 18 q=-1.0 size= 6229kB time=00:01:38.98 bitrate= 515.5kbits/s speed=1.03x
  271. frame= 1764 fps= 18 q=-1.0 size= 6356kB time=00:01:41.88 bitrate= 511.0kbits/s speed=1.02x
  272. frame= 1813 fps= 18 q=-1.0 size= 6493kB time=00:01:44.90 bitrate= 507.1kbits/s speed=1.02x
  273. frame= 1862 fps= 18 q=-1.0 size= 6633kB time=00:01:47.85 bitrate= 503.8kbits/s speed=1.04x
  274. frame= 1911 fps= 18 q=-1.0 size= 6772kB time=00:01:50.79 bitrate= 500.7kbits/s speed=1.05x
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement