[FFmpeg-user] Recording joins in concatenated files

Francois Visagie francois.visagie at gmail.com
Wed May 28 09:07:55 CEST 2014


Hi All,

[It seems my previous message got held up for exceeding maximum size. Here another attempt with trimmed logs.]

I’m trying to record the joins in concatenated files, i.e. where one input file ends and the next begins. The reason is that my camera produces one file per scene, but my editing environment cannot handle the number of files it typically produces for large projects in one go. In order to access all media at once I therefore need to concatenate some files, but I also want to retain markers for scene changes within the concatenated files. I’m concatenating M2TS files into M2TS output files.

I couldn’t find any option for recording joins directly and investigated artificially inducing PTS discontinuities (the concat muxer and protocol both adjust PTSs, as one would expect) for manual or hopefully automatic analysis afterwards. I tried the ‘-copyts’, ‘-mpegts_copyts 1’, ‘-vsync 0’, ‘-vf setpts=PTS’ and ‘-avoid_negative_ts disabled’ options.

The only one that had any noticeable effect was ‘-copyts’, with the concat protocol. However, instead of the hoped-for monotonically rising PTS from the start to end of each scene in the output file, the output PTSs kind of jump around. I used the command


       ffmpeg -report -y -i "concat:20140510154111.mts|20140510154135.mts" -c copy -copyts -mpegts_m2ts_mode 1 protocol.mts

to concatenate the files, and

       ffplay protocol.mts -vf showinfo 2>&1 | find "pts:" 2>&1 >protocol.txt

to examine the concatenated PTSs afterwards.

For completeness I list the respective logs below. In this example, I hoped for PTSs in protocol.mts to rise monotonically until around frame 648, the last one in the first input file, and then to start again from some low number, rising monotonically again afterwards. However, that’s clearly not the case.

What is the correct way of recording joins in concatenated files? If no mechanism is available for doing that directly, what else could I try? In case shell scripting is called for, I’m working on Windows 7 but I’m sure if needed I’d be able to port any sh-type scripts you might suggest ☺.

Many thanks,
Francois


==========
LOGS
==========


ffmpeg-20140527-153326.log
-----------------------------------

ffmpeg started on 2014-05-27 at 15:33:26
Report written to "ffmpeg-20140527-153326.log"
Command line:
ffmpeg -report -y -i "concat:20140510154111.mts|20140510154135.mts" -c copy -copyts -mpegts_m2ts_mode 1 protocol.mts
ffmpeg version N-54277-gff130d7 Copyright (c) 2000-2013 the FFmpeg developers
  built on Jun 30 2013 01:20:12 with gcc 4.7.3 (GCC)
  configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libcaca --enable-libfreetype --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib
  libavutil      52. 37.101 / 52. 37.101
  libavcodec     55. 17.100 / 55. 17.100
  libavformat    55. 10.100 / 55. 10.100
  libavdevice    55.  2.100 / 55.  2.100
  libavfilter     3. 77.101 /  3. 77.101
  libswscale      2.  3.100 /  2.  3.100
  libswresample   0. 17.102 /  0. 17.102
  libpostproc    52.  3.100 / 52.  3.100
Splitting the commandline.
Reading option '-report' ... matched as option 'report' (generate a report) with argument '1'.
Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'.
Reading option '-i' ... matched as input file with argument 'concat:20140510154111.mts|20140510154135.mts'.
Reading option '-c' ... matched as option 'c' (codec name) with argument 'copy'.
Reading option '-copyts' ... matched as option 'copyts' (copy timestamps) with argument '1'.
Reading option '-mpegts_m2ts_mode' ... matched as AVOption 'mpegts_m2ts_mode' with argument '1'.
Reading option 'protocol.mts' ... matched as output file.
Finished splitting the commandline.
Parsing a group of options: global .
Applying option report (generate a report) with argument 1.
Applying option y (overwrite output files) with argument 1.
Applying option copyts (copy timestamps) with argument 1.
Successfully parsed a group of options.
Parsing a group of options: input file concat:20140510154111.mts|20140510154135.mts.
Successfully parsed a group of options.
Opening an input file: concat:20140510154111.mts|20140510154135.mts.
[mpegts @ 0249c440] Format mpegts probed with size=2048 and score=100
[mpegts @ 0249c440] stream=0 stream_type=1b pid=1011 prog_reg_desc=HDPR
[mpegts @ 0249c440] stream=1 stream_type=81 pid=1100 prog_reg_desc=HDPR
[mpegts @ 0249c440] File position before avformat_find_stream_info() is 0
[h264 @ 031ce840] Increasing reorder buffer to 1
[h264 @ 031ce840] no picture ooo
[h264 @ 031ce840] no picture ooo
[h264 @ 031ce840] no picture 
[mpegts @ 0249c440] Probe buffer size limit of 5000000 bytes reached
[mpegts @ 0249c440] File position after avformat_find_stream_info() is 0
Input #0, mpegts, from 'concat:20140510154111.mts|20140510154135.mts':
  Duration: 00:00:09.62, start: 0.471489, bitrate: 64893 kb/s
  Program 1 
    Stream #0:0[0x1011], 73, 1/90000: Video: h264 (High) (HDPR / 0x52504448), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 50 fps, 50 tbr, 90k tbn, 100 tbc
    Stream #0:1[0x1100], 48, 1/90000: Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, stereo, fltp, 256 kb/s
Successfully opened the file.
Parsing a group of options: output file protocol.mts.
Applying option c (codec name) with argument copy.
Successfully parsed a group of options.
Opening an output file: protocol.mts.
Successfully opened the file.
[mpegts @ 02493f00] muxrate VBR, pcr every 5 pkts, sdt every 200, pat/pmt every 40 pkts
Output #0, mpegts, to 'protocol.mts':
  Metadata:
    encoder         : Lavf55.10.100
    Stream #0:0, 0, 1/90000: Video: h264 (HDPR / 0x52504448), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 50 fps, 90k tbn, 50 tbc
    Stream #0:1, 0, 1/90000: Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, stereo, 256 kb/s
Stream mapping:
  Stream #0:0 -> #0:0 (copy)
  Stream #0:1 -> #0:1 (copy)
