On 07/02/2024 16.53, Paul B Mahol wrote:
On Wed, Feb 7, 2024 at 10:28 PM Mark Filipak <markfilipak.i...@gmail.com>
wrote:

Hi Carl,

On 07/02/2024 13.56, Carl Zwanzig wrote:
On 2/7/2024 10:34 AM, Mark Filipak wrote:
Okay. Why are they different?

Because the containers are different? An mp4 container is not the same
as an mkv (or avi or mpeg),
they must have different demuxers.

They are the same source, same container. The only difference is command.

ffmpeg -ss 20.061708333 -copyts -i %SOURCE% -map 0 -c copy -sn -dn
-muxdelay 0 %TARGET%
ffmpeg -copyts -i %SOURCE% -map 0 -ss 20.061708333 -c copy -sn -dn
-muxdelay 0 %TARGET%

Why do the results differ? They're not a little different. They're very
different. The DTSs differ.
The PTSs differ. The cutting points differ by a couple hundred frames.
Even some of the packet
lengths differ! This is serious.

I can't tell if the GOPs differ -- DTS-sorted v PTS-sorted -- because it's
impossible to correlate
'framecrc' results and 'showinfo' results.


use -v debug

Here ya go, Paul. Logs are attached.

ffmpeg started on 2024-02-07 at 19:09:53
Report written to "ffmpeg-20240207-190953.log"
Log level: 48
Command line:
"C:\\CMD & tiny apps\\ffmpeg\\ffmpeg.exe" -report -v debug -copyts -i "h:\\BDMV\\STREAM\\00305.m2ts" -map 0 -ss 20.061708333 -to 35 -c copy -sn -dn -muxdelay 0 "c:\\FANNY AND ALEXANDER, '-i -ss -to'.m2ts"
ffmpeg version 2023-11-09-git-acf63d5350-full_build-www.gyan.dev Copyright (c) 2000-2023 the FFmpeg developers
  built with gcc 12.2.0 (Rev10, Built by MSYS2 project)
  configuration: --enable-gpl --enable-version3 --enable-static --pkg-config=pkgconf --disable-w32threads --disable-autodetect --enable-fontconfig --enable-iconv --enable-gnutls --enable-libxml2 --enable-gmp --enable-bzlib --enable-lzma --enable-libsnappy --enable-zlib --enable-librist --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-libbluray --enable-libcaca --enable-sdl2 --enable-libaribb24 --enable-libaribcaption --enable-libdav1d --enable-libdavs2 --enable-libuavs3d --enable-libzvbi --enable-librav1e --enable-libsvtav1 --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libaom --enable-libjxl --enable-libopenjpeg --enable-libvpx --enable-mediafoundation --enable-libass --enable-frei0r --enable-libfreetype --enable-libfribidi --enable-libharfbuzz --enable-liblensfun --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-ffnvcodec --enable-nvdec --enable-nvenc --enable-dxva2 --enable  libavutil      58. 32.100 / 58. 32.100
  libavcodec     60. 33.100 / 60. 33.100
  libavformat    60. 17.100 / 60. 17.100
  libavdevice    60.  4.100 / 60.  4.100
  libavfilter     9. 13.100 /  9. 13.100
  libswscale      7.  6.100 /  7.  6.100
  libswresample   4. 13.100 /  4. 13.100
  libpostproc    57.  4.100 / 57.  4.100
Splitting the commandline.
Reading option '-report' ... matched as option 'report' (generate a report) with argument '1'.
Reading option '-v' ... matched as option 'v' (set logging level) with argument 'debug'.
Reading option '-copyts' ... matched as option 'copyts' (copy timestamps) with argument '1'.
Reading option '-i' ... matched as output url with argument 'h:\BDMV\STREAM\00305.m2ts'.
Reading option '-map' ... matched as option 'map' (set input stream mapping) with argument '0'.
Reading option '-ss' ... matched as option 'ss' (set the start time offset) with argument '20.061708333'.
Reading option '-to' ... matched as option 'to' (record or transcode stop time) with argument '35'.
Reading option '-c' ... matched as option 'c' (codec name) with argument 'copy'.
Reading option '-sn' ... matched as option 'sn' (disable subtitle) with argument '1'.
Reading option '-dn' ... matched as option 'dn' (disable data) with argument '1'.
Reading option '-muxdelay' ... matched as option 'muxdelay' (set the maximum demux-decode delay) with argument '0'.
Reading option 'c:\FANNY AND ALEXANDER, '-i -ss -to'.m2ts' ... matched as output url.
Finished splitting the commandline.
Parsing a group of options: global .
Applying option report (generate a report) with argument 1.
Applying option v (set logging level) with argument debug.
Applying option copyts (copy timestamps) with argument 1.
Successfully parsed a group of options.
Parsing a group of options: input url h:\BDMV\STREAM\00305.m2ts.
Successfully parsed a group of options.
Opening an input file: h:\BDMV\STREAM\00305.m2ts.
[AVFormatContext @ 00000000005a31c0] Opening 'h:\BDMV\STREAM\00305.m2ts' for reading
[file @ 00000000005bb740] Setting default whitelist 'file,crypto,data'
[mpegts @ 00000000005a31c0] Format mpegts probed with size=2048 and score=50
[mpegts @ 00000000005a31c0] stream=0 stream_type=1b pid=1011 prog_reg_desc=HDMV
[mpegts @ 00000000005a31c0] stream=1 stream_type=86 pid=1100 prog_reg_desc=HDMV
[mpegts @ 00000000005a31c0] stream=2 stream_type=90 pid=1200 prog_reg_desc=HDMV
[mpegts @ 00000000005a31c0] Before avformat_find_stream_info() pos: 0 bytes read:32768 seeks:0 nb_streams:3
For transform of length 32, inverse, mdct_float, flags: [aligned, out_of_place], found 2 matches:
    1: mdct_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2, any], flags: [unaligned, out_of_place, inv_only], prio: 96
    2: mdct_naive_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2, any], flags: [unaligned, out_of_place, inv_only], prio: -130976
