Opened 8 weeks ago

Closed 7 weeks ago

Last modified 7 weeks ago

#11110 closed defect (invalid)

Corrupted output on h264 veryslow preset with common hardware decoders

Reported by: Zeblote Owned by:
Priority: normal Component: avcodec
Version: git-master Keywords: h264
Cc: Zeblote, MasterQuestionable Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Summary of the bug:
When encoding 4k footage of our game using this preset, we often get output files that look correct when previewed using CPU decoders, but entirely corrupted when viewed by users with hardware decoders.

The corruption is visible using several different hardware decoders, most notably both NVIDIA and AMD ones.

We've so far confirmed the issue with:

  • VLC Media Player, Firefox, Discord, etc. on Windows 10/11, using both NVIDIA or AMD GPUs.
  • mpv --hwdec=yes <file.mp4> on AMD Radeon RX 7900 XTX
  • Some Android phones when embedded in Discord

All of these devices can display the video correctly without artifacts if hardware acceleration is disabled.

How to reproduce:

  1. Download the file h264_hardware_decoder_corruption_on_veryslow_sample.mp4
  2. Run ffmpeg -report -i h264_hardware_decoder_corruption_on_veryslow_sample.mp4 -c:v libx264 -crf 25 -preset veryslow h264_hardware_decoder_corruption_on_veryslow_sample_out.mp4
    ffmpeg started on 2024-07-23 at 06:26:35
    Report written to "ffmpeg-20240723-062635.log"
    Log level: 48
    Command line:
    ffmpeg -report -i h264_hardware_decoder_corruption_on_veryslow_sample.mp4 -c:v libx264 -crf 25 -preset veryslow h264_hardware_decoder_corruption_on_veryslow_sample_out.mp4
    ffmpeg version 2024-07-22-git-172da370e7-full_build-www.gyan.dev Copyright (c) 2000-2024 the FFmpeg developers
      built with gcc 13.2.0 (Rev5, Built by MSYS2 project)
      configuration: --enable-gpl --enable-version3 --enable-static --disable-w32threads --disable-autodetect --enable-fontconfig --enable-iconv --enable-gnutls --enable-libxml2 --enable-gmp --enable-bzlib --enable-lzma --enable-libsnappy --enable-zlib --enable-librist --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-libbluray --enable-libcaca --enable-sdl2 --enable-libaribb24 --enable-libaribcaption --enable-libdav1d --enable-libdavs2 --enable-libopenjpeg --enable-libquirc --enable-libuavs3d --enable-libxevd --enable-libzvbi --enable-libqrencode --enable-librav1e --enable-libsvtav1 --enable-libvvenc --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxeve --enable-libxvid --enable-libaom --enable-libjxl --enable-libvpx --enable-mediafoundation --enable-libass --enable-frei0r --enable-libfreetype --enable-libfribidi --enable-libharfbuzz --enable-liblensfun --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --  libavutil      59. 28.100 / 59. 28.100
      libavcodec     61. 10.100 / 61. 10.100
      libavformat    61.  5.101 / 61.  5.101
      libavdevice    61.  2.100 / 61.  2.100
      libavfilter    10.  2.102 / 10.  2.102
      libswscale      8.  2.100 /  8.  2.100
      libswresample   5.  2.100 /  5.  2.100
      libpostproc    58.  2.100 / 58.  2.100
    Splitting the commandline.
    Reading option '-report' ... matched as option 'report' (generate a report) with argument '1'.
    Reading option '-i' ... matched as input url with argument 'h264_hardware_decoder_corruption_on_veryslow_sample.mp4'.
    Reading option '-c:v' ... matched as option 'c' (select encoder/decoder ('copy' to copy stream without reencoding)) with argument 'libx264'.
    Reading option '-crf' ... matched as AVOption 'crf' with argument '25'.
    Reading option '-preset' ... matched as AVOption 'preset' with argument 'veryslow'.
    Reading option 'h264_hardware_decoder_corruption_on_veryslow_sample_out.mp4' ... matched as output url.
    Finished splitting the commandline.
    Parsing a group of options: global .
    Applying option report (generate a report) with argument 1.
    Successfully parsed a group of options.
    Parsing a group of options: input url h264_hardware_decoder_corruption_on_veryslow_sample.mp4.
    Successfully parsed a group of options.
    Opening an input file: h264_hardware_decoder_corruption_on_veryslow_sample.mp4.
    [AVFormatContext @ 00000224a6ee3c40] Opening 'h264_hardware_decoder_corruption_on_veryslow_sample.mp4' for reading
    [file @ 00000224a6ee4300] Setting default whitelist 'file,crypto,data'
    [mov,mp4,m4a,3gp,3g2,mj2 @ 00000224a6ee3c40] Format mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100
    [mov,mp4,m4a,3gp,3g2,mj2 @ 00000224a6ee3c40] ISO: File Type Major Brand: isom
    [mov,mp4,m4a,3gp,3g2,mj2 @ 00000224a6ee3c40] Unknown dref type 0x206c7275 size 12
    [mov,mp4,m4a,3gp,3g2,mj2 @ 00000224a6ee3c40] Processing st: 0, edit list 0 - media time: 272, duration: 133600
    [mov,mp4,m4a,3gp,3g2,mj2 @ 00000224a6ee3c40] Offset DTS by 272 to make first pts zero.
    [mov,mp4,m4a,3gp,3g2,mj2 @ 00000224a6ee3c40] rfps: 60.000000 0.000265
    [mov,mp4,m4a,3gp,3g2,mj2 @ 00000224a6ee3c40] rfps: 120.000000 0.001061
    [mov,mp4,m4a,3gp,3g2,mj2 @ 00000224a6ee3c40] rfps: 240.000000 0.004244
    [mov,mp4,m4a,3gp,3g2,mj2 @ 00000224a6ee3c40] rfps: 59.940060 0.001057
    [mov,mp4,m4a,3gp,3g2,mj2 @ 00000224a6ee3c40] Before avformat_find_stream_info() pos: 10682 bytes read:32768 seeks:0 nb_streams:1
    [hevc @ 00000224a6ef7540] nal_unit_type: 32(VPS), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6ef7540] Decoding VPS
    [hevc @ 00000224a6ef7540] Main profile bitstream
    [hevc @ 00000224a6ef7540] nal_unit_type: 33(SPS), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6ef7540] Decoding SPS
    [hevc @ 00000224a6ef7540] Main profile bitstream
    [hevc @ 00000224a6ef7540] Decoding VUI
    [hevc @ 00000224a6ef7540] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6ef7540] Decoding PPS
    [mov,mp4,m4a,3gp,3g2,mj2 @ 00000224a6ee3c40] All info found
    [mov,mp4,m4a,3gp,3g2,mj2 @ 00000224a6ee3c40] After avformat_find_stream_info() pos: 2211177 bytes read:2211177 seeks:0 frames:1
    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'h264_hardware_decoder_corruption_on_veryslow_sample.mp4':
      Metadata:
        minor_version   : 512
        major_brand     : isom
        compatible_brands: isomiso2mp41
        encoder         : Lavf60.3.100
      Duration: 00:00:08.35, start: 0.000000, bitrate: 238743 kb/s
      Stream #0:0[0x1](und), 1, 1/16000: Video: hevc (Main) (hvc1 / 0x31637668), yuv420p(tv, bt709), 3840x2160 [SAR 1:1 DAR 16:9], 238733 kb/s, 60 fps, 60 tbr, 16k tbn (default)
          Metadata:
            handler_name    : VideoHandler
            vendor_id       : [0][0][0][0]
    Successfully opened the file.
    Parsing a group of options: output url h264_hardware_decoder_corruption_on_veryslow_sample_out.mp4.
    Applying option c:v (select encoder/decoder ('copy' to copy stream without reencoding)) with argument libx264.
    Successfully parsed a group of options.
    Opening an output file: h264_hardware_decoder_corruption_on_veryslow_sample_out.mp4.
    [out#0/mp4 @ 00000224a6ee4100] No explicit maps, mapping streams automatically...
    [vost#0:0/libx264 @ 00000224a6f43b40] Created video stream from input stream 0:0
    detected 32 logical cores
    [hevc @ 00000224a73c6780] nal_unit_type: 32(VPS), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] Decoding VPS
    [hevc @ 00000224a73c6780] Main profile bitstream
    [hevc @ 00000224a73c6780] nal_unit_type: 33(SPS), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] Decoding SPS
    [hevc @ 00000224a73c6780] Main profile bitstream
    [hevc @ 00000224a73c6780] Decoding VUI
    [hevc @ 00000224a73c6780] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] Decoding PPS
    [file @ 00000224a8226d80] Setting default whitelist 'file,crypto,data'
    Successfully opened the file.
    Stream mapping:
      Stream #0:0 -> #0:0 (hevc (native) -> h264 (libx264))
    [vost#0:0/libx264 @ 00000224a6f43b40] Starting thread...
    [vf#0:0 @ 00000224a6eeda40] Starting thread...
    [vist#0:0/hevc @ 00000224a6ef7540] [dec:hevc @ 00000224a6eedb40] Starting thread...
    [in#0/mov,mp4,m4a,3gp,3g2,mj2 @ 00000224a6ee3980] Starting thread...
    Press [q] to stop, [?] for help
    [hevc @ 00000224a73c6780] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] nal_unit_type: 19(IDR_W_RADL), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] Decoding SEI
    [hevc @ 00000224a73c6780] Format yuv420p chosen by get_format().
    [hevc @ 00000224a6f42040] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] Decoding SEI
    [hevc @ 00000224a6f42040] Output frame with POC 0.
    [hevc @ 00000224a6f42540] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] Decoding SEI
    [hevc @ 00000224a6f42540] Output frame with POC 1.
    [hevc @ 00000224a6f42d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] Decoding SEI
    [hevc @ 00000224a6f42d40] Output frame with POC 2.
    [hevc @ 00000224a6efc9c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] Decoding SEI
    [hevc @ 00000224a6efc9c0] Output frame with POC 3.
    [hevc @ 00000224a7b1aa00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] Decoding SEI
    [hevc @ 00000224a7b1aa00] Output frame with POC 4.
    [hevc @ 00000224a7bf5d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] Decoding SEI
    [hevc @ 00000224a7bf5d40] Output frame with POC 5.
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] Decoding SEI
    [hevc @ 00000224a7cbc1c0] Output frame with POC 6.
    [hevc @ 00000224a7d82640] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] Decoding SEI
    [hevc @ 00000224a7d82640] Output frame with POC 7.
    [hevc @ 00000224a7e48ac0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] Decoding SEI
    [hevc @ 00000224a7e48ac0] Output frame with POC 8.
    [hevc @ 00000224a7494fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] Decoding SEI
    [hevc @ 00000224a7494fc0] Output frame with POC 9.
    [hevc @ 00000224a74a5000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] Decoding SEI
    [hevc @ 00000224a74a5000] Output frame with POC 10.
    [hevc @ 00000224a74ad000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] Decoding SEI
    [hevc @ 00000224a74ad000] Output frame with POC 11.
    [hevc @ 00000224a74bcf00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] Decoding SEI
    [hevc @ 00000224a74bcf00] Output frame with POC 12.
    [hevc @ 00000224a74c70c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] Decoding SEI
    [hevc @ 00000224a74c70c0] Output frame with POC 13.
    [hevc @ 00000224a74c5e40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] Decoding SEI
    [hevc @ 00000224a74c5e40] Output frame with POC 14.
    [hevc @ 00000224a73c6780] Decoded frame with POC 0.
    [hevc @ 00000224a73c6780] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] Decoding SEI
    [hevc @ 00000224a6f42040] Decoded frame with POC 3.
    [hevc @ 00000224a73c6780] Output frame with POC 15.
    [hevc @ 00000224a6f42040] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] Decoding SEI
    [hevc @ 00000224a6f42540] Decoded frame with POC 1.
    [hevc @ 00000224a6efc9c0] Decoded frame with POC 6.
    [hevc @ 00000224a6f42d40] Decoded frame with POC 2.
    [graph -1 input from stream 0:0 @ 00000224a82ecd80] Setting 'video_size' to value '3840x2160'
    [graph -1 input from stream 0:0 @ 00000224a82ecd80] Setting 'pix_fmt' to value '0'
    [graph -1 input from stream 0:0 @ 00000224a82ecd80] Setting 'time_base' to value '1/16000'
    [graph -1 input from stream 0:0 @ 00000224a82ecd80] Setting 'pixel_aspect' to value '1/1'
    [graph -1 input from stream 0:0 @ 00000224a82ecd80] Setting 'colorspace' to value '1'
    [graph -1 input from stream 0:0 @ 00000224a82ecd80] Setting 'range' to value '1'
    [graph -1 input from stream 0:0 @ 00000224a82ecd80] Setting 'frame_rate' to value '60/1'
    [graph -1 input from stream 0:0 @ 00000224a82ecd80] w:3840 h:2160 pixfmt:yuv420p tb:1/16000 fr:60/1 sar:1/1 csp:bt709 range:tv
    [format @ 00000224b7189b80] Setting 'pix_fmts' to value 'yuv420p|yuvj420p|yuv422p|yuvj422p|yuv444p|yuvj444p|nv12|nv16|nv21|yuv420p10le|yuv422p10le|yuv444p10le|nv20le|gray|gray10le'
    [AVFilterGraph @ 00000224a859efc0] query_formats: 4 queried, 9 merged, 0 already done, 0 delayed
    [graph -1 input from stream 0:0 @ 00000224a82ecd80] video frame properties congruent with link at pts_time: 0
    [libx264 @ 00000224a6ee6bc0] using mv_range_thread = 24
    [libx264 @ 00000224a6ee6bc0] using SAR=1/1
    [libx264 @ 00000224a6ee6bc0] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 AVX512
    [hevc @ 00000224a7bf5d40] Decoded frame with POC 5.
    [hevc @ 00000224a7cbc1c0] Decoded frame with POC 9.
    [hevc @ 00000224a6f42040] Output frame with POC 16.
    [hevc @ 00000224a6f42540] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] Decoding SEI
    [hevc @ 00000224a7b1aa00] Decoded frame with POC 4.
    [hevc @ 00000224a7e48ac0] Decoded frame with POC 8.
    [hevc @ 00000224a7d82640] Decoded frame with POC 7.
    [hevc @ 00000224a7494fc0] Decoded frame with POC 12.
    [hevc @ 00000224a6f42540] Output frame with POC 17.
    [hevc @ 00000224a6f42d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] Decoding SEI
    [hevc @ 00000224a74a5000] Decoded frame with POC 10.
    [hevc @ 00000224a74ad000] Decoded frame with POC 11.
    [hevc @ 00000224a74bcf00] Decoded frame with POC 15.
    [hevc @ 00000224a6f42d40] Output frame with POC 18.
    [hevc @ 00000224a6efc9c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] Decoding SEI
    [hevc @ 00000224a74c5e40] Decoded frame with POC 14.
    [hevc @ 00000224a74c70c0] Decoded frame with POC 13.
    [hevc @ 00000224a6efc9c0] Output frame with POC 19.
    [hevc @ 00000224a7b1aa00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] Decoding SEI
    [hevc @ 00000224a7b1aa00] Output frame with POC 20.
    [hevc @ 00000224a7bf5d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] Decoding SEI
    [hevc @ 00000224a7bf5d40] Output frame with POC 21.
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] Decoding SEI
    [hevc @ 00000224a7cbc1c0] Output frame with POC 22.
    [hevc @ 00000224a7d82640] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] Decoding SEI
    [hevc @ 00000224a7d82640] Output frame with POC 23.
    [hevc @ 00000224a7e48ac0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] Decoding SEI
    [libx264 @ 00000224a6ee6bc0] profile High, level 6.0, 4:2:0, 8-bit
    [libx264 @ 00000224a6ee6bc0] 264 - core 164 r3191 4613ac3 - H.264/MPEG-4 AVC codec - Copyleft 2003-2024 - http://www.videolan.org/x264.html - options: cabac=1 ref=16 deblock=1:0:0 analyse=0x3:0x133 me=umh subme=10 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=24 chroma_me=1 trellis=2 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=48 lookahead_threads=8 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=8 b_pyramid=2 b_adapt=2 b_bias=0 direct=3 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=60 rc=crf mbtree=1 crf=25.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
    Output #0, mp4, to 'h264_hardware_decoder_corruption_on_veryslow_sample_out.mp4':
      Metadata:
        minor_version   : 512
        major_brand     : isom
        compatible_brands: isomiso2mp41
        encoder         : Output frame with POC 24.
    Lavf61.5.101
      Stream #0:0(und), 0, 1/15360: Video: h264 (avc1 / 0x31637661), yuv420p(tv, bt709, progressive), 3840x2160 [SAR 1:1 DAR 16:9], q=2-31, 60 fps, 15360 tbn (default)
          Metadata:
            handler_name    : VideoHandler
            vendor_id       : [0][0][0][0]
            encoder         : Lavc61.10.100 libx264
          Side data:
            cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A
    [out#0/mp4 @ 00000224a6ee4100] Starting thread...
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7494fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] Decoding SEI
    [hevc @ 00000224a7494fc0] Output frame with POC 25.
    [hevc @ 00000224a74a5000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] Decoding SEI
    [hevc @ 00000224a74a5000] Output frame with POC 26.
    [hevc @ 00000224a74ad000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] Decoding SEI
    [hevc @ 00000224a74ad000] Output frame with POC 27.
    [hevc @ 00000224a74bcf00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] Decoding SEI
    [hevc @ 00000224a74bcf00] Output frame with POC 28.
    [hevc @ 00000224a74c70c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] Decoding SEI
    [hevc @ 00000224a74c70c0] Output frame with POC 29.
    [hevc @ 00000224a74c5e40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] Decoding SEI
    [hevc @ 00000224a74c5e40] Output frame with POC 30.
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a73c6780] Decoded frame with POC 18.
    [hevc @ 00000224a73c6780] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] Decoding SEI
    [hevc @ 00000224a73c6780] Output frame with POC 31.
    [hevc @ 00000224a6f42040] Decoded frame with POC 16.
    [hevc @ 00000224a6f42540] Decoded frame with POC 17.
    [hevc @ 00000224a6f42040] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] Decoding SEI
    [hevc @ 00000224a6f42040] Output frame with POC 32.
    [hevc @ 00000224a6f42540] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] Decoding SEI
    [hevc @ 00000224a6f42540] Output frame with POC 33.
    [hevc @ 00000224a6f42d40] Decoded frame with POC 21.
    [hevc @ 00000224a6f42d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] Decoding SEI
    [hevc @ 00000224a7b1aa00] Decoded frame with POC 20.
    [hevc @ 00000224a6efc9c0] Decoded frame with POC 19.
    [hevc @ 00000224a7bf5d40] Decoded frame with POC 24.
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7d82640] Decoded frame with POC 23.
    [hevc @ 00000224a6f42d40] Output frame with POC 34.
    [hevc @ 00000224a6efc9c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] Decoding SEI
    [hevc @ 00000224a6efc9c0] Output frame with POC 35.
    [hevc @ 00000224a7b1aa00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] Decoding SEI
    [hevc @ 00000224a7cbc1c0] Decoded frame with POC 22.
    [hevc @ 00000224a7e48ac0] Decoded frame with POC 27.
    [hevc @ 00000224a7b1aa00] Output frame with POC 36.
    [hevc @ 00000224a7bf5d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] Decoding SEI
    [hevc @ 00000224a7bf5d40] Output frame with POC 37.
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] Decoding SEI
    [hevc @ 00000224a7494fc0] Decoded frame with POC 25.
    [hevc @ 00000224a74a5000] Decoded frame with POC 26.
    [hevc @ 00000224a7cbc1c0] Output frame with POC 38.
    [hevc @ 00000224a7d82640] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] Decoding SEI
    [hevc @ 00000224a7d82640] Output frame with POC 39.
    [hevc @ 00000224a7e48ac0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] Decoding SEI
    [hevc @ 00000224a7e48ac0] Output frame with POC 40.
    [hevc @ 00000224a74ad000] Decoded frame with POC 30.
    [hevc @ 00000224a74bcf00] Decoded frame with POC 28.
    [hevc @ 00000224a74c70c0] Decoded frame with POC 29.
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7494fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] Decoding SEI
    [hevc @ 00000224a7494fc0] Output frame with POC 41.
    [hevc @ 00000224a74c5e40] Decoded frame with POC 33.
    [hevc @ 00000224a74a5000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] Decoding SEI
    [hevc @ 00000224a74a5000] Output frame with POC 42.
    [hevc @ 00000224a6f42040] Decoded frame with POC 32.
    [hevc @ 00000224a6f42540] Decoded frame with POC 36.
    [hevc @ 00000224a74ad000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] Decoding SEI
    [hevc @ 00000224a73c6780] Decoded frame with POC 31.
    [hevc @ 00000224a74ad000] Output frame with POC 43.
    [hevc @ 00000224a6efc9c0] Decoded frame with POC 35.
    [hevc @ 00000224a6f42d40] Decoded frame with POC 34.
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a74bcf00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] Decoding SEI
    [hevc @ 00000224a74bcf00] Output frame with POC 44.
    [hevc @ 00000224a7b1aa00] Decoded frame with POC 39.
    [hevc @ 00000224a7bf5d40] Decoded frame with POC 37.
    [hevc @ 00000224a7cbc1c0] Decoded frame with POC 38.
    [hevc @ 00000224a74c70c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] Decoding SEI
    [hevc @ 00000224a74c70c0] Output frame with POC 45.
    [hevc @ 00000224a7d82640] Decoded frame with POC 42.
    [hevc @ 00000224a74c5e40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] Decoding SEI
    [hevc @ 00000224a7e48ac0] Decoded frame with POC 40.
    [hevc @ 00000224a74c5e40] Output frame with POC 46.
    [hevc @ 00000224a7494fc0] Decoded frame with POC 41.
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a73c6780] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] Decoding SEI
    [hevc @ 00000224a73c6780] Output frame with POC 47.
    [hevc @ 00000224a6f42040] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] Decoding SEI
    [hevc @ 00000224a6f42040] Output frame with POC 48.
    [hevc @ 00000224a74a5000] Decoded frame with POC 45.
    [hevc @ 00000224a74ad000] Decoded frame with POC 43.
    [hevc @ 00000224a6f42540] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] Decoding SEI
    [hevc @ 00000224a6f42540] Output frame with POC 49.
    [hevc @ 00000224a74bcf00] Decoded frame with POC 44.
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a6f42d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] Decoding SEI
    [hevc @ 00000224a6f42d40] Output frame with POC 50.
    [hevc @ 00000224a6efc9c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] Decoding SEI
    [hevc @ 00000224a6efc9c0] Output frame with POC 51.
    [hevc @ 00000224a74c70c0] Decoded frame with POC 48.
    [hevc @ 00000224a7b1aa00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] Decoding SEI
    [hevc @ 00000224a7b1aa00] Output frame with POC 52.
    [hevc @ 00000224a74c5e40] Decoded frame with POC 46.
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7bf5d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] Decoding SEI
    [hevc @ 00000224a7bf5d40] Output frame with POC 53.
    [hevc @ 00000224a73c6780] Decoded frame with POC 47.
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] Decoding SEI
    [hevc @ 00000224a7cbc1c0] Output frame with POC 54.
    [hevc @ 00000224a6f42040] Decoded frame with POC 51.
    [hevc @ 00000224a7d82640] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] Decoding SEI
    [hevc @ 00000224a7d82640] Output frame with POC 55.
    [hevc @ 00000224a6f42540] Decoded frame with POC 49.
    [hevc @ 00000224a6f42d40] Decoded frame with POC 50.
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7e48ac0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] Decoding SEI
    [hevc @ 00000224a7e48ac0] Output frame with POC 56.
    [hevc @ 00000224a7494fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] Decoding SEI
    [hevc @ 00000224a7494fc0] Output frame with POC 57.
    [hevc @ 00000224a6efc9c0] Decoded frame with POC 54.
    [hevc @ 00000224a74a5000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] Decoding SEI
    [hevc @ 00000224a7b1aa00] Decoded frame with POC 52.
    [hevc @ 00000224a74a5000] Output frame with POC 58.
    [hevc @ 00000224a7bf5d40] Decoded frame with POC 53.
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a74ad000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] Decoding SEI
    [hevc @ 00000224a74ad000] Output frame with POC 59.
    [hevc @ 00000224a74bcf00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] Decoding SEI
    [hevc @ 00000224a74bcf00] Output frame with POC 60.
    [hevc @ 00000224a7cbc1c0] Decoded frame with POC 57.
    [hevc @ 00000224a74c70c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] Decoding SEI
    [hevc @ 00000224a74c70c0] Output frame with POC 61.
    [hevc @ 00000224a7d82640] Decoded frame with POC 55.
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a74c5e40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] Decoding SEI
    [hevc @ 00000224a74c5e40] Output frame with POC 62.
    [hevc @ 00000224a7e48ac0] Decoded frame with POC 56.
    [hevc @ 00000224a73c6780] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] Decoding SEI
    [hevc @ 00000224a73c6780] Output frame with POC 63.
    [hevc @ 00000224a7494fc0] Decoded frame with POC 60.
    [hevc @ 00000224a6f42040] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] Decoding SEI
    [hevc @ 00000224a74a5000] Decoded frame with POC 58.
    [hevc @ 00000224a6f42040] Output frame with POC 64.
    [hevc @ 00000224a74ad000] Decoded frame with POC 59.
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a6f42540] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] Decoding SEI
    [hevc @ 00000224a6f42540] Output frame with POC 65.
    [hevc @ 00000224a6f42d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] Decoded frame with POC 63.
    [hevc @ 00000224a6f42d40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] Decoding SEI
    [hevc @ 00000224a6f42d40] Output frame with POC 66.
    [hevc @ 00000224a74c70c0] Decoded frame with POC 61.
    [hevc @ 00000224a6efc9c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] Decoding SEI
    [hevc @ 00000224a6efc9c0] Output frame with POC 67.
    [hevc @ 00000224a74c5e40] Decoded frame with POC 62.
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7b1aa00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] Decoding SEI
    [hevc @ 00000224a7b1aa00] Output frame with POC 68.
    [hevc @ 00000224a7bf5d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] Decoding SEI
    [hevc @ 00000224a7bf5d40] Output frame with POC 69.
    [hevc @ 00000224a73c6780] Decoded frame with POC 66.
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] Decoding SEI
    [hevc @ 00000224a6f42040] Decoded frame with POC 64.
    [hevc @ 00000224a7cbc1c0] Output frame with POC 70.
    [hevc @ 00000224a6f42540] Decoded frame with POC 65.
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7d82640] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] Decoding SEI
    [hevc @ 00000224a7d82640] Output frame with POC 71.
    [hevc @ 00000224a7e48ac0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] Decoding SEI
    [hevc @ 00000224a7e48ac0] Output frame with POC 72.
    [hevc @ 00000224a6f42d40] Decoded frame with POC 69.
    [hevc @ 00000224a6efc9c0] Decoded frame with POC 67.
    [hevc @ 00000224a7494fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] Decoding SEI
    [hevc @ 00000224a7494fc0] Output frame with POC 73.
    [hevc @ 00000224a7b1aa00] Decoded frame with POC 68.
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a74a5000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] Decoding SEI
    [hevc @ 00000224a74a5000] Output frame with POC 74.
    [hevc @ 00000224a74ad000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] Decoding SEI
    [hevc @ 00000224a74ad000] Output frame with POC 75.
    [hevc @ 00000224a7bf5d40] Decoded frame with POC 72.
    [hevc @ 00000224a7cbc1c0] Decoded frame with POC 70.
    [hevc @ 00000224a74bcf00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] Decoding SEI
    [hevc @ 00000224a74bcf00] Output frame with POC 76.
    [hevc @ 00000224a7d82640] Decoded frame with POC 71.
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a74c70c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] Decoding SEI
    [hevc @ 00000224a74c70c0] Output frame with POC 77.
    [hevc @ 00000224a74c5e40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] Decoding SEI
    [hevc @ 00000224a74c5e40] Output frame with POC 78.
    [hevc @ 00000224a7e48ac0] Decoded frame with POC 75.
    [hevc @ 00000224a73c6780] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] Decoded frame with POC 73.
    [hevc @ 00000224a73c6780] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] Decoding SEI
    [hevc @ 00000224a73c6780] Output frame with POC 79.
    [hevc @ 00000224a74a5000] Decoded frame with POC 74.
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a6f42040] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] Decoding SEI
    [hevc @ 00000224a6f42040] Output frame with POC 80.
    [hevc @ 00000224a6f42540] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] Decoding SEI
    [hevc @ 00000224a6f42540] Output frame with POC 81.
    [hevc @ 00000224a74ad000] Decoded frame with POC 78.
    [hevc @ 00000224a74bcf00] Decoded frame with POC 76.
    [hevc @ 00000224a6f42d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] Decoding SEI
    [hevc @ 00000224a6f42d40] Output frame with POC 82.
    [hevc @ 00000224a74c70c0] Decoded frame with POC 77.
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a6efc9c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] Decoding SEI
    [hevc @ 00000224a6efc9c0] Output frame with POC 83.
    [hevc @ 00000224a7b1aa00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] Decoding SEI
    [hevc @ 00000224a7b1aa00] Output frame with POC 84.
    [hevc @ 00000224a74c5e40] Decoded frame with POC 81.
    [hevc @ 00000224a7bf5d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] Decoding SEI
    [hevc @ 00000224a7bf5d40] Output frame with POC 85.
    [hevc @ 00000224a73c6780] Decoded frame with POC 79.
    [hevc @ 00000224a6f42040] Decoded frame with POC 80.
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] Decoding SEI
    [hevc @ 00000224a7cbc1c0] Output frame with POC 86.
    [hevc @ 00000224a7d82640] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] Decoded frame with POC 84.
    [hevc @ 00000224a7d82640] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] Decoding SEI
    [hevc @ 00000224a7d82640] Output frame with POC 87.
    [hevc @ 00000224a6f42d40] Decoded frame with POC 82.
    [hevc @ 00000224a7e48ac0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] Decoding SEI
    [hevc @ 00000224a7e48ac0] Output frame with POC 88.
    [hevc @ 00000224a6efc9c0] Decoded frame with POC 83.
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7494fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] Decoding SEI
    frame=    0 fps=0.0 q=0.0 size=       0KiB time=N/A bitrate=N/A speed=N/A    
    [hevc @ 00000224a7494fc0] Output frame with POC 89.
    [hevc @ 00000224a7b1aa00] Decoded frame with POC 87.
    [hevc @ 00000224a74a5000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] Decoding SEI
    [hevc @ 00000224a74a5000] Output frame with POC 90.
    [hevc @ 00000224a7bf5d40] Decoded frame with POC 85.
    [hevc @ 00000224a74ad000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] Decoding SEI
    [hevc @ 00000224a74ad000] Output frame with POC 91.
    [hevc @ 00000224a7cbc1c0] Decoded frame with POC 86.
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a74bcf00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] Decoding SEI
    [hevc @ 00000224a74bcf00] Output frame with POC 92.
    [hevc @ 00000224a74c70c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] Decoding SEI
    [hevc @ 00000224a74c70c0] Output frame with POC 93.
    [hevc @ 00000224a7d82640] Decoded frame with POC 90.
    [hevc @ 00000224a7e48ac0] Decoded frame with POC 88.
    [hevc @ 00000224a74c5e40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] Decoding SEI
    [hevc @ 00000224a74c5e40] Output frame with POC 94.
    [hevc @ 00000224a7494fc0] Decoded frame with POC 89.
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a73c6780] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] Decoding SEI
    [hevc @ 00000224a73c6780] Output frame with POC 95.
    [hevc @ 00000224a6f42040] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] Decoded frame with POC 93.
    [hevc @ 00000224a6f42040] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] Decoding SEI
    [hevc @ 00000224a6f42040] Output frame with POC 96.
    [hevc @ 00000224a74ad000] Decoded frame with POC 91.
    [hevc @ 00000224a6f42540] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] Decoding SEI
    [hevc @ 00000224a6f42540] Output frame with POC 97.
    [hevc @ 00000224a74bcf00] Decoded frame with POC 92.
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a6f42d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] Decoding SEI
    [hevc @ 00000224a6f42d40] Output frame with POC 98.
    [hevc @ 00000224a6efc9c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] Decoding SEI
    [hevc @ 00000224a6efc9c0] Output frame with POC 99.
    [hevc @ 00000224a7b1aa00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] Decoding SEI
    [hevc @ 00000224a7b1aa00] Output frame with POC 100.
    [hevc @ 00000224a74c70c0] Decoded frame with POC 96.
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7bf5d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] Decoding SEI
    [hevc @ 00000224a7bf5d40] Output frame with POC 101.
    [hevc @ 00000224a74c5e40] Decoded frame with POC 94.
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] Decoding SEI
    [hevc @ 00000224a7cbc1c0] Output frame with POC 102.
    [hevc @ 00000224a73c6780] Decoded frame with POC 95.
    [hevc @ 00000224a7d82640] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] Decoding SEI
    [hevc @ 00000224a7d82640] Output frame with POC 103.
    [hevc @ 00000224a6f42040] Decoded frame with POC 99.
    [hevc @ 00000224a6f42d40] Decoded frame with POC 98.
    [hevc @ 00000224a6f42540] Decoded frame with POC 97.
    [hevc @ 00000224a6efc9c0] Decoded frame with POC 102.
    [hevc @ 00000224a7b1aa00] Decoded frame with POC 100.
    [hevc @ 00000224a7bf5d40] Decoded frame with POC 101.
    [hevc @ 00000224a7cbc1c0] Decoded frame with POC 105.
    [hevc @ 00000224a7d82640] Decoded frame with POC 103.
    frame=    0 fps=0.0 q=0.0 size=       0KiB time=N/A bitrate=N/A speed=N/A    
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7e48ac0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] Decoding SEI
    [hevc @ 00000224a7e48ac0] Output frame with POC 104.
    [hevc @ 00000224a7494fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] Decoding SEI
    [hevc @ 00000224a7494fc0] Output frame with POC 105.
    [hevc @ 00000224a74a5000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] Decoding SEI
    [hevc @ 00000224a74a5000] Output frame with POC 106.
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a74ad000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] Decoding SEI
    [hevc @ 00000224a74ad000] Output frame with POC 107.
    [hevc @ 00000224a7e48ac0] Decoded frame with POC 104.
    [hevc @ 00000224a74bcf00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] Decoding SEI
    [hevc @ 00000224a74bcf00] Output frame with POC 108.
    [hevc @ 00000224a7494fc0] Decoded frame with POC 108.
    [hevc @ 00000224a74c70c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] Decoding SEI
    [hevc @ 00000224a74c70c0] Output frame with POC 109.
    [hevc @ 00000224a74a5000] Decoded frame with POC 106.
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a74c5e40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] Decoding SEI
    [hevc @ 00000224a74c5e40] Output frame with POC 110.
    [hevc @ 00000224a74ad000] Decoded frame with POC 107.
    [hevc @ 00000224a73c6780] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] Decoding SEI
    [hevc @ 00000224a73c6780] Output frame with POC 111.
    [hevc @ 00000224a74bcf00] Decoded frame with POC 111.
    [hevc @ 00000224a6f42040] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] Decoding SEI
    [hevc @ 00000224a6f42040] Output frame with POC 112.
    [hevc @ 00000224a74c70c0] Decoded frame with POC 109.
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a6f42540] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] Decoding SEI
    [hevc @ 00000224a6f42540] Output frame with POC 113.
    [hevc @ 00000224a74c5e40] Decoded frame with POC 110.
    [hevc @ 00000224a6f42d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] Decoding SEI
    [hevc @ 00000224a6f42d40] Output frame with POC 114.
    [hevc @ 00000224a6efc9c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] Decoding SEI
    [hevc @ 00000224a6efc9c0] Output frame with POC 115.
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7b1aa00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] Decoding SEI
    [hevc @ 00000224a7b1aa00] Output frame with POC 116.
    [hevc @ 00000224a7bf5d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] Decoding SEI
    [hevc @ 00000224a7bf5d40] Output frame with POC 117.
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] Decoding SEI
    [hevc @ 00000224a7cbc1c0] Output frame with POC 118.
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7d82640] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] Decoding SEI
    [hevc @ 00000224a7d82640] Output frame with POC 119.
    [hevc @ 00000224a7e48ac0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] Decoding SEI
    [hevc @ 00000224a7e48ac0] Output frame with POC 120.
    [hevc @ 00000224a7494fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] Decoding SEI
    [hevc @ 00000224a7494fc0] Output frame with POC 121.
    [hevc @ 00000224a73c6780] Decoded frame with POC 114.
    [hevc @ 00000224a6f42d40] Decoded frame with POC 117.
    [hevc @ 00000224a6f42540] Decoded frame with POC 113.
    [hevc @ 00000224a6f42040] Decoded frame with POC 112.
    [hevc @ 00000224a7bf5d40] Decoded frame with POC 120.
    [hevc @ 00000224a7b1aa00] Decoded frame with POC 116.
    [hevc @ 00000224a6efc9c0] Decoded frame with POC 115.
    [hevc @ 00000224a7d82640] Decoded frame with POC 119.
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a74a5000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] Decoding SEI
    [hevc @ 00000224a7cbc1c0] Decoded frame with POC 118.
    [hevc @ 00000224a74a5000] Output frame with POC 122.
    [hevc @ 00000224a74ad000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] Decoding SEI
    [hevc @ 00000224a74ad000] Output frame with POC 123.
    [hevc @ 00000224a7e48ac0] Decoded frame with POC 123.
    [hevc @ 00000224a74bcf00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] Decoding SEI
    [hevc @ 00000224a74bcf00] Output frame with POC 124.
    [hevc @ 00000224a7494fc0] Decoded frame with POC 121.
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a74c70c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] Decoding SEI
    [hevc @ 00000224a74c70c0] Output frame with POC 125.
    [hevc @ 00000224a74a5000] Decoded frame with POC 122.
    [hevc @ 00000224a74c5e40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] Decoding SEI
    [hevc @ 00000224a74c5e40] Output frame with POC 126.
    [hevc @ 00000224a73c6780] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] Decoding SEI
    [hevc @ 00000224a73c6780] Output frame with POC 127.
    [hevc @ 00000224a74ad000] Decoded frame with POC 126.
    [hevc @ 00000224a74bcf00] Decoded frame with POC 124.
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a6f42040] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] Decoding SEI
    [hevc @ 00000224a6f42040] Output frame with POC 128.
    [hevc @ 00000224a74c70c0] Decoded frame with POC 125.
    [hevc @ 00000224a6f42540] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] Decoding SEI
    [hevc @ 00000224a6f42540] Output frame with POC 129.
    [hevc @ 00000224a74c5e40] Decoded frame with POC 129.
    [hevc @ 00000224a6f42d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] Decoding SEI
    [hevc @ 00000224a6f42d40] Output frame with POC 130.
    [hevc @ 00000224a73c6780] Decoded frame with POC 127.
    [hevc @ 00000224a6f42040] Decoded frame with POC 128.
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a6efc9c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] Decoding SEI
    [hevc @ 00000224a6efc9c0] Output frame with POC 131.
    [hevc @ 00000224a7b1aa00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] Decoding SEI
    [hevc @ 00000224a7b1aa00] Output frame with POC 132.
    [hevc @ 00000224a6f42540] Decoded frame with POC 132.
    [hevc @ 00000224a7bf5d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] Decoding SEI
    [hevc @ 00000224a7bf5d40] Output frame with POC 133.
    [hevc @ 00000224a6f42d40] Decoded frame with POC 130.
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] Decoding SEI
    [hevc @ 00000224a7cbc1c0] Output frame with POC 134.
    [hevc @ 00000224a6efc9c0] Decoded frame with POC 131.
    [hevc @ 00000224a7d82640] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] Decoding SEI
    [hevc @ 00000224a7d82640] Output frame with POC 135.
    [hevc @ 00000224a7e48ac0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] Decoding SEI
    [hevc @ 00000224a7e48ac0] Output frame with POC 136.
    [hevc @ 00000224a7b1aa00] Decoded frame with POC 135.
    [hevc @ 00000224a7bf5d40] Decoded frame with POC 133.
    [hevc @ 00000224a7cbc1c0] Decoded frame with POC 134.
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7494fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] Decoding SEI
    [hevc @ 00000224a7494fc0] Output frame with POC 137.
    [hevc @ 00000224a74a5000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] Decoding SEI
    [hevc @ 00000224a74a5000] Output frame with POC 138.
    [hevc @ 00000224a7d82640] Decoded frame with POC 138.
    [hevc @ 00000224a7e48ac0] Decoded frame with POC 136.
    [hevc @ 00000224a7494fc0] Decoded frame with POC 137.
    [hevc @ 00000224a74ad000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] Decoding SEI
    [hevc @ 00000224a74ad000] Output frame with POC 139.
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a74bcf00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] Decoding SEI
    [hevc @ 00000224a74bcf00] Output frame with POC 140.
    frame=    0 fps=0.0 q=0.0 size=       0KiB time=N/A bitrate=N/A speed=N/A    
    [hevc @ 00000224a74a5000] Decoded frame with POC 141.
    [hevc @ 00000224a74ad000] Decoded frame with POC 139.
    [hevc @ 00000224a74bcf00] Decoded frame with POC 140.
    [hevc @ 00000224a74c70c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] Decoding SEI
    [hevc @ 00000224a74c70c0] Output frame with POC 141.
    [hevc @ 00000224a74c5e40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] Decoding SEI
    [hevc @ 00000224a74c5e40] Output frame with POC 142.
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a73c6780] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] Decoding SEI
    [hevc @ 00000224a73c6780] Output frame with POC 143.
    [hevc @ 00000224a74c70c0] Decoded frame with POC 144.
    [hevc @ 00000224a74c5e40] Decoded frame with POC 142.
    [hevc @ 00000224a6f42040] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] Decoding SEI
    [hevc @ 00000224a6f42040] Output frame with POC 144.
    [hevc @ 00000224a73c6780] Decoded frame with POC 143.
    [hevc @ 00000224a6f42540] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] Decoding SEI
    [hevc @ 00000224a6f42540] Output frame with POC 145.
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a6f42d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] Decoding SEI
    [hevc @ 00000224a6f42d40] Output frame with POC 146.
    [hevc @ 00000224a6efc9c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] Decoding SEI
    [hevc @ 00000224a6efc9c0] Output frame with POC 147.
    [hevc @ 00000224a6f42040] Decoded frame with POC 147.
    [hevc @ 00000224a6f42d40] Decoded frame with POC 146.
    [hevc @ 00000224a6f42540] Decoded frame with POC 145.
    [hevc @ 00000224a7b1aa00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] Decoding SEI
    [hevc @ 00000224a7b1aa00] Output frame with POC 148.
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7bf5d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] Decoding SEI
    [hevc @ 00000224a7bf5d40] Output frame with POC 149.
    [hevc @ 00000224a6efc9c0] Decoded frame with POC 150.
    [hevc @ 00000224a7b1aa00] Decoded frame with POC 148.
    [hevc @ 00000224a7bf5d40] Decoded frame with POC 149.
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] Decoding SEI
    [hevc @ 00000224a7cbc1c0] Output frame with POC 150.
    [hevc @ 00000224a7cbc1c0] Decoded frame with POC 153.
    frame=    0 fps=0.0 q=0.0 size=       0KiB time=N/A bitrate=N/A speed=N/A    
    [libx264 @ 00000224a6ee6bc0] frame=   0 QP=25.81 NAL=3 Slice:I Poc:0   I:32400 P:0    SKIP:0    size=632734 bytes
    [hevc @ 00000224a7d82640] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] Decoding SEI
    [hevc @ 00000224a7d82640] Output frame with POC 151.
    [libx264 @ 00000224a6ee6bc0] frame=   1 QP=25.91 NAL=2 Slice:P Poc:6   I:315  P:5118 SKIP:26967 size=12902 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7e48ac0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] Decoding SEI
    [hevc @ 00000224a7e48ac0] Output frame with POC 152.
    [libx264 @ 00000224a6ee6bc0] frame=   2 QP=25.00 NAL=2 Slice:B Poc:2   I:11   P:4979 SKIP:27410 size=3013 bytes
    [hevc @ 00000224a7494fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] Decoding SEI
    [hevc @ 00000224a7494fc0] Output frame with POC 153.
    [libx264 @ 00000224a6ee6bc0] frame=   3 QP=25.00 NAL=0 Slice:B Poc:4   I:8    P:1637 SKIP:30755 size=1451 bytes
    [hevc @ 00000224a74a5000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] Decoding SEI
    [hevc @ 00000224a74a5000] Output frame with POC 154.
    [libx264 @ 00000224a6ee6bc0] frame=   4 QP=25.19 NAL=2 Slice:P Poc:12  I:258  P:4542 SKIP:27600 size=11095 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a74ad000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] Decoding SEI
    [hevc @ 00000224a74ad000] Output frame with POC 155.
    [libx264 @ 00000224a6ee6bc0] frame=   5 QP=25.00 NAL=2 Slice:B Poc:8   I:10   P:3722 SKIP:28668 size=2490 bytes
    [hevc @ 00000224a74bcf00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] Decoding SEI
    [hevc @ 00000224a74bcf00] Output frame with POC 156.
    [libx264 @ 00000224a6ee6bc0] frame=   6 QP=24.38 NAL=0 Slice:B Poc:10  I:8    P:1061 SKIP:31331 size=1060 bytes
    [hevc @ 00000224a74c70c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] Decoding SEI
    [hevc @ 00000224a74c70c0] Output frame with POC 157.
    [libx264 @ 00000224a6ee6bc0] frame=   7 QP=24.78 NAL=2 Slice:P Poc:18  I:220  P:3520 SKIP:28660 size=8852 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a74c5e40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] Decoding SEI
    [hevc @ 00000224a74c5e40] Output frame with POC 158.
    [libx264 @ 00000224a6ee6bc0] frame=   8 QP=22.29 NAL=2 Slice:B Poc:14  I:15   P:2994 SKIP:29391 size=2127 bytes
    [hevc @ 00000224a73c6780] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] Decoding SEI
    [hevc @ 00000224a73c6780] Output frame with POC 159.
    [libx264 @ 00000224a6ee6bc0] frame=   9 QP=25.60 NAL=0 Slice:B Poc:16  I:8    P:312  SKIP:32080 size=548 bytes
    [hevc @ 00000224a6f42040] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] Decoding SEI
    [hevc @ 00000224a6f42040] Output frame with POC 160.
    [libx264 @ 00000224a6ee6bc0] frame=  10 QP=25.16 NAL=2 Slice:P Poc:24  I:199  P:3641 SKIP:28560 size=9882 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a6f42540] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] Decoding SEI
    [hevc @ 00000224a6f42540] Output frame with POC 161.
    [hevc @ 00000224a7e48ac0] Decoded frame with POC 152.
    [hevc @ 00000224a7494fc0] Decoded frame with POC 156.
    [hevc @ 00000224a74ad000] Decoded frame with POC 155.
    [hevc @ 00000224a74a5000] Decoded frame with POC 154.
    [hevc @ 00000224a74bcf00] Decoded frame with POC 159.
    [hevc @ 00000224a74c70c0] Decoded frame with POC 157.
    [hevc @ 00000224a74c5e40] Decoded frame with POC 158.
    [hevc @ 00000224a7d82640] Decoded frame with POC 151.
    [hevc @ 00000224a73c6780] Decoded frame with POC 162.
    [hevc @ 00000224a6f42540] Decoded frame with POC 161.
    [hevc @ 00000224a6f42040] Decoded frame with POC 160.
    [libx264 @ 00000224a6ee6bc0] frame=  11 QP=23.30 NAL=2 Slice:B Poc:20  I:11   P:3209 SKIP:29180 size=2170 bytes
    [hevc @ 00000224a6f42d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] Decoding SEI
    [hevc @ 00000224a6f42d40] Output frame with POC 162.
    [libx264 @ 00000224a6ee6bc0] frame=  12 QP=26.00 NAL=0 Slice:B Poc:22  I:8    P:340  SKIP:32052 size=567 bytes
    [hevc @ 00000224a6efc9c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] Decoding SEI
    [hevc @ 00000224a6efc9c0] Output frame with POC 163.
    [libx264 @ 00000224a6ee6bc0] frame=  13 QP=24.81 NAL=2 Slice:P Poc:30  I:217  P:3658 SKIP:28525 size=9717 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7b1aa00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] Decoding SEI
    [hevc @ 00000224a7b1aa00] Output frame with POC 164.
    [hevc @ 00000224a6f42d40] Decoded frame with POC 165.
    [hevc @ 00000224a6efc9c0] Decoded frame with POC 163.
    [hevc @ 00000224a7b1aa00] Decoded frame with POC 164.
    [libx264 @ 00000224a6ee6bc0] frame=  14 QP=25.00 NAL=2 Slice:B Poc:26  I:9    P:3172 SKIP:29219 size=2212 bytes
    [hevc @ 00000224a7bf5d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] Decoding SEI
    [hevc @ 00000224a7bf5d40] Output frame with POC 165.
    [libx264 @ 00000224a6ee6bc0] frame=  15 QP=25.00 NAL=0 Slice:B Poc:28  I:14   P:406  SKIP:31980 size=637 bytes
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] Decoding SEI
    [hevc @ 00000224a7cbc1c0] Output frame with POC 166.
    [libx264 @ 00000224a6ee6bc0] frame=  16 QP=24.69 NAL=2 Slice:P Poc:36  I:198  P:3787 SKIP:28415 size=10382 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7d82640] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] Decoding SEI
    [hevc @ 00000224a7d82640] Output frame with POC 167.
    frame=   17 fps=6.6 q=33.0 size=     512KiB time=00:00:00.25 bitrate=16778.8kbits/s speed=0.0967x    
    [hevc @ 00000224a7bf5d40] Decoded frame with POC 168.
    [hevc @ 00000224a7cbc1c0] Decoded frame with POC 166.
    [hevc @ 00000224a7d82640] Decoded frame with POC 167.
    [libx264 @ 00000224a6ee6bc0] frame=  17 QP=25.00 NAL=2 Slice:B Poc:32  I:10   P:3355 SKIP:29035 size=2228 bytes
    [hevc @ 00000224a7e48ac0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] Decoding SEI
    [hevc @ 00000224a7e48ac0] Output frame with POC 168.
    [libx264 @ 00000224a6ee6bc0] frame=  18 QP=26.00 NAL=0 Slice:B Poc:34  I:6    P:356  SKIP:32038 size=566 bytes
    [hevc @ 00000224a7494fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] Decoding SEI
    [hevc @ 00000224a7494fc0] Output frame with POC 169.
    [libx264 @ 00000224a6ee6bc0] frame=  19 QP=23.93 NAL=2 Slice:P Poc:42  I:169  P:4053 SKIP:28178 size=11414 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a74a5000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] Decoding SEI
    [hevc @ 00000224a74a5000] Output frame with POC 170.
    [hevc @ 00000224a7e48ac0] Decoded frame with POC 171.
    [hevc @ 00000224a7494fc0] Decoded frame with POC 169.
    [hevc @ 00000224a74a5000] Decoded frame with POC 170.
    [libx264 @ 00000224a6ee6bc0] frame=  20 QP=25.00 NAL=2 Slice:B Poc:38  I:6    P:3619 SKIP:28775 size=2308 bytes
    [hevc @ 00000224a74ad000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] Decoding SEI
    [hevc @ 00000224a74ad000] Output frame with POC 171.
    [libx264 @ 00000224a6ee6bc0] frame=  21 QP=26.00 NAL=0 Slice:B Poc:40  I:3    P:509  SKIP:31888 size=661 bytes
    [hevc @ 00000224a74bcf00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] Decoding SEI
    [hevc @ 00000224a74bcf00] Output frame with POC 172.
    [libx264 @ 00000224a6ee6bc0] frame=  22 QP=24.56 NAL=2 Slice:P Poc:48  I:184  P:4030 SKIP:28186 size=11978 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a74c70c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] Decoding SEI
    [hevc @ 00000224a74c70c0] Output frame with POC 173.
    [libx264 @ 00000224a6ee6bc0] frame=  23 QP=23.93 NAL=2 Slice:B Poc:44  I:7    P:3881 SKIP:28512 size=2388 bytes
    [hevc @ 00000224a74c5e40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] Decoding SEI
    [hevc @ 00000224a74c5e40] Output frame with POC 174.
    [libx264 @ 00000224a6ee6bc0] frame=  24 QP=25.00 NAL=0 Slice:B Poc:46  I:6    P:320  SKIP:32074 size=525 bytes
    [hevc @ 00000224a73c6780] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] Decoding SEI
    [hevc @ 00000224a73c6780] Output frame with POC 175.
    [libx264 @ 00000224a6ee6bc0] frame=  25 QP=24.95 NAL=2 Slice:P Poc:54  I:195  P:3717 SKIP:28488 size=11113 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a6f42040] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] Decoding SEI
    [hevc @ 00000224a6f42040] Output frame with POC 176.
    [libx264 @ 00000224a6ee6bc0] frame=  26 QP=25.00 NAL=2 Slice:B Poc:50  I:5    P:3470 SKIP:28925 size=2243 bytes
    [hevc @ 00000224a6f42540] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] Decoding SEI
    [hevc @ 00000224a6f42540] Output frame with POC 177.
    [libx264 @ 00000224a6ee6bc0] frame=  27 QP=26.00 NAL=0 Slice:B Poc:52  I:2    P:391  SKIP:32007 size=576 bytes
    [hevc @ 00000224a6f42d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] Decoding SEI
    [hevc @ 00000224a6f42d40] Output frame with POC 178.
    [libx264 @ 00000224a6ee6bc0] frame=  28 QP=25.05 NAL=2 Slice:P Poc:60  I:140  P:3989 SKIP:28271 size=11626 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a6efc9c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] Decoding SEI
    [hevc @ 00000224a6efc9c0] Output frame with POC 179.
    [hevc @ 00000224a74ad000] Decoded frame with POC 174.
    [hevc @ 00000224a74bcf00] Decoded frame with POC 172.
    [hevc @ 00000224a74c70c0] Decoded frame with POC 173.
    [hevc @ 00000224a74c5e40] Decoded frame with POC 177.
    [libx264 @ 00000224a6ee6bc0] frame=  29 QP=26.00 NAL=2 Slice:B Poc:56  I:3    P:3818 SKIP:28579 size=2345 bytes
    [hevc @ 00000224a7b1aa00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] Decoding SEI
    [hevc @ 00000224a7b1aa00] Output frame with POC 180.
    [libx264 @ 00000224a6ee6bc0] frame=  30 QP=26.00 NAL=0 Slice:B Poc:58  I:6    P:1723 SKIP:30671 size=1383 bytes
    [hevc @ 00000224a7bf5d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] Decoding SEI
    [hevc @ 00000224a7bf5d40] Output frame with POC 181.
    [hevc @ 00000224a73c6780] Decoded frame with POC 175.
    [libx264 @ 00000224a6ee6bc0] frame=  31 QP=25.17 NAL=2 Slice:P Poc:66  I:148  P:3906 SKIP:28346 size=10718 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] Decoding SEI
    [hevc @ 00000224a7cbc1c0] Output frame with POC 182.
    [hevc @ 00000224a6f42040] Decoded frame with POC 176.
    [hevc @ 00000224a6f42540] Decoded frame with POC 178.
    [hevc @ 00000224a6f42d40] Decoded frame with POC 179.
    [hevc @ 00000224a6efc9c0] Decoded frame with POC 180.
    [hevc @ 00000224a7b1aa00] Decoded frame with POC 181.
    [libx264 @ 00000224a6ee6bc0] frame=  32 QP=25.00 NAL=2 Slice:B Poc:62  I:8    P:3455 SKIP:28937 size=2253 bytes
    [hevc @ 00000224a7d82640] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] Decoding SEI
    [hevc @ 00000224a7d82640] Output frame with POC 183.
    [libx264 @ 00000224a6ee6bc0] frame=  33 QP=26.00 NAL=0 Slice:B Poc:64  I:4    P:727  SKIP:31669 size=768 bytes
    [hevc @ 00000224a7e48ac0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] Decoding SEI
    [hevc @ 00000224a7e48ac0] Output frame with POC 184.
    [libx264 @ 00000224a6ee6bc0] frame=  34 QP=25.83 NAL=2 Slice:P Poc:72  I:138  P:4120 SKIP:28142 size=12262 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7494fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] Decoding SEI
    [hevc @ 00000224a7494fc0] Output frame with POC 185.
    frame=   35 fps= 11 q=33.0 size=     768KiB time=00:00:00.55 bitrate=11439.7kbits/s speed=0.178x    
    [hevc @ 00000224a7bf5d40] Decoded frame with POC 183.
    [hevc @ 00000224a7cbc1c0] Decoded frame with POC 182.
    [libx264 @ 00000224a6ee6bc0] frame=  35 QP=25.00 NAL=2 Slice:B Poc:68  I:4    P:4033 SKIP:28363 size=2413 bytes
    [hevc @ 00000224a74a5000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] Decoding SEI
    [hevc @ 00000224a74a5000] Output frame with POC 186.
    [libx264 @ 00000224a6ee6bc0] frame=  36 QP=25.00 NAL=0 Slice:B Poc:70  I:10   P:485  SKIP:31905 size=657 bytes
    [hevc @ 00000224a74ad000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] Decoding SEI
    [hevc @ 00000224a74ad000] Output frame with POC 187.
    [libx264 @ 00000224a6ee6bc0] frame=  37 QP=25.66 NAL=2 Slice:P Poc:78  I:154  P:4317 SKIP:27929 size=13202 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a74bcf00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] Decoding SEI
    [hevc @ 00000224a74bcf00] Output frame with POC 188.
    [hevc @ 00000224a7d82640] Decoded frame with POC 184.
    [hevc @ 00000224a7e48ac0] Decoded frame with POC 185.
    [hevc @ 00000224a7494fc0] Decoded frame with POC 186.
    [hevc @ 00000224a74a5000] Decoded frame with POC 187.
    [libx264 @ 00000224a6ee6bc0] frame=  38 QP=25.00 NAL=2 Slice:B Poc:74  I:9    P:4228 SKIP:28163 size=2534 bytes
    [hevc @ 00000224a74c70c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] Decoding SEI
    [hevc @ 00000224a74c70c0] Output frame with POC 189.
    [libx264 @ 00000224a6ee6bc0] frame=  39 QP=25.73 NAL=0 Slice:B Poc:76  I:3    P:431  SKIP:31966 size=596 bytes
    [hevc @ 00000224a74c5e40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] Decoding SEI
    [hevc @ 00000224a74c5e40] Output frame with POC 190.
    [libx264 @ 00000224a6ee6bc0] frame=  40 QP=24.13 NAL=2 Slice:P Poc:84  I:155  P:4069 SKIP:28176 size=12405 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a73c6780] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] Decoding SEI
    [hevc @ 00000224a73c6780] Output frame with POC 191.
    [hevc @ 00000224a74ad000] Decoded frame with POC 190.
    [hevc @ 00000224a74bcf00] Decoded frame with POC 188.
    [libx264 @ 00000224a6ee6bc0] frame=  41 QP=23.08 NAL=2 Slice:B Poc:80  I:7    P:3747 SKIP:28646 size=2374 bytes
    [hevc @ 00000224a6f42040] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] Decoding SEI
    [hevc @ 00000224a6f42040] Output frame with POC 192.
    [libx264 @ 00000224a6ee6bc0] frame=  42 QP=26.00 NAL=0 Slice:B Poc:82  I:1    P:284  SKIP:32115 size=494 bytes
    [hevc @ 00000224a6f42540] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] Decoding SEI
    [hevc @ 00000224a6f42540] Output frame with POC 193.
    [libx264 @ 00000224a6ee6bc0] frame=  43 QP=25.14 NAL=2 Slice:P Poc:90  I:148  P:4088 SKIP:28164 size=12880 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a6f42d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] Decoding SEI
    [hevc @ 00000224a6f42d40] Output frame with POC 194.
    [hevc @ 00000224a74c70c0] Decoded frame with POC 189.
    [hevc @ 00000224a74c5e40] Decoded frame with POC 193.
    [hevc @ 00000224a73c6780] Decoded frame with POC 191.
    [hevc @ 00000224a6f42040] Decoded frame with POC 192.
    [libx264 @ 00000224a6ee6bc0] frame=  44 QP=26.00 NAL=2 Slice:B Poc:86  I:1    P:4052 SKIP:28347 size=2431 bytes
    [hevc @ 00000224a6efc9c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] Decoding SEI
    [hevc @ 00000224a6efc9c0] Output frame with POC 195.
    [libx264 @ 00000224a6ee6bc0] frame=  45 QP=26.00 NAL=0 Slice:B Poc:88  I:1    P:1870 SKIP:30529 size=1402 bytes
    [hevc @ 00000224a7b1aa00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] Decoding SEI
    [hevc @ 00000224a7b1aa00] Output frame with POC 196.
    [libx264 @ 00000224a6ee6bc0] frame=  46 QP=24.80 NAL=2 Slice:P Poc:96  I:384  P:4304 SKIP:27712 size=15909 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7bf5d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] Decoding SEI
    [hevc @ 00000224a7bf5d40] Output frame with POC 197.
    [hevc @ 00000224a6f42540] Decoded frame with POC 196.
    [hevc @ 00000224a6f42d40] Decoded frame with POC 194.
    [hevc @ 00000224a7b1aa00] Decoded frame with POC 199.
    [hevc @ 00000224a6efc9c0] Decoded frame with POC 195.
    [hevc @ 00000224a7bf5d40] Decoded frame with POC 197.
    [libx264 @ 00000224a6ee6bc0] frame=  47 QP=29.63 NAL=2 Slice:B Poc:92  I:18   P:4204 SKIP:28178 size=3122 bytes
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] Decoding SEI
    [hevc @ 00000224a7cbc1c0] Output frame with POC 198.
    [libx264 @ 00000224a6ee6bc0] frame=  48 QP=26.82 NAL=0 Slice:B Poc:94  I:99   P:1102 SKIP:31199 size=1661 bytes
    [hevc @ 00000224a7d82640] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] Decoding SEI
    [hevc @ 00000224a7d82640] Output frame with POC 199.
    [libx264 @ 00000224a6ee6bc0] frame=  49 QP=25.63 NAL=2 Slice:P Poc:102 I:601  P:3998 SKIP:27801 size=15208 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7e48ac0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] Decoding SEI
    [hevc @ 00000224a7e48ac0] Output frame with POC 200.
    [hevc @ 00000224a7d82640] Decoded frame with POC 202.
    [hevc @ 00000224a7cbc1c0] Decoded frame with POC 198.
    [libx264 @ 00000224a6ee6bc0] frame=  50 QP=31.86 NAL=2 Slice:B Poc:98  I:95   P:3282 SKIP:29023 size=3174 bytes
    [hevc @ 00000224a7494fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] Decoding SEI
    [hevc @ 00000224a7494fc0] Output frame with POC 201.
    [hevc @ 00000224a7e48ac0] Decoded frame with POC 200.
    [libx264 @ 00000224a6ee6bc0] frame=  51 QP=32.04 NAL=0 Slice:B Poc:100 I:69   P:1407 SKIP:30924 size=1710 bytes
    [hevc @ 00000224a74a5000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] Decoding SEI
    [hevc @ 00000224a74a5000] Output frame with POC 202.
    frame=   52 fps= 14 q=33.0 size=     768KiB time=00:00:00.83 bitrate=7550.2kbits/s speed=0.231x    
    [libx264 @ 00000224a6ee6bc0] frame=  52 QP=25.65 NAL=2 Slice:P Poc:108 I:518  P:3858 SKIP:28024 size=14411 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a74ad000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] Decoding SEI
    [hevc @ 00000224a74ad000] Output frame with POC 203.
    [hevc @ 00000224a7494fc0] Decoded frame with POC 201.
    [libx264 @ 00000224a6ee6bc0] frame=  53 QP=24.95 NAL=2 Slice:B Poc:104 I:127  P:3169 SKIP:29104 size=3168 bytes
    [hevc @ 00000224a74bcf00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] Decoding SEI
    [hevc @ 00000224a74bcf00] Output frame with POC 204.
    [hevc @ 00000224a74a5000] Decoded frame with POC 205.
    [libx264 @ 00000224a6ee6bc0] frame=  54 QP=25.88 NAL=0 Slice:B Poc:106 I:70   P:407  SKIP:31923 size=1130 bytes
    [hevc @ 00000224a74c70c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] Decoding SEI
    [hevc @ 00000224a74c70c0] Output frame with POC 205.
    [hevc @ 00000224a74ad000] Decoded frame with POC 203.
    [libx264 @ 00000224a6ee6bc0] frame=  55 QP=24.91 NAL=2 Slice:P Poc:114 I:351  P:4135 SKIP:27914 size=13819 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a74c5e40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] Decoding SEI
    [hevc @ 00000224a74c5e40] Output frame with POC 206.
    [hevc @ 00000224a74bcf00] Decoded frame with POC 204.
    [hevc @ 00000224a74c70c0] Decoded frame with POC 208.
    [libx264 @ 00000224a6ee6bc0] frame=  56 QP=24.95 NAL=2 Slice:B Poc:110 I:74   P:3504 SKIP:28822 size=2791 bytes
    [hevc @ 00000224a73c6780] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] Decoding SEI
    [hevc @ 00000224a73c6780] Output frame with POC 207.
    [hevc @ 00000224a74c5e40] Decoded frame with POC 206.
    [libx264 @ 00000224a6ee6bc0] frame=  57 QP=25.87 NAL=0 Slice:B Poc:112 I:55   P:341  SKIP:32004 size=915 bytes
    [hevc @ 00000224a6f42040] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] Decoding SEI
    [hevc @ 00000224a6f42040] Output frame with POC 208.
    [libx264 @ 00000224a6ee6bc0] frame=  58 QP=24.89 NAL=2 Slice:P Poc:120 I:207  P:3837 SKIP:28356 size=11348 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a6f42540] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] Decoding SEI
    [hevc @ 00000224a6f42540] Output frame with POC 209.
    [hevc @ 00000224a73c6780] Decoded frame with POC 207.
    [hevc @ 00000224a6f42040] Decoded frame with POC 211.
    [libx264 @ 00000224a6ee6bc0] frame=  59 QP=26.00 NAL=2 Slice:B Poc:116 I:10   P:3120 SKIP:29270 size=2188 bytes
    [hevc @ 00000224a6f42d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] Decoding SEI
    [hevc @ 00000224a6f42d40] Output frame with POC 210.
    [libx264 @ 00000224a6ee6bc0] frame=  60 QP=24.52 NAL=0 Slice:B Poc:118 I:13   P:309  SKIP:32078 size=567 bytes
    [hevc @ 00000224a6efc9c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] Decoding SEI
    [hevc @ 00000224a6efc9c0] Output frame with POC 211.
    [hevc @ 00000224a6f42540] Decoded frame with POC 209.
    [libx264 @ 00000224a6ee6bc0] frame=  61 QP=25.06 NAL=2 Slice:P Poc:126 I:128  P:3305 SKIP:28967 size=9436 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7b1aa00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] Decoding SEI
    [hevc @ 00000224a7b1aa00] Output frame with POC 212.
    [hevc @ 00000224a6f42d40] Decoded frame with POC 210.
    [libx264 @ 00000224a6ee6bc0] frame=  62 QP=26.00 NAL=2 Slice:B Poc:122 I:7    P:2556 SKIP:29837 size=1889 bytes
    [hevc @ 00000224a7bf5d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] Decoding SEI
    [hevc @ 00000224a7bf5d40] Output frame with POC 213.
    [libx264 @ 00000224a6ee6bc0] frame=  63 QP=25.16 NAL=0 Slice:B Poc:124 I:12   P:230  SKIP:32158 size=496 bytes
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] Decoding SEI
    [hevc @ 00000224a7cbc1c0] Output frame with POC 214.
    [libx264 @ 00000224a6ee6bc0] frame=  64 QP=24.92 NAL=2 Slice:P Poc:132 I:182  P:3461 SKIP:28757 size=9563 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7d82640] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] Decoding SEI
    [hevc @ 00000224a7d82640] Output frame with POC 215.
    [hevc @ 00000224a6efc9c0] Decoded frame with POC 214.
    [hevc @ 00000224a7b1aa00] Decoded frame with POC 212.
    [libx264 @ 00000224a6ee6bc0] frame=  65 QP=25.72 NAL=2 Slice:B Poc:128 I:12   P:2937 SKIP:29451 size=2089 bytes
    [hevc @ 00000224a7e48ac0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] Decoding SEI
    [hevc @ 00000224a7e48ac0] Output frame with POC 216.
    [libx264 @ 00000224a6ee6bc0] frame=  66 QP=26.00 NAL=0 Slice:B Poc:130 I:14   P:297  SKIP:32089 size=555 bytes
    [hevc @ 00000224a7494fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] Decoding SEI
    [hevc @ 00000224a7494fc0] Output frame with POC 217.
    [libx264 @ 00000224a6ee6bc0] frame=  67 QP=24.66 NAL=2 Slice:P Poc:138 I:179  P:3484 SKIP:28737 size=9468 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a74a5000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] Decoding SEI
    [hevc @ 00000224a74a5000] Output frame with POC 218.
    [libx264 @ 00000224a6ee6bc0] frame=  68 QP=24.00 NAL=2 Slice:B Poc:134 I:9    P:2765 SKIP:29626 size=2008 bytes
    [hevc @ 00000224a74ad000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] Decoding SEI
    [hevc @ 00000224a74ad000] Output frame with POC 219.
    [libx264 @ 00000224a6ee6bc0] frame=  69 QP=25.00 NAL=0 Slice:B Poc:136 I:11   P:230  SKIP:32159 size=482 bytes
    [hevc @ 00000224a74bcf00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] Decoding SEI
    [hevc @ 00000224a74bcf00] Output frame with POC 220.
    [hevc @ 00000224a7bf5d40] Decoded frame with POC 213.
    [libx264 @ 00000224a6ee6bc0] frame=  70 QP=24.14 NAL=2 Slice:P Poc:144 I:188  P:3361 SKIP:28851 size=10067 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a74c70c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] Decoding SEI
    [hevc @ 00000224a74c70c0] Output frame with POC 221.
    [hevc @ 00000224a7cbc1c0] Decoded frame with POC 217.
    [hevc @ 00000224a7d82640] Decoded frame with POC 215.
    [hevc @ 00000224a7e48ac0] Decoded frame with POC 216.
    [hevc @ 00000224a7494fc0] Decoded frame with POC 220.
    [hevc @ 00000224a74ad000] Decoded frame with POC 219.
    [hevc @ 00000224a74a5000] Decoded frame with POC 218.
    [hevc @ 00000224a74bcf00] Decoded frame with POC 223.
    [hevc @ 00000224a74c70c0] Decoded frame with POC 221.
    frame=   71 fps= 17 q=33.0 size=     768KiB time=00:00:01.15 bitrate=5471.2kbits/s speed=0.279x    
    [libx264 @ 00000224a6ee6bc0] frame=  71 QP=25.00 NAL=2 Slice:B Poc:140 I:10   P:2747 SKIP:29643 size=2023 bytes
    [hevc @ 00000224a74c5e40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] Decoding SEI
    [hevc @ 00000224a74c5e40] Output frame with POC 222.
    [libx264 @ 00000224a6ee6bc0] frame=  72 QP=26.00 NAL=0 Slice:B Poc:142 I:9    P:420  SKIP:31971 size=618 bytes
    [hevc @ 00000224a73c6780] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] Decoding SEI
    [hevc @ 00000224a73c6780] Output frame with POC 223.
    [libx264 @ 00000224a6ee6bc0] frame=  73 QP=24.89 NAL=2 Slice:P Poc:150 I:212  P:3509 SKIP:28679 size=9792 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a6f42040] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] Decoding SEI
    [hevc @ 00000224a6f42040] Output frame with POC 224.
    [hevc @ 00000224a73c6780] Decoded frame with POC 226.
    [hevc @ 00000224a74c5e40] Decoded frame with POC 222.
    [hevc @ 00000224a6f42040] Decoded frame with POC 224.
    [libx264 @ 00000224a6ee6bc0] frame=  74 QP=25.27 NAL=2 Slice:B Poc:146 I:52   P:2777 SKIP:29571 size=2565 bytes
    [hevc @ 00000224a6f42540] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] Decoding SEI
    [hevc @ 00000224a6f42540] Output frame with POC 225.
    [libx264 @ 00000224a6ee6bc0] frame=  75 QP=27.23 NAL=0 Slice:B Poc:148 I:32   P:565  SKIP:31803 size=961 bytes
    [hevc @ 00000224a6f42d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] Decoding SEI
    [hevc @ 00000224a6f42d40] Output frame with POC 226.
    [libx264 @ 00000224a6ee6bc0] frame=  76 QP=25.68 NAL=2 Slice:P Poc:156 I:391  P:3478 SKIP:28531 size=11084 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a6efc9c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] Decoding SEI
    [hevc @ 00000224a6efc9c0] Output frame with POC 227.
    [hevc @ 00000224a6f42540] Decoded frame with POC 225.
    [hevc @ 00000224a6f42d40] Decoded frame with POC 229.
    [hevc @ 00000224a6efc9c0] Decoded frame with POC 227.
    [libx264 @ 00000224a6ee6bc0] frame=  77 QP=28.65 NAL=2 Slice:B Poc:152 I:72   P:2533 SKIP:29795 size=2467 bytes
    [hevc @ 00000224a7b1aa00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] Decoding SEI
    [hevc @ 00000224a7b1aa00] Output frame with POC 228.
    [libx264 @ 00000224a6ee6bc0] frame=  78 QP=26.12 NAL=0 Slice:B Poc:154 I:53   P:1008 SKIP:31339 size=1264 bytes
    [hevc @ 00000224a7bf5d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] Decoding SEI
    [hevc @ 00000224a7bf5d40] Output frame with POC 229.
    [libx264 @ 00000224a6ee6bc0] frame=  79 QP=25.07 NAL=2 Slice:P Poc:162 I:391  P:3392 SKIP:28617 size=10794 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] Decoding SEI
    [hevc @ 00000224a7cbc1c0] Output frame with POC 230.
    [hevc @ 00000224a7b1aa00] Decoded frame with POC 228.
    [hevc @ 00000224a7bf5d40] Decoded frame with POC 232.
    [hevc @ 00000224a7cbc1c0] Decoded frame with POC 230.
    frame=   80 fps= 17 q=33.0 size=     768KiB time=00:00:01.30 bitrate=4839.9kbits/s speed=0.28x    
    [libx264 @ 00000224a6ee6bc0] frame=  80 QP=25.43 NAL=2 Slice:B Poc:158 I:67   P:2337 SKIP:29996 size=2292 bytes
    [hevc @ 00000224a7d82640] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] Decoding SEI
    [hevc @ 00000224a7d82640] Output frame with POC 231.
    [libx264 @ 00000224a6ee6bc0] frame=  81 QP=26.04 NAL=0 Slice:B Poc:160 I:33   P:395  SKIP:31972 size=851 bytes
    [hevc @ 00000224a7e48ac0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] Decoding SEI
    [hevc @ 00000224a7e48ac0] Output frame with POC 232.
    [libx264 @ 00000224a6ee6bc0] frame=  82 QP=24.71 NAL=2 Slice:P Poc:168 I:167  P:3412 SKIP:28821 size=7980 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7494fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] Decoding SEI
    [hevc @ 00000224a7494fc0] Output frame with POC 233.
    [hevc @ 00000224a7d82640] Decoded frame with POC 231.
    [hevc @ 00000224a7e48ac0] Decoded frame with POC 235.
    [hevc @ 00000224a7494fc0] Decoded frame with POC 233.
    [libx264 @ 00000224a6ee6bc0] frame=  83 QP=26.00 NAL=2 Slice:B Poc:164 I:8    P:2383 SKIP:30009 size=1846 bytes
    [hevc @ 00000224a74a5000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] Decoding SEI
    [hevc @ 00000224a74a5000] Output frame with POC 234.
    [libx264 @ 00000224a6ee6bc0] frame=  84 QP=26.00 NAL=0 Slice:B Poc:166 I:10   P:209  SKIP:32181 size=467 bytes
    [hevc @ 00000224a74ad000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] Decoding SEI
    [hevc @ 00000224a74ad000] Output frame with POC 235.
    [libx264 @ 00000224a6ee6bc0] frame=  85 QP=24.20 NAL=2 Slice:P Poc:174 I:193  P:3404 SKIP:28803 size=7448 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a74bcf00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] Decoding SEI
    [hevc @ 00000224a74bcf00] Output frame with POC 236.
    [libx264 @ 00000224a6ee6bc0] frame=  86 QP=25.00 NAL=2 Slice:B Poc:170 I:8    P:2220 SKIP:30172 size=1731 bytes
    [hevc @ 00000224a74c70c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] Decoding SEI
    [hevc @ 00000224a74c70c0] Output frame with POC 237.
    [libx264 @ 00000224a6ee6bc0] frame=  87 QP=26.00 NAL=0 Slice:B Poc:172 I:8    P:231  SKIP:32161 size=471 bytes
    [hevc @ 00000224a74c5e40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] Decoding SEI
    [hevc @ 00000224a74c5e40] Output frame with POC 238.
    [libx264 @ 00000224a6ee6bc0] frame=  88 QP=25.61 NAL=2 Slice:P Poc:180 I:326  P:3452 SKIP:28622 size=8854 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a73c6780] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] Decoding SEI
    [hevc @ 00000224a73c6780] Output frame with POC 239.
    [hevc @ 00000224a74a5000] Decoded frame with POC 234.
    [hevc @ 00000224a74ad000] Decoded frame with POC 238.
    [hevc @ 00000224a74bcf00] Decoded frame with POC 236.
    [hevc @ 00000224a74c70c0] Decoded frame with POC 237.
    [hevc @ 00000224a74c5e40] Decoded frame with POC 241.
    [hevc @ 00000224a73c6780] Decoded frame with POC 239.
    [libx264 @ 00000224a6ee6bc0] frame=  89 QP=25.00 NAL=2 Slice:B Poc:176 I:6    P:2299 SKIP:30095 size=1796 bytes
    [hevc @ 00000224a6f42040] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] Decoding SEI
    [hevc @ 00000224a6f42040] Output frame with POC 240.
    [libx264 @ 00000224a6ee6bc0] frame=  90 QP=30.78 NAL=0 Slice:B Poc:178 I:14   P:394  SKIP:31992 size=842 bytes
    [hevc @ 00000224a6f42540] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] Decoding SEI
    [hevc @ 00000224a6f42540] Output frame with POC 241.
    frame=   91 fps= 18 q=33.0 size=    1024KiB time=00:00:01.48 bitrate=5655.5kbits/s speed=0.288x    
    [hevc @ 00000224a6f42040] Decoded frame with POC 240.
    [hevc @ 00000224a6f42540] Decoded frame with POC 244.
    [libx264 @ 00000224a6ee6bc0] frame=  91 QP=25.36 NAL=2 Slice:P Poc:186 I:434  P:3385 SKIP:28581 size=9167 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a6f42d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] Decoding SEI
    [hevc @ 00000224a6f42d40] Output frame with POC 242.
    [libx264 @ 00000224a6ee6bc0] frame=  92 QP=29.61 NAL=2 Slice:B Poc:182 I:69   P:2214 SKIP:30117 size=2403 bytes
    [hevc @ 00000224a6efc9c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] Decoding SEI
    [hevc @ 00000224a6efc9c0] Output frame with POC 243.
    [hevc @ 00000224a6f42d40] Decoded frame with POC 242.
    [hevc @ 00000224a6efc9c0] Decoded frame with POC 243.
    [libx264 @ 00000224a6ee6bc0] frame=  93 QP=29.62 NAL=0 Slice:B Poc:184 I:53   P:992  SKIP:31355 size=1358 bytes
    [hevc @ 00000224a7b1aa00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] Decoding SEI
    [hevc @ 00000224a7b1aa00] Output frame with POC 244.
    [libx264 @ 00000224a6ee6bc0] frame=  94 QP=25.58 NAL=2 Slice:P Poc:192 I:3252 P:6258 SKIP:22890 size=45835 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7bf5d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] Decoding SEI
    [hevc @ 00000224a7bf5d40] Output frame with POC 245.
    [hevc @ 00000224a7b1aa00] Decoded frame with POC 247.
    [hevc @ 00000224a7bf5d40] Decoded frame with POC 245.
    [libx264 @ 00000224a6ee6bc0] frame=  95 QP=27.71 NAL=2 Slice:B Poc:188 I:268  P:2900 SKIP:29232 size=4369 bytes
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] Decoding SEI
    [hevc @ 00000224a7cbc1c0] Output frame with POC 246.
    [libx264 @ 00000224a6ee6bc0] frame=  96 QP=29.95 NAL=0 Slice:B Poc:190 I:100  P:1437 SKIP:30863 size=1844 bytes
    [hevc @ 00000224a7d82640] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] Decoding SEI
    [hevc @ 00000224a7d82640] Output frame with POC 247.
    [libx264 @ 00000224a6ee6bc0] frame=  97 QP=25.43 NAL=2 Slice:P Poc:198 I:678  P:4949 SKIP:26773 size=14963 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7e48ac0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] Decoding SEI
    [hevc @ 00000224a7e48ac0] Output frame with POC 248.
    [hevc @ 00000224a7d82640] Decoded frame with POC 249.
    [hevc @ 00000224a7cbc1c0] Decoded frame with POC 246.
    [hevc @ 00000224a7e48ac0] Decoded frame with POC 248.
    [libx264 @ 00000224a6ee6bc0] frame=  98 QP=25.91 NAL=2 Slice:B Poc:194 I:161  P:3074 SKIP:29165 size=3185 bytes
    [hevc @ 00000224a7494fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] nal_unit_type: 19(IDR_W_RADL), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] Decoding SEI
    [hevc @ 00000224a7494fc0] Output frame with POC 249.
    [libx264 @ 00000224a6ee6bc0] frame=  99 QP=26.45 NAL=0 Slice:B Poc:196 I:55   P:827  SKIP:31518 size=1296 bytes
    [hevc @ 00000224a74a5000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] Decoding SEI
    [hevc @ 00000224a74a5000] Output frame with POC 0.
    [libx264 @ 00000224a6ee6bc0] frame= 100 QP=24.49 NAL=2 Slice:P Poc:204 I:446  P:3811 SKIP:28143 size=10649 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a74ad000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] Decoding SEI
    [hevc @ 00000224a74ad000] Output frame with POC 1.
    [libx264 @ 00000224a6ee6bc0] frame= 101 QP=25.53 NAL=2 Slice:B Poc:200 I:96   P:2465 SKIP:29839 size=2462 bytes
    [hevc @ 00000224a74bcf00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] Decoding SEI
    [hevc @ 00000224a74bcf00] Output frame with POC 2.
    [libx264 @ 00000224a6ee6bc0] frame= 102 QP=25.90 NAL=0 Slice:B Poc:202 I:30   P:621  SKIP:31749 size=955 bytes
    [hevc @ 00000224a74c70c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] Decoding SEI
    [hevc @ 00000224a74c70c0] Output frame with POC 3.
    [libx264 @ 00000224a6ee6bc0] frame= 103 QP=24.12 NAL=2 Slice:P Poc:210 I:246  P:3899 SKIP:28255 size=10406 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a74c5e40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] Decoding SEI
    [hevc @ 00000224a74c5e40] Output frame with POC 4.
    [libx264 @ 00000224a6ee6bc0] frame= 104 QP=25.00 NAL=2 Slice:B Poc:206 I:14   P:3074 SKIP:29312 size=2117 bytes
    [hevc @ 00000224a73c6780] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] Decoding SEI
    [hevc @ 00000224a73c6780] Output frame with POC 5.
    [libx264 @ 00000224a6ee6bc0] frame= 105 QP=26.00 NAL=0 Slice:B Poc:208 I:13   P:506  SKIP:31881 size=666 bytes
    [hevc @ 00000224a6f42040] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] Decoding SEI
    [hevc @ 00000224a6f42040] Output frame with POC 6.
    [libx264 @ 00000224a6ee6bc0] frame= 106 QP=23.13 NAL=2 Slice:P Poc:216 I:181  P:3322 SKIP:28897 size=8962 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a6f42540] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] Decoding SEI
    [hevc @ 00000224a6f42540] Output frame with POC 7.
    [hevc @ 00000224a7494fc0] Decoded frame with POC 0.
    [hevc @ 00000224a74a5000] Decoded frame with POC 3.
    [hevc @ 00000224a74bcf00] Decoded frame with POC 2.
    [hevc @ 00000224a74ad000] Decoded frame with POC 1.
    [hevc @ 00000224a74c70c0] Decoded frame with POC 5.
    [hevc @ 00000224a74c5e40] Decoded frame with POC 4.
    [hevc @ 00000224a73c6780] Decoded frame with POC 6.
    [libx264 @ 00000224a6ee6bc0] frame= 107 QP=26.00 NAL=2 Slice:B Poc:212 I:9    P:2480 SKIP:29911 size=1856 bytes
    [hevc @ 00000224a6f42d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] Decoding SEI
    [hevc @ 00000224a6f42d40] Output frame with POC 8.
    [libx264 @ 00000224a6ee6bc0] frame= 108 QP=26.03 NAL=0 Slice:B Poc:214 I:6    P:817  SKIP:31577 size=828 bytes
    [hevc @ 00000224a6efc9c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] Decoding SEI
    [hevc @ 00000224a6efc9c0] Output frame with POC 9.
    [hevc @ 00000224a6f42040] Decoded frame with POC 7.
    [libx264 @ 00000224a6ee6bc0] frame= 109 QP=23.04 NAL=2 Slice:P Poc:222 I:182  P:3242 SKIP:28976 size=9790 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7b1aa00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] Decoding SEI
    [hevc @ 00000224a7b1aa00] Output frame with POC 10.
    [hevc @ 00000224a6f42540] Decoded frame with POC 8.
    frame=  110 fps= 19 q=33.0 size=    1024KiB time=00:00:01.80 bitrate=4660.6kbits/s speed=0.317x    
    [libx264 @ 00000224a6ee6bc0] frame= 110 QP=22.78 NAL=2 Slice:B Poc:218 I:8    P:2631 SKIP:29761 size=1908 bytes
    [hevc @ 00000224a7bf5d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] Decoding SEI
    [hevc @ 00000224a7bf5d40] Output frame with POC 11.
    [libx264 @ 00000224a6ee6bc0] frame= 111 QP=25.66 NAL=0 Slice:B Poc:220 I:7    P:232  SKIP:32161 size=457 bytes
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] Decoding SEI
    [hevc @ 00000224a7cbc1c0] Output frame with POC 12.
    [hevc @ 00000224a6f42d40] Decoded frame with POC 9.
    [libx264 @ 00000224a6ee6bc0] frame= 112 QP=25.30 NAL=2 Slice:P Poc:234 I:1467 P:16204 SKIP:14729 size=63561 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7d82640] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] Decoding SEI
    [hevc @ 00000224a7d82640] Output frame with POC 13.
    [hevc @ 00000224a6efc9c0] Decoded frame with POC 10.
    [hevc @ 00000224a7b1aa00] Decoded frame with POC 11.
    [libx264 @ 00000224a6ee6bc0] frame= 113 QP=23.63 NAL=2 Slice:B Poc:228 I:46   P:3309 SKIP:29045 size=3220 bytes
    [hevc @ 00000224a7e48ac0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] Decoding SEI
    [hevc @ 00000224a7e48ac0] Output frame with POC 14.
    [libx264 @ 00000224a6ee6bc0] frame= 114 QP=26.66 NAL=0 Slice:B Poc:224 I:166  P:13057 SKIP:19177 size=21158 bytes
    [hevc @ 00000224a7494fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] Decoding SEI
    [hevc @ 00000224a7494fc0] Output frame with POC 15.
    [libx264 @ 00000224a6ee6bc0] frame= 115 QP=25.63 NAL=0 Slice:B Poc:226 I:17   P:1148 SKIP:31235 size=1239 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a74a5000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] Decoding SEI
    [hevc @ 00000224a74a5000] Output frame with POC 16.
    [hevc @ 00000224a7bf5d40] Decoded frame with POC 12.
    [hevc @ 00000224a7cbc1c0] Decoded frame with POC 13.
    [hevc @ 00000224a7d82640] Decoded frame with POC 14.
    [libx264 @ 00000224a6ee6bc0] frame= 116 QP=25.87 NAL=0 Slice:B Poc:230 I:11   P:739  SKIP:31650 size=999 bytes
    [hevc @ 00000224a74ad000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] Decoding SEI
    [hevc @ 00000224a74ad000] Output frame with POC 17.
    [libx264 @ 00000224a6ee6bc0] frame= 117 QP=26.00 NAL=0 Slice:B Poc:232 I:11   P:1530 SKIP:30859 size=1503 bytes
    [hevc @ 00000224a74bcf00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] Decoding SEI
    [hevc @ 00000224a74bcf00] Output frame with POC 18.
    [libx264 @ 00000224a6ee6bc0] frame= 118 QP=25.63 NAL=2 Slice:P Poc:240 I:212  P:5742 SKIP:26446 size=15466 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a74c70c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] Decoding SEI
    [hevc @ 00000224a74c70c0] Output frame with POC 19.
    [hevc @ 00000224a7e48ac0] Decoded frame with POC 15.
    [libx264 @ 00000224a6ee6bc0] frame= 119 QP=23.88 NAL=2 Slice:B Poc:236 I:12   P:4502 SKIP:27886 size=3007 bytes
    [hevc @ 00000224a74c5e40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] Decoding SEI
    [hevc @ 00000224a74c5e40] Output frame with POC 20.
    [libx264 @ 00000224a6ee6bc0] frame= 120 QP=25.61 NAL=0 Slice:B Poc:238 I:14   P:1757 SKIP:30629 size=1597 bytes
    [hevc @ 00000224a73c6780] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] Decoding SEI
    [hevc @ 00000224a73c6780] Output frame with POC 21.
    [hevc @ 00000224a7494fc0] Decoded frame with POC 16.
    [libx264 @ 00000224a6ee6bc0] frame= 121 QP=25.53 NAL=2 Slice:P Poc:246 I:142  P:3470 SKIP:28788 size=9078 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a6f42040] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] Decoding SEI
    [hevc @ 00000224a6f42040] Output frame with POC 22.
    [hevc @ 00000224a74a5000] Decoded frame with POC 18.
    [libx264 @ 00000224a6ee6bc0] frame= 122 QP=22.99 NAL=2 Slice:B Poc:242 I:16   P:2490 SKIP:29894 size=2098 bytes
    [hevc @ 00000224a74bcf00] Decoded frame with POC 19.
    [hevc @ 00000224a6f42540] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] Decoding SEI
    [hevc @ 00000224a6f42540] Output frame with POC 23.
    [libx264 @ 00000224a6ee6bc0] frame= 123 QP=26.00 NAL=0 Slice:B Poc:244 I:5    P:1213 SKIP:31182 size=1162 bytes
    [hevc @ 00000224a6f42d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] Decoding SEI
    [hevc @ 00000224a6f42d40] Output frame with POC 24.
    [libx264 @ 00000224a6ee6bc0] frame= 124 QP=25.13 NAL=2 Slice:P Poc:252 I:120  P:2964 SKIP:29316 size=7780 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a6efc9c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] Decoding SEI
    [hevc @ 00000224a6efc9c0] Output frame with POC 25.
    [hevc @ 00000224a74ad000] Decoded frame with POC 17.
    [hevc @ 00000224a74c70c0] Decoded frame with POC 22.
    [libx264 @ 00000224a6ee6bc0] frame= 125 QP=24.40 NAL=2 Slice:B Poc:248 I:19   P:2071 SKIP:30310 size=1793 bytes
    [hevc @ 00000224a7b1aa00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] Decoding SEI
    [hevc @ 00000224a7b1aa00] Output frame with POC 26.
    [hevc @ 00000224a73c6780] Decoded frame with POC 21.
    [libx264 @ 00000224a6ee6bc0] frame= 126 QP=26.00 NAL=0 Slice:B Poc:250 I:13   P:382  SKIP:32005 size=662 bytes
    [hevc @ 00000224a7bf5d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] Decoding SEI
    [hevc @ 00000224a7bf5d40] Output frame with POC 27.
    [libx264 @ 00000224a6ee6bc0] frame= 127 QP=24.80 NAL=2 Slice:P Poc:258 I:122  P:2419 SKIP:29859 size=6706 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] Decoding SEI
    [hevc @ 00000224a7cbc1c0] Output frame with POC 28.
    [libx264 @ 00000224a6ee6bc0] frame= 128 QP=25.80 NAL=2 Slice:B Poc:254 I:19   P:1597 SKIP:30784 size=1562 bytes
    [hevc @ 00000224a7d82640] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] Decoding SEI
    [hevc @ 00000224a7d82640] Output frame with POC 29.
    [hevc @ 00000224a74c5e40] Decoded frame with POC 20.
    [libx264 @ 00000224a6ee6bc0] frame= 129 QP=25.68 NAL=0 Slice:B Poc:256 I:18   P:648  SKIP:31734 size=825 bytes
    [hevc @ 00000224a7e48ac0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] Decoding SEI
    [hevc @ 00000224a7e48ac0] Output frame with POC 30.
    [libx264 @ 00000224a6ee6bc0] frame= 130 QP=27.49 NAL=2 Slice:P Poc:270 I:1851 P:2465 SKIP:28084 size=37898 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7494fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] Decoding SEI
    [hevc @ 00000224a7494fc0] Output frame with POC 31.
    [libx264 @ 00000224a6ee6bc0] frame= 131 QP=24.32 NAL=2 Slice:B Poc:264 I:21   P:1842 SKIP:30537 size=2037 bytes
    [hevc @ 00000224a74a5000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] Decoding SEI
    [hevc @ 00000224a74a5000] Output frame with POC 32.
    [hevc @ 00000224a6f42040] Decoded frame with POC 25.
    frame=  132 fps= 21 q=33.0 size=    1280KiB time=00:00:02.16 bitrate=4839.8kbits/s speed=0.35x    
    [hevc @ 00000224a6f42540] Decoded frame with POC 23.
    [hevc @ 00000224a6f42d40] Decoded frame with POC 24.
    [hevc @ 00000224a6efc9c0] Decoded frame with POC 28.
    [hevc @ 00000224a7bf5d40] Decoded frame with POC 27.
    [hevc @ 00000224a7cbc1c0] Decoded frame with POC 31.
    [hevc @ 00000224a7d82640] Decoded frame with POC 29.
    [hevc @ 00000224a7e48ac0] Decoded frame with POC 30.
    [hevc @ 00000224a7b1aa00] Decoded frame with POC 26.
    [libx264 @ 00000224a6ee6bc0] frame= 132 QP=22.80 NAL=0 Slice:B Poc:260 I:26   P:1635 SKIP:30739 size=1469 bytes
    [hevc @ 00000224a74ad000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] Decoding SEI
    [hevc @ 00000224a74ad000] Output frame with POC 33.
    [libx264 @ 00000224a6ee6bc0] frame= 133 QP=24.08 NAL=0 Slice:B Poc:262 I:10   P:711  SKIP:31679 size=832 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a74bcf00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] Decoding SEI
    [hevc @ 00000224a74bcf00] Output frame with POC 34.
    [libx264 @ 00000224a6ee6bc0] frame= 134 QP=26.00 NAL=0 Slice:B Poc:266 I:11   P:662  SKIP:31727 size=731 bytes
    [hevc @ 00000224a74c70c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] Decoding SEI
    [hevc @ 00000224a74c70c0] Output frame with POC 35.
    [hevc @ 00000224a7494fc0] Decoded frame with POC 34.
    [hevc @ 00000224a74a5000] Decoded frame with POC 32.
    [libx264 @ 00000224a6ee6bc0] frame= 135 QP=26.45 NAL=0 Slice:B Poc:268 I:31   P:1329 SKIP:31040 size=1533 bytes
    [hevc @ 00000224a74c5e40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] Decoding SEI
    [hevc @ 00000224a74c5e40] Output frame with POC 36.
    [libx264 @ 00000224a6ee6bc0] frame= 136 QP=29.11 NAL=2 Slice:P Poc:274 I:2921 P:2230 SKIP:27249 size=15176 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a73c6780] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] Decoding SEI
    [hevc @ 00000224a73c6780] Output frame with POC 37.
    [libx264 @ 00000224a6ee6bc0] frame= 137 QP=32.39 NAL=0 Slice:B Poc:272 I:35   P:1339 SKIP:31026 size=1802 bytes
    [hevc @ 00000224a6f42040] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] Decoding SEI
    [hevc @ 00000224a6f42040] Output frame with POC 38.
    [hevc @ 00000224a74ad000] Decoded frame with POC 33.
    [hevc @ 00000224a74bcf00] Decoded frame with POC 36.
    [libx264 @ 00000224a6ee6bc0] frame= 138 QP=28.13 NAL=2 Slice:P Poc:276 I:8254 P:2181 SKIP:21965 size=27276 bytes
    [hevc @ 00000224a6f42540] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] Decoding SEI
    [hevc @ 00000224a6f42540] Output frame with POC 39.
    [hevc @ 00000224a74c70c0] Decoded frame with POC 35.
    [hevc @ 00000224a74c5e40] Decoded frame with POC 37.
    [hevc @ 00000224a73c6780] Decoded frame with POC 38.
    [hevc @ 00000224a6f42040] Decoded frame with POC 39.
    [libx264 @ 00000224a6ee6bc0] frame= 139 QP=28.64 NAL=2 Slice:P Poc:278 I:5596 P:5665 SKIP:21139 size=51383 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a6f42d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] Decoding SEI
    [hevc @ 00000224a6f42d40] Output frame with POC 40.
    [hevc @ 00000224a6f42540] Decoded frame with POC 40.
    [libx264 @ 00000224a6ee6bc0] frame= 140 QP=27.50 NAL=2 Slice:P Poc:282 I:3580 P:6784 SKIP:22036 size=44590 bytes
    [hevc @ 00000224a6efc9c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] Decoding SEI
    [hevc @ 00000224a6efc9c0] Output frame with POC 41.
    [libx264 @ 00000224a6ee6bc0] frame= 141 QP=31.06 NAL=0 Slice:B Poc:280 I:2207 P:2928 SKIP:27265 size=10703 bytes
    [hevc @ 00000224a7b1aa00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] Decoding SEI
    [hevc @ 00000224a7b1aa00] Output frame with POC 42.
    [libx264 @ 00000224a6ee6bc0] frame= 142 QP=26.89 NAL=2 Slice:P Poc:288 I:3529 P:5124 SKIP:23747 size=25031 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7bf5d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] Decoding SEI
    [hevc @ 00000224a7bf5d40] Output frame with POC 43.
    [hevc @ 00000224a6f42d40] Decoded frame with POC 41.
    [libx264 @ 00000224a6ee6bc0] frame= 143 QP=27.63 NAL=2 Slice:B Poc:284 I:829  P:3722 SKIP:27849 size=7224 bytes
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] Decoding SEI
    [hevc @ 00000224a7cbc1c0] Output frame with POC 44.
    frame=  144 fps= 21 q=33.0 size=    1280KiB time=00:00:02.36 bitrate=4430.8kbits/s speed=0.353x    
    [libx264 @ 00000224a6ee6bc0] frame= 144 QP=28.99 NAL=0 Slice:B Poc:286 I:601  P:2181 SKIP:29618 size=5264 bytes
    [hevc @ 00000224a7d82640] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] Decoding SEI
    [hevc @ 00000224a7d82640] Output frame with POC 45.
    [libx264 @ 00000224a6ee6bc0] frame= 145 QP=26.69 NAL=2 Slice:P Poc:294 I:3444 P:4278 SKIP:24678 size=25143 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7e48ac0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] Decoding SEI
    [hevc @ 00000224a7e48ac0] Output frame with POC 46.
    [hevc @ 00000224a6efc9c0] Decoded frame with POC 42.
    [libx264 @ 00000224a6ee6bc0] frame= 146 QP=29.72 NAL=2 Slice:B Poc:290 I:838  P:3702 SKIP:27860 size=7382 bytes
    [hevc @ 00000224a7494fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] Decoding SEI
    [hevc @ 00000224a7494fc0] Output frame with POC 47.
    [hevc @ 00000224a7b1aa00] Decoded frame with POC 43.
    [libx264 @ 00000224a6ee6bc0] frame= 147 QP=29.52 NAL=0 Slice:B Poc:292 I:217  P:2236 SKIP:29947 size=4481 bytes
    [hevc @ 00000224a74a5000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] Decoding SEI
    [hevc @ 00000224a74a5000] Output frame with POC 48.
    [libx264 @ 00000224a6ee6bc0] frame= 148 QP=25.86 NAL=2 Slice:P Poc:300 I:765  P:4348 SKIP:27287 size=15862 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a74ad000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] Decoding SEI
    [hevc @ 00000224a74ad000] Output frame with POC 49.
    [hevc @ 00000224a7bf5d40] Decoded frame with POC 44.
    [libx264 @ 00000224a6ee6bc0] frame= 149 QP=26.82 NAL=2 Slice:B Poc:296 I:33   P:3350 SKIP:29017 size=2593 bytes
    [hevc @ 00000224a74bcf00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] Decoding SEI
    [hevc @ 00000224a74bcf00] Output frame with POC 50.
    [libx264 @ 00000224a6ee6bc0] frame= 150 QP=25.00 NAL=0 Slice:B Poc:298 I:13   P:1297 SKIP:31090 size=1211 bytes
    [hevc @ 00000224a74c70c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] Decoding SEI
    [hevc @ 00000224a74c70c0] Output frame with POC 51.
    [libx264 @ 00000224a6ee6bc0] frame= 151 QP=26.77 NAL=2 Slice:P Poc:306 I:416  P:3192 SKIP:28792 size=8740 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a74c5e40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] Decoding SEI
    [hevc @ 00000224a74c5e40] Output frame with POC 52.
    [hevc @ 00000224a7cbc1c0] Decoded frame with POC 45.
    [libx264 @ 00000224a6ee6bc0] frame= 152 QP=22.48 NAL=2 Slice:B Poc:302 I:32   P:2796 SKIP:29572 size=2105 bytes
    [hevc @ 00000224a73c6780] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] Decoding SEI
    [hevc @ 00000224a73c6780] Output frame with POC 53.
    [hevc @ 00000224a7d82640] Decoded frame with POC 46.
    [hevc @ 00000224a7e48ac0] Decoded frame with POC 48.
    [hevc @ 00000224a7494fc0] Decoded frame with POC 47.
    [hevc @ 00000224a74a5000] Decoded frame with POC 50.
    [hevc @ 00000224a74ad000] Decoded frame with POC 49.
    [hevc @ 00000224a74bcf00] Decoded frame with POC 52.
    [hevc @ 00000224a74c5e40] Decoded frame with POC 53.
    [hevc @ 00000224a74c70c0] Decoded frame with POC 51.
    [hevc @ 00000224a73c6780] Decoded frame with POC 54.
    [libx264 @ 00000224a6ee6bc0] frame= 153 QP=26.00 NAL=0 Slice:B Poc:304 I:19   P:656  SKIP:31725 size=855 bytes
    [hevc @ 00000224a6f42040] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] Decoding SEI
    [hevc @ 00000224a6f42040] Output frame with POC 54.
    [libx264 @ 00000224a6ee6bc0] frame= 154 QP=26.89 NAL=2 Slice:P Poc:312 I:342  P:2765 SKIP:29293 size=7131 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a6f42540] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] Decoding SEI
    [hevc @ 00000224a6f42540] Output frame with POC 55.
    [libx264 @ 00000224a6ee6bc0] frame= 155 QP=23.34 NAL=2 Slice:B Poc:308 I:22   P:2338 SKIP:30040 size=1867 bytes
    [hevc @ 00000224a6f42d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] Decoding SEI
    [hevc @ 00000224a6f42d40] Output frame with POC 56.
    [hevc @ 00000224a6f42040] Decoded frame with POC 55.
    [hevc @ 00000224a6f42540] Decoded frame with POC 56.
    [hevc @ 00000224a6f42d40] Decoded frame with POC 58.
    [libx264 @ 00000224a6ee6bc0] frame= 156 QP=26.00 NAL=0 Slice:B Poc:310 I:13   P:439  SKIP:31948 size=691 bytes
    [hevc @ 00000224a6efc9c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] Decoding SEI
    [hevc @ 00000224a6efc9c0] Output frame with POC 57.
    [libx264 @ 00000224a6ee6bc0] frame= 157 QP=26.08 NAL=2 Slice:P Poc:318 I:331  P:2257 SKIP:29812 size=5477 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7b1aa00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] Decoding SEI
    [hevc @ 00000224a7b1aa00] Output frame with POC 58.
    [libx264 @ 00000224a6ee6bc0] frame= 158 QP=24.32 NAL=2 Slice:B Poc:314 I:18   P:1950 SKIP:30432 size=1658 bytes
    [hevc @ 00000224a7bf5d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] Decoding SEI
    [hevc @ 00000224a7bf5d40] Output frame with POC 59.
    frame=  159 fps= 22 q=33.0 size=    1536KiB time=00:00:02.61 bitrate=4808.9kbits/s speed=0.363x    
    [hevc @ 00000224a7b1aa00] Decoded frame with POC 60.
    [hevc @ 00000224a6efc9c0] Decoded frame with POC 57.
    [hevc @ 00000224a7bf5d40] Decoded frame with POC 59.
    [libx264 @ 00000224a6ee6bc0] frame= 159 QP=25.82 NAL=0 Slice:B Poc:316 I:15   P:546  SKIP:31839 size=790 bytes
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] Decoding SEI
    [hevc @ 00000224a7cbc1c0] Output frame with POC 60.
    [libx264 @ 00000224a6ee6bc0] frame= 160 QP=26.75 NAL=2 Slice:P Poc:324 I:267  P:1812 SKIP:30321 size=4619 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7d82640] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] Decoding SEI
    [hevc @ 00000224a7d82640] Output frame with POC 61.
    [libx264 @ 00000224a6ee6bc0] frame= 161 QP=22.85 NAL=2 Slice:B Poc:320 I:27   P:1615 SKIP:30758 size=1481 bytes
    [hevc @ 00000224a7e48ac0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] Decoding SEI
    [hevc @ 00000224a7e48ac0] Output frame with POC 62.
    [hevc @ 00000224a7cbc1c0] Decoded frame with POC 62.
    [hevc @ 00000224a7d82640] Decoded frame with POC 61.
    [hevc @ 00000224a7e48ac0] Decoded frame with POC 64.
    [libx264 @ 00000224a6ee6bc0] frame= 162 QP=25.14 NAL=0 Slice:B Poc:322 I:13   P:388  SKIP:31999 size=616 bytes
    [hevc @ 00000224a7494fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] Decoding SEI
    [hevc @ 00000224a7494fc0] Output frame with POC 63.
    [libx264 @ 00000224a6ee6bc0] frame= 163 QP=26.29 NAL=2 Slice:P Poc:330 I:313  P:1542 SKIP:30545 size=4035 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a74a5000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] Decoding SEI
    [hevc @ 00000224a74a5000] Output frame with POC 64.
    [libx264 @ 00000224a6ee6bc0] frame= 164 QP=24.03 NAL=2 Slice:B Poc:326 I:18   P:1409 SKIP:30973 size=1329 bytes
    [hevc @ 00000224a74ad000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] Decoding SEI
    [hevc @ 00000224a74ad000] Output frame with POC 65.
    [hevc @ 00000224a74a5000] Decoded frame with POC 66.
    [hevc @ 00000224a7494fc0] Decoded frame with POC 63.
    [hevc @ 00000224a74ad000] Decoded frame with POC 65.
    [libx264 @ 00000224a6ee6bc0] frame= 165 QP=25.76 NAL=0 Slice:B Poc:328 I:11   P:446  SKIP:31943 size=673 bytes
    [hevc @ 00000224a74bcf00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] Decoding SEI
    [hevc @ 00000224a74bcf00] Output frame with POC 66.
    [libx264 @ 00000224a6ee6bc0] frame= 166 QP=26.02 NAL=2 Slice:P Poc:336 I:244  P:1064 SKIP:31092 size=2920 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a74c70c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] Decoding SEI
    [hevc @ 00000224a74c70c0] Output frame with POC 67.
    [libx264 @ 00000224a6ee6bc0] frame= 167 QP=23.55 NAL=2 Slice:B Poc:332 I:19   P:1084 SKIP:31297 size=1189 bytes
    [hevc @ 00000224a74c5e40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] Decoding SEI
    [hevc @ 00000224a74c5e40] Output frame with POC 68.
    [libx264 @ 00000224a6ee6bc0] frame= 168 QP=25.50 NAL=0 Slice:B Poc:334 I:14   P:337  SKIP:32049 size=603 bytes
    [hevc @ 00000224a73c6780] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] Decoding SEI
    [hevc @ 00000224a73c6780] Output frame with POC 69.
    [libx264 @ 00000224a6ee6bc0] frame= 169 QP=25.17 NAL=2 Slice:P Poc:342 I:224  P:706  SKIP:31470 size=2147 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a6f42040] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] Decoding SEI
    [hevc @ 00000224a6f42040] Output frame with POC 70.
    [libx264 @ 00000224a6ee6bc0] frame= 170 QP=24.02 NAL=2 Slice:B Poc:338 I:19   P:886  SKIP:31495 size=1098 bytes
    [hevc @ 00000224a6f42540] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] Decoding SEI
    [hevc @ 00000224a6f42540] Output frame with POC 71.
    [hevc @ 00000224a74bcf00] Decoded frame with POC 67.
    [hevc @ 00000224a74c70c0] Decoded frame with POC 69.
    [hevc @ 00000224a74c5e40] Decoded frame with POC 68.
    [hevc @ 00000224a73c6780] Decoded frame with POC 71.
    [hevc @ 00000224a6f42040] Decoded frame with POC 70.
    frame=  171 fps= 22 q=33.0 size=    1536KiB time=00:00:02.81 bitrate=4467.4kbits/s speed=0.364x    
    [hevc @ 00000224a6f42540] Decoded frame with POC 74.
    [libx264 @ 00000224a6ee6bc0] frame= 171 QP=26.00 NAL=0 Slice:B Poc:340 I:11   P:415  SKIP:31974 size=646 bytes
    [hevc @ 00000224a6f42d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] Decoding SEI
    [hevc @ 00000224a6f42d40] Output frame with POC 72.
    [hevc @ 00000224a6f42d40] Decoded frame with POC 72.
    frame=  172 fps= 21 q=33.0 size=    1536KiB time=00:00:02.83 bitrate=4441.2kbits/s speed=0.344x    
    frame=  172 fps= 20 q=33.0 size=    1536KiB time=00:00:02.83 bitrate=4441.2kbits/s speed=0.323x    
    frame=  172 fps= 19 q=33.0 size=    1536KiB time=00:00:02.83 bitrate=4441.2kbits/s speed=0.305x    
    [libx264 @ 00000224a6ee6bc0] frame= 172 QP=30.81 NAL=2 Slice:P Poc:356 I:27037 P:2810 SKIP:2553 size=126400 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a6efc9c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] Decoding SEI
    [hevc @ 00000224a6efc9c0] Output frame with POC 73.
    [libx264 @ 00000224a6ee6bc0] frame= 173 QP=31.54 NAL=2 Slice:B Poc:348 I:1501 P:17259 SKIP:13640 size=67617 bytes
    [hevc @ 00000224a7b1aa00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] Decoding SEI
    [hevc @ 00000224a7b1aa00] Output frame with POC 74.
    [libx264 @ 00000224a6ee6bc0] frame= 174 QP=24.74 NAL=0 Slice:B Poc:344 I:32   P:1665 SKIP:30703 size=1747 bytes
    [hevc @ 00000224a7bf5d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] Decoding SEI
    [hevc @ 00000224a7bf5d40] Output frame with POC 75.
    [libx264 @ 00000224a6ee6bc0] frame= 175 QP=33.73 NAL=0 Slice:B Poc:346 I:1064 P:12253 SKIP:19083 size=46363 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] Decoding SEI
    [hevc @ 00000224a7cbc1c0] Output frame with POC 76.
    [libx264 @ 00000224a6ee6bc0] frame= 176 QP=33.29 NAL=0 Slice:B Poc:350 I:434  P:8982 SKIP:22984 size=17625 bytes
    [hevc @ 00000224a7d82640] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] Decoding SEI
    [hevc @ 00000224a7d82640] Output frame with POC 77.
    [libx264 @ 00000224a6ee6bc0] frame= 177 QP=34.60 NAL=0 Slice:B Poc:352 I:1338 P:16023 SKIP:15039 size=53368 bytes
    [hevc @ 00000224a7e48ac0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] Decoding SEI
    [hevc @ 00000224a7e48ac0] Output frame with POC 78.
    [hevc @ 00000224a6efc9c0] Decoded frame with POC 73.
    [libx264 @ 00000224a6ee6bc0] frame= 178 QP=34.33 NAL=0 Slice:B Poc:354 I:1328 P:9086 SKIP:21986 size=23781 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7494fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] Decoding SEI
    [hevc @ 00000224a7494fc0] Output frame with POC 79.
    [libx264 @ 00000224a6ee6bc0] frame= 179 QP=30.77 NAL=2 Slice:P Poc:362 I:14736 P:13423 SKIP:4241 size=105099 bytes
    [hevc @ 00000224a74a5000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] Decoding SEI
    [hevc @ 00000224a74a5000] Output frame with POC 80.
    [hevc @ 00000224a7b1aa00] Decoded frame with POC 77.
    [hevc @ 00000224a7bf5d40] Decoded frame with POC 75.
    [hevc @ 00000224a7cbc1c0] Decoded frame with POC 76.
    [hevc @ 00000224a7d82640] Decoded frame with POC 80.
    [hevc @ 00000224a7e48ac0] Decoded frame with POC 78.
    [hevc @ 00000224a7494fc0] Decoded frame with POC 79.
    [libx264 @ 00000224a6ee6bc0] frame= 180 QP=33.05 NAL=2 Slice:B Poc:358 I:1254 P:10765 SKIP:20381 size=26159 bytes
    [hevc @ 00000224a74ad000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] Decoding SEI
    [hevc @ 00000224a74ad000] Output frame with POC 81.
    [hevc @ 00000224a74a5000] Decoded frame with POC 83.
    [libx264 @ 00000224a6ee6bc0] frame= 181 QP=35.23 NAL=0 Slice:B Poc:360 I:812  P:8309 SKIP:23279 size=18101 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a74bcf00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] Decoding SEI
    [hevc @ 00000224a74bcf00] Output frame with POC 82.
    [libx264 @ 00000224a6ee6bc0] frame= 182 QP=29.97 NAL=2 Slice:P Poc:370 I:14180 P:14641 SKIP:3579 size=115749 bytes
    [hevc @ 00000224a74c70c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] Decoding SEI
    [hevc @ 00000224a74c70c0] Output frame with POC 83.
    [hevc @ 00000224a74ad000] Decoded frame with POC 81.
    [hevc @ 00000224a74bcf00] Decoded frame with POC 82.
    [libx264 @ 00000224a6ee6bc0] frame= 183 QP=32.02 NAL=2 Slice:B Poc:366 I:2036 P:18551 SKIP:11813 size=59821 bytes
    [hevc @ 00000224a74c70c0] Decoded frame with POC 86.
    [hevc @ 00000224a74c5e40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] Decoding SEI
    [hevc @ 00000224a74c5e40] Output frame with POC 84.
    [libx264 @ 00000224a6ee6bc0] frame= 184 QP=32.82 NAL=0 Slice:B Poc:364 I:707  P:12718 SKIP:18975 size=27088 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a73c6780] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] Decoding SEI
    [hevc @ 00000224a73c6780] Output frame with POC 85.
    [libx264 @ 00000224a6ee6bc0] frame= 185 QP=33.56 NAL=0 Slice:B Poc:368 I:694  P:13758 SKIP:17948 size=24428 bytes
    [hevc @ 00000224a6f42040] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] Decoding SEI
    [hevc @ 00000224a6f42040] Output frame with POC 86.
    [hevc @ 00000224a74c5e40] Decoded frame with POC 84.
    [hevc @ 00000224a73c6780] Decoded frame with POC 85.
    [hevc @ 00000224a6f42040] Decoded frame with POC 89.
    [libx264 @ 00000224a6ee6bc0] frame= 186 QP=28.69 NAL=2 Slice:P Poc:376 I:12795 P:16258 SKIP:3347 size=133441 bytes
    [hevc @ 00000224a6f42540] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] Decoding SEI
    [hevc @ 00000224a6f42540] Output frame with POC 87.
    [libx264 @ 00000224a6ee6bc0] frame= 187 QP=32.24 NAL=2 Slice:B Poc:372 I:990  P:15064 SKIP:16346 size=34308 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a6f42d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] Decoding SEI
    [hevc @ 00000224a6f42d40] Output frame with POC 88.
    frame=  188 fps= 19 q=33.0 size=    2304KiB time=00:00:03.10 bitrate=6088.6kbits/s speed=0.316x    
    [libx264 @ 00000224a6ee6bc0] frame= 188 QP=32.74 NAL=0 Slice:B Poc:374 I:655  P:11389 SKIP:20356 size=21638 bytes
    [hevc @ 00000224a6efc9c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] Decoding SEI
    [hevc @ 00000224a6efc9c0] Output frame with POC 89.
    [hevc @ 00000224a6f42d40] Decoded frame with POC 88.
    [hevc @ 00000224a6f42540] Decoded frame with POC 87.
    [hevc @ 00000224a6efc9c0] Decoded frame with POC 92.
    frame=  189 fps= 18 q=33.0 size=    2304KiB time=00:00:03.11 bitrate=6056.1kbits/s speed=0.302x    
    [libx264 @ 00000224a6ee6bc0] frame= 189 QP=26.81 NAL=2 Slice:P Poc:382 I:15087 P:12747 SKIP:4566 size=293098 bytes
    [hevc @ 00000224a7b1aa00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] Decoding SEI
    [hevc @ 00000224a7b1aa00] Output frame with POC 90.
    [libx264 @ 00000224a6ee6bc0] frame= 190 QP=31.11 NAL=2 Slice:B Poc:378 I:241  P:8650 SKIP:23509 size=13806 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7bf5d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] Decoding SEI
    [hevc @ 00000224a7bf5d40] Output frame with POC 91.
    [hevc @ 00000224a7b1aa00] Decoded frame with POC 90.
    [libx264 @ 00000224a6ee6bc0] frame= 191 QP=27.71 NAL=0 Slice:B Poc:380 I:204  P:8551 SKIP:23645 size=9286 bytes
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] Decoding SEI
    [hevc @ 00000224a7cbc1c0] Output frame with POC 92.
    [libx264 @ 00000224a6ee6bc0] frame= 192 QP=24.48 NAL=2 Slice:P Poc:386 I:1071 P:12857 SKIP:18472 size=64745 bytes
    [hevc @ 00000224a7d82640] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] Decoding SEI
    [hevc @ 00000224a7d82640] Output frame with POC 93.
    [libx264 @ 00000224a6ee6bc0] frame= 193 QP=30.42 NAL=0 Slice:B Poc:384 I:23   P:5246 SKIP:27131 size=3659 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7e48ac0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] Decoding SEI
    [hevc @ 00000224a7e48ac0] Output frame with POC 94.
    [libx264 @ 00000224a6ee6bc0] frame= 194 QP=25.58 NAL=2 Slice:P Poc:398 I:2002 P:17143 SKIP:13255 size=85176 bytes
    [hevc @ 00000224a7494fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] Decoding SEI
    [hevc @ 00000224a7494fc0] Output frame with POC 95.
    [hevc @ 00000224a7bf5d40] Decoded frame with POC 91.
    [hevc @ 00000224a7cbc1c0] Decoded frame with POC 95.
    [libx264 @ 00000224a6ee6bc0] frame= 195 QP=24.14 NAL=2 Slice:B Poc:392 I:104  P:4911 SKIP:27385 size=4923 bytes
    [hevc @ 00000224a74a5000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] Decoding SEI
    [hevc @ 00000224a74a5000] Output frame with POC 96.
    [hevc @ 00000224a7d82640] Decoded frame with POC 93.
    [libx264 @ 00000224a6ee6bc0] frame= 196 QP=25.57 NAL=0 Slice:B Poc:388 I:43   P:7998 SKIP:24359 size=6577 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a74ad000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] Decoding SEI
    [hevc @ 00000224a74ad000] Output frame with POC 97.
    [hevc @ 00000224a7e48ac0] Decoded frame with POC 94.
    [libx264 @ 00000224a6ee6bc0] frame= 197 QP=25.75 NAL=0 Slice:B Poc:390 I:33   P:2791 SKIP:29576 size=2729 bytes
    [hevc @ 00000224a74bcf00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] Decoding SEI
    [hevc @ 00000224a74bcf00] Output frame with POC 98.
    [libx264 @ 00000224a6ee6bc0] frame= 198 QP=26.00 NAL=0 Slice:B Poc:394 I:15   P:1551 SKIP:30834 size=1791 bytes
    [hevc @ 00000224a74c70c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] Decoding SEI
    [hevc @ 00000224a74c70c0] Output frame with POC 99.
    [libx264 @ 00000224a6ee6bc0] frame= 199 QP=26.57 NAL=0 Slice:B Poc:396 I:22   P:1811 SKIP:30567 size=1924 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a74c5e40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] Decoding SEI
    [hevc @ 00000224a74c5e40] Output frame with POC 100.
    [libx264 @ 00000224a6ee6bc0] frame= 200 QP=24.97 NAL=2 Slice:P Poc:404 I:668  P:6018 SKIP:25714 size=20219 bytes
    [hevc @ 00000224a73c6780] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] Decoding SEI
    [hevc @ 00000224a73c6780] Output frame with POC 101.
    frame=  201 fps= 19 q=33.0 size=    2816KiB time=00:00:03.31 bitrate=6955.5kbits/s speed=0.306x    
    [hevc @ 00000224a7494fc0] Decoded frame with POC 98.
    [hevc @ 00000224a74a5000] Decoded frame with POC 96.
    [libx264 @ 00000224a6ee6bc0] frame= 201 QP=24.49 NAL=2 Slice:B Poc:400 I:31   P:5391 SKIP:26978 size=3450 bytes
    [hevc @ 00000224a6f42040] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] Decoding SEI
    [hevc @ 00000224a6f42040] Output frame with POC 102.
    [libx264 @ 00000224a6ee6bc0] frame= 202 QP=25.73 NAL=0 Slice:B Poc:402 I:18   P:1822 SKIP:30560 size=1648 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a6f42540] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] Decoding SEI
    [hevc @ 00000224a6f42540] Output frame with POC 103.
    [hevc @ 00000224a74ad000] Decoded frame with POC 97.
    [hevc @ 00000224a74bcf00] Decoded frame with POC 101.
    [hevc @ 00000224a74c70c0] Decoded frame with POC 99.
    [hevc @ 00000224a74c5e40] Decoded frame with POC 100.
    [hevc @ 00000224a73c6780] Decoded frame with POC 104.
    [hevc @ 00000224a6f42540] Decoded frame with POC 103.
    [hevc @ 00000224a6f42040] Decoded frame with POC 102.
    [libx264 @ 00000224a6ee6bc0] frame= 203 QP=24.68 NAL=2 Slice:P Poc:410 I:643  P:4341 SKIP:27416 size=14554 bytes
    [hevc @ 00000224a6f42d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] Decoding SEI
    [hevc @ 00000224a6f42d40] Output frame with POC 104.
    [libx264 @ 00000224a6ee6bc0] frame= 204 QP=23.02 NAL=2 Slice:B Poc:406 I:27   P:4052 SKIP:28321 size=2911 bytes
    [hevc @ 00000224a6efc9c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] Decoding SEI
    [hevc @ 00000224a6efc9c0] Output frame with POC 105.
    [libx264 @ 00000224a6ee6bc0] frame= 205 QP=23.00 NAL=0 Slice:B Poc:408 I:25   P:713  SKIP:31662 size=990 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7b1aa00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] Decoding SEI
    [hevc @ 00000224a7b1aa00] Output frame with POC 106.
    [libx264 @ 00000224a6ee6bc0] frame= 206 QP=24.00 NAL=2 Slice:P Poc:416 I:618  P:3889 SKIP:27893 size=12697 bytes
    [hevc @ 00000224a7bf5d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] Decoding SEI
    [hevc @ 00000224a7bf5d40] Output frame with POC 107.
    [hevc @ 00000224a6f42d40] Decoded frame with POC 107.
    [hevc @ 00000224a6efc9c0] Decoded frame with POC 105.
    [hevc @ 00000224a7b1aa00] Decoded frame with POC 106.
    [hevc @ 00000224a7bf5d40] Decoded frame with POC 110.
    [libx264 @ 00000224a6ee6bc0] frame= 207 QP=21.16 NAL=2 Slice:B Poc:412 I:35   P:3686 SKIP:28679 size=2722 bytes
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] Decoding SEI
    [hevc @ 00000224a7cbc1c0] Output frame with POC 108.
    [libx264 @ 00000224a6ee6bc0] frame= 208 QP=25.40 NAL=0 Slice:B Poc:414 I:17   P:638  SKIP:31745 size=893 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7d82640] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] Decoding SEI
    [hevc @ 00000224a7d82640] Output frame with POC 109.
    [libx264 @ 00000224a6ee6bc0] frame= 209 QP=23.07 NAL=2 Slice:P Poc:422 I:605  P:4043 SKIP:27752 size=14568 bytes
    [hevc @ 00000224a7e48ac0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] Decoding SEI
    [hevc @ 00000224a7e48ac0] Output frame with POC 110.
    [hevc @ 00000224a7cbc1c0] Decoded frame with POC 108.
    [hevc @ 00000224a7d82640] Decoded frame with POC 109.
    frame=  210 fps= 19 q=33.0 size=    2816KiB time=00:00:03.46 bitrate=6654.5kbits/s speed=0.306x    
    [hevc @ 00000224a7e48ac0] Decoded frame with POC 113.
    [libx264 @ 00000224a6ee6bc0] frame= 210 QP=25.43 NAL=2 Slice:B Poc:418 I:20   P:3844 SKIP:28536 size=2718 bytes
    [hevc @ 00000224a7494fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] Decoding SEI
    [hevc @ 00000224a7494fc0] Output frame with POC 111.
    [libx264 @ 00000224a6ee6bc0] frame= 211 QP=26.00 NAL=0 Slice:B Poc:420 I:11   P:814  SKIP:31575 size=1001 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a74a5000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] Decoding SEI
    [hevc @ 00000224a74a5000] Output frame with POC 112.
    [hevc @ 00000224a7494fc0] Decoded frame with POC 111.
    [hevc @ 00000224a74a5000] Decoded frame with POC 112.
    [libx264 @ 00000224a6ee6bc0] frame= 212 QP=25.63 NAL=2 Slice:P Poc:434 I:1993 P:15724 SKIP:14683 size=68638 bytes
    [hevc @ 00000224a74ad000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] Decoding SEI
    [hevc @ 00000224a74ad000] Output frame with POC 113.
    [libx264 @ 00000224a6ee6bc0] frame= 213 QP=20.77 NAL=2 Slice:B Poc:428 I:89   P:4723 SKIP:27588 size=4031 bytes
    [hevc @ 00000224a74bcf00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] Decoding SEI
    [hevc @ 00000224a74bcf00] Output frame with POC 114.
    [libx264 @ 00000224a6ee6bc0] frame= 214 QP=27.62 NAL=0 Slice:B Poc:424 I:68   P:7056 SKIP:25276 size=5754 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a74c70c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] Decoding SEI
    [hevc @ 00000224a74c70c0] Output frame with POC 115.
    [hevc @ 00000224a74ad000] Decoded frame with POC 116.
    [hevc @ 00000224a74c70c0] Decoded frame with POC 115.
    [hevc @ 00000224a74bcf00] Decoded frame with POC 114.
    [libx264 @ 00000224a6ee6bc0] frame= 215 QP=26.00 NAL=0 Slice:B Poc:426 I:21   P:2131 SKIP:30248 size=1813 bytes
    [hevc @ 00000224a74c5e40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] Decoding SEI
    [hevc @ 00000224a74c5e40] Output frame with POC 116.
    [libx264 @ 00000224a6ee6bc0] frame= 216 QP=26.00 NAL=0 Slice:B Poc:430 I:14   P:757  SKIP:31629 size=1003 bytes
    [hevc @ 00000224a73c6780] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] Decoding SEI
    [hevc @ 00000224a73c6780] Output frame with POC 117.
    [libx264 @ 00000224a6ee6bc0] frame= 217 QP=22.98 NAL=0 Slice:B Poc:432 I:14   P:1550 SKIP:30836 size=1582 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a6f42040] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] Decoding SEI
    [hevc @ 00000224a6f42040] Output frame with POC 118.
    [libx264 @ 00000224a6ee6bc0] frame= 218 QP=25.39 NAL=2 Slice:P Poc:440 I:637  P:4989 SKIP:26774 size=15741 bytes
    [hevc @ 00000224a6f42540] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] Decoding SEI
    [hevc @ 00000224a6f42540] Output frame with POC 119.
    [hevc @ 00000224a74c5e40] Decoded frame with POC 119.
    [hevc @ 00000224a6f42040] Decoded frame with POC 118.
    [hevc @ 00000224a73c6780] Decoded frame with POC 117.
    [hevc @ 00000224a6f42540] Decoded frame with POC 122.
    [libx264 @ 00000224a6ee6bc0] frame= 219 QP=20.93 NAL=2 Slice:B Poc:436 I:52   P:4507 SKIP:27841 size=3139 bytes
    [hevc @ 00000224a6f42d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] Decoding SEI
    [hevc @ 00000224a6f42d40] Output frame with POC 120.
    [libx264 @ 00000224a6ee6bc0] frame= 220 QP=26.00 NAL=0 Slice:B Poc:438 I:17   P:1071 SKIP:31312 size=1185 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a6efc9c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] Decoding SEI
    [hevc @ 00000224a6efc9c0] Output frame with POC 121.
    [libx264 @ 00000224a6ee6bc0] frame= 221 QP=25.49 NAL=2 Slice:P Poc:446 I:499  P:3290 SKIP:28611 size=9752 bytes
    [hevc @ 00000224a7b1aa00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] Decoding SEI
    [hevc @ 00000224a7b1aa00] Output frame with POC 122.
    frame=  222 fps= 19 q=33.0 size=    3072KiB time=00:00:03.66 bitrate=6863.5kbits/s speed=0.309x    
    [hevc @ 00000224a7b1aa00] Decoded frame with POC 125.
    [hevc @ 00000224a6f42d40] Decoded frame with POC 120.
    [hevc @ 00000224a6efc9c0] Decoded frame with POC 121.
    [libx264 @ 00000224a6ee6bc0] frame= 222 QP=21.96 NAL=2 Slice:B Poc:442 I:27   P:3241 SKIP:29132 size=2579 bytes
    [hevc @ 00000224a7bf5d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] Decoding SEI
    [hevc @ 00000224a7bf5d40] Output frame with POC 123.
    [libx264 @ 00000224a6ee6bc0] frame= 223 QP=25.00 NAL=0 Slice:B Poc:444 I:13   P:740  SKIP:31647 size=967 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] Decoding SEI
    [hevc @ 00000224a7cbc1c0] Output frame with POC 124.
    [hevc @ 00000224a7bf5d40] Decoded frame with POC 123.
    [hevc @ 00000224a7cbc1c0] Decoded frame with POC 124.
    [libx264 @ 00000224a6ee6bc0] frame= 224 QP=25.31 NAL=2 Slice:P Poc:452 I:480  P:2677 SKIP:29243 size=8131 bytes
    [hevc @ 00000224a7d82640] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] Decoding SEI
    [hevc @ 00000224a7d82640] Output frame with POC 125.
    [libx264 @ 00000224a6ee6bc0] frame= 225 QP=25.00 NAL=2 Slice:B Poc:448 I:23   P:2826 SKIP:29551 size=2314 bytes
    [hevc @ 00000224a7e48ac0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] Decoding SEI
    [hevc @ 00000224a7e48ac0] Output frame with POC 126.
    [libx264 @ 00000224a6ee6bc0] frame= 226 QP=25.00 NAL=0 Slice:B Poc:450 I:12   P:574  SKIP:31814 size=859 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7494fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] Decoding SEI
    [hevc @ 00000224a7494fc0] Output frame with POC 127.
    [libx264 @ 00000224a6ee6bc0] frame= 227 QP=25.33 NAL=2 Slice:P Poc:458 I:485  P:2391 SKIP:29524 size=7101 bytes
    [hevc @ 00000224a74a5000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] Decoding SEI
    [hevc @ 00000224a74a5000] Output frame with POC 128.
    [libx264 @ 00000224a6ee6bc0] frame= 228 QP=25.00 NAL=2 Slice:B Poc:454 I:17   P:2516 SKIP:29867 size=2162 bytes
    [hevc @ 00000224a74ad000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] Decoding SEI
    [hevc @ 00000224a74ad000] Output frame with POC 129.
    [hevc @ 00000224a7d82640] Decoded frame with POC 128.
    [hevc @ 00000224a74a5000] Decoded frame with POC 131.
    [hevc @ 00000224a7494fc0] Decoded frame with POC 127.
    [hevc @ 00000224a7e48ac0] Decoded frame with POC 126.
    [hevc @ 00000224a74ad000] Decoded frame with POC 129.
    [libx264 @ 00000224a6ee6bc0] frame= 229 QP=25.00 NAL=0 Slice:B Poc:456 I:25   P:452  SKIP:31923 size=776 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a74bcf00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] Decoding SEI
    [hevc @ 00000224a74bcf00] Output frame with POC 130.
    [libx264 @ 00000224a6ee6bc0] frame= 230 QP=25.06 NAL=2 Slice:P Poc:464 I:498  P:2169 SKIP:29733 size=6160 bytes
    [hevc @ 00000224a74c70c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] Decoding SEI
    [hevc @ 00000224a74c70c0] Output frame with POC 131.
    [libx264 @ 00000224a6ee6bc0] frame= 231 QP=25.00 NAL=2 Slice:B Poc:460 I:31   P:2136 SKIP:30233 size=1994 bytes
    [hevc @ 00000224a74c5e40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] Decoding SEI
    [hevc @ 00000224a74c5e40] Output frame with POC 132.
    frame=  232 fps= 19 q=33.0 size=    3072KiB time=00:00:03.83 bitrate=6565.1kbits/s speed=0.31x    
    [hevc @ 00000224a74bcf00] Decoded frame with POC 130.
    [hevc @ 00000224a74c70c0] Decoded frame with POC 134.
    [hevc @ 00000224a74c5e40] Decoded frame with POC 132.
    [libx264 @ 00000224a6ee6bc0] frame= 232 QP=25.00 NAL=0 Slice:B Poc:462 I:28   P:459  SKIP:31913 size=767 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a73c6780] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] Decoding SEI
    [hevc @ 00000224a73c6780] Output frame with POC 133.
    [libx264 @ 00000224a6ee6bc0] frame= 233 QP=24.70 NAL=2 Slice:P Poc:470 I:502  P:1988 SKIP:29910 size=5590 bytes
    [hevc @ 00000224a6f42040] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] Decoding SEI
    [hevc @ 00000224a6f42040] Output frame with POC 134.
    [libx264 @ 00000224a6ee6bc0] frame= 234 QP=22.61 NAL=2 Slice:B Poc:466 I:44   P:2050 SKIP:30306 size=2008 bytes
    [hevc @ 00000224a6f42540] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] Decoding SEI
    [hevc @ 00000224a6f42540] Output frame with POC 135.
    [libx264 @ 00000224a6ee6bc0] frame= 235 QP=25.00 NAL=0 Slice:B Poc:468 I:35   P:355  SKIP:32010 size=713 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a6f42d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] Decoding SEI
    [hevc @ 00000224a6f42d40] Output frame with POC 136.
    [libx264 @ 00000224a6ee6bc0] frame= 236 QP=25.91 NAL=2 Slice:P Poc:476 I:408  P:1804 SKIP:30188 size=4910 bytes
    [hevc @ 00000224a6efc9c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] Decoding SEI
    [hevc @ 00000224a6efc9c0] Output frame with POC 137.
    [libx264 @ 00000224a6ee6bc0] frame= 237 QP=21.21 NAL=2 Slice:B Poc:472 I:26   P:1847 SKIP:30527 size=1801 bytes
    [hevc @ 00000224a7b1aa00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] Decoding SEI
    [hevc @ 00000224a7b1aa00] Output frame with POC 138.
    [hevc @ 00000224a73c6780] Decoded frame with POC 133.
    [hevc @ 00000224a6f42040] Decoded frame with POC 136.
    [hevc @ 00000224a6f42540] Decoded frame with POC 135.
    [hevc @ 00000224a6f42d40] Decoded frame with POC 138.
    [hevc @ 00000224a7b1aa00] Decoded frame with POC 139.
    [hevc @ 00000224a6efc9c0] Decoded frame with POC 137.
    [libx264 @ 00000224a6ee6bc0] frame= 238 QP=25.00 NAL=0 Slice:B Poc:474 I:17   P:343  SKIP:32040 size=669 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7bf5d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] Decoding SEI
    [hevc @ 00000224a7bf5d40] Output frame with POC 139.
    [libx264 @ 00000224a6ee6bc0] frame= 239 QP=25.36 NAL=2 Slice:P Poc:482 I:537  P:1597 SKIP:30266 size=4641 bytes
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] Decoding SEI
    [hevc @ 00000224a7cbc1c0] Output frame with POC 140.
    [libx264 @ 00000224a6ee6bc0] frame= 240 QP=23.85 NAL=2 Slice:B Poc:478 I:27   P:1798 SKIP:30575 size=1857 bytes
    [hevc @ 00000224a7d82640] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] Decoding SEI
    [hevc @ 00000224a7d82640] Output frame with POC 141.
    [libx264 @ 00000224a6ee6bc0] frame= 241 QP=25.00 NAL=0 Slice:B Poc:480 I:18   P:477  SKIP:31905 size=779 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7e48ac0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] Decoding SEI
    [hevc @ 00000224a7e48ac0] Output frame with POC 142.
    [hevc @ 00000224a7bf5d40] Decoded frame with POC 141.
    [hevc @ 00000224a7cbc1c0] Decoded frame with POC 140.
    frame=  242 fps= 19 q=33.0 size=    3072KiB time=00:00:04.00 bitrate=6291.6kbits/s speed=0.31x    
    [hevc @ 00000224a7d82640] Decoded frame with POC 144.
    [hevc @ 00000224a7e48ac0] Decoded frame with POC 142.
    [libx264 @ 00000224a6ee6bc0] frame= 242 QP=24.30 NAL=2 Slice:P Poc:488 I:447  P:1363 SKIP:30590 size=3787 bytes
    [hevc @ 00000224a7494fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] Decoding SEI
    [hevc @ 00000224a7494fc0] Output frame with POC 143.
    [libx264 @ 00000224a6ee6bc0] frame= 243 QP=25.00 NAL=2 Slice:B Poc:484 I:28   P:2202 SKIP:30170 size=1978 bytes
    [hevc @ 00000224a74a5000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] Decoding SEI
    [hevc @ 00000224a74a5000] Output frame with POC 144.
    [libx264 @ 00000224a6ee6bc0] frame= 244 QP=25.00 NAL=0 Slice:B Poc:486 I:5    P:496  SKIP:31899 size=748 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a74ad000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] Decoding SEI
    [hevc @ 00000224a74ad000] Output frame with POC 145.
    [hevc @ 00000224a74a5000] Decoded frame with POC 146.
    [hevc @ 00000224a74ad000] Decoded frame with POC 145.
    [hevc @ 00000224a7494fc0] Decoded frame with POC 143.
    [libx264 @ 00000224a6ee6bc0] frame= 245 QP=22.33 NAL=2 Slice:P Poc:494 I:431  P:1157 SKIP:30812 size=3192 bytes
    [hevc @ 00000224a74bcf00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] Decoding SEI
    [hevc @ 00000224a74bcf00] Output frame with POC 146.
    [libx264 @ 00000224a6ee6bc0] frame= 246 QP=20.99 NAL=2 Slice:B Poc:490 I:30   P:1312 SKIP:31058 size=1518 bytes
    [hevc @ 00000224a74c70c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] Decoding SEI
    [hevc @ 00000224a74c70c0] Output frame with POC 147.
    [libx264 @ 00000224a6ee6bc0] frame= 247 QP=26.00 NAL=0 Slice:B Poc:492 I:7    P:368  SKIP:32025 size=684 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a74c5e40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] Decoding SEI
    [hevc @ 00000224a74c5e40] Output frame with POC 148.
    [libx264 @ 00000224a6ee6bc0] frame= 248 QP=22.87 NAL=2 Slice:P Poc:498 I:268  P:436  SKIP:31696 size=1450 bytes
    [hevc @ 00000224a73c6780] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] Decoding SEI
    [hevc @ 00000224a73c6780] Output frame with POC 149.
    [hevc @ 00000224a74bcf00] Decoded frame with POC 149.
    [hevc @ 00000224a74c70c0] Decoded frame with POC 147.
    [hevc @ 00000224a74c5e40] Decoded frame with POC 148.
    [hevc @ 00000224a73c6780] Decoded frame with POC 151.
    [libx264 @ 00000224a6ee6bc0] frame= 249 QP=25.45 NAL=0 Slice:B Poc:496 I:13   P:617  SKIP:31770 size=985 bytes
    [hevc @ 00000224a6f42040] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] Decoding SEI
    [hevc @ 00000224a6f42040] Output frame with POC 150.
    [libx264 @ 00000224a6ee6bc0] frame= 250 QP=27.07 NAL=3 Slice:I Poc:0   I:32400 P:0    SKIP:0    size=373615 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a6f42540] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] Decoding SEI
    [hevc @ 00000224a6f42540] Output frame with POC 151.
    [libx264 @ 00000224a6ee6bc0] frame= 251 QP=26.32 NAL=2 Slice:P Poc:6   I:186  P:715  SKIP:31499 size=1934 bytes
    [hevc @ 00000224a6f42d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] Decoding SEI
    [hevc @ 00000224a6f42d40] Output frame with POC 152.
    frame=  252 fps= 19 q=33.0 size=    3584KiB time=00:00:04.16 bitrate=7046.5kbits/s speed=0.311x    
    [hevc @ 00000224a6f42040] Decoded frame with POC 150.
    [hevc @ 00000224a6f42540] Decoded frame with POC 154.
    [hevc @ 00000224a6f42d40] Decoded frame with POC 152.
    [libx264 @ 00000224a6ee6bc0] frame= 252 QP=20.26 NAL=2 Slice:B Poc:2   I:62   P:1076 SKIP:31262 size=1539 bytes
    [hevc @ 00000224a6efc9c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] Decoding SEI
    [hevc @ 00000224a6efc9c0] Output frame with POC 153.
    [libx264 @ 00000224a6ee6bc0] frame= 253 QP=26.00 NAL=0 Slice:B Poc:4   I:15   P:641  SKIP:31744 size=863 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7b1aa00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] Decoding SEI
    [hevc @ 00000224a7b1aa00] Output frame with POC 154.
    [hevc @ 00000224a6efc9c0] Decoded frame with POC 153.
    [libx264 @ 00000224a6ee6bc0] frame= 254 QP=31.71 NAL=2 Slice:P Poc:12  I:21605 P:5776 SKIP:5019 size=115929 bytes
    [hevc @ 00000224a7bf5d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] Decoding SEI
    [hevc @ 00000224a7bf5d40] Output frame with POC 155.
    [libx264 @ 00000224a6ee6bc0] frame= 255 QP=33.15 NAL=2 Slice:B Poc:8   I:706  P:14599 SKIP:17095 size=40269 bytes
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] Decoding SEI
    [hevc @ 00000224a7cbc1c0] Output frame with POC 156.
    [libx264 @ 00000224a6ee6bc0] frame= 256 QP=34.05 NAL=0 Slice:B Poc:10  I:1145 P:15841 SKIP:15414 size=43424 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7d82640] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] Decoding SEI
    [hevc @ 00000224a7d82640] Output frame with POC 157.
    [libx264 @ 00000224a6ee6bc0] frame= 257 QP=30.54 NAL=2 Slice:P Poc:14  I:2676 P:13802 SKIP:15922 size=40256 bytes
    [hevc @ 00000224a7e48ac0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] Decoding SEI
    [hevc @ 00000224a7e48ac0] Output frame with POC 158.
    [hevc @ 00000224a7b1aa00] Decoded frame with POC 157.
    [hevc @ 00000224a7bf5d40] Decoded frame with POC 155.
    [hevc @ 00000224a7cbc1c0] Decoded frame with POC 156.
    [hevc @ 00000224a7d82640] Decoded frame with POC 160.
    [hevc @ 00000224a7e48ac0] Decoded frame with POC 158.
    [libx264 @ 00000224a6ee6bc0] frame= 258 QP=30.67 NAL=2 Slice:P Poc:16  I:2377 P:12464 SKIP:17559 size=32180 bytes
    [hevc @ 00000224a7494fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] Decoding SEI
    [hevc @ 00000224a7494fc0] Output frame with POC 159.
    [libx264 @ 00000224a6ee6bc0] frame= 259 QP=30.42 NAL=2 Slice:P Poc:22  I:5324 P:18681 SKIP:8395 size=63938 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a74a5000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] Decoding SEI
    [hevc @ 00000224a74a5000] Output frame with POC 160.
    [libx264 @ 00000224a6ee6bc0] frame= 260 QP=32.08 NAL=2 Slice:B Poc:18  I:959  P:9155 SKIP:22286 size=20980 bytes
    [hevc @ 00000224a74ad000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] Decoding SEI
    [hevc @ 00000224a74ad000] Output frame with POC 161.
    [libx264 @ 00000224a6ee6bc0] frame= 261 QP=33.21 NAL=0 Slice:B Poc:20  I:786  P:9148 SKIP:22466 size=19252 bytes
    [hevc @ 00000224a74bcf00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] Decoding SEI
    [hevc @ 00000224a74bcf00] Output frame with POC 162.
    [hevc @ 00000224a7494fc0] Decoded frame with POC 159.
    [hevc @ 00000224a74a5000] Decoded frame with POC 163.
    [hevc @ 00000224a74bcf00] Decoded frame with POC 162.
    [hevc @ 00000224a74ad000] Decoded frame with POC 161.
    frame=  262 fps= 19 q=33.0 size=    3840KiB time=00:00:04.33 bitrate=7259.5kbits/s speed=0.311x    
    [libx264 @ 00000224a6ee6bc0] frame= 262 QP=30.49 NAL=2 Slice:P Poc:30  I:5796 P:17199 SKIP:9405 size=62847 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a74c70c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] Decoding SEI
    [hevc @ 00000224a74c70c0] Output frame with POC 163.
    [libx264 @ 00000224a6ee6bc0] frame= 263 QP=32.39 NAL=2 Slice:B Poc:26  I:1491 P:13142 SKIP:17767 size=32368 bytes
    [hevc @ 00000224a74c5e40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] Decoding SEI
    [hevc @ 00000224a74c5e40] Output frame with POC 164.
    [libx264 @ 00000224a6ee6bc0] frame= 264 QP=32.80 NAL=0 Slice:B Poc:24  I:676  P:11425 SKIP:20299 size=21903 bytes
    [hevc @ 00000224a73c6780] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] Decoding SEI
    [hevc @ 00000224a73c6780] Output frame with POC 165.
    [hevc @ 00000224a74c70c0] Decoded frame with POC 166.
    [hevc @ 00000224a74c5e40] Decoded frame with POC 164.
    [hevc @ 00000224a73c6780] Decoded frame with POC 165.
    [libx264 @ 00000224a6ee6bc0] frame= 265 QP=33.97 NAL=0 Slice:B Poc:28  I:800  P:10425 SKIP:21175 size=22795 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a6f42040] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] Decoding SEI
    [hevc @ 00000224a6f42040] Output frame with POC 166.
    [libx264 @ 00000224a6ee6bc0] frame= 266 QP=30.34 NAL=2 Slice:P Poc:36  I:4774 P:17417 SKIP:10209 size=62431 bytes
    [hevc @ 00000224a6f42540] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] Decoding SEI
    [hevc @ 00000224a6f42540] Output frame with POC 167.
    [libx264 @ 00000224a6ee6bc0] frame= 267 QP=33.15 NAL=2 Slice:B Poc:32  I:896  P:12225 SKIP:19279 size=27284 bytes
    [hevc @ 00000224a6f42d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] Decoding SEI
    [hevc @ 00000224a6f42d40] Output frame with POC 168.
    [libx264 @ 00000224a6ee6bc0] frame= 268 QP=34.19 NAL=0 Slice:B Poc:34  I:722  P:13539 SKIP:18139 size=33230 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a6efc9c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] Decoding SEI
    [hevc @ 00000224a6efc9c0] Output frame with POC 169.
    [hevc @ 00000224a6f42040] Decoded frame with POC 169.
    [hevc @ 00000224a6f42540] Decoded frame with POC 167.
    [hevc @ 00000224a6f42d40] Decoded frame with POC 168.
    [hevc @ 00000224a6efc9c0] Decoded frame with POC 172.
    frame=  269 fps= 19 q=33.0 size=    4096KiB time=00:00:04.45 bitrate=7540.4kbits/s speed=0.308x    
    [libx264 @ 00000224a6ee6bc0] frame= 269 QP=30.28 NAL=2 Slice:P Poc:40  I:7641 P:19471 SKIP:5288 size=125213 bytes
    [hevc @ 00000224a7b1aa00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] Decoding SEI
    [hevc @ 00000224a7b1aa00] Output frame with POC 170.
    [libx264 @ 00000224a6ee6bc0] frame= 270 QP=34.88 NAL=0 Slice:B Poc:38  I:390  P:9394 SKIP:22616 size=17275 bytes
    [hevc @ 00000224a7bf5d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] Decoding SEI
    [hevc @ 00000224a7bf5d40] Output frame with POC 171.
    [hevc @ 00000224a7b1aa00] Decoded frame with POC 170.
    [hevc @ 00000224a7bf5d40] Decoded frame with POC 171.
    frame=  271 fps= 18 q=33.0 size=    4352KiB time=00:00:04.48 bitrate=7952.1kbits/s speed= 0.3x    
    frame=  271 fps= 18 q=33.0 size=    4352KiB time=00:00:04.48 bitrate=7952.1kbits/s speed=0.29x    
    [libx264 @ 00000224a6ee6bc0] frame= 271 QP=29.33 NAL=2 Slice:P Poc:50  I:9077 P:19795 SKIP:3528 size=219608 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] Decoding SEI
    [hevc @ 00000224a7cbc1c0] Output frame with POC 172.
    [libx264 @ 00000224a6ee6bc0] frame= 272 QP=30.16 NAL=2 Slice:B Poc:44  I:417  P:10901 SKIP:21082 size=22069 bytes
    [hevc @ 00000224a7d82640] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] Decoding SEI
    [hevc @ 00000224a7d82640] Output frame with POC 173.
    [libx264 @ 00000224a6ee6bc0] frame= 273 QP=32.34 NAL=0 Slice:B Poc:42  I:71   P:4031 SKIP:28298 size=4855 bytes
    [hevc @ 00000224a7e48ac0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] Decoding SEI
    [hevc @ 00000224a7e48ac0] Output frame with POC 174.
    [libx264 @ 00000224a6ee6bc0] frame= 274 QP=33.77 NAL=0 Slice:B Poc:46  I:109  P:10523 SKIP:21768 size=10777 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7494fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] Decoding SEI
    [hevc @ 00000224a7494fc0] Output frame with POC 175.
    [libx264 @ 00000224a6ee6bc0] frame= 275 QP=33.34 NAL=0 Slice:B Poc:48  I:120  P:9131 SKIP:23149 size=9832 bytes
    [hevc @ 00000224a7cbc1c0] Decoded frame with POC 175.
    [hevc @ 00000224a74a5000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] Decoding SEI
    [hevc @ 00000224a74a5000] Output frame with POC 176.
    [libx264 @ 00000224a6ee6bc0] frame= 276 QP=28.58 NAL=2 Slice:P Poc:56  I:937  P:9722 SKIP:21741 size=45727 bytes
    [hevc @ 00000224a74ad000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] Decoding SEI
    [hevc @ 00000224a74ad000] Output frame with POC 177.
    [libx264 @ 00000224a6ee6bc0] frame= 277 QP=29.76 NAL=2 Slice:B Poc:52  I:42   P:5292 SKIP:27066 size=4360 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a74bcf00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] Decoding SEI
    [hevc @ 00000224a74bcf00] Output frame with POC 178.
    [hevc @ 00000224a7d82640] Decoded frame with POC 173.
    [hevc @ 00000224a7e48ac0] Decoded frame with POC 174.
    frame=  278 fps= 17 q=33.0 size=    4608KiB time=00:00:04.60 bitrate=8206.3kbits/s speed=0.288x    
    [libx264 @ 00000224a6ee6bc0] frame= 278 QP=31.39 NAL=0 Slice:B Poc:54  I:36   P:3602 SKIP:28762 size=3106 bytes
    [hevc @ 00000224a74c70c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] Decoding SEI
    [hevc @ 00000224a74c70c0] Output frame with POC 179.
    [hevc @ 00000224a7494fc0] Decoded frame with POC 178.
    [hevc @ 00000224a74ad000] Decoded frame with POC 177.
    [hevc @ 00000224a74a5000] Decoded frame with POC 176.
    [libx264 @ 00000224a6ee6bc0] frame= 279 QP=30.43 NAL=2 Slice:P Poc:68  I:1632 P:9060 SKIP:21708 size=22540 bytes
    [hevc @ 00000224a74c5e40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] Decoding SEI
    [hevc @ 00000224a74c5e40] Output frame with POC 180.
    [libx264 @ 00000224a6ee6bc0] frame= 280 QP=29.38 NAL=2 Slice:B Poc:62  I:124  P:9551 SKIP:22725 size=13744 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a73c6780] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] Decoding SEI
    [hevc @ 00000224a73c6780] Output frame with POC 181.
    [hevc @ 00000224a74bcf00] Decoded frame with POC 181.
    [hevc @ 00000224a74c70c0] Decoded frame with POC 179.
    [hevc @ 00000224a74c5e40] Decoded frame with POC 180.
    [libx264 @ 00000224a6ee6bc0] frame= 281 QP=32.02 NAL=0 Slice:B Poc:58  I:5    P:6117 SKIP:26278 size=3766 bytes
    [hevc @ 00000224a6f42040] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] Decoding SEI
    [hevc @ 00000224a6f42040] Output frame with POC 182.
    [libx264 @ 00000224a6ee6bc0] frame= 282 QP=27.92 NAL=0 Slice:B Poc:60  I:18   P:4135 SKIP:28247 size=2901 bytes
    [hevc @ 00000224a6f42540] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] Decoding SEI
    [hevc @ 00000224a6f42540] Output frame with POC 183.
    [libx264 @ 00000224a6ee6bc0] frame= 283 QP=28.38 NAL=0 Slice:B Poc:64  I:31   P:2799 SKIP:29570 size=2451 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a6f42d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] Decoding SEI
    [hevc @ 00000224a6f42d40] Output frame with POC 184.
    [hevc @ 00000224a73c6780] Decoded frame with POC 184.
    [libx264 @ 00000224a6ee6bc0] frame= 284 QP=25.28 NAL=0 Slice:B Poc:66  I:37   P:2499 SKIP:29864 size=2497 bytes
    [hevc @ 00000224a6efc9c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] Decoding SEI
    [hevc @ 00000224a6efc9c0] Output frame with POC 185.
    [hevc @ 00000224a6f42040] Decoded frame with POC 182.
    [hevc @ 00000224a6f42540] Decoded frame with POC 183.
    [hevc @ 00000224a6f42d40] Decoded frame with POC 187.
    [hevc @ 00000224a6efc9c0] Decoded frame with POC 185.
    frame=  285 fps= 17 q=33.0 size=    4608KiB time=00:00:04.71 bitrate=8003.3kbits/s speed=0.286x    
    [libx264 @ 00000224a6ee6bc0] frame= 285 QP=32.39 NAL=2 Slice:P Poc:76  I:6946 P:22344 SKIP:3110 size=75129 bytes
    [hevc @ 00000224a7b1aa00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] Decoding SEI
    [hevc @ 00000224a7b1aa00] Output frame with POC 186.
    [hevc @ 00000224a7b1aa00] Decoded frame with POC 186.
    [libx264 @ 00000224a6ee6bc0] frame= 286 QP=32.65 NAL=2 Slice:B Poc:72  I:1701 P:13440 SKIP:17259 size=44619 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7bf5d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] Decoding SEI
    [hevc @ 00000224a7bf5d40] Output frame with POC 187.
    [libx264 @ 00000224a6ee6bc0] frame= 287 QP=34.44 NAL=0 Slice:B Poc:70  I:367  P:9636 SKIP:22397 size=23765 bytes
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] Decoding SEI
    [hevc @ 00000224a7cbc1c0] Output frame with POC 188.
    [libx264 @ 00000224a6ee6bc0] frame= 288 QP=34.67 NAL=0 Slice:B Poc:74  I:1029 P:14816 SKIP:16555 size=39946 bytes
    [hevc @ 00000224a7d82640] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] Decoding SEI
    [hevc @ 00000224a7d82640] Output frame with POC 189.
    [hevc @ 00000224a7bf5d40] Decoded frame with POC 190.
    [hevc @ 00000224a7cbc1c0] Decoded frame with POC 188.
    [hevc @ 00000224a7d82640] Decoded frame with POC 189.
    frame=  289 fps= 17 q=33.0 size=    4864KiB time=00:00:04.78 bitrate=8330.2kbits/s speed=0.281x    
    [libx264 @ 00000224a6ee6bc0] frame= 289 QP=30.71 NAL=2 Slice:P Poc:82  I:22156 P:6881 SKIP:3363 size=100382 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7e48ac0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] Decoding SEI
    [hevc @ 00000224a7e48ac0] Output frame with POC 190.
    [hevc @ 00000224a7e48ac0] Decoded frame with POC 193.
    [libx264 @ 00000224a6ee6bc0] frame= 290 QP=34.06 NAL=2 Slice:B Poc:78  I:1437 P:13974 SKIP:16989 size=40011 bytes
    [hevc @ 00000224a7494fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] Decoding SEI
    [hevc @ 00000224a7494fc0] Output frame with POC 191.
    [hevc @ 00000224a7494fc0] Decoded frame with POC 191.
    [libx264 @ 00000224a6ee6bc0] frame= 291 QP=33.16 NAL=0 Slice:B Poc:80  I:4969 P:16089 SKIP:11342 size=70144 bytes
    [hevc @ 00000224a74a5000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] Decoding SEI
    [hevc @ 00000224a74a5000] Output frame with POC 192.
    [libx264 @ 00000224a6ee6bc0] frame= 292 QP=31.13 NAL=2 Slice:P Poc:84  I:5641 P:12586 SKIP:14173 size=39719 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a74ad000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] Decoding SEI
    [hevc @ 00000224a74ad000] Output frame with POC 193.
    [hevc @ 00000224a74a5000] Decoded frame with POC 192.
    [hevc @ 00000224a74ad000] Decoded frame with POC 196.
    [libx264 @ 00000224a6ee6bc0] frame= 293 QP=30.01 NAL=2 Slice:P Poc:90  I:12313 P:15069 SKIP:5018 size=74469 bytes
    [hevc @ 00000224a74bcf00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] Decoding SEI
    [hevc @ 00000224a74bcf00] Output frame with POC 194.
    [hevc @ 00000224a74bcf00] Decoded frame with POC 194.
    [libx264 @ 00000224a6ee6bc0] frame= 294 QP=33.35 NAL=2 Slice:B Poc:86  I:2730 P:14087 SKIP:15583 size=45096 bytes
    [hevc @ 00000224a74c70c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] Decoding SEI
    [hevc @ 00000224a74c70c0] Output frame with POC 195.
    frame=  295 fps= 17 q=33.0 size=    5120KiB time=00:00:04.88 bitrate=8589.1kbits/s speed=0.278x    
    [libx264 @ 00000224a6ee6bc0] frame= 295 QP=33.82 NAL=0 Slice:B Poc:88  I:2582 P:13739 SKIP:16079 size=43648 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a74c5e40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] Decoding SEI
    [hevc @ 00000224a74c5e40] Output frame with POC 196.
    [hevc @ 00000224a74c70c0] Decoded frame with POC 195.
    [libx264 @ 00000224a6ee6bc0] frame= 296 QP=29.20 NAL=2 Slice:P Poc:96  I:9494 P:16455 SKIP:6451 size=84180 bytes
    [hevc @ 00000224a73c6780] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] Decoding SEI
    [hevc @ 00000224a73c6780] Output frame with POC 197.
    [hevc @ 00000224a74c5e40] Decoded frame with POC 199.
    [hevc @ 00000224a73c6780] Decoded frame with POC 197.
    [libx264 @ 00000224a6ee6bc0] frame= 297 QP=31.81 NAL=2 Slice:B Poc:92  I:1959 P:16379 SKIP:14062 size=58343 bytes
    [hevc @ 00000224a6f42040] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] Decoding SEI
    [hevc @ 00000224a6f42040] Output frame with POC 198.
    [libx264 @ 00000224a6ee6bc0] frame= 298 QP=25.09 NAL=0 Slice:B Poc:94  I:28   P:1850 SKIP:30522 size=2540 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a6f42540] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] Decoding SEI
    [hevc @ 00000224a6f42540] Output frame with POC 199.
    [hevc @ 00000224a6f42040] Decoded frame with POC 198.
    [libx264 @ 00000224a6ee6bc0] frame= 299 QP=29.12 NAL=2 Slice:P Poc:100 I:11255 P:15850 SKIP:5295 size=71370 bytes
    [hevc @ 00000224a6f42d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] Decoding SEI
    [hevc @ 00000224a6f42d40] Output frame with POC 200.
    [libx264 @ 00000224a6ee6bc0] frame= 300 QP=26.05 NAL=0 Slice:B Poc:98  I:15   P:1466 SKIP:30919 size=1888 bytes
    [hevc @ 00000224a6efc9c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] Decoding SEI
    [hevc @ 00000224a6efc9c0] Output frame with POC 201.
    [hevc @ 00000224a6f42540] Decoded frame with POC 202.
    [libx264 @ 00000224a6ee6bc0] frame= 301 QP=29.22 NAL=2 Slice:P Poc:108 I:10572 P:14339 SKIP:7489 size=59445 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7b1aa00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] Decoding SEI
    [hevc @ 00000224a7b1aa00] Output frame with POC 202.
    [hevc @ 00000224a6f42d40] Decoded frame with POC 200.
    [libx264 @ 00000224a6ee6bc0] frame= 302 QP=31.49 NAL=2 Slice:B Poc:104 I:1760 P:13332 SKIP:17308 size=38623 bytes
    [hevc @ 00000224a7bf5d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] Decoding SEI
    [hevc @ 00000224a7bf5d40] Output frame with POC 203.
    frame=  303 fps= 17 q=33.0 size=    5376KiB time=00:00:05.01 bitrate=8778.9kbits/s speed=0.278x    
    [hevc @ 00000224a6efc9c0] Decoded frame with POC 201.
    [hevc @ 00000224a7b1aa00] Decoded frame with POC 205.
    [libx264 @ 00000224a6ee6bc0] frame= 303 QP=31.41 NAL=0 Slice:B Poc:102 I:653  P:10740 SKIP:21007 size=18269 bytes
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] Decoding SEI
    [hevc @ 00000224a7cbc1c0] Output frame with POC 204.
    [libx264 @ 00000224a6ee6bc0] frame= 304 QP=32.00 NAL=0 Slice:B Poc:106 I:1053 P:11248 SKIP:20099 size=25055 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7d82640] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] Decoding SEI
    [hevc @ 00000224a7d82640] Output frame with POC 205.
    [hevc @ 00000224a7bf5d40] Decoded frame with POC 203.
    [hevc @ 00000224a7cbc1c0] Decoded frame with POC 204.
    [hevc @ 00000224a7d82640] Decoded frame with POC 208.
    [libx264 @ 00000224a6ee6bc0] frame= 305 QP=28.76 NAL=2 Slice:P Poc:116 I:16500 P:11714 SKIP:4186 size=75303 bytes
    [hevc @ 00000224a7e48ac0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] Decoding SEI
    [hevc @ 00000224a7e48ac0] Output frame with POC 206.
    [hevc @ 00000224a7e48ac0] Decoded frame with POC 206.
    [libx264 @ 00000224a6ee6bc0] frame= 306 QP=30.51 NAL=2 Slice:B Poc:112 I:4604 P:14159 SKIP:13637 size=51822 bytes
    [hevc @ 00000224a7494fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] Decoding SEI
    [hevc @ 00000224a7494fc0] Output frame with POC 207.
    [libx264 @ 00000224a6ee6bc0] frame= 307 QP=31.08 NAL=0 Slice:B Poc:110 I:1269 P:10613 SKIP:20518 size=24936 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a74a5000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] Decoding SEI
    [hevc @ 00000224a74a5000] Output frame with POC 208.
    [hevc @ 00000224a7494fc0] Decoded frame with POC 207.
    [libx264 @ 00000224a6ee6bc0] frame= 308 QP=31.43 NAL=0 Slice:B Poc:114 I:1180 P:11261 SKIP:19959 size=24394 bytes
    [hevc @ 00000224a74ad000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] Decoding SEI
    [hevc @ 00000224a74ad000] Output frame with POC 209.
    [libx264 @ 00000224a6ee6bc0] frame= 309 QP=28.13 NAL=2 Slice:P Poc:122 I:11384 P:12809 SKIP:8207 size=54244 bytes
    [hevc @ 00000224a74bcf00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] Decoding SEI
    [hevc @ 00000224a74bcf00] Output frame with POC 210.
    [hevc @ 00000224a74a5000] Decoded frame with POC 211.
    [hevc @ 00000224a74ad000] Decoded frame with POC 209.
    frame=  310 fps= 17 q=33.0 size=    5632KiB time=00:00:05.13 bitrate=8987.9kbits/s speed=0.277x    
    [libx264 @ 00000224a6ee6bc0] frame= 310 QP=30.20 NAL=2 Slice:B Poc:118 I:1364 P:8805 SKIP:22231 size=24268 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a74c70c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] Decoding SEI
    [hevc @ 00000224a74c70c0] Output frame with POC 211.
    [hevc @ 00000224a74bcf00] Decoded frame with POC 210.
    [libx264 @ 00000224a6ee6bc0] frame= 311 QP=29.71 NAL=0 Slice:B Poc:120 I:1185 P:11207 SKIP:20008 size=21993 bytes
    [hevc @ 00000224a74c5e40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] Decoding SEI
    [hevc @ 00000224a74c5e40] Output frame with POC 212.
    [libx264 @ 00000224a6ee6bc0] frame= 312 QP=28.08 NAL=2 Slice:P Poc:126 I:9306 P:13371 SKIP:9723 size=60806 bytes
    [hevc @ 00000224a73c6780] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] Decoding SEI
    [hevc @ 00000224a73c6780] Output frame with POC 213.
    [hevc @ 00000224a74c70c0] Decoded frame with POC 214.
    [libx264 @ 00000224a6ee6bc0] frame= 313 QP=29.80 NAL=0 Slice:B Poc:124 I:1110 P:11336 SKIP:19954 size=22214 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a6f42040] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] Decoding SEI
    [hevc @ 00000224a6f42040] Output frame with POC 214.
    [hevc @ 00000224a73c6780] Decoded frame with POC 213.
    [hevc @ 00000224a74c5e40] Decoded frame with POC 212.
    [hevc @ 00000224a6f42040] Decoded frame with POC 217.
    [libx264 @ 00000224a6ee6bc0] frame= 314 QP=27.82 NAL=2 Slice:P Poc:134 I:14782 P:11387 SKIP:6231 size=66836 bytes
    [hevc @ 00000224a6f42540] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] Decoding SEI
    [hevc @ 00000224a6f42540] Output frame with POC 215.
    [hevc @ 00000224a6f42540] Decoded frame with POC 215.
    [libx264 @ 00000224a6ee6bc0] frame= 315 QP=29.19 NAL=2 Slice:B Poc:130 I:2766 P:11407 SKIP:18227 size=38326 bytes
    [hevc @ 00000224a6f42d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] Decoding SEI
    [hevc @ 00000224a6f42d40] Output frame with POC 216.
    [libx264 @ 00000224a6ee6bc0] frame= 316 QP=28.42 NAL=0 Slice:B Poc:128 I:1067 P:11071 SKIP:20262 size=18467 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a6efc9c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] Decoding SEI
    [hevc @ 00000224a6efc9c0] Output frame with POC 217.
    [libx264 @ 00000224a6ee6bc0] frame= 317 QP=29.26 NAL=0 Slice:B Poc:132 I:1668 P:10675 SKIP:20057 size=23720 bytes
    [hevc @ 00000224a7b1aa00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] Decoding SEI
    [hevc @ 00000224a7b1aa00] Output frame with POC 218.
    [hevc @ 00000224a6f42d40] Decoded frame with POC 216.
    [libx264 @ 00000224a6ee6bc0] frame= 318 QP=27.25 NAL=2 Slice:P Poc:140 I:12453 P:12131 SKIP:7816 size=72561 bytes
    [hevc @ 00000224a7bf5d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] Decoding SEI
    [hevc @ 00000224a7bf5d40] Output frame with POC 219.
    [libx264 @ 00000224a6ee6bc0] frame= 319 QP=28.48 NAL=2 Slice:B Poc:136 I:1484 P:10055 SKIP:20861 size=23425 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] Decoding SEI
    [hevc @ 00000224a7cbc1c0] Output frame with POC 220.
    frame=  320 fps= 17 q=33.0 size=    6144KiB time=00:00:05.30 bitrate=9496.6kbits/s speed=0.278x    
    [hevc @ 00000224a6efc9c0] Decoded frame with POC 220.
    [hevc @ 00000224a7b1aa00] Decoded frame with POC 218.
    [hevc @ 00000224a7bf5d40] Decoded frame with POC 219.
    [libx264 @ 00000224a6ee6bc0] frame= 320 QP=27.55 NAL=0 Slice:B Poc:138 I:1174 P:10680 SKIP:20546 size=19711 bytes
    [hevc @ 00000224a7d82640] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] Decoding SEI
    [hevc @ 00000224a7d82640] Output frame with POC 221.
    [libx264 @ 00000224a6ee6bc0] frame= 321 QP=26.21 NAL=2 Slice:P Poc:144 I:9404 P:12428 SKIP:10568 size=85857 bytes
    [hevc @ 00000224a7e48ac0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] Decoding SEI
    [hevc @ 00000224a7e48ac0] Output frame with POC 222.
    [hevc @ 00000224a7cbc1c0] Decoded frame with POC 223.
    [libx264 @ 00000224a6ee6bc0] frame= 322 QP=26.97 NAL=0 Slice:B Poc:142 I:906  P:10813 SKIP:20681 size=15886 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7494fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] Decoding SEI
    [hevc @ 00000224a7494fc0] Output frame with POC 223.
    [hevc @ 00000224a7d82640] Decoded frame with POC 221.
    [hevc @ 00000224a7e48ac0] Decoded frame with POC 222.
    [hevc @ 00000224a7494fc0] Decoded frame with POC 226.
    [libx264 @ 00000224a6ee6bc0] frame= 323 QP=26.09 NAL=2 Slice:P Poc:148 I:10636 P:11743 SKIP:10021 size=131439 bytes
    [hevc @ 00000224a74a5000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] Decoding SEI
    [hevc @ 00000224a74a5000] Output frame with POC 224.
    [libx264 @ 00000224a6ee6bc0] frame= 324 QP=25.56 NAL=0 Slice:B Poc:146 I:560  P:9378 SKIP:22462 size=11024 bytes
    [hevc @ 00000224a74ad000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] Decoding SEI
    [hevc @ 00000224a74ad000] Output frame with POC 225.
    [libx264 @ 00000224a6ee6bc0] frame= 325 QP=26.20 NAL=2 Slice:P Poc:154 I:11428 P:12906 SKIP:8066 size=84847 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a74bcf00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] Decoding SEI
    [hevc @ 00000224a74bcf00] Output frame with POC 226.
    [hevc @ 00000224a74a5000] Decoded frame with POC 224.
    [libx264 @ 00000224a6ee6bc0] frame= 326 QP=21.34 NAL=2 Slice:B Poc:150 I:473  P:5112 SKIP:26815 size=5825 bytes
    [hevc @ 00000224a74c70c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] Decoding SEI
    [hevc @ 00000224a74c70c0] Output frame with POC 227.
    [libx264 @ 00000224a6ee6bc0] frame= 327 QP=21.33 NAL=0 Slice:B Poc:152 I:354  P:6909 SKIP:25137 size=6608 bytes
    [hevc @ 00000224a74c5e40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] Decoding SEI
    [hevc @ 00000224a74c5e40] Output frame with POC 228.
    [libx264 @ 00000224a6ee6bc0] frame= 328 QP=26.03 NAL=2 Slice:P Poc:166 I:9577 P:11830 SKIP:10993 size=45338 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a73c6780] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] Decoding SEI
    [hevc @ 00000224a73c6780] Output frame with POC 229.
    [libx264 @ 00000224a6ee6bc0] frame= 329 QP=18.76 NAL=2 Slice:B Poc:160 I:1236 P:8039 SKIP:23125 size=10879 bytes
    [hevc @ 00000224a6f42040] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] Decoding SEI
    [hevc @ 00000224a6f42040] Output frame with POC 230.
    [hevc @ 00000224a74ad000] Decoded frame with POC 225.
    [libx264 @ 00000224a6ee6bc0] frame= 330 QP=19.71 NAL=0 Slice:B Poc:156 I:579  P:7500 SKIP:24321 size=6536 bytes
    [hevc @ 00000224a6f42540] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] Decoding SEI
    [hevc @ 00000224a6f42540] Output frame with POC 231.
    [libx264 @ 00000224a6ee6bc0] frame= 331 QP=23.24 NAL=0 Slice:B Poc:158 I:340  P:5298 SKIP:26762 size=5661 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a6f42d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] Decoding SEI
    [hevc @ 00000224a6f42d40] Output frame with POC 232.
    [libx264 @ 00000224a6ee6bc0] frame= 332 QP=21.00 NAL=0 Slice:B Poc:162 I:494  P:5447 SKIP:26459 size=5584 bytes
    [hevc @ 00000224a6efc9c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] Decoding SEI
    [hevc @ 00000224a6efc9c0] Output frame with POC 233.
    [libx264 @ 00000224a6ee6bc0] frame= 333 QP=20.24 NAL=0 Slice:B Poc:164 I:356  P:4376 SKIP:27668 size=4833 bytes
    [hevc @ 00000224a7b1aa00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7b1aa00] Decoding SEI
    [hevc @ 00000224a7b1aa00] Output frame with POC 234.
    [libx264 @ 00000224a6ee6bc0] frame= 334 QP=25.48 NAL=2 Slice:P Poc:178 I:8745 P:10069 SKIP:13586 size=54318 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7bf5d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7bf5d40] Decoding SEI
    [hevc @ 00000224a7bf5d40] Output frame with POC 235.
    [libx264 @ 00000224a6ee6bc0] frame= 335 QP=22.81 NAL=2 Slice:B Poc:172 I:1026 P:8068 SKIP:23306 size=9840 bytes
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7cbc1c0] Decoding SEI
    [hevc @ 00000224a7cbc1c0] Output frame with POC 236.
    [libx264 @ 00000224a6ee6bc0] frame= 336 QP=21.61 NAL=0 Slice:B Poc:168 I:314  P:7587 SKIP:24499 size=5674 bytes
    [hevc @ 00000224a7d82640] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7d82640] Decoding SEI
    [hevc @ 00000224a7d82640] Output frame with POC 237.
    [hevc @ 00000224a74bcf00] Decoded frame with POC 229.
    [libx264 @ 00000224a6ee6bc0] frame= 337 QP=22.95 NAL=0 Slice:B Poc:170 I:243  P:3757 SKIP:28400 size=4297 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a7e48ac0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7e48ac0] Decoding SEI
    [hevc @ 00000224a7e48ac0] Output frame with POC 238.
    frame=  338 fps= 17 q=33.0 size=    6656KiB time=00:00:05.60 bitrate=9736.8kbits/s speed=0.286x    
    [hevc @ 00000224a74c70c0] Decoded frame with POC 227.
    [hevc @ 00000224a74c5e40] Decoded frame with POC 228.
    [hevc @ 00000224a73c6780] Decoded frame with POC 232.
    [hevc @ 00000224a6f42040] Decoded frame with POC 230.
    [hevc @ 00000224a6f42540] Decoded frame with POC 231.
    [hevc @ 00000224a6f42d40] Decoded frame with POC 234.
    [hevc @ 00000224a6efc9c0] Decoded frame with POC 233.
    [hevc @ 00000224a7b1aa00] Decoded frame with POC 236.
    [hevc @ 00000224a7bf5d40] Decoded frame with POC 235.
    [hevc @ 00000224a7cbc1c0] Decoded frame with POC 238.
    [hevc @ 00000224a7d82640] Decoded frame with POC 237.
    [hevc @ 00000224a7e48ac0] Decoded frame with POC 241.
    [libx264 @ 00000224a6ee6bc0] frame= 338 QP=19.24 NAL=0 Slice:B Poc:174 I:453  P:6315 SKIP:25632 size=5846 bytes
    [hevc @ 00000224a7494fc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a7494fc0] Decoding SEI
    [hevc @ 00000224a7494fc0] Output frame with POC 239.
    [libx264 @ 00000224a6ee6bc0] frame= 339 QP=30.52 NAL=0 Slice:B Poc:176 I:420  P:4161 SKIP:27819 size=7022 bytes
    [hevc @ 00000224a74a5000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74a5000] Decoding SEI
    [hevc @ 00000224a74a5000] Output frame with POC 240.
    [libx264 @ 00000224a6ee6bc0] frame= 340 QP=26.47 NAL=2 Slice:P Poc:190 I:6662 P:11839 SKIP:13899 size=49653 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [in#0/mov,mp4,m4a,3gp,3g2,mj2 @ 00000224a6ee3980] EOF while reading input
    [in#0/mov,mp4,m4a,3gp,3g2,mj2 @ 00000224a6ee3980] Terminating thread with return code 0 (success)
    [hevc @ 00000224a74ad000] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74ad000] Decoding SEI
    [hevc @ 00000224a74ad000] Output frame with POC 241.
    [libx264 @ 00000224a6ee6bc0] frame= 341 QP=25.81 NAL=2 Slice:B Poc:184 I:922  P:12208 SKIP:19270 size=19202 bytes
    [hevc @ 00000224a74bcf00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74bcf00] Decoding SEI
    [hevc @ 00000224a74bcf00] Output frame with POC 242.
    [hevc @ 00000224a7494fc0] Decoded frame with POC 239.
    [hevc @ 00000224a74ad000] Decoded frame with POC 242.
    [libx264 @ 00000224a6ee6bc0] frame= 342 QP=23.21 NAL=0 Slice:B Poc:180 I:343  P:8161 SKIP:23896 size=7974 bytes
    [hevc @ 00000224a74c70c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c70c0] Decoding SEI
    [hevc @ 00000224a74c70c0] Output frame with POC 243.
    [libx264 @ 00000224a6ee6bc0] frame= 343 QP=29.47 NAL=0 Slice:B Poc:182 I:354  P:7022 SKIP:25024 size=12496 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 344 QP=27.42 NAL=0 Slice:B Poc:186 I:139  P:7826 SKIP:24435 size=7265 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a74c5e40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a74c5e40] Decoding SEI
    [hevc @ 00000224a74c5e40] Output frame with POC 244.
    [hevc @ 00000224a73c6780] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a73c6780] Decoding SEI
    [hevc @ 00000224a73c6780] Output frame with POC 245.
    [hevc @ 00000224a74a5000] Decoded frame with POC 240.
    [hevc @ 00000224a74bcf00] Decoded frame with POC 245.
    [hevc @ 00000224a74c70c0] Decoded frame with POC 243.
    [hevc @ 00000224a74c5e40] Decoded frame with POC 244.
    frame=  345 fps= 17 q=33.0 size=    6656KiB time=00:00:05.71 bitrate=9538.1kbits/s speed=0.284x    
    [libx264 @ 00000224a6ee6bc0] frame= 345 QP=27.91 NAL=0 Slice:B Poc:188 I:125  P:7639 SKIP:24636 size=8006 bytes
    [hevc @ 00000224a6f42040] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42040] Decoding SEI
    [hevc @ 00000224a6f42040] Output frame with POC 246.
    [hevc @ 00000224a73c6780] Decoded frame with POC 248.
    [hevc @ 00000224a6f42040] Decoded frame with POC 246.
    frame=  346 fps= 17 q=33.0 size=    6656KiB time=00:00:05.73 bitrate=9510.4kbits/s speed=0.278x    
    [libx264 @ 00000224a6ee6bc0] frame= 346 QP=27.22 NAL=2 Slice:P Poc:196 I:10949 P:13514 SKIP:7937 size=110982 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [hevc @ 00000224a6f42540] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42540] Decoding SEI
    [hevc @ 00000224a6f42540] Output frame with POC 247.
    [libx264 @ 00000224a6ee6bc0] frame= 347 QP=27.74 NAL=2 Slice:B Poc:192 I:514  P:10960 SKIP:20926 size=19211 bytes
    [hevc @ 00000224a6f42d40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6f42d40] Decoding SEI
    [hevc @ 00000224a6f42d40] Output frame with POC 248.
    [libx264 @ 00000224a6ee6bc0] frame= 348 QP=29.47 NAL=0 Slice:B Poc:194 I:469  P:11322 SKIP:20609 size=26431 bytes
    [hevc @ 00000224a6efc9c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] nal_unit_type: 19(IDR_W_RADL), nuh_layer_id: 0, temporal_id: 0
    [hevc @ 00000224a6efc9c0] Decoding SEI
    [hevc @ 00000224a6efc9c0] Output frame with POC 249.
    [hevc @ 00000224a6f42540] Decoded frame with POC 247.
    [hevc @ 00000224a6f42d40] Decoded frame with POC 249.
    [hevc @ 00000224a6efc9c0] Decoded frame with POC 0.
    frame=  349 fps= 17 q=33.0 size=    6912KiB time=00:00:05.78 bitrate=9790.8kbits/s speed=0.274x    
    frame=  349 fps= 16 q=33.0 size=    6912KiB time=00:00:05.78 bitrate=9790.8kbits/s speed=0.267x    
    [libx264 @ 00000224a6ee6bc0] frame= 349 QP=27.09 NAL=2 Slice:P Poc:208 I:21580 P:8002 SKIP:2818 size=192183 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [vist#0:0/hevc @ 00000224a6ef7540] [dec:hevc @ 00000224a6eedb40] Decoder thread received EOF packet
    [hevc @ 00000224a7b1aa00] Output frame with POC 0.
    [libx264 @ 00000224a6ee6bc0] frame= 350 QP=29.11 NAL=2 Slice:B Poc:202 I:3537 P:13325 SKIP:15538 size=62376 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 351 QP=31.49 NAL=0 Slice:B Poc:198 I:310  P:10080 SKIP:22010 size=18420 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 352 QP=30.51 NAL=0 Slice:B Poc:200 I:728  P:11042 SKIP:20630 size=25933 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [libx264 @ 00000224a6ee6bc0] frame= 353 QP=29.41 NAL=0 Slice:B Poc:204 I:616  P:10481 SKIP:21303 size=23511 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 354 QP=30.77 NAL=0 Slice:B Poc:206 I:85   P:4532 SKIP:27783 size=5811 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 355 QP=25.84 NAL=2 Slice:P Poc:214 I:3721 P:12626 SKIP:16053 size=43140 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [libx264 @ 00000224a6ee6bc0] frame= 356 QP=23.26 NAL=2 Slice:B Poc:210 I:37   P:8139 SKIP:24224 size=6228 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 357 QP=29.72 NAL=0 Slice:B Poc:212 I:32   P:8197 SKIP:24171 size=6536 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 358 QP=26.45 NAL=2 Slice:P Poc:226 I:5807 P:14509 SKIP:12084 size=59186 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [libx264 @ 00000224a6ee6bc0] frame= 359 QP=27.50 NAL=2 Slice:B Poc:220 I:234  P:10184 SKIP:21982 size=11303 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 360 QP=24.58 NAL=0 Slice:B Poc:216 I:61   P:8333 SKIP:24006 size=6701 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 361 QP=31.61 NAL=0 Slice:B Poc:218 I:88   P:8900 SKIP:23412 size=8152 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [libx264 @ 00000224a6ee6bc0] frame= 362 QP=29.32 NAL=0 Slice:B Poc:222 I:37   P:5455 SKIP:26908 size=4055 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 363 QP=26.94 NAL=0 Slice:B Poc:224 I:26   P:4799 SKIP:27575 size=3861 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 364 QP=25.07 NAL=2 Slice:P Poc:238 I:4978 P:8123 SKIP:19299 size=26020 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [libx264 @ 00000224a6ee6bc0] frame= 365 QP=23.10 NAL=2 Slice:B Poc:232 I:142  P:8346 SKIP:23912 size=7463 bytes
    [vist#0:0/hevc @ 00000224a6ef7540] [dec:hevc @ 00000224a6eedb40] Decoder returned EOF, finishing
    [libx264 @ 00000224a6ee6bc0] frame= 366 QP=34.90 NAL=0 Slice:B Poc:228 I:28   P:5343 SKIP:27029 size=4052 bytes
    [vist#0:0/hevc @ 00000224a6ef7540] [dec:hevc @ 00000224a6eedb40] Terminating thread with return code 0 (success)
    frame=  367 fps= 17 q=33.0 size=    7424KiB time=00:00:06.08 bitrate=9997.4kbits/s speed=0.274x    
    [libx264 @ 00000224a6ee6bc0] frame= 367 QP=30.22 NAL=0 Slice:B Poc:230 I:22   P:2948 SKIP:29430 size=2806 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [libx264 @ 00000224a6ee6bc0] frame= 368 QP=32.79 NAL=0 Slice:B Poc:234 I:88   P:4494 SKIP:27818 size=4377 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 369 QP=34.39 NAL=0 Slice:B Poc:236 I:34   P:3378 SKIP:28988 size=3533 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 370 QP=26.67 NAL=2 Slice:P Poc:252 I:7502 P:15102 SKIP:9796 size=69584 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [libx264 @ 00000224a6ee6bc0] frame= 371 QP=27.95 NAL=2 Slice:B Poc:244 I:1430 P:13178 SKIP:17792 size=66396 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 372 QP=32.72 NAL=0 Slice:B Poc:240 I:173  P:10466 SKIP:21761 size=19847 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 373 QP=31.44 NAL=0 Slice:B Poc:242 I:376  P:8651 SKIP:23373 size=16947 bytes
    [vf#0:0 @ 00000224a6eedf00] Clipping frame in rate conversion by 0.019997
    [libx264 @ 00000224a6ee6bc0] frame= 374 QP=29.31 NAL=0 Slice:B Poc:246 I:545  P:10065 SKIP:21790 size=18734 bytes
    [out_#0:0 @ 00000224b71899c0] EOF on sink link out_#0:0:default.
    [vf#0:0 @ 00000224a6eeda40] Filtergraph returned EOF, finishing
    [vf#0:0 @ 00000224a6eeda40] All consumers returned EOF
    [vf#0:0 @ 00000224a6eeda40] Terminating thread with return code 0 (success)
    [libx264 @ 00000224a6ee6bc0] frame= 375 QP=28.78 NAL=0 Slice:B Poc:248 I:395  P:11786 SKIP:20219 size=18322 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 376 QP=30.09 NAL=0 Slice:B Poc:250 I:244  P:9432 SKIP:22724 size=18710 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 377 QP=27.56 NAL=2 Slice:P Poc:268 I:11480 P:15098 SKIP:5822 size=78183 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 378 QP=26.83 NAL=2 Slice:B Poc:260 I:842  P:13019 SKIP:18539 size=34615 bytes
    frame=  379 fps= 17 q=33.0 size=    7680KiB time=00:00:06.28 bitrate=10013.0kbits/s speed=0.277x    
    [libx264 @ 00000224a6ee6bc0] frame= 379 QP=28.19 NAL=0 Slice:B Poc:254 I:95   P:7625 SKIP:24680 size=6433 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 380 QP=29.08 NAL=0 Slice:B Poc:256 I:132  P:9594 SKIP:22674 size=8796 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 381 QP=27.68 NAL=0 Slice:B Poc:258 I:74   P:4899 SKIP:27427 size=4173 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 382 QP=25.48 NAL=0 Slice:B Poc:262 I:107  P:4613 SKIP:27680 size=4749 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 383 QP=26.99 NAL=0 Slice:B Poc:264 I:188  P:6537 SKIP:25675 size=6307 bytes
    [vost#0:0/libx264 @ 00000224a6f43b40] Encoder thread received EOF
    [libx264 @ 00000224a6ee6bc0] frame= 384 QP=29.18 NAL=0 Slice:B Poc:266 I:278  P:9670 SKIP:22452 size=15181 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 385 QP=28.65 NAL=2 Slice:P Poc:276 I:22676 P:7156 SKIP:2568 size=99287 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 386 QP=30.58 NAL=2 Slice:B Poc:272 I:1369 P:12537 SKIP:18494 size=40248 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 387 QP=29.63 NAL=0 Slice:B Poc:270 I:440  P:10484 SKIP:21476 size=18079 bytes
    frame=  388 fps= 17 q=33.0 size=    7936KiB time=00:00:06.43 bitrate=10105.5kbits/s speed=0.277x    
    [libx264 @ 00000224a6ee6bc0] frame= 388 QP=31.46 NAL=0 Slice:B Poc:274 I:334  P:10252 SKIP:21814 size=16078 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 389 QP=28.78 NAL=2 Slice:P Poc:282 I:24585 P:5232 SKIP:2583 size=112574 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 390 QP=30.11 NAL=2 Slice:B Poc:278 I:1754 P:11803 SKIP:18843 size=38698 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 391 QP=30.42 NAL=0 Slice:B Poc:280 I:589  P:9672 SKIP:22139 size=23126 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 392 QP=28.56 NAL=2 Slice:P Poc:286 I:3386 P:12279 SKIP:16735 size=64231 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 393 QP=28.56 NAL=0 Slice:B Poc:284 I:16   P:2903 SKIP:29481 size=2545 bytes
    frame=  394 fps= 17 q=33.0 size=    8192KiB time=00:00:06.53 bitrate=10271.8kbits/s speed=0.275x    
    [libx264 @ 00000224a6ee6bc0] frame= 394 QP=28.47 NAL=2 Slice:P Poc:292 I:23111 P:6673 SKIP:2616 size=122961 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 395 QP=30.25 NAL=2 Slice:B Poc:288 I:475  P:11426 SKIP:20499 size=31202 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 396 QP=28.23 NAL=0 Slice:B Poc:290 I:16   P:2459 SKIP:29925 size=2498 bytes
    frame=  397 fps= 16 q=33.0 size=    8448KiB time=00:00:06.58 bitrate=10512.4kbits/s speed=0.272x    
    frame=  397 fps= 16 q=33.0 size=    8448KiB time=00:00:06.58 bitrate=10512.4kbits/s speed=0.266x    
    [libx264 @ 00000224a6ee6bc0] frame= 397 QP=28.81 NAL=2 Slice:P Poc:300 I:21771 P:7635 SKIP:2994 size=125841 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 398 QP=31.27 NAL=2 Slice:B Poc:296 I:470  P:13233 SKIP:18697 size=27533 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 399 QP=30.36 NAL=0 Slice:B Poc:294 I:195  P:11442 SKIP:20763 size=15631 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 400 QP=31.30 NAL=0 Slice:B Poc:298 I:374  P:12181 SKIP:19845 size=24506 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 401 QP=28.24 NAL=2 Slice:P Poc:306 I:20944 P:8492 SKIP:2964 size=135379 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 402 QP=31.56 NAL=2 Slice:B Poc:302 I:547  P:11551 SKIP:20302 size=24409 bytes
    frame=  403 fps= 16 q=33.0 size=    8704KiB time=00:00:06.68 bitrate=10668.9kbits/s speed=0.264x    
    [libx264 @ 00000224a6ee6bc0] frame= 403 QP=34.09 NAL=0 Slice:B Poc:304 I:240  P:10307 SKIP:21853 size=15780 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 404 QP=27.81 NAL=2 Slice:P Poc:316 I:21022 P:8357 SKIP:3021 size=194220 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 405 QP=30.52 NAL=2 Slice:B Poc:310 I:537  P:13103 SKIP:18760 size=41528 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 406 QP=33.30 NAL=0 Slice:B Poc:308 I:163  P:9703 SKIP:22534 size=14447 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 407 QP=32.87 NAL=0 Slice:B Poc:312 I:266  P:10863 SKIP:21271 size=24204 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 408 QP=33.08 NAL=0 Slice:B Poc:314 I:213  P:10532 SKIP:21655 size=17166 bytes
    frame=  409 fps= 16 q=33.0 size=    8960KiB time=00:00:06.78 bitrate=10820.7kbits/s speed=0.263x    
    [libx264 @ 00000224a6ee6bc0] frame= 409 QP=26.92 NAL=2 Slice:P Poc:326 I:20714 P:8283 SKIP:3403 size=283223 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 410 QP=32.09 NAL=2 Slice:B Poc:320 I:799  P:11969 SKIP:19632 size=44876 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 411 QP=33.48 NAL=0 Slice:B Poc:318 I:240  P:11277 SKIP:20883 size=19261 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 412 QP=32.34 NAL=0 Slice:B Poc:322 I:36   P:6658 SKIP:25706 size=6781 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 413 QP=33.01 NAL=0 Slice:B Poc:324 I:23   P:4438 SKIP:27939 size=3901 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 414 QP=26.11 NAL=2 Slice:P Poc:338 I:16327 P:13042 SKIP:3031 size=249289 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 415 QP=31.78 NAL=2 Slice:B Poc:332 I:419  P:11171 SKIP:20810 size=38768 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 416 QP=33.25 NAL=0 Slice:B Poc:328 I:143  P:9228 SKIP:23029 size=14114 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 417 QP=32.24 NAL=0 Slice:B Poc:330 I:732  P:12016 SKIP:19652 size=37219 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 418 QP=30.93 NAL=0 Slice:B Poc:334 I:29   P:6645 SKIP:25726 size=6469 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 419 QP=26.01 NAL=0 Slice:B Poc:336 I:33   P:4291 SKIP:28076 size=3614 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 420 QP=25.53 NAL=2 Slice:P Poc:350 I:2596 P:11113 SKIP:18691 size=48800 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 421 QP=22.27 NAL=2 Slice:B Poc:344 I:92   P:6866 SKIP:25442 size=5601 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 422 QP=26.73 NAL=0 Slice:B Poc:340 I:14   P:5859 SKIP:26527 size=3928 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 423 QP=22.59 NAL=0 Slice:B Poc:342 I:9    P:3927 SKIP:28464 size=2903 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 424 QP=26.08 NAL=0 Slice:B Poc:346 I:14   P:3442 SKIP:28944 size=2650 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 425 QP=28.00 NAL=0 Slice:B Poc:348 I:31   P:2990 SKIP:29379 size=2613 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 426 QP=25.10 NAL=2 Slice:P Poc:356 I:1676 P:6793 SKIP:23931 size=21713 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 427 QP=26.92 NAL=2 Slice:B Poc:352 I:19   P:6140 SKIP:26241 size=3731 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 428 QP=26.38 NAL=0 Slice:B Poc:354 I:15   P:2408 SKIP:29977 size=2022 bytes
    frame=  429 fps= 16 q=33.0 size=    9728KiB time=00:00:07.11 bitrate=11198.0kbits/s speed=0.271x    
    [libx264 @ 00000224a6ee6bc0] frame= 429 QP=25.62 NAL=2 Slice:P Poc:368 I:3369 P:15400 SKIP:13631 size=82382 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 430 QP=25.34 NAL=2 Slice:B Poc:362 I:122  P:6393 SKIP:25885 size=6029 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 431 QP=27.35 NAL=0 Slice:B Poc:358 I:24   P:8058 SKIP:24318 size=4918 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 432 QP=33.83 NAL=0 Slice:B Poc:360 I:58   P:10069 SKIP:22273 size=13390 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 433 QP=25.85 NAL=0 Slice:B Poc:364 I:23   P:2829 SKIP:29548 size=2186 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 434 QP=23.72 NAL=0 Slice:B Poc:366 I:34   P:3222 SKIP:29144 size=2511 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 435 QP=25.87 NAL=2 Slice:P Poc:374 I:2722 P:7511 SKIP:22167 size=53814 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 436 QP=34.98 NAL=2 Slice:B Poc:370 I:112  P:6909 SKIP:25379 size=6071 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 437 QP=34.60 NAL=0 Slice:B Poc:372 I:24   P:4445 SKIP:27931 size=3315 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 438 QP=25.82 NAL=2 Slice:P Poc:380 I:1882 P:7044 SKIP:23474 size=27541 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 439 QP=31.51 NAL=2 Slice:B Poc:376 I:18   P:6196 SKIP:26186 size=4383 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 440 QP=36.05 NAL=0 Slice:B Poc:378 I:24   P:3929 SKIP:28447 size=3547 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 441 QP=25.68 NAL=2 Slice:P Poc:392 I:2724 P:7043 SKIP:22633 size=30812 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 442 QP=31.12 NAL=2 Slice:B Poc:386 I:55   P:5206 SKIP:27139 size=5476 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 443 QP=29.38 NAL=0 Slice:B Poc:382 I:48   P:5095 SKIP:27257 size=4548 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 444 QP=36.77 NAL=0 Slice:B Poc:384 I:46   P:3332 SKIP:29022 size=3451 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 445 QP=32.88 NAL=0 Slice:B Poc:388 I:32   P:4075 SKIP:28293 size=3272 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 446 QP=33.28 NAL=0 Slice:B Poc:390 I:34   P:3024 SKIP:29342 size=2983 bytes
    frame=  447 fps= 17 q=33.0 size=    9984KiB time=00:00:07.41 bitrate=11027.8kbits/s speed=0.276x    
    frame=  447 fps= 16 q=33.0 size=    9984KiB time=00:00:07.41 bitrate=11027.8kbits/s speed=0.271x    
    [libx264 @ 00000224a6ee6bc0] frame= 447 QP=26.86 NAL=2 Slice:P Poc:410 I:13671 P:15370 SKIP:3359 size=203406 bytes
    frame=  448 fps= 16 q=33.0 size=    9984KiB time=00:00:07.43 bitrate=11003.0kbits/s speed=0.267x    
    [libx264 @ 00000224a6ee6bc0] frame= 448 QP=31.58 NAL=2 Slice:B Poc:400 I:586  P:12185 SKIP:19629 size=37367 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 449 QP=34.05 NAL=0 Slice:B Poc:394 I:89   P:4324 SKIP:27987 size=4580 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 450 QP=32.73 NAL=0 Slice:B Poc:396 I:166  P:4264 SKIP:27970 size=5212 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 451 QP=33.12 NAL=0 Slice:B Poc:398 I:197  P:8000 SKIP:24203 size=12040 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 452 QP=34.46 NAL=0 Slice:B Poc:402 I:1044 P:11687 SKIP:19669 size=43624 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 453 QP=32.06 NAL=0 Slice:B Poc:404 I:63   P:7504 SKIP:24833 size=10957 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 454 QP=33.09 NAL=0 Slice:B Poc:406 I:52   P:3173 SKIP:29175 size=3310 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 455 QP=32.52 NAL=0 Slice:B Poc:408 I:45   P:2510 SKIP:29845 size=2426 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 456 QP=26.42 NAL=2 Slice:P Poc:416 I:1424 P:6755 SKIP:24221 size=21190 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 457 QP=31.37 NAL=2 Slice:B Poc:412 I:16   P:5861 SKIP:26523 size=3720 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 458 QP=26.07 NAL=0 Slice:B Poc:414 I:15   P:3375 SKIP:29010 size=2447 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 459 QP=26.79 NAL=2 Slice:P Poc:428 I:2111 P:6068 SKIP:24221 size=19697 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 460 QP=23.14 NAL=2 Slice:B Poc:422 I:92   P:4402 SKIP:27906 size=5259 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 461 QP=26.88 NAL=0 Slice:B Poc:418 I:17   P:3714 SKIP:28669 size=3017 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 462 QP=30.25 NAL=0 Slice:B Poc:420 I:17   P:2278 SKIP:30105 size=2566 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 463 QP=27.29 NAL=0 Slice:B Poc:424 I:12   P:2243 SKIP:30145 size=1923 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 464 QP=32.65 NAL=0 Slice:B Poc:426 I:17   P:2597 SKIP:29786 size=2261 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 465 QP=25.76 NAL=2 Slice:P Poc:434 I:1542 P:4475 SKIP:26383 size=14525 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 466 QP=29.54 NAL=2 Slice:B Poc:430 I:37   P:3939 SKIP:28424 size=3861 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 467 QP=33.28 NAL=0 Slice:B Poc:432 I:34   P:1555 SKIP:30811 size=2260 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 468 QP=28.09 NAL=2 Slice:P Poc:446 I:2551 P:8310 SKIP:21539 size=24733 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 469 QP=27.10 NAL=2 Slice:B Poc:440 I:257  P:8358 SKIP:23785 size=10818 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 470 QP=31.45 NAL=0 Slice:B Poc:436 I:36   P:6016 SKIP:26348 size=4847 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 471 QP=30.41 NAL=0 Slice:B Poc:438 I:34   P:5060 SKIP:27306 size=4215 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 472 QP=28.10 NAL=0 Slice:B Poc:442 I:27   P:5148 SKIP:27225 size=3800 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 473 QP=33.46 NAL=0 Slice:B Poc:444 I:38   P:5381 SKIP:26981 size=4016 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 474 QP=26.18 NAL=2 Slice:P Poc:450 I:1023 P:3092 SKIP:28285 size=7696 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 475 QP=22.38 NAL=0 Slice:B Poc:448 I:22   P:2539 SKIP:29839 size=2664 bytes
    frame=  476 fps= 17 q=-1.0 size=   10496KiB time=00:00:07.90 bitrate=10884.0kbits/s speed=0.278x    
    frame=  476 fps= 16 q=-1.0 size=   10496KiB time=00:00:07.90 bitrate=10884.0kbits/s speed=0.273x    
    [libx264 @ 00000224a6ee6bc0] frame= 476 QP=29.85 NAL=2 Slice:P Poc:460 I:23338 P:5906 SKIP:3156 size=146654 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 477 QP=32.29 NAL=2 Slice:B Poc:454 I:378  P:11958 SKIP:20064 size=43787 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 478 QP=32.85 NAL=0 Slice:B Poc:452 I:179  P:8850 SKIP:23371 size=13446 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 479 QP=34.39 NAL=0 Slice:B Poc:456 I:234  P:8491 SKIP:23675 size=15926 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 480 QP=33.12 NAL=0 Slice:B Poc:458 I:602  P:8772 SKIP:23026 size=18507 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 481 QP=29.76 NAL=2 Slice:P Poc:468 I:19559 P:9308 SKIP:3533 size=141803 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 482 QP=32.56 NAL=2 Slice:B Poc:464 I:744  P:11803 SKIP:19853 size=31118 bytes
    frame=  483 fps= 16 q=-1.0 size=   10752KiB time=00:00:08.01 bitrate=10987.2kbits/s speed=0.273x    
    [libx264 @ 00000224a6ee6bc0] frame= 483 QP=34.16 NAL=0 Slice:B Poc:462 I:210  P:13199 SKIP:18991 size=27459 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 484 QP=34.15 NAL=0 Slice:B Poc:466 I:395  P:11119 SKIP:20886 size=21201 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 485 QP=29.63 NAL=2 Slice:P Poc:472 I:14608 P:12545 SKIP:5247 size=121459 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 486 QP=32.15 NAL=0 Slice:B Poc:470 I:256  P:10975 SKIP:21169 size=14892 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 487 QP=29.29 NAL=2 Slice:P Poc:476 I:15578 P:12664 SKIP:4158 size=135167 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 488 QP=34.08 NAL=0 Slice:B Poc:474 I:377  P:10280 SKIP:21743 size=16230 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 489 QP=30.50 NAL=2 Slice:P Poc:482 I:12737 P:13628 SKIP:6035 size=109598 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 490 QP=28.36 NAL=2 Slice:B Poc:478 I:25   P:3926 SKIP:28449 size=3366 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 491 QP=34.81 NAL=0 Slice:B Poc:480 I:307  P:13972 SKIP:18121 size=29580 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 492 QP=29.99 NAL=2 Slice:P Poc:484 I:14869 P:13062 SKIP:4469 size=125336 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 493 QP=30.52 NAL=2 Slice:P Poc:488 I:3722 P:16632 SKIP:12046 size=70424 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 494 QP=32.10 NAL=0 Slice:B Poc:486 I:197  P:11088 SKIP:21115 size=13394 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 495 QP=31.21 NAL=2 Slice:P Poc:494 I:10422 P:16107 SKIP:5871 size=117208 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 496 QP=33.61 NAL=2 Slice:B Poc:490 I:454  P:13296 SKIP:18650 size=37855 bytes
    frame=  497 fps= 17 q=-1.0 size=   11776KiB time=00:00:08.25 bitrate=11693.3kbits/s speed=0.276x    
    [libx264 @ 00000224a6ee6bc0] frame= 497 QP=34.75 NAL=0 Slice:B Poc:492 I:223  P:11350 SKIP:20827 size=17232 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 498 QP=33.19 NAL=2 Slice:P Poc:498 I:8401 P:16008 SKIP:7991 size=76340 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 499 QP=33.97 NAL=0 Slice:B Poc:496 I:183  P:12323 SKIP:19894 size=16011 bytes
    [libx264 @ 00000224a6ee6bc0] frame= 500 QP=30.69 NAL=3 Slice:I Poc:0   I:32400 P:0    SKIP:0    size=209080 bytes
    [vost#0:0/libx264 @ 00000224a6f43b40] Terminating thread with return code 0 (success)
    [out#0/mp4 @ 00000224a6ee4100] All streams finished
    [out#0/mp4 @ 00000224a6ee4100] Terminating thread with return code 0 (success)
    [AVIOContext @ 00000224a83f6e40] Statistics: 12466671 bytes written, 2 seeks, 51 writeouts
    [out#0/mp4 @ 00000224a6ee4100] Output file #0 (h264_hardware_decoder_corruption_on_veryslow_sample_out.mp4):
    [out#0/mp4 @ 00000224a6ee4100]   Output stream #0:0 (video): 501 frames encoded; 501 packets muxed (12460722 bytes); 
    [out#0/mp4 @ 00000224a6ee4100]   Total: 501 packets (12460722 bytes) muxed
    [out#0/mp4 @ 00000224a6ee4100] video:12169KiB audio:0KiB subtitle:0KiB other streams:0KiB global headers:0KiB muxing overhead: 0.047710%
    frame=  501 fps= 17 q=-1.0 Lsize=   12174KiB time=00:00:08.31 bitrate=11992.0kbits/s speed=0.278x    
    [libx264 @ 00000224a6ee6bc0] frame I:3     Avg QP:27.86  size:405143
    [libx264 @ 00000224a6ee6bc0] frame P:146   Avg QP:26.76  size: 52023
    [libx264 @ 00000224a6ee6bc0] frame B:352   Avg QP:28.04  size: 10367
    [libx264 @ 00000224a6ee6bc0] consecutive B-frames:  1.8%  6.0% 54.5%  7.2%  4.0% 20.4%  2.8%  1.6%  1.8%
    [libx264 @ 00000224a6ee6bc0] mb I  I16..4: 14.8% 52.3% 32.9%
    [libx264 @ 00000224a6ee6bc0] mb P  I16..4:  7.0%  9.1%  1.0%  P16..4: 18.6%  2.1%  3.0%  0.0%  0.0%    skip:59.1%
    [libx264 @ 00000224a6ee6bc0] mb B  I16..4:  0.4%  0.5%  0.0%  B16..8: 15.7%  1.0%  0.1%  direct: 0.6%  skip:81.6%  L0:42.0% L1:56.3% BI: 1.7%
    [libx264 @ 00000224a6ee6bc0] 8x8 transform intra:53.2% inter:77.9%
    [libx264 @ 00000224a6ee6bc0] direct mvs  spatial:95.5% temporal:4.5%
    [libx264 @ 00000224a6ee6bc0] coded y,uvDC,uvAC intra: 21.7% 33.2% 11.1% inter: 2.3% 2.5% 0.1%
    [libx264 @ 00000224a6ee6bc0] i16 v,h,dc,p: 18% 43% 11% 29%
    [libx264 @ 00000224a6ee6bc0] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 11% 19% 31%  5%  7%  5%  9%  4%  8%
    [libx264 @ 00000224a6ee6bc0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 18% 23%  8%  7%  8%  5% 11%  6% 14%
    [libx264 @ 00000224a6ee6bc0] i8c dc,h,v,p: 39% 43% 12%  6%
    [libx264 @ 00000224a6ee6bc0] Weighted P-Frames: Y:2.1% UV:0.0%
    [libx264 @ 00000224a6ee6bc0] ref P L0: 58.1% 17.9% 10.4%  2.7%  1.8%  1.3%  1.1%  0.6%  1.2%  0.9%  0.9%  0.9%  0.9%  0.5%  0.4%  0.2%
    [libx264 @ 00000224a6ee6bc0] ref B L0: 80.5%  8.3%  3.3%  1.3%  1.1%  1.0%  1.3%  0.4%  0.6%  0.4%  0.4%  0.4%  0.4%  0.5%  0.1%
    [libx264 @ 00000224a6ee6bc0] ref B L1: 97.0%  3.0%
    [libx264 @ 00000224a6ee6bc0] kb/s:11937.75
    [in#0/mov,mp4,m4a,3gp,3g2,mj2 @ 00000224a6ee3980] Input file #0 (h264_hardware_decoder_corruption_on_veryslow_sample.mp4):
    [in#0/mov,mp4,m4a,3gp,3g2,mj2 @ 00000224a6ee3980]   Input stream #0:0 (video): 501 packets read (249166716 bytes); 501 frames decoded; 0 decode errors; 
    [in#0/mov,mp4,m4a,3gp,3g2,mj2 @ 00000224a6ee3980]   Total: 501 packets (249166716 bytes) demuxed
    [AVIOContext @ 00000224a6eeeb40] Statistics: 249177398 bytes read, 0 seeks
    
  3. View the output with hardware acceleration enabled on/off. The artifacts appear when the camera starts looking up.

Known workaround:
Use -preset slow instead. Then no corruption occurs with hardware decoders.

Attachments (2)

ffmpeg_i.log (177.8 KB ) - added by Zeblote 8 weeks ago.
Output of ffmpeg -v 9 -loglevel 99 -i (did not fit original ticket)
corruption_sample_AMD.png (1.6 MB ) - added by Zeblote 8 weeks ago.
Sample of the artifacts on an AMD GPU

Download all attachments as: .zip

Change History (13)

by Zeblote, 8 weeks ago

Attachment: ffmpeg_i.log added

Output of ffmpeg -v 9 -loglevel 99 -i (did not fit original ticket)

comment:1 by Zeblote, 8 weeks ago

I tried to use https://streams.videolan.org/upload/ to upload the sample media as requested on https://ffmpeg.org/bugreports.html, but this did not seem to work. It just says that the file was uploaded without providing any kind of reference I could link here.

So here are direct download links for the sample media.

Source file:
https://static.brickadia.com/resources/h264_hardware_decoder_corruption_on_veryslow_sample.mp4

Sample output (reproduces artifacts in browser when hardware acceleration is enabled):
https://static.brickadia.com/resources/h264_hardware_decoder_corruption_on_veryslow_sample_out.mp4

by Zeblote, 8 weeks ago

Attachment: corruption_sample_AMD.png added

Sample of the artifacts on an AMD GPU

comment:2 by Zeblote, 8 weeks ago

What the video looks like with hardware decoding on AMD.
https://trac.ffmpeg.org/raw-attachment/ticket/11110/corruption_sample_AMD.png

comment:3 by MasterQuestionable, 7 weeks ago

Cc: MasterQuestionable added
Component: ffmpegavcodec
Keywords: h264 added
Resolution: invalid
Status: newclosed

͏    Hardware decoders typically don't support all features of software decoders.
͏    For your case, notably the DPB (Decoding Pictures Buffer) requirement (imposed by "veryslow") may not be satisfied.

͏    Trace [ https://trac.ffmpeg.org/ticket/11055#comment:98 ] for relevant concepts.

͏    More specifically, what directly affects your issue appears to be:
͏    "ref": Max number of reference frames (of Inter-compression).
͏    .
͏    Which has a hard requirement on decoder capability:
͏    Number of past decoded frames that must be kept, for future reference (thus proper decoding).


͏    Your uploaded files should be on:
͏    https://streams.videolan.org/ffmpeg/incoming/11110/

Last edited 7 weeks ago by MasterQuestionable (previous) (diff)

comment:4 by Zeblote, 7 weeks ago

Thanks for the hint! Searching for the Decoding Pictures Buffer led me to discover that there are different feature levels of H.264, which among other things, change how many frames this can hold.

On the NVIDIA documentation, we find: https://docs.nvidia.com/video-technologies/video-codec-sdk/12.2/nvdec-video-decoder-api-prog-guide/index.html#video-decoder-capabilities

Maximum Resolution: 4096x4096 Profile: Baseline, Main, High profile up to Level 5.1

But in the log above, it is trying to use:

[libx264 @ 00000224a6ee6bc0] profile High, level 6.0, 4:2:0, 8-bit

So the underlying issue is that ffmpeg defaults to using a feature level that the hardware decoder can't support.
Adding -level 5.1 to the command line fixes the problem.

Why there is no mechanism for the hardware decoder to report that a given file is "too new", and perhaps refuse to play it rather than corrupt everything, is anyone's guess...

comment:5 by Zeblote, 7 weeks ago

Perhaps ffmpeg should change the default level to 5.1 if that's the limit of common decoders?

While not directly the fault of the library (the hardware decoder should just refuse to play the file), a default preset producing a file that doesn't work properly on common decoders leads to a pretty bad user experience.

comment:6 by MasterQuestionable, 7 weeks ago

͏    For different hardware decoders the exact difference may differ.
͏    And best-effort playback is generally more preferable, than outright failing.


͏    Haven't analyzed too much on this field.
͏    But the Profile Level to some extent, may be just cosmetic?

͏    Unsure if the Level 5.1 assertion would alter the actual encoding (thus change the "ref" setting).
͏    Or mere metadata?

͏    Hardware decoders have been known to be variously buggy various aspects...
͏    And much unfixable, for "hardware".

in reply to:  6 ; comment:7 by Zeblote, 7 weeks ago

Replying to MasterQuestionable:

͏    Unsure if the Level 5.1 assertion would alter the actual encoding (thus change the "ref" setting).
͏    Or mere metadata?

It does change the encoding, reducing the level from 6 to 5.1 slightly increases the file size of the output and removes all of the artifacts

comment:8 by Balling, 7 weeks ago

We've so far confirmed the issue with: VLC Media Player, Firefox, Discord, etc. on Windows 10/11, using both NVIDIA or AMD GPUs.

Only Lavfilters https://github.com/Nevcairiel/LAVFilters/commit/ed7c63958a00a6b55f7242e7e7c81a7ad1fdbdcc blocked DIRECTLY HW passover of unsupported profiles of AVC. Nvidia does not support such a high profile, that is all its features. ffplay -vcodec h264_cuvid -i h264_hardware_decoder_corruption_on_veryslow_sample_out.mp4 is also affected which proved it is the case. SW decoder is not affected. MPC-HC with Lavfilters DECODES this without HW, because there is a flag to fallback to SW decoder.

FFMPEG ALWAYS ALLOWS DECODING, this is a bug. Also remember that my bug about slices is still open

Last edited 7 weeks ago by Balling (previous) (diff)

in reply to:  7 ; comment:9 by MasterQuestionable, 7 weeks ago

͏    Would you compare the before/after files with:
͏    https://media-analyzer.pro/app
͏    ; alike?
͏    [ From: https://trac.ffmpeg.org/ticket/11080#comment:14 ]

͏    So to ensure the encoding procedure actually changed.

in reply to:  9 comment:10 by Zeblote, 7 weeks ago

It looks like it changed the "ref" parameter from 16 to 5.

On the original out file:

x264 info 'x264 - core 164 r3191 4613ac3 - H.264/MPEG-4 AVC codec - Copyleft 2003-2024 - http://www.videolan.org/x264.html - options: cabac=1 ref=16 deblock=1:0:0 analyse=0x3:0x133 me=umh subme=10 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=24 chroma_me=1 trellis=2 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=48 lookahead_threads=8 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=8 b_pyramid=2 b_adapt=2 b_bias=0 direct=3 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=60 rc=crf mbtree=1 crf=25.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00' (667 bytes)

On the new out file with -level 5.1 :

x264 info 'x264 - core 164 r3191 4613ac3 - H.264/MPEG-4 AVC codec - Copyleft 2003-2024 - http://www.videolan.org/x264.html - options: cabac=1 ref=5 deblock=1:0:0 analyse=0x3:0x133 me=umh subme=10 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=24 chroma_me=1 trellis=2 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=48 lookahead_threads=8 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=8 b_pyramid=2 b_adapt=2 b_bias=0 direct=3 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=60 rc=crf mbtree=1 crf=25.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00' (666 bytes)

comment:11 by MasterQuestionable, 7 weeks ago

͏    Well, enough evidence then.
͏    No need to further bother. Thanks.

͏    ----

͏    Extra note:
͏    YouTube's upload handling seems to also fail Level > 5.1.
͏    (tried years ago, unsure recently)

Last edited 7 weeks ago by MasterQuestionable (previous) (diff)
Note: See TracTickets for help on using tickets.