Press [q] to stop, [?] for help
[mpegts @ 0249c440] Continuity check failed for pid 31 expected 15 got 0
[mpegts @ 0249c440] Continuity check failed for pid 4113 expected 12 got 0
[mpegts @ 0249c440] Continuity check failed for pid 4352 expected 4 got 0
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210631, current: 44312; changing to 1210632. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210632, current: 47192; changing to 1210633. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210633, current: 50072; changing to 1210634. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210634, current: 52952; changing to 1210635. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210635, current: 55832; changing to 1210636. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207031, current: 42512; changing to 1207032. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207032, current: 44312; changing to 1207033. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210636, current: 58712; changing to 1210637. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207033, current: 46112; changing to 1207034. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207034, current: 47912; changing to 1207035. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207035, current: 49712; changing to 1207036. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210637, current: 61592; changing to 1210638. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207036, current: 51512; changing to 1207037. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210638, current: 64472; changing to 1210639. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207037, current: 53312; changing to 1207038. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207038, current: 55112; changing to 1207039. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210639, current: 67352; changing to 1210640. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207039, current: 56912; changing to 1207040. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207040, current: 58712; changing to 1207041. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210640, current: 70232; changing to 1210641. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207041, current: 60512; changing to 1207042. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210641, current: 73112; changing to 1210642. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207042, current: 62312; changing to 1207043. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207043, current: 64112; changing to 1207044. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207044, current: 65912; changing to 1207045. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210642, current: 75992; changing to 1210643. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207045, current: 67712; changing to 1207046. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210643, current: 78872; changing to 1210644. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207046, current: 69512; changing to 1207047. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207047, current: 71312; changing to 1207048. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210644, current: 81752; changing to 1210645. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207048, current: 73112; changing to 1207049. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207049, current: 74912; changing to 1207050. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210645, current: 84632; changing to 1210646. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207050, current: 76712; changing to 1207051. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210646, current: 87512; changing to 1210647. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207051, current: 78512; changing to 1207052. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207052, current: 80312; changing to 1207053. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207053, current: 82112; changing to 1207054. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210647, current: 90392; changing to 1210648. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210648, current: 93272; changing to 1210649. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207054, current: 83912; changing to 1207055. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210649, current: 96152; changing to 1210650. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207055, current: 85712; changing to 1207056. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207056, current: 87512; changing to 1207057. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210650, current: 99032; changing to 1210651. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207057, current: 89312; changing to 1207058. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210651, current: 101912; changing to 1210652. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207058, current: 91112; changing to 1207059. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207059, current: 92912; changing to 1207060. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210652, current: 104792; changing to 1210653. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207060, current: 94712; changing to 1207061. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207061, current: 96512; changing to 1207062. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210653, current: 107672; changing to 1210654. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207062, current: 98312; changing to 1207063. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210654, current: 110552; changing to 1210655. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207063, current: 100112; changing to 1207064. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207064, current: 101912; changing to 1207065. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207065, current: 103712; changing to 1207066. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210655, current: 113432; changing to 1210656. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207066, current: 105512; changing to 1207067. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210656, current: 116312; changing to 1210657. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207067, current: 107312; changing to 1207068. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207068, current: 109112; changing to 1207069. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210657, current: 119192; changing to 1210658. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207069, current: 110912; changing to 1207070. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207070, current: 112712; changing to 1207071. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207071, current: 114512; changing to 1207072. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210658, current: 122072; changing to 1210659. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207072, current: 116312; changing to 1207073. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210659, current: 124952; changing to 1210660. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207073, current: 118112; changing to 1207074. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207074, current: 119912; changing to 1207075. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210660, current: 127832; changing to 1210661. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207075, current: 121712; changing to 1207076. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207076, current: 123512; changing to 1207077. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207077, current: 125312; changing to 1207078. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210661, current: 130712; changing to 1210662. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210662, current: 133592; changing to 1210663. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207078, current: 127112; changing to 1207079. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210663, current: 136472; changing to 1210664. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207079, current: 128912; changing to 1207080. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207080, current: 130712; changing to 1207081. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210664, current: 139352; changing to 1210665. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210665, current: 142232; changing to 1210666. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207081, current: 132512; changing to 1207082. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207082, current: 134312; changing to 1207083. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207083, current: 136112; changing to 1207084. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210666, current: 145112; changing to 1210667. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207084, current: 137912; changing to 1207085. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207085, current: 139712; changing to 1207086. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210667, current: 147992; changing to 1210668. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207086, current: 141512; changing to 1207087. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210668, current: 150872; changing to 1210669. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207087, current: 143312; changing to 1207088. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207088, current: 145112; changing to 1207089. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207089, current: 146912; changing to 1207090. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210669, current: 153752; changing to 1210670. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207090, current: 148712; changing to 1207091. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210670, current: 156632; changing to 1210671. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207091, current: 150512; changing to 1207092. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207092, current: 152312; changing to 1207093. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210671, current: 159512; changing to 1210672. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207093, current: 154112; changing to 1207094. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207094, current: 155912; changing to 1207095. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210672, current: 162392; changing to 1210673. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207095, current: 157712; changing to 1207096. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210673, current: 165272; changing to 1210674. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207096, current: 159512; changing to 1207097. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207097, current: 161312; changing to 1207098. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207098, current: 163112; changing to 1207099. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210674, current: 168152; changing to 1210675. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207099, current: 164912; changing to 1207100. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210675, current: 171032; changing to 1210676. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207100, current: 166712; changing to 1207101. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207101, current: 168512; changing to 1207102. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210676, current: 173912; changing to 1210677. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210677, current: 176792; changing to 1210678. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207102, current: 170312; changing to 1207103. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210678, current: 179672; changing to 1210679. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207103, current: 172112; changing to 1207104. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207104, current: 173912; changing to 1207105. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210679, current: 182552; changing to 1210680. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207105, current: 175712; changing to 1207106. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207106, current: 177512; changing to 1207107. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210680, current: 185432; changing to 1210681. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207107, current: 179312; changing to 1207108. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210681, current: 188312; changing to 1210682. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207108, current: 181112; changing to 1207109. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207109, current: 182912; changing to 1207110. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207110, current: 184712; changing to 1207111. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210682, current: 191192; changing to 1210683. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207111, current: 186512; changing to 1207112. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210683, current: 194072; changing to 1210684. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207112, current: 188312; changing to 1207113. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207113, current: 190112; changing to 1207114. This may result in incorrect timestamps in the output file.
frame=  731 fps=0.0 q=-1.0 size=   52123kB time=00:00:13.48 bitrate=31666.6kbits/s    
Non-monotonous DTS in output stream 0:1; previous: 1210684, current: 196952; changing to 1210685. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207114, current: 191912; changing to 1207115. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207115, current: 193712; changing to 1207116. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210685, current: 199832; changing to 1210686. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207116, current: 195512; changing to 1207117. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210686, current: 202712; changing to 1210687. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207117, current: 197312; changing to 1207118. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207118, current: 199112; changing to 1207119. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207119, current: 200912; changing to 1207120. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210687, current: 205592; changing to 1210688. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207120, current: 202712; changing to 1207121. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207121, current: 204512; changing to 1207122. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210688, current: 208472; changing to 1210689. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207122, current: 206312; changing to 1207123. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210689, current: 211352; changing to 1210690. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207123, current: 208112; changing to 1207124. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207124, current: 209912; changing to 1207125. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210690, current: 214232; changing to 1210691. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207125, current: 211712; changing to 1207126. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210691, current: 217112; changing to 1210692. This may result in incorrect timestamps in the output file.
.
.
.
frame= 1118 fps=543 q=-1.0 size=   78938kB time=00:00:13.48 bitrate=47947.8kbits/s    
Non-monotonous DTS in output stream 0:1; previous: 1210925, current: 891032; changing to 1210926. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207501, current: 888512; changing to 1207502. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210926, current: 893912; changing to 1210927. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207502, current: 890312; changing to 1207503. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207503, current: 892112; changing to 1207504. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210927, current: 896792; changing to 1210928. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207504, current: 893912; changing to 1207505. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207505, current: 895712; changing to 1207506. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210928, current: 899672; changing to 1210929. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207506, current: 897512; changing to 1207507. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210929, current: 902552; changing to 1210930. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207507, current: 899312; changing to 1207508. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207508, current: 901112; changing to 1207509. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210930, current: 905432; changing to 1210931. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:1; previous: 1210931, current: 908312; changing to 1210932. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207509, current: 902912; changing to 1207510. This may result in incorrect timestamps in the output file.
[mpegts @ 02493f00] Non-monotonous DTS in output stream 0:0; previous: 1207510, current: 904712; changing to 1207511. This may result in incorrect timestamps in the output file.
No more output streams to write to, finishing.
frame= 1128 fps=540 q=-1.0 Lsize=   79920kB time=00:00:13.48 bitrate=48543.9kbits/s    