For transform of length 16, inverse, fft_float, flags: [aligned, inplace, preshuf], found 3 matches:
    1: fft16_ns_float_avx - type: fft_float, len: 16, factor: 2, flags: [aligned, inplace, out_of_place, preshuf], prio: 480
    2: fft_pfa_ns_float_c - type: fft_float, len: [6, ∞], factors[2]: [7, 5, 3, 2, any], flags: [unaligned, inplace, out_of_place, preshuf], prio: 112
    3: fft16_ns_float_c - type: fft_float, len: 16, factor: 2, flags: [unaligned, inplace, out_of_place, preshuf], prio: 96
Transform tree:
    mdct_inv_float_c - type: mdct_float, len: 32, factors[2]: [2, any], flags: [unaligned, out_of_place, inv_only]
        fft16_ns_float_avx - type: fft_float, len: 16, factor: 2, flags: [aligned, inplace, out_of_place, preshuf]
For transform of length 64, inverse, mdct_float, flags: [aligned, out_of_place], found 2 matches:
    1: mdct_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2, any], flags: [unaligned, out_of_place, inv_only], prio: 96
    2: mdct_naive_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2, any], flags: [unaligned, out_of_place, inv_only], prio: -130976
For transform of length 32, inverse, fft_float, flags: [aligned, inplace, preshuf], found 3 matches:
    1: fft32_ns_float_avx - type: fft_float, len: 32, factor: 2, flags: [aligned, inplace, out_of_place, preshuf], prio: 480
    2: fft_pfa_ns_float_c - type: fft_float, len: [6, ∞], factors[2]: [7, 5, 3, 2, any], flags: [unaligned, inplace, out_of_place, preshuf], prio: 112
    3: fft32_ns_float_c - type: fft_float, len: 32, factor: 2, flags: [unaligned, inplace, out_of_place, preshuf], prio: 96
Transform tree:
    mdct_inv_float_c - type: mdct_float, len: 64, factors[2]: [2, any], flags: [unaligned, out_of_place, inv_only]
        fft32_ns_float_avx - type: fft_float, len: 32, factor: 2, flags: [aligned, inplace, out_of_place, preshuf]
