[FFmpeg-trac] #6315(ffmpeg:new): seeking in mp4 is inaccurate

FFmpeg trac at avcodec.org
Fri Apr 14 15:46:21 EEST 2017


#6315: seeking in mp4 is inaccurate
---------------------------------+--------------------------------------
             Reporter:  sneaker  |                     Type:  defect
               Status:  new      |                 Priority:  normal
            Component:  ffmpeg   |                  Version:  git-master
             Keywords:           |               Blocked By:
             Blocking:           |  Reproduced by developer:  0
Analyzed by developer:  0        |
---------------------------------+--------------------------------------
 Summary of the bug:
 I'm facing trouble seeking in an mp4 file (H.264 video, LC-AAC audio). The
 sample has one IDR frame at exactly every 4 seconds (25 fps). I'm trying
 to seek to 00:00:08 which should work fine but doesn't no matter if I use
 -ss 00:00:08 for input or output. It will either start at 00:00:04 or
 freeze/be black until 00:00:12 depending on the command and player. The
 only working option is to use -ss 00:00:08'''.080''' on input which I
 assume works because that's the correction done by the edit list on
 account of 2 bframes/reordering.

 How to reproduce:
 ffmpeg -report -ss 00:00:08 -i input.mp4 -c copy -to 00:00:20 output1.mp4
 or
 ffmpeg -report -i input.mp4 -c copy -ss 00:00:08 -to 00:00:20 output2.mp4

 Input and output samples along with all logs are available here:
 https://www.sendspace.com/file/u5b8b5

 {{{
 ffmpeg started on 2017-04-14 at 14:16:15
 Report written to "ffmpeg-20170414-141615.log"
 Command line:
 ffmpeg -report -ss 00:00:08 -i input.mp4 -c copy -to 00:00:20 output1.mp4
 ffmpeg version N-85469-gf1d80bc Copyright (c) 2000-2017 the FFmpeg
 developers
   built with gcc 6.3.0 (GCC)
   configuration: --enable-gpl --enable-version3 --enable-cuda --enable-
 cuvid --enable-d3d11va --enable-dxva2 --enable-libmfx --enable-nvenc
 --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r
 --enable-gnutls --enable-iconv --enable-libass --enable-libbluray
 --enable-libbs2b --enable-libcaca --enable-libfreetype --enable-libgme
 --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame
 --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264
 --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libsnappy
 --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame
 --enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --enable-
 libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-
 libx265 --enable-libxavs --enable-libxvid --enable-libzimg --enable-lzma
 --enable-zlib
   libavutil      55. 61.100 / 55. 61.100
   libavcodec     57. 92.100 / 57. 92.100
   libavformat    57. 72.100 / 57. 72.100
   libavdevice    57.  7.100 / 57.  7.100
   libavfilter     6. 84.101 /  6. 84.101
   libswscale      4.  7.100 /  4.  7.100
   libswresample   2.  8.100 /  2.  8.100
   libpostproc    54.  6.100 / 54.  6.100
 Splitting the commandline.
 Reading option '-report' ... matched as option 'report' (generate a
 report) with argument '1'.
 Reading option '-ss' ... matched as option 'ss' (set the start time
 offset) with argument '00:00:08'.
 Reading option '-i' ... matched as input url with argument 'input.mp4'.
 Reading option '-c' ... matched as option 'c' (codec name) with argument
 'copy'.
 Reading option '-to' ... matched as option 'to' (record or transcode stop
 time) with argument '00:00:20'.
 Reading option 'output1.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 input.mp4.
 Applying option ss (set the start time offset) with argument 00:00:08.
 Successfully parsed a group of options.
 Opening an input file: input.mp4.
 [file @ 00000000004895a0] Setting default whitelist 'file,crypto'
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] Format
 mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] ISO: File Type Major Brand:
 mp42
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] Unknown dref type 0x206c7275
 size 12
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] Offset DTS by
 ctts[0].duration: 2
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] Processing st: 0, edit list 0
 - media time: 2, duration: 1000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 0 @ 0, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 1 @ 1, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 2 @ 2, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 3 @ 3, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 4 @ 4, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 5 @ 5, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 6 @ 6, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 7 @ 7, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 8 @ 8, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 9 @ 9, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 10 @ 9, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 11 @ 10, ctts: 3, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 12 @ 11, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 13 @ 12, ctts: 3, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 14 @ 13, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 15 @ 14, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 16 @ 14, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 17 @ 14, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 18 @ 14, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 19 @ 14, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 20 @ 14, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 21 @ 15, ctts: 3, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 22 @ 16, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 23 @ 17, ctts: 4, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 24 @ 18, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 25 @ 18, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 26 @ 19, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 27 @ 20, ctts: 3, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 28 @ 21, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 29 @ 22, ctts: 3, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 30 @ 23, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 31 @ 24, ctts: 3, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 32 @ 25, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 33 @ 26, ctts: 3, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 34 @ 27, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 35 @ 28, ctts: 4, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 36 @ 29, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 37 @ 29, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 38 @ 30, ctts: 4, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 39 @ 31, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 40 @ 31, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 41 @ 32, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 42 @ 32, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 43 @ 33, ctts: 3, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 44 @ 34, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 45 @ 35, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 46 @ 36, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 47 @ 37, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 48 @ 38, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 49 @ 39, ctts: 3, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 50 @ 40, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 51 @ 41, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 52 @ 42, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 53 @ 43, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 54 @ 44, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 55 @ 45, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 56 @ 46, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 57 @ 47, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 58 @ 48, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 59 @ 49, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 60 @ 50, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 61 @ 51, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 62 @ 52, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 63 @ 53, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 64 @ 54, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 65 @ 55, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 66 @ 56, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 67 @ 57, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 68 @ 58, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 69 @ 59, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 70 @ 60, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 71 @ 61, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 72 @ 62, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 73 @ 63, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 74 @ 64, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 75 @ 65, ctts: 3, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 76 @ 66, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 77 @ 67, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 78 @ 68, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 79 @ 69, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 80 @ 70, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 81 @ 71, ctts: 3, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 82 @ 72, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 83 @ 73, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 84 @ 74, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 85 @ 75, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 86 @ 76, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 87 @ 77, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 88 @ 78, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 89 @ 79, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 90 @ 80, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 91 @ 81, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 92 @ 82, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 93 @ 83, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 94 @ 84, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 95 @ 85, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 96 @ 86, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 97 @ 87, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 98 @ 88, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 99 @ 89, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 100 @ 89, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 101 @ 90, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 102 @ 91, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 103 @ 92, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 104 @ 93, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 105 @ 94, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 106 @ 95, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 107 @ 96, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 108 @ 97, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 109 @ 98, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 110 @ 99, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 111 @ 100, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 112 @ 101, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 113 @ 102, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 114 @ 103, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 115 @ 104, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 116 @ 105, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 117 @ 106, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 118 @ 107, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 119 @ 108, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 120 @ 109, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 121 @ 110, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 122 @ 111, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 123 @ 112, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 124 @ 113, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 125 @ 114, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 126 @ 115, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 127 @ 116, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 128 @ 117, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 129 @ 118, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 130 @ 119, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 131 @ 120, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 132 @ 121, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 133 @ 122, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 134 @ 123, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 135 @ 124, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 136 @ 125, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 137 @ 126, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 138 @ 127, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 139 @ 128, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 140 @ 129, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 141 @ 130, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 142 @ 131, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 143 @ 132, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 144 @ 133, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 145 @ 134, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 146 @ 135, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 147 @ 136, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 148 @ 137, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 149 @ 138, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 150 @ 139, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 151 @ 140, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 152 @ 141, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 153 @ 142, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 154 @ 143, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 155 @ 144, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 156 @ 145, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 157 @ 146, ctts: 3, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 158 @ 147, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 159 @ 148, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 160 @ 149, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 161 @ 150, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 162 @ 151, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 163 @ 152, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 164 @ 153, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 165 @ 154, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 166 @ 155, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 167 @ 156, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 168 @ 157, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 169 @ 158, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 170 @ 159, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 171 @ 160, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 172 @ 161, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 173 @ 162, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 174 @ 163, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 175 @ 164, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 176 @ 165, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 177 @ 166, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 178 @ 167, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 179 @ 168, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 180 @ 169, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 181 @ 170, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 182 @ 171, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 183 @ 172, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 184 @ 173, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 185 @ 174, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 186 @ 175, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 187 @ 176, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 188 @ 177, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 189 @ 178, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 190 @ 179, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 191 @ 180, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 192 @ 181, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 193 @ 182, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 194 @ 183, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 195 @ 184, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 196 @ 185, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 197 @ 186, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 198 @ 187, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 199 @ 188, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 200 @ 188, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 201 @ 189, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 202 @ 190, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 203 @ 191, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 204 @ 192, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 205 @ 193, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 206 @ 194, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 207 @ 195, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 208 @ 196, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 209 @ 197, ctts: 3, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 210 @ 198, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 211 @ 199, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 212 @ 200, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 213 @ 201, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 214 @ 202, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 215 @ 203, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 216 @ 204, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 217 @ 205, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 218 @ 206, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 219 @ 207, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 220 @ 208, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 221 @ 209, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 222 @ 210, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 223 @ 211, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 224 @ 212, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 225 @ 213, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 226 @ 214, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 227 @ 215, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 228 @ 216, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 229 @ 217, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 230 @ 218, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 231 @ 219, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 232 @ 220, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 233 @ 221, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 234 @ 222, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 235 @ 223, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 236 @ 224, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 237 @ 225, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 238 @ 226, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 239 @ 227, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 240 @ 228, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 241 @ 229, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 242 @ 230, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 243 @ 231, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 244 @ 232, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 245 @ 233, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 246 @ 234, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 247 @ 235, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 248 @ 236, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 249 @ 237, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 250 @ 238, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 251 @ 239, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 252 @ 240, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 253 @ 241, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 254 @ 242, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 255 @ 243, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 256 @ 244, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 257 @ 245, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 258 @ 246, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 259 @ 247, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 260 @ 248, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 261 @ 249, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 262 @ 250, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 263 @ 251, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 264 @ 252, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 265 @ 253, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 266 @ 254, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 267 @ 255, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 268 @ 256, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 269 @ 257, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 270 @ 258, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 271 @ 259, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 272 @ 260, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 273 @ 261, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 274 @ 262, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 275 @ 263, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 276 @ 264, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 277 @ 265, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 278 @ 266, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 279 @ 267, ctts: 3, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 280 @ 268, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 281 @ 269, ctts: 3, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 282 @ 270, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 283 @ 271, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 284 @ 272, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 285 @ 273, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 286 @ 274, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 287 @ 275, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 288 @ 276, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 289 @ 277, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 290 @ 278, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 291 @ 279, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 292 @ 280, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 293 @ 281, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 294 @ 282, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 295 @ 283, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 296 @ 284, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 297 @ 285, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 298 @ 286, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 299 @ 287, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 300 @ 287, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 301 @ 288, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 302 @ 289, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 303 @ 290, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 304 @ 291, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 305 @ 292, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 306 @ 293, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 307 @ 294, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 308 @ 295, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 309 @ 296, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 310 @ 297, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 311 @ 298, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 312 @ 299, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 313 @ 300, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 314 @ 301, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 315 @ 302, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 316 @ 303, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 317 @ 304, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 318 @ 305, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 319 @ 306, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 320 @ 307, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 321 @ 308, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 322 @ 309, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 323 @ 310, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 324 @ 311, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 325 @ 312, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 326 @ 313, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 327 @ 314, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 328 @ 315, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 329 @ 316, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 330 @ 317, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 331 @ 318, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 332 @ 319, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 333 @ 320, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 334 @ 321, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 335 @ 322, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 336 @ 323, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 337 @ 324, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 338 @ 325, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 339 @ 326, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 340 @ 327, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 341 @ 328, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 342 @ 329, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 343 @ 330, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 344 @ 331, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 345 @ 332, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 346 @ 333, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 347 @ 334, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 348 @ 335, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 349 @ 336, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 350 @ 337, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 351 @ 338, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 352 @ 339, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 353 @ 340, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 354 @ 341, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 355 @ 342, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 356 @ 343, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 357 @ 344, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 358 @ 345, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 359 @ 346, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 360 @ 347, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 361 @ 348, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 362 @ 349, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 363 @ 350, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 364 @ 351, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 365 @ 352, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 366 @ 353, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 367 @ 354, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 368 @ 355, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 369 @ 356, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 370 @ 357, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 371 @ 358, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 372 @ 359, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 373 @ 360, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 374 @ 361, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 375 @ 362, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 376 @ 363, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 377 @ 364, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 378 @ 365, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 379 @ 366, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 380 @ 367, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 381 @ 368, ctts: 3, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 382 @ 369, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 383 @ 370, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 384 @ 371, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 385 @ 372, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 386 @ 373, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 387 @ 374, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 388 @ 375, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 389 @ 376, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 390 @ 377, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 391 @ 378, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 392 @ 379, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 393 @ 380, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 394 @ 381, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 395 @ 382, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 396 @ 383, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 397 @ 384, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 398 @ 385, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 399 @ 386, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 400 @ 386, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 401 @ 387, ctts: 3, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 402 @ 388, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 403 @ 389, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 404 @ 390, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 405 @ 391, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 406 @ 392, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 407 @ 393, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 408 @ 394, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 409 @ 395, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 410 @ 396, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 411 @ 397, ctts: 3, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 412 @ 398, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 413 @ 399, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 414 @ 400, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 415 @ 401, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 416 @ 402, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 417 @ 403, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 418 @ 404, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 419 @ 405, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 420 @ 406, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 421 @ 407, ctts: 3, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 422 @ 408, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 423 @ 409, ctts: 3, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 424 @ 410, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 425 @ 411, ctts: 3, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 426 @ 412, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 427 @ 413, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 428 @ 414, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 429 @ 415, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 430 @ 416, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 431 @ 417, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 432 @ 418, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 433 @ 419, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 434 @ 420, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 435 @ 421, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 436 @ 422, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 437 @ 423, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 438 @ 424, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 439 @ 425, ctts: 3, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 440 @ 426, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 441 @ 427, ctts: 3, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 442 @ 428, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 443 @ 429, ctts: 3, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 444 @ 430, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 445 @ 431, ctts: 3, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 446 @ 432, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 447 @ 433, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 448 @ 434, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 449 @ 435, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 450 @ 436, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 451 @ 437, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 452 @ 438, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 453 @ 439, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 454 @ 440, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 455 @ 441, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 456 @ 442, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 457 @ 443, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 458 @ 444, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 459 @ 445, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 460 @ 446, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 461 @ 447, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 462 @ 448, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 463 @ 449, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 464 @ 450, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 465 @ 451, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 466 @ 452, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 467 @ 453, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 468 @ 454, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 469 @ 455, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 470 @ 456, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 471 @ 457, ctts: 3, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 472 @ 458, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 473 @ 459, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 474 @ 460, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 475 @ 461, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 476 @ 462, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 477 @ 463, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 478 @ 464, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 479 @ 465, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 480 @ 466, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 481 @ 467, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 482 @ 468, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 483 @ 469, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 484 @ 470, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 485 @ 471, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 486 @ 472, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 487 @ 473, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 488 @ 474, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 489 @ 475, ctts: 3, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 490 @ 476, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 491 @ 477, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 492 @ 478, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 493 @ 479, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 494 @ 480, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 495 @ 481, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 496 @ 482, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 497 @ 483, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 498 @ 484, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 499 @ 485, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 500 @ 486, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 501 @ 487, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 502 @ 488, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 503 @ 489, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 504 @ 490, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 505 @ 491, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 506 @ 492, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 507 @ 493, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 508 @ 494, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 509 @ 495, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 510 @ 496, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 511 @ 497, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 512 @ 498, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 513 @ 499, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 514 @ 500, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 515 @ 501, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 516 @ 502, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 517 @ 503, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 518 @ 504, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 519 @ 505, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 520 @ 506, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 521 @ 507, ctts: 3, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 522 @ 508, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 523 @ 509, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 524 @ 510, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 525 @ 511, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 526 @ 512, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 527 @ 513, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 528 @ 514, ctts: 4, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 529 @ 515, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 530 @ 515, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 531 @ 516, ctts: 3, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 532 @ 517, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 533 @ 518, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 534 @ 519, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 535 @ 520, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 536 @ 521, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 537 @ 522, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 538 @ 523, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 539 @ 524, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 540 @ 525, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 541 @ 526, ctts: 3, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 542 @ 527, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 543 @ 528, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 544 @ 529, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 545 @ 530, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 546 @ 531, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 547 @ 532, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 548 @ 533, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 549 @ 534, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 550 @ 535, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 551 @ 536, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 552 @ 537, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 553 @ 538, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 554 @ 539, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 555 @ 540, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 556 @ 541, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 557 @ 542, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 558 @ 543, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 559 @ 544, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 560 @ 545, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 561 @ 546, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 562 @ 547, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 563 @ 548, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 564 @ 549, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 565 @ 550, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 566 @ 551, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 567 @ 552, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 568 @ 553, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 569 @ 554, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 570 @ 555, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 571 @ 556, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 572 @ 557, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 573 @ 558, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 574 @ 559, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 575 @ 560, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 576 @ 561, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 577 @ 562, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 578 @ 563, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 579 @ 564, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 580 @ 565, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 581 @ 566, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 582 @ 567, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 583 @ 568, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 584 @ 569, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 585 @ 570, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 586 @ 571, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 587 @ 572, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 588 @ 573, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 589 @ 574, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 590 @ 575, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 591 @ 576, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 592 @ 577, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 593 @ 578, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 594 @ 579, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 595 @ 580, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 596 @ 581, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 597 @ 582, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 598 @ 583, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 599 @ 584, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 600 @ 584, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 601 @ 585, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 602 @ 586, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 603 @ 587, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 604 @ 588, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 605 @ 589, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 606 @ 590, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 607 @ 591, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 608 @ 592, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 609 @ 593, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 610 @ 594, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 611 @ 595, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 612 @ 596, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 613 @ 597, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 614 @ 598, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 615 @ 599, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 616 @ 600, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 617 @ 601, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 618 @ 602, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 619 @ 603, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 620 @ 604, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 621 @ 605, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 622 @ 606, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 623 @ 607, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 624 @ 608, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 625 @ 609, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 626 @ 610, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 627 @ 611, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 628 @ 612, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 629 @ 613, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 630 @ 614, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 631 @ 615, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 632 @ 616, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 633 @ 617, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 634 @ 618, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 635 @ 619, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 636 @ 620, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 637 @ 621, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 638 @ 622, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 639 @ 623, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 640 @ 624, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 641 @ 625, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 642 @ 626, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 643 @ 627, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 644 @ 628, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 645 @ 629, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 646 @ 630, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 647 @ 631, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 648 @ 632, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 649 @ 633, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 650 @ 634, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 651 @ 635, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 652 @ 636, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 653 @ 637, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 654 @ 638, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 655 @ 639, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 656 @ 640, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 657 @ 641, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 658 @ 642, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 659 @ 643, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 660 @ 644, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 661 @ 645, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 662 @ 646, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 663 @ 647, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 664 @ 648, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 665 @ 649, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 666 @ 650, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 667 @ 651, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 668 @ 652, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 669 @ 653, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 670 @ 654, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 671 @ 655, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 672 @ 656, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 673 @ 657, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 674 @ 658, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 675 @ 659, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 676 @ 660, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 677 @ 661, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 678 @ 662, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 679 @ 663, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 680 @ 664, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 681 @ 665, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 682 @ 666, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 683 @ 667, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 684 @ 668, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 685 @ 669, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 686 @ 670, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 687 @ 671, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 688 @ 672, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 689 @ 673, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 690 @ 674, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 691 @ 675, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 692 @ 676, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 693 @ 677, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 694 @ 678, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 695 @ 679, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 696 @ 680, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 697 @ 681, ctts: 4, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 698 @ 682, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 699 @ 682, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 700 @ 683, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 701 @ 684, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 702 @ 685, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 703 @ 686, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 704 @ 687, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 705 @ 688, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 706 @ 689, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 707 @ 690, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 708 @ 691, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 709 @ 692, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 710 @ 693, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 711 @ 694, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 712 @ 695, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 713 @ 696, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 714 @ 697, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 715 @ 698, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 716 @ 699, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 717 @ 700, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 718 @ 701, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 719 @ 702, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 720 @ 703, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 721 @ 704, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 722 @ 705, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 723 @ 706, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 724 @ 707, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 725 @ 708, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 726 @ 709, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 727 @ 710, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 728 @ 711, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 729 @ 712, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 730 @ 713, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 731 @ 714, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 732 @ 715, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 733 @ 716, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 734 @ 717, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 735 @ 718, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 736 @ 719, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 737 @ 720, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 738 @ 721, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 739 @ 722, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 740 @ 723, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 741 @ 724, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 742 @ 725, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 743 @ 726, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 744 @ 727, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 745 @ 728, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 746 @ 729, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 747 @ 730, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 748 @ 731, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 749 @ 732, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 750 @ 733, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 751 @ 734, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 752 @ 735, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 753 @ 736, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 754 @ 737, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 755 @ 738, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 756 @ 739, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 757 @ 740, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 758 @ 741, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 759 @ 742, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 760 @ 743, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 761 @ 744, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 762 @ 745, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 763 @ 746, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 764 @ 747, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 765 @ 748, ctts: 4, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 766 @ 749, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 767 @ 749, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 768 @ 750, ctts: 4, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 769 @ 751, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 770 @ 751, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 771 @ 752, ctts: 3, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 772 @ 753, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 773 @ 754, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 774 @ 755, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 775 @ 756, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 776 @ 757, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 777 @ 758, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 778 @ 759, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 779 @ 760, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 780 @ 761, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 781 @ 762, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 782 @ 763, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 783 @ 764, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 784 @ 765, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 785 @ 766, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 786 @ 767, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 787 @ 768, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 788 @ 769, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 789 @ 770, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 790 @ 771, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 791 @ 772, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 792 @ 773, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 793 @ 774, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 794 @ 775, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 795 @ 776, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 796 @ 777, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 797 @ 778, ctts: 4, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 798 @ 779, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 799 @ 779, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 800 @ 780, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 801 @ 781, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 802 @ 782, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 803 @ 783, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 804 @ 784, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 805 @ 785, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 806 @ 786, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 807 @ 787, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 808 @ 788, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 809 @ 789, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 810 @ 790, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 811 @ 791, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 812 @ 792, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 813 @ 793, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 814 @ 794, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 815 @ 795, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 816 @ 796, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 817 @ 797, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 818 @ 798, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 819 @ 799, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 820 @ 800, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 821 @ 801, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 822 @ 802, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 823 @ 803, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 824 @ 804, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 825 @ 805, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 826 @ 806, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 827 @ 807, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 828 @ 808, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 829 @ 809, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 830 @ 810, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 831 @ 811, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 832 @ 812, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 833 @ 813, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 834 @ 814, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 835 @ 815, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 836 @ 816, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 837 @ 817, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 838 @ 818, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 839 @ 819, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 840 @ 820, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 841 @ 821, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 842 @ 822, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 843 @ 823, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 844 @ 824, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 845 @ 825, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 846 @ 826, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 847 @ 827, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 848 @ 828, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 849 @ 829, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 850 @ 830, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 851 @ 831, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 852 @ 832, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 853 @ 833, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 854 @ 834, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 855 @ 835, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 856 @ 836, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 857 @ 837, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 858 @ 838, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 859 @ 839, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 860 @ 840, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 861 @ 841, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 862 @ 842, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 863 @ 843, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 864 @ 844, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 865 @ 845, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 866 @ 846, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 867 @ 847, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 868 @ 848, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 869 @ 849, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 870 @ 850, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 871 @ 851, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 872 @ 852, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 873 @ 853, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 874 @ 854, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 875 @ 855, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 876 @ 856, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 877 @ 857, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 878 @ 858, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 879 @ 859, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 880 @ 860, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 881 @ 861, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 882 @ 862, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 883 @ 863, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 884 @ 864, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 885 @ 865, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 886 @ 866, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 887 @ 867, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 888 @ 868, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 889 @ 869, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 890 @ 870, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 891 @ 871, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 892 @ 872, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 893 @ 873, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 894 @ 874, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 895 @ 875, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 896 @ 876, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 897 @ 877, ctts: 4, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 898 @ 878, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 899 @ 878, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 900 @ 879, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 901 @ 880, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 902 @ 881, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 903 @ 882, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 904 @ 883, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 905 @ 884, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 906 @ 885, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 907 @ 886, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 908 @ 887, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 909 @ 888, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 910 @ 889, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 911 @ 890, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 912 @ 891, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 913 @ 892, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 914 @ 893, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 915 @ 894, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 916 @ 895, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 917 @ 896, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 918 @ 897, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 919 @ 898, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 920 @ 899, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 921 @ 900, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 922 @ 901, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 923 @ 902, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 924 @ 903, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 925 @ 904, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 926 @ 905, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 927 @ 906, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 928 @ 907, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 929 @ 908, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 930 @ 909, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 931 @ 910, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 932 @ 911, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 933 @ 912, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 934 @ 913, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 935 @ 914, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 936 @ 915, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 937 @ 916, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 938 @ 917, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 939 @ 918, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 940 @ 919, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 941 @ 920, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 942 @ 921, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 943 @ 922, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 944 @ 923, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 945 @ 924, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 946 @ 925, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 947 @ 926, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 948 @ 927, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 949 @ 928, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 950 @ 929, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 951 @ 930, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 952 @ 931, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 953 @ 932, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 954 @ 933, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 955 @ 934, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 956 @ 935, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 957 @ 936, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 958 @ 937, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 959 @ 938, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 960 @ 939, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 961 @ 940, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 962 @ 941, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 963 @ 942, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 964 @ 943, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 965 @ 944, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 966 @ 945, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 967 @ 946, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 968 @ 947, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 969 @ 948, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 970 @ 949, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 971 @ 950, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 972 @ 951, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 973 @ 952, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 974 @ 953, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 975 @ 954, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 976 @ 955, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 977 @ 956, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 978 @ 957, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 979 @ 958, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 980 @ 959, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 981 @ 960, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 982 @ 961, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 983 @ 962, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 984 @ 963, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 985 @ 964, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 986 @ 965, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 987 @ 966, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 988 @ 967, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 989 @ 968, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 990 @ 969, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 991 @ 970, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 992 @ 971, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 993 @ 972, ctts: 5, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 994 @ 973, ctts: 2, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 995 @ 974, ctts: 0, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 996 @ 975, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 997 @ 976, ctts: 4, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 998 @ 977, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] shifted frame pts, curr_cts:
 999 @ 977, ctts: 1, ctts_count: 978
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] Unknown dref type 0x206c7275
 size 12
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] Processing st: 1, edit list 0
 - media time: 0, duration: 1923040
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] Before
 avformat_find_stream_info() pos: 22353 bytes read:32768 seeks:0
 nb_streams:2
 [h264 @ 00000000004ebd60] nal_unit_type: 7, nal_ref_idc: 3
 [h264 @ 00000000004ebd60] nal_unit_type: 8, nal_ref_idc: 3
 [h264 @ 00000000004ebd60] nal_unit_type: 6, nal_ref_idc: 0
 [h264 @ 00000000004ebd60] nal_unit_type: 5, nal_ref_idc: 3
 [h264 @ 00000000004ebd60] user data:"x264 - core 148 r2762 90a61ec -
 H.264/MPEG-4 AVC codec - Copyleft 2003-2017 -
 http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0
 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1
 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11
 fast_pskip=1 chroma_qp_offset=-2 threads=6 lookahead_threads=1
 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0
 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1
 weightb=1 open_gop=0 weightp=2 keyint=100 keyint_min=10 scenecut=0
 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60
 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00"
 [h264 @ 00000000004ebd60] Reinit context to 864x480, pix_fmt: yuv420p
 [h264 @ 00000000004ebd60] no picture
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] All info found
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004da9a0] After
 avformat_find_stream_info() pos: 61440 bytes read:65536 seeks:0 frames:14
 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'input.mp4':
   Metadata:
     major_brand     : mp42
     minor_version   : 0
     compatible_brands: mp42mp41isomavc1
     creation_time   : 2017-04-14T12:11:57.000000Z
   Duration: 00:00:40.06, start: 0.000000, bitrate: 1502 kb/s
     Stream #0:0(und), 13, 1/25: Video: h264 (High) (avc1 / 0x31637661),
 yuv420p, 854x480, 1294 kb/s, 25 fps, 25 tbr, 25 tbn, 50 tbc (default)
     Metadata:
       creation_time   : 2017-04-14T12:11:57.000000Z
       handler_name    : L-SMASH Video Handler
       encoder         : AVC Coding
     Stream #0:1(und), 1, 1/48000: Audio: aac (LC) (mp4a / 0x6134706D),
 48000 Hz, stereo, fltp, 205 kb/s (default)
     Metadata:
       creation_time   : 2017-04-14T12:11:57.000000Z
       handler_name    : L-SMASH Audio Handler
 Successfully opened the file.
 Parsing a group of options: output url output1.mp4.
 Applying option c (codec name) with argument copy.
 Applying option to (record or transcode stop time) with argument 00:00:20.
 Successfully parsed a group of options.
 Opening an output file: output1.mp4.
 [file @ 000000000048d580] Setting default whitelist 'file,crypto'
 Successfully opened the file.
 Output #0, mp4, to 'output1.mp4':
   Metadata:
     major_brand     : mp42
     minor_version   : 0
     compatible_brands: mp42mp41isomavc1
     encoder         : Lavf57.72.100
     Stream #0:0(und), 0, 1/12800: Video: h264 (High) ([33][0][0][0] /
 0x0021), yuv420p, 854x480, q=2-31, 1294 kb/s, 25 fps, 25 tbr, 12800 tbn,
 25 tbc (default)
     Metadata:
       creation_time   : 2017-04-14T12:11:57.000000Z
       handler_name    : L-SMASH Video Handler
       encoder         : AVC Coding
     Stream #0:1(und), 0, 1/48000: Audio: aac (LC) ([64][0][0][0] /
 0x0040), 48000 Hz, stereo, fltp, 205 kb/s (default)
     Metadata:
       creation_time   : 2017-04-14T12:11:57.000000Z
       handler_name    : L-SMASH Audio Handler
 Stream mapping:
   Stream #0:0 -> #0:0 (copy)
   Stream #0:1 -> #0:1 (copy)
 Press [q] to stop, [?] for help
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 No more output streams to write to, finishing.
 frame=  602 fps=0.0 q=-1.0 Lsize=    4577kB time=00:00:19.98
 bitrate=1875.9kbits/s speed= 952x
 video:3939kB audio:619kB subtitle:0kB other streams:0kB global headers:0kB
 muxing overhead: 0.421353%
 Input file #0 (input.mp4):
   Input stream #0:0 (video): 603 packets read (4035281 bytes);
   Input stream #0:1 (audio): 1137 packets read (637563 bytes);
   Total: 1740 packets (4672844 bytes) demuxed
 Output file #0 (output1.mp4):
   Output stream #0:0 (video): 602 packets muxed (4033561 bytes);
   Output stream #0:1 (audio): 1130 packets muxed (634025 bytes);
   Total: 1732 packets (4667586 bytes) muxed
 0 frames successfully decoded, 0 decoding errors
 [AVIOContext @ 0000000002c3f9c0] Statistics: 60 seeks, 1809 writeouts
 [AVIOContext @ 0000000000489740] Statistics: 4794708 bytes read, 2 seeks

 }}}

--
Ticket URL: <https://trac.ffmpeg.org/ticket/6315>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list