video:71705kB audio:707kB subtitle:0 global headers:0kB muxing overhead 10.368275%
0 frames successfully decoded, 0 decoding errors
[AVIOContext @ 04383360] Statistics: 0 seeks, 3189 writeouts
[AVIOContext @ 0249c980] Statistics: 83730576 bytes read, 2 seeks


protocol.txt
--------------

   1.89 A-V:    nan fd=   0 aq=    6KB vq=  461KB sq=    0B f=0/0   
   1.92 A-V:    nan fd=   0 aq=    6KB vq=  461KB sq=    0B f=0/0   
   1.95 A-V:    nan fd=   0 aq=    6KB vq=  431KB sq=    0B f=0/0   
n:0 pts:170231 pts_time:1.89146 pos:457540 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:048F505A plane_checksum:[0871A66D D17FE63A ECAFC395]
[Parsed_showinfo_0 @ 03d1ff40] n:1 pts:172031 pts_time:1.91146 pos:483460 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:F7247028 plane_checksum:[3AB33AA1 B2A23B3E B6D6FA3A]
   1.93 A-V:  0.023 fd=   0 aq=    6KB vq=  322KB sq=    0B f=0/0   
n:2 pts:173831 pts_time:1.93146 pos:580 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:1 type:I checksum:5FAF256E plane_checksum:[FA6C9F5E 3CDBEECE 15E49724]
[Parsed_showinfo_0 @ 03d1ff40] n:3 pts:175631 pts_time:1.95146 pos:627844 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:FDBAB2F5 plane_checksum:[B416F16D C1753823 64458956]
[Parsed_showinfo_0 @ 03d1ff40] n:4 pts:177431 pts_time:1.97146 pos:665476 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:0C58EC47 plane_checksum:[18ED050F 257B4DB7 390D9981]
[Parsed_showinfo_0 @ 03d1ff40] n:5 pts:179231 pts_time:1.99146 pos:518212 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:6C045217 plane_checksum:[CE3F3F6F 65066EBB D1AEA3DE]
   1.98 A-V:  0.014 fd=   1 aq=    6KB vq=  308KB sq=    0B f=0/0   
n:6 pts:181031 pts_time:2.01146 pos:821956 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:9AF604EA plane_checksum:[65287951 2650CE10 0A8EBD6B]
[Parsed_showinfo_0 @ 03d1ff40] n:7 pts:182831 pts_time:2.03146 pos:856132 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:F73FE469 plane_checksum:[25FC2F28 BDDB009A 190DB4A7]
   2.02 A-V:  0.015 fd=   1 aq=    5KB vq=  326KB sq=    0B f=0/0   
n:8 pts:184631 pts_time:2.05146 pos:699076 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:9A695317 plane_checksum:[22FBBC1D D489F481 ABD9A25B]
[Parsed_showinfo_0 @ 03d1ff40] n:9 pts:186431 pts_time:2.07146 pos:1008964 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:9B1C1D91 plane_checksum:[0B08AA6F 63C3671F 13030BF4]
   2.05 A-V:  0.006 fd=   1 aq=    6KB vq=  299KB sq=    0B f=0/0   
n:10 pts:188231 pts_time:2.09146 pos:1041796 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:1CEEF1C3 plane_checksum:[B2D692DC E3205FE0 920EFEF8]
[Parsed_showinfo_0 @ 03d1ff40] n:11 pts:190031 pts_time:2.11146 pos:886084 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:58CDF590 plane_checksum:[BD1FDD59 5661451C 8280D30C]
   2.10 A-V:  0.009 fd=   1 aq=    6KB vq=  297KB sq=    0B f=0/0   
n:12 pts:191831 pts_time:2.13146 pos:1190596 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:3C781750 plane_checksum:[853FC689 1DBC7101 D70FDFA8]
[Parsed_showinfo_0 @ 03d1ff40] n:13 pts:193631 pts_time:2.15146 pos:1220932 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:96FB2579 plane_checksum:[051BAC80 5C519491 6C54E44A]
   2.14 A-V:  0.012 fd=   1 aq=    6KB vq=  574KB sq=    0B f=0/0   
n:14 pts:195431 pts_time:2.17146 pos:1071748 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:7D9B11D4 plane_checksum:[1233ED71 06C859A4 B93ECAA1]
[Parsed_showinfo_0 @ 03d1ff40] n:15 pts:197231 pts_time:2.19146 pos:1366468 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:5DF2C9EB plane_checksum:[8CB33807 49D69D0A EF6AF4CB]
   2.18 A-V:  0.014 fd=   1 aq=    6KB vq=  557KB sq=    0B f=0/0   
n:16 pts:199031 pts_time:2.21146 pos:1391812 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:AB0D4236 plane_checksum:[96A0A2B5 16F2A782 ADB7F7E1]
[Parsed_showinfo_0 @ 03d1ff40] n:17 pts:200831 pts_time:2.23146 pos:1246852 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:2401E273 plane_checksum:[0B65B506 A5DA5691 947DD6CD]
   2.22 A-V:  0.017 fd=   1 aq=    6KB vq=  568KB sq=    0B f=0/0   
n:18 pts:202631 pts_time:2.25146 pos:1539076 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:79997921 plane_checksum:[08C6D80A 36CB975A A2DC09AE]
[Parsed_showinfo_0 @ 03d1ff40] n:19 pts:204431 pts_time:2.27146 pos:1563268 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:7526A2DC plane_checksum:[624AFEED 7927A1B0 ADB80230]
   2.26 A-V:  0.013 fd=   1 aq=    5KB vq=  327KB sq=    0B f=0/0   
n:20 pts:206231 pts_time:2.29146 pos:1418884 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:9CAFFEA5 plane_checksum:[06B40574 AA913631 FC98C300]
[Parsed_showinfo_0 @ 03d1ff40] n:21 pts:208031 pts_time:2.31146 pos:1708228 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:FBF5A251 plane_checksum:[2713FBBD E9819D72 B9730913]
   2.30 A-V:  0.021 fd=   1 aq=    6KB vq=  329KB sq=    0B f=0/0   
n:22 pts:209831 pts_time:2.33146 pos:1732420 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:25197AFB plane_checksum:[9A6DC7E2 1BBD9584 42751D86]
[Parsed_showinfo_0 @ 03d1ff40] n:23 pts:211631 pts_time:2.35146 pos:1589764 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:959A93EA plane_checksum:[66F27DDC 8FA541B5 420AD44A]
[Parsed_showinfo_0 @ 03d1ff40] n:24 pts:213431 pts_time:2.37146 pos:2167492 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:F4A78484 plane_checksum:[B7824A83 8E38BDC0 6B6B7C32]
[Parsed_showinfo_0 @ 03d1ff40] n:25 pts:215231 pts_time:2.39146 pos:2193028 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:7D341E8C plane_checksum:[DE281D0E FEF194B3 59106CBC]
   2.36 A-V: -0.008 fd=   3 aq=    6KB vq=  325KB sq=    0B f=0/0   