[mpegts @ 00000000005a31c0] parser not found for codec hdmv_pgs_subtitle, packets or times may be invalid.
[h264 @ 00000000005bce40] Decoding VUI
[h264 @ 00000000005bce40] ct_type:1 pic_struct:0
[extract_extradata @ 00000000005a3a00] nal_unit_type: 9(AUD), nal_ref_idc: 0
[extract_extradata @ 00000000005a3a00] nal_unit_type: 7(SPS), nal_ref_idc: 3
[extract_extradata @ 00000000005a3a00] nal_unit_type: 8(PPS), nal_ref_idc: 3
[extract_extradata @ 00000000005a3a00] nal_unit_type: 6(SEI), nal_ref_idc: 0
[extract_extradata @ 00000000005a3a00] nal_unit_type: 6(SEI), nal_ref_idc: 0
[extract_extradata @ 00000000005a3a00] nal_unit_type: 6(SEI), nal_ref_idc: 0
[extract_extradata @ 00000000005a3a00] nal_unit_type: 5(IDR), nal_ref_idc: 3
[extract_extradata @ 00000000005a3a00] nal_unit_type: 5(IDR), nal_ref_idc: 3
[extract_extradata @ 00000000005a3a00] nal_unit_type: 5(IDR), nal_ref_idc: 3
[extract_extradata @ 00000000005a3a00] nal_unit_type: 5(IDR), nal_ref_idc: 3
[extract_extradata @ 00000000005a3a00] nal_unit_type: 12(Filler data), nal_ref_idc: 0
[h264 @ 00000000005bce40] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 00000000005bce40] nal_unit_type: 7(SPS), nal_ref_idc: 3
[h264 @ 00000000005bce40] nal_unit_type: 8(PPS), nal_ref_idc: 3
[h264 @ 00000000005bce40] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 00000000005bce40] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 00000000005bce40] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 00000000005bce40] nal_unit_type: 5(IDR), nal_ref_idc: 3
[h264 @ 00000000005bce40] nal_unit_type: 5(IDR), nal_ref_idc: 3
[h264 @ 00000000005bce40] nal_unit_type: 5(IDR), nal_ref_idc: 3
[h264 @ 00000000005bce40] nal_unit_type: 5(IDR), nal_ref_idc: 3
[h264 @ 00000000005bce40] nal_unit_type: 12(Filler data), nal_ref_idc: 0
[h264 @ 00000000005bce40] Decoding VUI
[h264 @ 00000000005bce40] Format yuv420p chosen by get_format().
[h264 @ 00000000005bce40] Reinit context to 1920x1088, pix_fmt: yuv420p
[h264 @ 00000000005bce40] ct_type:1 pic_struct:0
[h264 @ 00000000005bce40] no picture 
[h264 @ 00000000005bce40] ct_type:1 pic_struct:0
[h264 @ 00000000005bce40] ct_type:1 pic_struct:0
[h264 @ 00000000005bce40] ct_type:1 pic_struct:0
[h264 @ 00000000005bce40] ct_type:1 pic_struct:0
[h264 @ 00000000005bce40] ct_type:1 pic_struct:0
[h264 @ 00000000005bce40] ct_type:1 pic_struct:0
[h264 @ 00000000005bce40] ct_type:1 pic_struct:0
[h264 @ 00000000005bce40] ct_type:1 pic_struct:0
[h264 @ 00000000005bce40] ct_type:1 pic_struct:0
[h264 @ 00000000005bce40] ct_type:1 pic_struct:0
[h264 @ 00000000005bce40] ct_type:1 pic_struct:0
[h264 @ 00000000005bce40] ct_type:1 pic_struct:0
[h264 @ 00000000005bce40] ct_type:1 pic_struct:0
[h264 @ 00000000005bce40] ct_type:1 pic_struct:0
[h264 @ 00000000005bce40] ct_type:1 pic_struct:0
[h264 @ 00000000005bce40] ct_type:1 pic_struct:0
[h264 @ 00000000005bce40] ct_type:1 pic_struct:0
[h264 @ 00000000005bce40] ct_type:1 pic_struct:0
[h264 @ 00000000005bce40] ct_type:1 pic_struct:0
[h264 @ 00000000005bce40] ct_type:1 pic_struct:0
[h264 @ 00000000005bce40] ct_type:1 pic_struct:0
[h264 @ 00000000005bce40] ct_type:1 pic_struct:0
[h264 @ 00000000005bce40] ct_type:1 pic_struct:0
[h264 @ 00000000005bce40] Decoding VUI
[h264 @ 00000000005bce40] ct_type:1 pic_struct:0
[h264 @ 00000000005bce40] ct_type:1 pic_struct:0
[mpegts @ 00000000005a31c0] Probe buffer size limit of 5000000 bytes reached
[mpegts @ 00000000005a31c0] rfps: 23.583333 0.013948
[mpegts @ 00000000005a31c0] rfps: 23.666667 0.008656
[mpegts @ 00000000005a31c0] rfps: 23.750000 0.004621
[mpegts @ 00000000005a31c0] rfps: 23.833333 0.001841
[mpegts @ 00000000005a31c0] rfps: 23.833333 0.001841
[mpegts @ 00000000005a31c0] rfps: 23.916667 0.000319
[mpegts @ 00000000005a31c0] rfps: 23.916667 0.000319
[mpegts @ 00000000005a31c0] rfps: 24.000000 0.000052
[mpegts @ 00000000005a31c0] rfps: 24.000000 0.000052
[mpegts @ 00000000005a31c0] rfps: 24.083333 0.001042
[mpegts @ 00000000005a31c0] rfps: 24.083333 0.001042
[mpegts @ 00000000005a31c0] rfps: 24.166667 0.003288
[mpegts @ 00000000005a31c0] rfps: 24.166667 0.003288
[mpegts @ 00000000005a31c0] rfps: 24.250000 0.006791
[mpegts @ 00000000005a31c0] rfps: 24.250000 0.006791
[mpegts @ 00000000005a31c0] rfps: 24.333333 0.011550
[mpegts @ 00000000005a31c0] rfps: 24.416667 0.017565
[mpegts @ 00000000005a31c0] rfps: 48.000000 0.000208
[mpegts @ 00000000005a31c0] rfps: 48.000000 0.000208
[mpegts @ 00000000005a31c0] rfps: 120.000000 0.001302
[mpegts @ 00000000005a31c0] rfps: 120.000000 0.001302
[mpegts @ 00000000005a31c0] rfps: 240.000000 0.005207
[mpegts @ 00000000005a31c0] rfps: 240.000000 0.005207
[mpegts @ 00000000005a31c0] rfps: 23.976024 0.000000
[mpegts @ 00000000005a31c0] rfps: 23.976024 0.000000
[mpegts @ 00000000005a31c0] rfps: 47.952048 0.000000
[mpegts @ 00000000005a31c0] rfps: 47.952048 0.000000
[mpegts @ 00000000005a31c0] start time for stream 2 is not set in estimate_timings_from_pts
[mpegts @ 00000000005a31c0] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
[mpegts @ 00000000005a31c0] After avformat_find_stream_info() pos: 0 bytes read:5902480 seeks:2 frames:100
Input #0, mpegts, from 'h:\BDMV\STREAM\00305.m2ts':
  Duration: 01:36:12.73, start: 11.650667, bitrate: 20913 kb/s
  Program 1 
  Stream #0:0[0x1011], 26, 1/90000: Video: h264 (High), 1 reference frame (HDMV / 0x564D4448), yuv420p(progressive, left), 1920x1080 (1920x1088) [SAR 1:1 DAR 16:9], 0/1, 23.98 fps, 23.98 tbr, 90k tbn
  Stream #0:1[0x1100], 74, 1/90000: Audio: dts (DTS-HD MA) ([134][0][0][0] / 0x0086), 48000 Hz, mono, s32p (24 bit)
  Stream #0:2[0x1200], 0, 1/90000: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090)
Successfully opened the file.
Parsing a group of options: output url c:\FANNY AND ALEXANDER, '-i -ss -to'.m2ts.
Applying option map (set input stream mapping) with argument 0.
Applying option ss (set the start time offset) with argument 20.061708333.
Applying option to (record or transcode stop time) with argument 35.
Applying option c (codec name) with argument copy.
Applying option sn (disable subtitle) with argument 1.
Applying option dn (disable data) with argument 1.
Applying option muxdelay (set the maximum demux-decode delay) with argument 0.
Successfully parsed a group of options.
Opening an output file: c:\FANNY AND ALEXANDER, '-i -ss -to'.m2ts.
[out#0/mpegts @ 00000000000f7a80] Adding streams from explicit maps...
[vost#0:0/copy @ 00000000034afa40] Created video stream from input stream 0:0
[aost#0:1/copy @ 00000000034afd00] Created audio stream from input stream 0:1
[file @ 000000000062d140] Setting default whitelist 'file,crypto,data'
[mpegts @ 00000000005c3280] service 1 using PCR in pid=4113, pcr_period=83ms
[mpegts @ 00000000005c3280] muxrate VBR, sdt every 500 ms, pat/pmt every 100 ms
Output #0, mpegts, to 'c:\FANNY AND ALEXANDER, '-i -ss -to'.m2ts':
  Metadata:
    encoder         : Lavf60.17.100
  Stream #0:0, 0, 1/90000: Video: h264 (High), 1 reference frame (HDMV / 0x564D4448), yuv420p(progressive, left), 1920x1080 (0x0) [SAR 1:1 DAR 16:9], 0/1, q=2-31, 23.98 fps, 23.98 tbr, 90k tbn
  Stream #0:1, 0, 1/90000: Audio: dts (DTS-HD MA) ([134][0][0][0] / 0x0086), 48000 Hz, mono, s32p (24 bit)
Successfully opened the file.
Stream mapping:
  Stream #0:0 -> #0:0 (copy)
  Stream #0:1 -> #0:1 (copy)
Press [q] to stop, [?] for help
[NULL @ 00000000005bce40] nal_unit_type: 7(SPS), nal_ref_idc: 3
[NULL @ 00000000005bce40] nal_unit_type: 8(PPS), nal_ref_idc: 3
[NULL @ 00000000005bce40] Decoding VUI
size=       0kB time=N/A bitrate=N/A speed=N/A    
[NULL @ 00000000005bce40] Decoding VUI
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] Decoding VUI
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] Decoding VUI
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] Decoding VUI
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] Decoding VUI
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] Decoding VUI
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] Decoding VUI
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] Decoding VUI
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] Decoding VUI
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] Decoding VUI
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] Decoding VUI
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] Decoding VUI
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
size=    9984kB time=-00:00:00.37 bitrate=N/A speed=N/A    
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] Decoding VUI
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] Decoding VUI
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] Decoding VUI
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] Decoding VUI
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] Decoding VUI
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] Decoding VUI
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] Decoding VUI
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] Decoding VUI
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] Decoding VUI
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] Decoding VUI
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
size=   47360kB time=00:00:09.47 bitrate=40961.1kbits/s speed=9.46x    
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] Decoding VUI
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] Decoding VUI
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
No more output streams to write to, finishing.
[NULL @ 00000000005bce40] ct_type:1 pic_struct:0
[out#0/mpegts @ 00000000000f7a80] All streams finished
[out#0/mpegts @ 00000000000f7a80] Terminating muxer thread
[AVIOContext @ 000000000060e340] Statistics: 57962496 bytes written, 0 seeks, 222 writeouts
[out#0/mpegts @ 00000000000f7a80] Output file #0 (c:\FANNY AND ALEXANDER, '-i -ss -to'.m2ts):
[out#0/mpegts @ 00000000000f7a80]   Output stream #0:0 (video): 345 packets muxed (53904363 bytes); 
[out#0/mpegts @ 00000000000f7a80]   Output stream #0:1 (audio): 1400 packets muxed (1517600 bytes); 
[out#0/mpegts @ 00000000000f7a80]   Total: 1745 packets (55421963 bytes) muxed
[out#0/mpegts @ 00000000000f7a80] video:52641kB audio:1482kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 4.583982%
size=   56604kB time=00:00:11.74 bitrate=39484.8kbits/s speed=10.2x    
[in#0/mpegts @ 00000000005a3040] Terminating demuxer thread
[in#0/mpegts @ 00000000005a3040] Input file #0 (h:\BDMV\STREAM\00305.m2ts):
[in#0/mpegts @ 00000000005a3040]   Input stream #0:0 (video): 571 packets read (89251183 bytes); 
[in#0/mpegts @ 00000000005a3040]   Input stream #0:1 (audio): 2191 packets read (2375044 bytes); 
[in#0/mpegts @ 00000000005a3040]   Total: 2762 packets (91626227 bytes) demuxed
[AVIOContext @ 00000000005bb840] Statistics: 102437008 bytes read, 2 seeks
ffmpeg started on 2024-02-07 at 19:09:52
Report written to "ffmpeg-20240207-190952.log"
Log level: 48
Command line:
"C:\\CMD & tiny apps\\ffmpeg\\ffmpeg.exe" -report -v debug -ss 20.061708333 -to 35 -copyts -i "h:\\BDMV\\STREAM\\00305.m2ts" -map 0 -c copy -sn -dn -muxdelay 0 "c:\\FANNY AND ALEXANDER, '-ss -to -i'.m2ts"
ffmpeg version 2023-11-09-git-acf63d5350-full_build-www.gyan.dev Copyright (c) 2000-2023 the FFmpeg developers
  built with gcc 12.2.0 (Rev10, Built by MSYS2 project)
  configuration: --enable-gpl --enable-version3 --enable-static --pkg-config=pkgconf --disable-w32threads --disable-autodetect --enable-fontconfig --enable-iconv --enable-gnutls --enable-libxml2 --enable-gmp --enable-bzlib --enable-lzma --enable-libsnappy --enable-zlib --enable-librist --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-libbluray --enable-libcaca --enable-sdl2 --enable-libaribb24 --enable-libaribcaption --enable-libdav1d --enable-libdavs2 --enable-libuavs3d --enable-libzvbi --enable-librav1e --enable-libsvtav1 --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libaom --enable-libjxl --enable-libopenjpeg --enable-libvpx --enable-mediafoundation --enable-libass --enable-frei0r --enable-libfreetype --enable-libfribidi --enable-libharfbuzz --enable-liblensfun --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-ffnvcodec --enable-nvdec --enable-nvenc --enable-dxva2 --enable  libavutil      58. 32.100 / 58. 32.100
  libavcodec     60. 33.100 / 60. 33.100
  libavformat    60. 17.100 / 60. 17.100
  libavdevice    60.  4.100 / 60.  4.100
  libavfilter     9. 13.100 /  9. 13.100
  libswscale      7.  6.100 /  7.  6.100
  libswresample   4. 13.100 /  4. 13.100
  libpostproc    57.  4.100 / 57.  4.100
Splitting the commandline.
Reading option '-report' ... matched as option 'report' (generate a report) with argument '1'.
Reading option '-v' ... matched as option 'v' (set logging level) with argument 'debug'.
Reading option '-ss' ... matched as option 'ss' (set the start time offset) with argument '20.061708333'.
Reading option '-to' ... matched as option 'to' (record or transcode stop time) with argument '35'.
Reading option '-copyts' ... matched as option 'copyts' (copy timestamps) with argument '1'.
Reading option '-i' ... matched as output url with argument 'h:\BDMV\STREAM\00305.m2ts'.
Reading option '-map' ... matched as option 'map' (set input stream mapping) with argument '0'.
Reading option '-c' ... matched as option 'c' (codec name) with argument 'copy'.
Reading option '-sn' ... matched as option 'sn' (disable subtitle) with argument '1'.
Reading option '-dn' ... matched as option 'dn' (disable data) with argument '1'.
Reading option '-muxdelay' ... matched as option 'muxdelay' (set the maximum demux-decode delay) with argument '0'.
Reading option 'c:\FANNY AND ALEXANDER, '-ss -to -i'.m2ts' ... matched as output url.
Finished splitting the commandline.
Parsing a group of options: global .
Applying option report (generate a report) with argument 1.
Applying option v (set logging level) with argument debug.
Applying option copyts (copy timestamps) with argument 1.
Successfully parsed a group of options.
Parsing a group of options: input url h:\BDMV\STREAM\00305.m2ts.
Applying option ss (set the start time offset) with argument 20.061708333.
Applying option to (record or transcode stop time) with argument 35.
Successfully parsed a group of options.
Opening an input file: h:\BDMV\STREAM\00305.m2ts.
[AVFormatContext @ 0000000000563100] Opening 'h:\BDMV\STREAM\00305.m2ts' for reading
[file @ 000000000057b700] Setting default whitelist 'file,crypto,data'
[mpegts @ 0000000000563100] Format mpegts probed with size=2048 and score=50
[mpegts @ 0000000000563100] stream=0 stream_type=1b pid=1011 prog_reg_desc=HDMV
[mpegts @ 0000000000563100] stream=1 stream_type=86 pid=1100 prog_reg_desc=HDMV
[mpegts @ 0000000000563100] stream=2 stream_type=90 pid=1200 prog_reg_desc=HDMV
[mpegts @ 0000000000563100] Before avformat_find_stream_info() pos: 0 bytes read:32768 seeks:0 nb_streams:3
For transform of length 32, inverse, mdct_float, flags: [aligned, out_of_place], found 2 matches:
    1: mdct_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2, any], flags: [unaligned, out_of_place, inv_only], prio: 96
    2: mdct_naive_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2, any], flags: [unaligned, out_of_place, inv_only], prio: -130976
For transform of length 16, inverse, fft_float, flags: [aligned, inplace, preshuf], found 3 matches:
    1: fft16_ns_float_avx - type: fft_float, len: 16, factor: 2, flags: [aligned, inplace, out_of_place, preshuf], prio: 480
    2: fft_pfa_ns_float_c - type: fft_float, len: [6, ∞], factors[2]: [7, 5, 3, 2, any], flags: [unaligned, inplace, out_of_place, preshuf], prio: 112
    3: fft16_ns_float_c - type: fft_float, len: 16, factor: 2, flags: [unaligned, inplace, out_of_place, preshuf], prio: 96
Transform tree:
    mdct_inv_float_c - type: mdct_float, len: 32, factors[2]: [2, any], flags: [unaligned, out_of_place, inv_only]
        fft16_ns_float_avx - type: fft_float, len: 16, factor: 2, flags: [aligned, inplace, out_of_place, preshuf]
For transform of length 64, inverse, mdct_float, flags: [aligned, out_of_place], found 2 matches:
    1: mdct_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2, any], flags: [unaligned, out_of_place, inv_only], prio: 96
    2: mdct_naive_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2, any], flags: [unaligned, out_of_place, inv_only], prio: -130976
For transform of length 32, inverse, fft_float, flags: [aligned, inplace, preshuf], found 3 matches:
    1: fft32_ns_float_avx - type: fft_float, len: 32, factor: 2, flags: [aligned, inplace, out_of_place, preshuf], prio: 480
    2: fft_pfa_ns_float_c - type: fft_float, len: [6, ∞], factors[2]: [7, 5, 3, 2, any], flags: [unaligned, inplace, out_of_place, preshuf], prio: 112
    3: fft32_ns_float_c - type: fft_float, len: 32, factor: 2, flags: [unaligned, inplace, out_of_place, preshuf], prio: 96
Transform tree:
    mdct_inv_float_c - type: mdct_float, len: 64, factors[2]: [2, any], flags: [unaligned, out_of_place, inv_only]
        fft32_ns_float_avx - type: fft_float, len: 32, factor: 2, flags: [aligned, inplace, out_of_place, preshuf]
[mpegts @ 0000000000563100] parser not found for codec hdmv_pgs_subtitle, packets or times may be invalid.
[h264 @ 000000000057ce00] Decoding VUI
[h264 @ 000000000057ce00] ct_type:1 pic_struct:0
[extract_extradata @ 0000000000563ac0] nal_unit_type: 9(AUD), nal_ref_idc: 0
[extract_extradata @ 0000000000563ac0] nal_unit_type: 7(SPS), nal_ref_idc: 3
[extract_extradata @ 0000000000563ac0] nal_unit_type: 8(PPS), nal_ref_idc: 3
[extract_extradata @ 0000000000563ac0] nal_unit_type: 6(SEI), nal_ref_idc: 0
[extract_extradata @ 0000000000563ac0] nal_unit_type: 6(SEI), nal_ref_idc: 0
[extract_extradata @ 0000000000563ac0] nal_unit_type: 6(SEI), nal_ref_idc: 0
[extract_extradata @ 0000000000563ac0] nal_unit_type: 5(IDR), nal_ref_idc: 3
[extract_extradata @ 0000000000563ac0] nal_unit_type: 5(IDR), nal_ref_idc: 3
[extract_extradata @ 0000000000563ac0] nal_unit_type: 5(IDR), nal_ref_idc: 3
[extract_extradata @ 0000000000563ac0] nal_unit_type: 5(IDR), nal_ref_idc: 3
[extract_extradata @ 0000000000563ac0] nal_unit_type: 12(Filler data), nal_ref_idc: 0
[h264 @ 000000000057ce00] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 000000000057ce00] nal_unit_type: 7(SPS), nal_ref_idc: 3
[h264 @ 000000000057ce00] nal_unit_type: 8(PPS), nal_ref_idc: 3
[h264 @ 000000000057ce00] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 000000000057ce00] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 000000000057ce00] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 000000000057ce00] nal_unit_type: 5(IDR), nal_ref_idc: 3
[h264 @ 000000000057ce00] nal_unit_type: 5(IDR), nal_ref_idc: 3
[h264 @ 000000000057ce00] nal_unit_type: 5(IDR), nal_ref_idc: 3
[h264 @ 000000000057ce00] nal_unit_type: 5(IDR), nal_ref_idc: 3
[h264 @ 000000000057ce00] nal_unit_type: 12(Filler data), nal_ref_idc: 0
[h264 @ 000000000057ce00] Decoding VUI
[h264 @ 000000000057ce00] Format yuv420p chosen by get_format().
[h264 @ 000000000057ce00] Reinit context to 1920x1088, pix_fmt: yuv420p
[h264 @ 000000000057ce00] ct_type:1 pic_struct:0
[h264 @ 000000000057ce00] no picture 
[h264 @ 000000000057ce00] ct_type:1 pic_struct:0
[h264 @ 000000000057ce00] ct_type:1 pic_struct:0
[h264 @ 000000000057ce00] ct_type:1 pic_struct:0
[h264 @ 000000000057ce00] ct_type:1 pic_struct:0
[h264 @ 000000000057ce00] ct_type:1 pic_struct:0
[h264 @ 000000000057ce00] ct_type:1 pic_struct:0
[h264 @ 000000000057ce00] ct_type:1 pic_struct:0
[h264 @ 000000000057ce00] ct_type:1 pic_struct:0
[h264 @ 000000000057ce00] ct_type:1 pic_struct:0
[h264 @ 000000000057ce00] ct_type:1 pic_struct:0
[h264 @ 000000000057ce00] ct_type:1 pic_struct:0
[h264 @ 000000000057ce00] ct_type:1 pic_struct:0
[h264 @ 000000000057ce00] ct_type:1 pic_struct:0
[h264 @ 000000000057ce00] ct_type:1 pic_struct:0
[h264 @ 000000000057ce00] ct_type:1 pic_struct:0
[h264 @ 000000000057ce00] ct_type:1 pic_struct:0
[h264 @ 000000000057ce00] ct_type:1 pic_struct:0
[h264 @ 000000000057ce00] ct_type:1 pic_struct:0
[h264 @ 000000000057ce00] ct_type:1 pic_struct:0
[h264 @ 000000000057ce00] ct_type:1 pic_struct:0
[h264 @ 000000000057ce00] ct_type:1 pic_struct:0
[h264 @ 000000000057ce00] ct_type:1 pic_struct:0
[h264 @ 000000000057ce00] ct_type:1 pic_struct:0
[h264 @ 000000000057ce00] Decoding VUI
[h264 @ 000000000057ce00] ct_type:1 pic_struct:0
[h264 @ 000000000057ce00] ct_type:1 pic_struct:0
[mpegts @ 0000000000563100] Probe buffer size limit of 5000000 bytes reached
[mpegts @ 0000000000563100] rfps: 23.583333 0.013948
[mpegts @ 0000000000563100] rfps: 23.666667 0.008656
[mpegts @ 0000000000563100] rfps: 23.750000 0.004621
[mpegts @ 0000000000563100] rfps: 23.833333 0.001841
[mpegts @ 0000000000563100] rfps: 23.833333 0.001841
[mpegts @ 0000000000563100] rfps: 23.916667 0.000319
[mpegts @ 0000000000563100] rfps: 23.916667 0.000319
[mpegts @ 0000000000563100] rfps: 24.000000 0.000052
[mpegts @ 0000000000563100] rfps: 24.000000 0.000052
[mpegts @ 0000000000563100] rfps: 24.083333 0.001042
[mpegts @ 0000000000563100] rfps: 24.083333 0.001042
[mpegts @ 0000000000563100] rfps: 24.166667 0.003288
[mpegts @ 0000000000563100] rfps: 24.166667 0.003288
[mpegts @ 0000000000563100] rfps: 24.250000 0.006791
[mpegts @ 0000000000563100] rfps: 24.250000 0.006791
[mpegts @ 0000000000563100] rfps: 24.333333 0.011550
[mpegts @ 0000000000563100] rfps: 24.416667 0.017565
[mpegts @ 0000000000563100] rfps: 48.000000 0.000208
[mpegts @ 0000000000563100] rfps: 48.000000 0.000208
[mpegts @ 0000000000563100] rfps: 120.000000 0.001302
[mpegts @ 0000000000563100] rfps: 120.000000 0.001302
[mpegts @ 0000000000563100] rfps: 240.000000 0.005207
[mpegts @ 0000000000563100] rfps: 240.000000 0.005207
[mpegts @ 0000000000563100] rfps: 23.976024 0.000000
[mpegts @ 0000000000563100] rfps: 23.976024 0.000000
[mpegts @ 0000000000563100] rfps: 47.952048 0.000000
[mpegts @ 0000000000563100] rfps: 47.952048 0.000000
[mpegts @ 0000000000563100] start time for stream 2 is not set in estimate_timings_from_pts
[mpegts @ 0000000000563100] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
[mpegts @ 0000000000563100] After avformat_find_stream_info() pos: 0 bytes read:5902480 seeks:2 frames:100
[NULL @ 000000000057ce00] nal_unit_type: 7(SPS), nal_ref_idc: 3
[NULL @ 000000000057ce00] nal_unit_type: 8(PPS), nal_ref_idc: 3
[NULL @ 000000000057ce00] Decoding VUI
[NULL @ 000000000057ce00] Decoding VUI
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] nal_unit_type: 7(SPS), nal_ref_idc: 3
[NULL @ 000000000057ce00] nal_unit_type: 8(PPS), nal_ref_idc: 3
[NULL @ 000000000057ce00] Decoding VUI
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] nal_unit_type: 7(SPS), nal_ref_idc: 3
[NULL @ 000000000057ce00] nal_unit_type: 8(PPS), nal_ref_idc: 3
[NULL @ 000000000057ce00] Decoding VUI
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] nal_unit_type: 7(SPS), nal_ref_idc: 3
[NULL @ 000000000057ce00] nal_unit_type: 8(PPS), nal_ref_idc: 3
[NULL @ 000000000057ce00] Decoding VUI
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] nal_unit_type: 7(SPS), nal_ref_idc: 3
[NULL @ 000000000057ce00] nal_unit_type: 8(PPS), nal_ref_idc: 3
[NULL @ 000000000057ce00] Decoding VUI
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] nal_unit_type: 7(SPS), nal_ref_idc: 3
[NULL @ 000000000057ce00] nal_unit_type: 8(PPS), nal_ref_idc: 3
[NULL @ 000000000057ce00] Decoding VUI
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] nal_unit_type: 7(SPS), nal_ref_idc: 3
[NULL @ 000000000057ce00] nal_unit_type: 8(PPS), nal_ref_idc: 3
[NULL @ 000000000057ce00] Decoding VUI
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] nal_unit_type: 7(SPS), nal_ref_idc: 3
[NULL @ 000000000057ce00] nal_unit_type: 8(PPS), nal_ref_idc: 3
[NULL @ 000000000057ce00] Decoding VUI
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] nal_unit_type: 7(SPS), nal_ref_idc: 3
[NULL @ 000000000057ce00] nal_unit_type: 8(PPS), nal_ref_idc: 3
[NULL @ 000000000057ce00] Decoding VUI
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] nal_unit_type: 7(SPS), nal_ref_idc: 3
[NULL @ 000000000057ce00] nal_unit_type: 8(PPS), nal_ref_idc: 3
[NULL @ 000000000057ce00] Decoding VUI
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] nal_unit_type: 7(SPS), nal_ref_idc: 3
[NULL @ 000000000057ce00] nal_unit_type: 8(PPS), nal_ref_idc: 3
[NULL @ 000000000057ce00] Decoding VUI
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] nal_unit_type: 7(SPS), nal_ref_idc: 3
[NULL @ 000000000057ce00] nal_unit_type: 8(PPS), nal_ref_idc: 3
[NULL @ 000000000057ce00] Decoding VUI
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] nal_unit_type: 7(SPS), nal_ref_idc: 3
[NULL @ 000000000057ce00] nal_unit_type: 8(PPS), nal_ref_idc: 3
[NULL @ 000000000057ce00] Decoding VUI
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] nal_unit_type: 7(SPS), nal_ref_idc: 3
[NULL @ 000000000057ce00] nal_unit_type: 8(PPS), nal_ref_idc: 3
[NULL @ 000000000057ce00] Decoding VUI
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
Input #0, mpegts, from 'h:\BDMV\STREAM\00305.m2ts':
  Duration: 01:36:12.73, start: 11.650667, bitrate: 20913 kb/s
  Program 1 
  Stream #0:0[0x1011], 26, 1/90000: Video: h264 (High), 1 reference frame (HDMV / 0x564D4448), yuv420p(progressive, left), 1920x1080 (1920x1088) [SAR 1:1 DAR 16:9], 0/1, 23.98 fps, 23.98 tbr, 90k tbn
  Stream #0:1[0x1100], 74, 1/90000: Audio: dts (DTS-HD MA) ([134][0][0][0] / 0x0086), 48000 Hz, mono, s32p (24 bit)
  Stream #0:2[0x1200], 0, 1/90000: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090)