n:26 pts:217031 pts_time:2.41146 pos:1760068 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:I checksum:B0450DA1 plane_checksum:[46417858 FF7DF7C2 38089D69]
[Parsed_showinfo_0 @ 03d1ff40] n:27 pts:218831 pts_time:2.43146 pos:2352388 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:7F0FA34F plane_checksum:[07BC2DB7 93976D3A F5E3085E]
[Parsed_showinfo_0 @ 03d1ff40] n:28 pts:220631 pts_time:2.45146 pos:2378884 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:E675C097 plane_checksum:[E4145F91 69365779 5D5D098D]
   2.41 A-V: -0.011 fd=   4 aq=    6KB vq=  321KB sq=    0B f=0/0   
n:29 pts:222431 pts_time:2.47146 pos:2223172 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:F8F45112 plane_checksum:[E1AF9A70 019A00BB 7AD2B5D8]
[Parsed_showinfo_0 @ 03d1ff40] n:30 pts:224231 pts_time:2.49146 pos:2541316 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:F1CDB2EB plane_checksum:[683B5D35 A25C4C06 4D3C09B0]
   2.45 A-V: -0.008 fd=   4 aq=    7KB vq=  321KB sq=    0B f=0/0   
n:31 pts:226031 pts_time:2.51146 pos:2568772 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:54FF98F2 plane_checksum:[47C85D3D CC91351D BF280698]
[Parsed_showinfo_0 @ 03d1ff40] n:32 pts:227831 pts_time:2.53146 pos:2409028 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:2B01C48B plane_checksum:[0D1635D3 3B13CA4F 3447C45A]
   2.50 A-V: -0.006 fd=   4 aq=    6KB vq=  316KB sq=    0B f=0/0   
n:33 pts:229631 pts_time:2.55146 pos:2728708 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:0D9D44F6 plane_checksum:[6FFA3FE7 6F41FE3F 3BB906C1]
[Parsed_showinfo_0 @ 03d1ff40] n:34 pts:231431 pts_time:2.57146 pos:2756932 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:CE050CC7 plane_checksum:[6D840167 4FC2F2B7 319A189A]
   2.53 A-V: -0.013 fd=   4 aq=    6KB vq=  315KB sq=    0B f=0/0   
n:35 pts:233231 pts_time:2.59146 pos:2596804 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:76EE8177 plane_checksum:[AE264BC5 980A85A7 614CAFFC]
[Parsed_showinfo_0 @ 03d1ff40] n:36 pts:235031 pts_time:2.61146 pos:2913028 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:AD02F92F plane_checksum:[1EF73B07 F74FC434 D4B3F9E5]
   2.57 A-V: -0.012 fd=   4 aq=    6KB vq=  310KB sq=    0B f=0/0   
n:37 pts:236831 pts_time:2.63146 pos:2941828 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:06019602 plane_checksum:[2365D919 F1FCB148 6CCD0B92]
[Parsed_showinfo_0 @ 03d1ff40] n:38 pts:238631 pts_time:2.65146 pos:2785156 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:DD615C53 plane_checksum:[468F9AD8 68161ED1 EADBA29B]
   2.61 A-V: -0.009 fd=   4 aq=    6KB vq=  568KB sq=    0B f=0/0   
n:39 pts:240431 pts_time:2.67146 pos:3095620 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:1708D0A8 plane_checksum:[725887AD 864F5FCE 8060E91E]
[Parsed_showinfo_0 @ 03d1ff40] n:40 pts:242231 pts_time:2.69146 pos:3125380 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:39CC758A plane_checksum:[FC6B6DD5 3FC841D7 3910C5CF]
   2.66 A-V: -0.006 fd=   4 aq=    6KB vq=  572KB sq=    0B f=0/0   
n:41 pts:244031 pts_time:2.71146 pos:2971012 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:E9FE63DE plane_checksum:[C596E8EE DDC9EB8C 74018F46]
[Parsed_showinfo_0 @ 03d1ff40] n:42 pts:245831 pts_time:2.73146 pos:3276100 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:B784E573 plane_checksum:[9D34BBE5 8BFC3EDF 614FEAA0]
   2.69 A-V: -0.014 fd=   4 aq=    6KB vq=  571KB sq=    0B f=0/0   
n:43 pts:247631 pts_time:2.75146 pos:3303940 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:20DC27EF plane_checksum:[77B070EE 7ED3023A 6726B4B8]
[Parsed_showinfo_0 @ 03d1ff40] n:44 pts:249431 pts_time:2.77146 pos:3152452 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:AC377810 plane_checksum:[7E5D2968 0FC8B9B7 C25794E2]
   2.73 A-V: -0.011 fd=   4 aq=    6KB vq=  316KB sq=    0B f=0/0   
n:45 pts:251231 pts_time:2.79146 pos:3456388 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:7D7E3351 plane_checksum:[45AF34CD 5B1903B8 8C97FABD]
[Parsed_showinfo_0 @ 03d1ff40] n:46 pts:253031 pts_time:2.81146 pos:3482116 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:449EEA3F plane_checksum:[C2EA4973 C804D362 18F7CD5B]
   2.78 A-V: -0.008 fd=   4 aq=    6KB vq=  316KB sq=    0B f=0/0   
n:47 pts:254831 pts_time:2.83146 pos:3331396 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:D47313F1 plane_checksum:[34191C54 7FE3697C 31B18E12]
[Parsed_showinfo_0 @ 03d1ff40] n:48 pts:256631 pts_time:2.85146 pos:3921796 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:17A308EF plane_checksum:[5E4CE5B1 504BF550 B6142DD0]
   2.82 A-V: -0.006 fd=   4 aq=    6KB vq=  317KB sq=    0B f=0/0   
n:49 pts:258431 pts_time:2.87146 pos:3950212 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:28603040 plane_checksum:[FF7A74B1 204BAF5A 70210C26]
[Parsed_showinfo_0 @ 03d1ff40] n:50 pts:260231 pts_time:2.89146 pos:3508228 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:I checksum:12D78B2B plane_checksum:[3BB42407 4DF11EEE 6F024836]
   2.86 A-V: -0.004 fd=   4 aq=    7KB vq=  316KB sq=    0B f=0/0   
n:51 pts:262031 pts_time:2.91146 pos:4104004 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:9683D7BC plane_checksum:[D045ADDF E74D8B54 AF929E7A]
[Parsed_showinfo_0 @ 03d1ff40] n:52 pts:263831 pts_time:2.93146 pos:4131268 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:A56FC0E3 plane_checksum:[EA2BD51B E308571D 5415949C]
   2.89 A-V: -0.012 fd=   4 aq=    6KB vq=  313KB sq=    0B f=0/0   
n:53 pts:265631 pts_time:2.95146 pos:3977092 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:DEE6EC73 plane_checksum:[9F53CB4E 6DCFE6F3 199C3A23]
[Parsed_showinfo_0 @ 03d1ff40] n:54 pts:267431 pts_time:2.97146 pos:4282948 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:76907BA2 plane_checksum:[3705B245 60202FDD A61A9971]
   2.93 A-V: -0.009 fd=   4 aq=    6KB vq=  313KB sq=    0B f=0/0   