Successfully opened the file.
Parsing a group of options: output url c:\FANNY AND ALEXANDER, '-ss -to -i'.m2ts.
Applying option map (set input stream mapping) with argument 0.
Applying option c (codec name) with argument copy.
Applying option sn (disable subtitle) with argument 1.
Applying option dn (disable data) with argument 1.
Applying option muxdelay (set the maximum demux-decode delay) with argument 0.
Successfully parsed a group of options.
Opening an output file: c:\FANNY AND ALEXANDER, '-ss -to -i'.m2ts.
[out#0/mpegts @ 00000000006a7a80] Adding streams from explicit maps...
[vost#0:0/copy @ 00000000035bc040] Created video stream from input stream 0:0
[aost#0:1/copy @ 00000000005ef2c0] Created audio stream from input stream 0:1
[file @ 000000000377eec0] Setting default whitelist 'file,crypto,data'
[mpegts @ 00000000005ecb00] service 1 using PCR in pid=4113, pcr_period=83ms
[mpegts @ 00000000005ecb00] muxrate VBR, sdt every 500 ms, pat/pmt every 100 ms
Output #0, mpegts, to 'c:\FANNY AND ALEXANDER, '-ss -to -i'.m2ts':
  Metadata:
    encoder         : Lavf60.17.100
  Stream #0:0, 0, 1/90000: Video: h264 (High), 1 reference frame (HDMV / 0x564D4448), yuv420p(progressive, left), 1920x1080 (0x0) [SAR 1:1 DAR 16:9], 0/1, q=2-31, 23.98 fps, 23.98 tbr, 90k tbn
  Stream #0:1, 0, 1/90000: Audio: dts (DTS-HD MA) ([134][0][0][0] / 0x0086), 48000 Hz, mono, s32p (24 bit)
Successfully opened the file.
Stream mapping:
  Stream #0:0 -> #0:0 (copy)
  Stream #0:1 -> #0:1 (copy)
Press [q] to stop, [?] for help
[NULL @ 000000000057ce00] nal_unit_type: 7(SPS), nal_ref_idc: 3
[NULL @ 000000000057ce00] nal_unit_type: 8(PPS), nal_ref_idc: 3
[NULL @ 000000000057ce00] Decoding VUI
size=       0kB time=00:00:00.00 bitrate=N/A speed=   0x    
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] Decoding VUI
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] Decoding VUI
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] Decoding VUI
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] Decoding VUI
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] Decoding VUI
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] Decoding VUI
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] Decoding VUI
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] Decoding VUI
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] Decoding VUI
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
size=   31744kB time=00:00:08.58 bitrate=30285.0kbits/s speed=17.1x    
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] Decoding VUI
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] Decoding VUI
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] Decoding VUI
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] Decoding VUI
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] Decoding VUI
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] Decoding VUI
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] Decoding VUI
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
[NULL @ 000000000057ce00] ct_type:1 pic_struct:0
No more output streams to write to, finishing.
[out#0/mpegts @ 00000000006a7a80] All streams finished
[out#0/mpegts @ 00000000006a7a80] Terminating muxer thread
[AVIOContext @ 0000000002c27e80] Statistics: 61267968 bytes written, 0 seeks, 234 writeouts
[out#0/mpegts @ 00000000006a7a80] Output file #0 (c:\FANNY AND ALEXANDER, '-ss -to -i'.m2ts):
[out#0/mpegts @ 00000000006a7a80]   Output stream #0:0 (video): 361 packets muxed (57003812 bytes); 
[out#0/mpegts @ 00000000006a7a80]   Output stream #0:1 (audio): 1459 packets muxed (1580532 bytes); 
[out#0/mpegts @ 00000000006a7a80]   Total: 1820 packets (58584344 bytes) muxed
[out#0/mpegts @ 00000000006a7a80] video:55668kB audio:1543kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 4.580787%
size=   59832kB time=00:00:15.55 bitrate=31516.4kbits/s speed=16.8x    
[in#0/mpegts @ 0000000000562fc0] Terminating demuxer thread
[in#0/mpegts @ 0000000000562fc0] Input file #0 (h:\BDMV\STREAM\00305.m2ts):
[in#0/mpegts @ 0000000000562fc0]   Input stream #0:0 (video): 372 packets read (58263649 bytes); 
[in#0/mpegts @ 0000000000562fc0]   Input stream #0:1 (audio): 1462 packets read (1583784 bytes); 
[in#0/mpegts @ 0000000000562fc0]   Total: 1834 packets (59847433 bytes) demuxed
[AVIOContext @ 000000000057b840] Statistics: 74853296 bytes read, 19 seeks
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to