n:55 pts:269231 pts_time:2.99146 pos:4312324 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:BEA4D136 plane_checksum:[B2D93F48 7A380D3E 439584B0]
[Parsed_showinfo_0 @ 03d1ff40] n:56 pts:271031 pts_time:3.01146 pos:4157188 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:AC95AAC2 plane_checksum:[4A6ED59E DC609553 150E3FC2]
   2.98 A-V: -0.006 fd=   4 aq=    6KB vq=  312KB sq=    0B f=0/0   
n:57 pts:272831 pts_time:3.03146 pos:4465540 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:E7FA68E8 plane_checksum:[5041DAD8 D281E284 85E0AB6E]
[Parsed_showinfo_0 @ 03d1ff40] n:58 pts:274631 pts_time:3.05146 pos:4493572 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:1D254F0D plane_checksum:[A7DDFD8C CF0CC456 6D718D0D]
   3.01 A-V: -0.014 fd=   4 aq=    6KB vq=  311KB sq=    0B f=0/0   
n:59 pts:276431 pts_time:3.07146 pos:4339012 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:31A572BA plane_checksum:[D23EF9EC E3063DC5 3B4A3AFA]
[Parsed_showinfo_0 @ 03d1ff40] n:60 pts:278231 pts_time:3.09146 pos:4645252 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:AFECD742 plane_checksum:[1C3AE39C 3BDF794F 32DA7A48]
   3.05 A-V: -0.011 fd=   4 aq=    6KB vq=  312KB sq=    0B f=0/0   
n:61 pts:280031 pts_time:3.11146 pos:4673284 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:2F6B0D36 plane_checksum:[E627659E 02CC40E4 D96F66A5]
[Parsed_showinfo_0 @ 03d1ff40] n:62 pts:281831 pts_time:3.13146 pos:4519876 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:C196D143 plane_checksum:[24BBF025 D7E1CEEA DBFC1225]
   3.10 A-V: -0.008 fd=   4 aq=    6KB vq=  573KB sq=    0B f=0/0   
n:63 pts:283631 pts_time:3.15146 pos:4824196 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:E600A5CC plane_checksum:[FA3E110C 4CC81ECD 1C4C75F3]
[Parsed_showinfo_0 @ 03d1ff40] n:64 pts:285431 pts_time:3.17146 pos:4849924 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:09C61B81 plane_checksum:[3E4DC4E7 C64EF235 70876447]
   3.14 A-V: -0.006 fd=   4 aq=    6KB vq=  575KB sq=    0B f=0/0   
n:65 pts:287231 pts_time:3.19146 pos:4699972 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:EC915907 plane_checksum:[EFF7D375 36A77404 5002117F]
[Parsed_showinfo_0 @ 03d1ff40] n:66 pts:289031 pts_time:3.21146 pos:5002180 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:9A95651C plane_checksum:[D5164E35 8577A837 382D6EA1]
   3.18 A-V: -0.003 fd=   4 aq=    7KB vq=  574KB sq=    0B f=0/0   
n:67 pts:290831 pts_time:3.23146 pos:5028484 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:6EA63767 plane_checksum:[141C8F71 A9674F77 DA1C5870]
[Parsed_showinfo_0 @ 03d1ff40] n:68 pts:292631 pts_time:3.25146 pos:4878916 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:DBD8805D plane_checksum:[933B9D82 6908CAB7 A88A1815]
   3.22 A-V: -0.004 fd=   4 aq=    6KB vq=  315KB sq=    0B f=0/0   
n:69 pts:294431 pts_time:3.27146 pos:5179972 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:3B0176A0 plane_checksum:[22821377 C4D7086F B9865ABA]
[Parsed_showinfo_0 @ 03d1ff40] n:70 pts:296231 pts_time:3.29146 pos:5207044 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:754676D7 plane_checksum:[FFAA7B4A 8AB0BED3 65243CAB]
   3.27 A-V:  0.007 fd=   4 aq=    6KB vq=  314KB sq=    0B f=0/0   
n:71 pts:298031 pts_time:3.31146 pos:5057860 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:78F27D2E plane_checksum:[D7072BF4 0B4953DC 9184FD4F]
[Parsed_showinfo_0 @ 03d1ff40] n:72 pts:299831 pts_time:3.33146 pos:5653252 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:EE0406E6 plane_checksum:[A5A0C739 0C7EB099 A30F8EF6]
   3.32 A-V:  0.014 fd=   4 aq=    6KB vq=  316KB sq=    0B f=0/0   
n:73 pts:301631 pts_time:3.35146 pos:5680900 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:0C81F242 plane_checksum:[DD43BA73 557694E3 0382A2DD]
[Parsed_showinfo_0 @ 03d1ff40] n:74 pts:303431 pts_time:3.37146 pos:5237188 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:I checksum:053FD620 plane_checksum:[D18FA1A4 4B8A8D2B EC6DA742]
[Parsed_showinfo_0 @ 03d1ff40] n:75 pts:305231 pts_time:3.39146 pos:5834692 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:1F452B2F plane_checksum:[9A035B56 F55CE65E FA7CE95D]
   3.36 A-V:  0.000 fd=   5 aq=    6KB vq=  314KB sq=    0B f=0/0   
n:76 pts:307031 pts_time:3.41146 pos:5861188 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:38268218 plane_checksum:[28C3E2F7 48EDC1B7 5B4BDD4C]
[Parsed_showinfo_0 @ 03d1ff40] n:77 pts:308831 pts_time:3.43146 pos:5710660 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:E1AEBA3F plane_checksum:[1BEDFD0C D30C29DC D7D99348]
   3.41 A-V:  0.006 fd=   5 aq=    5KB vq=  313KB sq=    0B f=0/0   
n:78 pts:310631 pts_time:3.45146 pos:6013060 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:DDDBA233 plane_checksum:[4F1B3686 C9B97D60 CBE5EE3E]
   4.15 A-V:  0.726 fd=   5 aq=    6KB vq= 2714KB sq=    0B f=0/0   
   4.20 A-V:  0.732 fd=  13 aq=    6KB vq= 2428KB sq=    0B f=0/0   
   4.26 A-V:  0.525 fd=  20 aq=    6KB vq= 1992KB sq=    0B f=0/0   
   4.29 A-V:  0.497 fd=  23 aq=    6KB vq= 1834KB sq=    0B f=0/0   
   4.32 A-V:  0.369 fd=  31 aq=    6KB vq= 1553KB sq=    0B f=0/0   
   4.36 A-V:  0.329 fd=  35 aq=    6KB vq= 1369KB sq=    0B f=0/0   
   4.40 A-V:  0.209 fd=  43 aq=    6KB vq=  809KB sq=    0B f=0/0   
   4.43 A-V:  0.172 fd=  46 aq=    6KB vq=  811KB sq=    0B f=0/0   
   4.45 A-V:  0.103 fd=  51 aq=    5KB vq=  512KB sq=    0B f=0/0   
   4.50 A-V:  0.025 fd=  57 aq=    5KB vq=  187KB sq=    0B f=0/0   
n:79 pts:407831 pts_time:4.53146 pos:9870724 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:DAB2BF34 plane_checksum:[8CD5AD70 39517D53 C1239462]
[Parsed_showinfo_0 @ 03d1ff40] n:80 pts:409631 pts_time:4.55146 pos:9898564 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:339392F6 plane_checksum:[20B07710 960C8D7D 9B758E5A]
[Parsed_showinfo_0 @ 03d1ff40] n:81 pts:411431 pts_time:4.57146 pos:9739396 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:1A8E7D6B plane_checksum:[9153D092 7F0A5C11 BCA750B9]
   4.55 A-V:  0.002 fd=  59 aq=    6KB vq=  580KB sq=    0B f=0/0   
n:82 pts:413231 pts_time:4.59146 pos:10056772 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:CAFFC9AD plane_checksum:[D7F7671F B02CE45D B5037E22]
[Parsed_showinfo_0 @ 03d1ff40] n:83 pts:415031 pts_time:4.61146 pos:10085188 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:9C2FDE63 plane_checksum:[F8F14BB3 61392C01 ECAB66AF]
   4.60 A-V:  0.017 fd=  59 aq=    6KB vq=  582KB sq=    0B f=0/0   
n:84 pts:416831 pts_time:4.63146 pos:9927364 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:5F3F4711 plane_checksum:[1AF30047 B5E1197E 8F212D4C]
[Parsed_showinfo_0 @ 03d1ff40] n:85 pts:418631 pts_time:4.65146 pos:10241668 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:1CF50424 plane_checksum:[F6890168 68E7C2FE 8C0D3FAF]
   4.64 A-V:  0.015 fd=  59 aq=    6KB vq=  692KB sq=    0B f=0/0   
n:86 pts:420431 pts_time:4.67146 pos:10270084 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:9441E874 plane_checksum:[A349BACA 7BD3FDFC 76472F9F]
[Parsed_showinfo_0 @ 03d1ff40] n:87 pts:422231 pts_time:4.69146 pos:10113604 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:F09A706D plane_checksum:[EDF966A2 35C0FE90 ACA70B2C]
[Parsed_showinfo_0 @ 03d1ff40] n:88 pts:424031 pts_time:4.71146 pos:10426948 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:EFE79D8C plane_checksum:[7D72BFBE D9AA8C5B 10B65164]
[Parsed_showinfo_0 @ 03d1ff40] n:89 pts:425831 pts_time:4.73146 pos:10455556 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:A102EF32 plane_checksum:[7242BF6D   4.70 A-V: -0.013 fd=  61 aq=    6KB vq=  322KB sq=    0B f=0/0   
 B01AD888 6E23572E]
[Parsed_showinfo_0 @ 03d1ff40] n:90 pts:427631 pts_time:4.75146 pos:10297732 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:F5E0D857 plane_checksum:[2C7A0378 768CB22E 333E22B1]
[Parsed_showinfo_0 @ 03d1ff40] n:91 pts:429431 pts_time:4.77146 pos:10897732 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:AC9CEB76 plane_checksum:[27DCB575 647F6430 C58DD1C2]
[Parsed_showinfo_0 @ 03d1ff40] n:92 pts:431231 pts_time:4.79146 pos:10928836 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:E3BCCAD2 plane_checksum:[491465CC B1A78A84 D394DA73]
.
.
.
[Parsed_showinfo_0 @ 03d1ff40] n:638 pts:1340465 pts_time:14.8941 pos:64107268 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:D1178E6F plane_checksum:[7629337C 905AEEDD 75156C07]
  14.85 A-V:  0.028 fd= 290 aq=    5KB vq=14627KB sq=    0B f=80/80   
n:639 pts:1340468 pts_time:14.8941 pos:64297156 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:538A02F9 plane_checksum:[D8C17105 7117C16A 0126D06C]
[Parsed_showinfo_0 @ 03d1ff40] n:640 pts:1340471 pts_time:14.8941 pos:64486084 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:I checksum:A19EF295 plane_checksum:[FA6F151D A68C2D6E 758DB00A]
  14.87 A-V: -0.034 fd= 293 aq=    6KB vq=14419KB sq=    0B f=81/81   
n:641 pts:1333276 pts_time:14.8142 pos:64934404 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:0C78637C plane_checksum:[02DBAEA0 B9C66EE6 679645E7]
[Parsed_showinfo_0 @ 03d1ff40] n:642 pts:1333277 pts_time:14.8142 pos:64969732 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:A4C3626E plane_checksum:[6FF60528 CCD11FCF AA003D77]
[Parsed_showinfo_0 @ 03d1ff40] n:643 pts:1340474 pts_time:14.8942 pos:64807492 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:466851D8 plane_checksum:[B20E0AA4 F7B1FDCB CBDC495A]
  14.85 A-V:  0.023 fd= 297 aq=    5KB vq=14066KB sq=    0B f=83/83   
n:644 pts:1340477 pts_time:14.8942 pos:65006020 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:D52ECB30 plane_checksum:[D8986C74 9D422F15 B8402FA7]
[Parsed_showinfo_0 @ 03d1ff40] n:645 pts:1340480 pts_time:14.8942 pos:65205508 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:1503BD70 plane_checksum:[F654A488 4036D0B1 E8FC4828]
[Parsed_showinfo_0 @ 03d1ff40] n:646 pts:1333285 pts_time:14.8143 pos:65530180 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:A52909C2 plane_checksum:[472789CD 31513D52 2EF84294]
  14.89 A-V: -0.021 fd= 300 aq=    6KB vq=13857KB sq=    0B f=85/85   
n:647 pts:1333286 pts_time:14.8143 pos:65566468 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:E0C6A70D plane_checksum:[7A6F2C66 E305187F BAB26228]
[Parsed_showinfo_0 @ 03d1ff40] n:648 pts:1340483 pts_time:14.8943 pos:65403652 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:D2312228 plane_checksum:[4BB347FA C38E7718 E4996307]
[Parsed_showinfo_0 @ 03d1ff40] n:649 pts:1340486 pts_time:14.8943 pos:65602372 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:19172969 plane_checksum:[086E7AD4 FE80849A A49E29EC]
  14.88 A-V:  0.051 fd= 303 aq=    6KB vq=13532KB sq=    0B f=86/86   
n:650 pts:1340489 pts_time:14.8943 pos:65802820 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:387DB21D plane_checksum:[6BB46160 F529A64F CE41AA5F]
[Parsed_showinfo_0 @ 03d1ff40] n:651 pts:1333294 pts_time:14.8144 pos:66132868 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:FFDB3489 plane_checksum:[E854A3D3 487AAD09 6B22E38F]
[Parsed_showinfo_0 @ 03d1ff40] n:652 pts:1333295 pts_time:14.8144 pos:66168964 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:27849505 plane_checksum:[2952E667 E676BF23 8291EF5D]
[Parsed_showinfo_0 @ 03d1ff40] n:653 pts:1340492 pts_time:14.8944 pos:66004612 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:759EC0B1 plane_checksum:[A99DAE0B F257EFB9 F1B522DE]
  14.88 A-V:  0.046 fd= 307 aq=    6KB vq=13070KB sq=    0B f=88/88   
n:654 pts:1340495 pts_time:14.8944 pos:66206020 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:I checksum:C88FDF11 plane_checksum:[2D45B55E 3D0B71AE 07AEB7F6]
[Parsed_showinfo_0 @ 03d1ff40] n:655 pts:1340498 pts_time:14.8944 pos:66523396 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:29631694 plane_checksum:[F9797BDF 2A5758F0 928141B6]
[Parsed_showinfo_0 @ 03d1ff40] n:656 pts:1333303 pts_time:14.8145 pos:66856324 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:CAF6F994 plane_checksum:[6B1058E0  14.86 A-V: -0.053 fd= 312 aq=    5KB vq=12675KB sq=    0B f=91/91   
 09BD9252 B7A20E62]
[Parsed_showinfo_0 @ 03d1ff40] n:657 pts:1333304 pts_time:14.8145 pos:66893764 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:E5219AD4 plane_checksum:[CF944BCF 6A3BFCF5 519D5201]
[Parsed_showinfo_0 @ 03d1ff40] n:658 pts:1340501 pts_time:14.8945 pos:66727684 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:54ADF456 plane_checksum:[4995C3BF AC8366BA 48E4C9CE]
[Parsed_showinfo_0 @ 03d1ff40] n:659 pts:1340504 pts_time:14.8945 pos:66932164 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:AE6F0435 plane_checksum:[8C724D27 040C7C0B 12C83AF4]
  14.85 A-V:  0.019 fd= 315 aq=    6KB vq=12350KB sq=    0B f=92/92   
n:660 pts:1340507 pts_time:14.8945 pos:67136068 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:D1F276F4 plane_checksum:[34DC6424 8B3C074D 391C0B83]
[Parsed_showinfo_0 @ 03d1ff40] n:661 pts:1333312 pts_time:14.8146 pos:67467268 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:03285792 plane_checksum:[9B4A7841 3EEABA22 1B662520]
[Parsed_showinfo_0 @ 03d1ff40] n:662 pts:1333313 pts_time:14.8146 pos:67502980 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:4F747DEB plane_checksum:[A7B7B16F 0F757DB6 197A4EB7]
[Parsed_showinfo_0 @ 03d1ff40] n:663 pts:1340510 pts_time:14.8946 pos:67338820 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:D7E527E0 plane_checksum:[8532F8F3 0FB19420 4F439AAF]
  14.84 A-V:  0.014 fd= 319 aq=    6KB vq=12005KB sq=    0B f=94/94   
n:664 pts:1340513 pts_time:14.8946 pos:67537924 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:804D8C2E plane_checksum:[7AB32D52 FA55309D 539C2E3F]
[Parsed_showinfo_0 @ 03d1ff40] n:665 pts:1340516 pts_time:14.8946 pos:67733188 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:6FC6EA23 plane_checksum:[41BA5B63 B528EA74 429AA43D]
  14.89 A-V: -0.021 fd= 324 aq=    6KB vq=11542KB sq=    0B f=97/97   
n:666 pts:1333321 pts_time:14.8147 pos:68148100 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:A3F15D61 plane_checksum:[3C15865E 6F00DF18 02F0F7CD]
[Parsed_showinfo_0 @ 03d1ff40] n:667 pts:1333322 pts_time:14.8147 pos:68182468 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:B1DF4AD5 plane_checksum:[24EA75F8 5D68B75E CEA41D70]
[Parsed_showinfo_0 @ 03d1ff40] n:668 pts:1340519 pts_time:14.8947 pos:67925764 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:I checksum:DDF6F9AB plane_checksum:[EDB3EE53 CCC0C0B3 D4904A96]
[Parsed_showinfo_0 @ 03d1ff40] n:669 pts:1340522 pts_time:14.8947 pos:68216836 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:8EE0CA71 plane_checksum:[418B91EE 9F2FA17E 988E96F6]
  14.88 A-V:  0.054 fd= 327 aq=    6KB vq=11229KB sq=    0B f=98/98   
n:670 pts:1340525 pts_time:14.8947 pos:68414596 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:25D72E6E plane_checksum:[4996B7A8 88E7B11D BA16C58B]
[Parsed_showinfo_0 @ 03d1ff40] n:671 pts:1333330 pts_time:14.8148 pos:68734852 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:904CD872 plane_checksum:[864C101D 61DBD986 1FE9EEC0]
[Parsed_showinfo_0 @ 03d1ff40] n:672 pts:1333331 pts_time:14.8148 pos:68767108 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:1B385045 plane_checksum:[066888D1 4BB4D10F EA77F647]
[Parsed_showinfo_0 @ 03d1ff40] n:673 pts:1340528 pts_time:14.8948 pos:68608900 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:8C7421E8 plane_checksum:[86195A47 11D7CD62 999BFA21]
  14.88 A-V:  0.045 fd= 331 aq=    6KB vq=10891KB sq=    0B f=100/100   
n:674 pts:1340531 pts_time:14.8948 pos:68798212 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:5B68B7D7 plane_checksum:[47406431 E568882E 17A0CB69]
[Parsed_showinfo_0 @ 03d1ff40] n:675 pts:1340534 pts_time:14.8948 pos:68984452 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:1D850CF0 plane_checksum:[54E7F734 083546CA 3948CED4]
[Parsed_showinfo_0 @ 03d1ff40] n:676 pts:1333339 pts_time:14.8149 pos:69315652 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:24AC33B1 plane_checksum:[579664BA 09C92176 E1C0AD72]
  14.86 A-V: -0.051 fd= 336 aq=    6KB vq=10501KB sq=    0B f=103/103   
n:677 pts:1340537 pts_time:14.8949 pos:69180676 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:B833284A plane_checksum:[7EED9E29 7883021E 30BB87F4]
[Parsed_showinfo_0 @ 03d1ff40] n:678 pts:1340540 pts_time:14.8949 pos:69384580 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:CAA762BC plane_checksum:[78A7036C 79FBE90E 4AF77633]
.
.
.
[Parsed_showinfo_0 @ 03d1ff40] n:738 pts:1333453 pts_time:14.8161 pos:77400580 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:52A8B43F plane_checksum:[523DCFFB 77702697 7A10BD9E]
[Parsed_showinfo_0 @ 03d1ff40] n:739 pts:1333454 pts_time:14.8162 pos:77430148 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:DE03BA7E plane_checksum:[61B9D818 1D0F2783 C72DBAD4]
[Parsed_showinfo_0 @ 03d1ff40] n:740 pts:1340651 pts_time:14.8961 pos:77275012 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:87A93209 plane_checksum:[9DB7837A A360F936 9D1DB53B]
  14.86 A-V:  0.027 fd= 414 aq=    5KB vq= 3217KB sq=    0B f=141/141   
n:741 pts:1340654 pts_time:14.8962 pos:77458372 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:AF0F5E96 plane_checksum:[13A4B3B2 32EAF4C7 2F29B5FF]
[Parsed_showinfo_0 @ 03d1ff40] n:742 pts:1340657 pts_time:14.8962 pos:77643460 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:E32F22EC plane_checksum:[4ECB4C97 DD9C0B12 51A3CB34]
[Parsed_showinfo_0 @ 03d1ff40] n:743 pts:1333462 pts_time:14.8162 pos:77965636 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:9C4A37A8 plane_checksum:[B2209E82 514DCA4B F27FCEBD]
  14.85 A-V: -0.072 fd= 419 aq=    6KB vq= 2740KB sq=    0B f=144/144   
n:744 pts:1333463 pts_time:14.8163 pos:77995972 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:D7DC8513 plane_checksum:[6B05A66A 899527B1 23CFB6E9]
[Parsed_showinfo_0 @ 03d1ff40] n:745 pts:1340660 pts_time:14.8962 pos:77834308 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:B34A0694 plane_checksum:[E928F6E3 E56C9E49 F399714A]
[Parsed_showinfo_0 @ 03d1ff40] n:746 pts:1340663 pts_time:14.8963 pos:78026116 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:I checksum:B6495A09 plane_checksum:[FAA6C8E1 45C449FF 3E96471A]
  14.84 A-V:  0.010 fd= 422 aq=    6KB vq= 2422KB sq=    0B f=145/145   
n:747 pts:1340666 pts_time:14.8963 pos:78341188 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:626EFC83 plane_checksum:[E0A2651F F59944A1 024452C3]
[Parsed_showinfo_0 @ 03d1ff40] n:748 pts:1333471 pts_time:14.8163 pos:78669508 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:9F3687A4 plane_checksum:[F4C3F0C9 A1414CB2 566E4A1A]
[Parsed_showinfo_0 @ 03d1ff40] n:749 pts:1340669 pts_time:14.8963 pos:78535108 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:370ACFB5 plane_checksum:[1B8D3FFD 7AC74789 E7AF482F]
  14.90 A-V:  0.064 fd= 428 aq=    6KB vq= 1930KB sq=    0B f=148/148   
n:750 pts:1340672 pts_time:14.8964 pos:78732484 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:46A74F85 plane_checksum:[C84ABC69 5F1242AD EE4A5060]
[Parsed_showinfo_0 @ 03d1ff40] n:751 pts:1333477 pts_time:14.8164 pos:79059076 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:F3B9D9BE plane_checksum:[7A58521D 105E1CE3 7D6B6ABE]
[Parsed_showinfo_0 @ 03d1ff40] n:752 pts:1333478 pts_time:14.8164 pos:79090948 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:56D58613 plane_checksum:[C45C1029 219F0842 ECF96DA8]
  14.86 A-V: -0.050 fd= 430 aq=    6KB vq= 1755KB sq=    0B f=149/149   
n:753 pts:1340675 pts_time:14.8964 pos:78927556 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:68A24FC3 plane_checksum:[8BAB29A3 2C8809F6 DB5B1C2A]
[Parsed_showinfo_0 @ 03d1ff40] n:754 pts:1340678 pts_time:14.8964 pos:79122052 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:37167A97 plane_checksum:[346EAB44 60A9E422 59D3EB13]
[Parsed_showinfo_0 @ 03d1ff40] n:755 pts:1333483 pts_time:14.8165 pos:79451524 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:76DBC05A plane_checksum:[DF3BC763 9F49FE71 160FFA68]
[Parsed_showinfo_0 @ 03d1ff40] n:756 pts:1333484 pts_time:14.8165 pos:79485508 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:D562DE0F plane_checksum:[9A27FD15 71D70473 2D09DC78]
  14.88 A-V: -0.029 fd= 434 aq=    6KB vq= 1269KB sq=    0B f=151/151   
n:757 pts:1340681 pts_time:14.8965 pos:79318468 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:2AE417C7 plane_checksum:[28776F27 EE84FAC4 6215ADBE]
  14.85 A-V:  0.022 fd= 436 aq=    6KB vq= 1091KB sq=    0B f=152/152   
n:758 pts:1340684 pts_time:14.8965 pos:79519300 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:5F8D4A6E plane_checksum:[D6995931 17E143E1 4BCEAD4D]
[Parsed_showinfo_0 @ 03d1ff40] n:759 pts:1340687 pts_time:14.8965 pos:79721668 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:I checksum:A1B55E3C plane_checksum:[16A232BB  14.89 A-V: -0.015 fd= 440 aq=    6KB vq=  885KB sq=    0B f=153/153   
 D4F37FA5 ECEEABCD]
[Parsed_showinfo_0 @ 03d1ff40] n:760 pts:1333492 pts_time:14.8166 pos:80201284 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:6FEAC16E plane_checksum:[02019CD0 8BE8855E 7B289F31]
[Parsed_showinfo_0 @ 03d1ff40] n:761 pts:1333493 pts_time:14.8166 pos:80235076 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:B8B9E29C plane_checksum:[E9C8DF6D 709C857F 51E77DA1]
[Parsed_showinfo_0 @ 03d1ff40] n:762 pts:1340690 pts_time:14.8966 pos:80068612 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:E5112088 plane_checksum:[FB0C1163 FA4A96EA AA54782C]
  14.88 A-V:  0.043 fd= 442 aq=    6KB vq=  561KB sq=    0B f=155/155   
n:763 pts:1340693 pts_time:14.8966 pos:80269252 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:CA968B6A plane_checksum:[E7AA5762 768A2F7A F6B3048E]
  14.85 A-V: -0.060 fd= 446 aq=    5KB vq=  358KB sq=    0B f=156/156   
n:764 pts:1340696 pts_time:14.8966 pos:80468548 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:F2A2FAD0 plane_checksum:[B14DE9AE A1061FEF E564F124]
[Parsed_showinfo_0 @ 03d1ff40] n:765 pts:1333501 pts_time:14.8167 pos:80798596 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:03C466EE plane_checksum:[01892C1F 5DD631EE 8A2C08E1]
[Parsed_showinfo_0 @ 03d1ff40] n:766 pts:1333502 pts_time:14.8167 pos:80832388 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:2D9FE6D5 plane_checksum:[FF06B5D6 D12E34E3 1959FC0D]
  14.89 A-V:  0.061 fd= 449 aq=  246KB vq=   61KB sq=    0B f=158/158   
n:767 pts:1333508 pts_time:14.8168 pos:81225412 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:91BFFA4D plane_checksum:[2BA55FC2 915FAFA8 90E9EAD4]
  14.86 A-V:  0.023 fd= 452 aq=  244KB vq=    0KB sq=    0B f=159/159   
n:768 pts:1340705 pts_time:14.8967 pos:81060484 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:0AB4AA66 plane_checksum:[0F204F4E 2D95A20D 552DB8FC]
[Parsed_showinfo_0 @ 03d1ff40] n:769 pts:1333510 pts_time:14.8168 pos:81398020 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:9DD663A6 plane_checksum:[B3F76337 AF6B39B7 CE41C6A9]
[Parsed_showinfo_0 @ 03d1ff40] n:770 pts:1333511 pts_time:14.8168 pos:81432196 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:B checksum:F726F00E plane_checksum:[5A07DABE 09C17AED 35309A54]
[Parsed_showinfo_0 @ 03d1ff40] n:771 pts:1340708 pts_time:14.8968 pos:81258628 fmt:yuv420p sar:1/1 s:1920x1080 i:P iskey:0 type:P checksum:9C460757 plane_checksum:[D5436949 059527F9 18187606]
.
.
.

Francois Visagie


T: +27 (83) 326-4358
F: +27 (86) 511-3490
E: francois.visagie at gmail.com





More information about the ffmpeg-user mailing list