Closed Captioning causing crash

HandBrake for Windows support
Forum rules
An Activity Log is required for support requests. Please read How-to get an activity log? for details on how and why this should be provided.
Post Reply
badbob001
Posts: 1
Joined: Tue Jun 12, 2018 4:24 pm

Closed Captioning causing crash

Post by badbob001 »

Description of problem or question:
Handbrake 1.1 would crash partway through encoding from a video that it thinks has Closed Captioning. Strange thing is that when I run the video through MediaInfo, it can't find any closed captioning, but VLC's media information section will show the CC streams. I think those CC streams are actually empty as the video itself doesn't show any CC text. My guess is that the source video had its CC streams emptied and Handbrake doesn't like empty CC streams.

Windows Eventlog shows the following for the crash:
Log Name: Application
Source: .NET Runtime
Date: 6/12/2018 9:51:59 AM
Event ID: 1026
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: xxxxxxxx
Description:
Application: HandBrake.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: exception code c0000005, exception address 000000006F34D5DA
Log Name: Application
Source: Application Error
Date: 6/12/2018 9:51:59 AM
Event ID: 1000
Task Category: (100)
Level: Error
Keywords: Classic
User: N/A
Computer: xxxxxxxx
Description:
Faulting application name: HandBrake.exe, version: 1.1.0.0, time stamp: 0x5ac9e533
Faulting module name: hb.DLL, version: 0.0.0.0, time stamp: 0x5ac92c3e
Exception code: 0xc0000005
Fault offset: 0x000000000004d5da
Faulting process id: 0x3afc
Faulting application start time: 0x01d40250b61ecdb0
Faulting application path: C:\Program Files\HandBrake\HandBrake.exe
Faulting module path: C:\Program Files\HandBrake\hb.DLL
Report Id: 652275d4-4cd0-4e84-88a8-4d51bd361da2
Faulting package full name:
Faulting package-relative application ID:
The activity_log shows many of these entries:
[09:25:00] sync: subtitle 0x0 has no duration, PTS 51840
[09:25:02] Bug in roll_up, should have 0 lines but I have 12.
[09:51:59] reader: done. 1 scr changes

Activity_log also shows this:
[09:25:00] * subtitle track 1, English, Closed Caption [CC608] (track 0, id 0x0, Text) -> Passthrough
It is interesting that it is including Closed Caption because in my Subtitle Defaults seems to exclude Closed Captioning:
Track Select Behavior: All Matching Select Languages
Burn-In Behavior: None
[_] Add Closed Captions when available
[_] Add 'Foreign Audio Scan'
Chosen Languages: (Any)
If I simply remove the CC entry from the Subtitles tab, the video encodes without crashing.

Steps to reproduce the problem (If Applicable):
Simply encode video.

HandBrake version (e.g., 1.0.0):
1.1.0

Operating system and version (e.g., Ubuntu 16.04 LTS, macOS 10.13 High Sierra, Windows 10 Creators Update):
Windows 10

HandBrake Activity Log ***required*** (see How-to get an activity log)

Code: Select all

HandBrake 1.1.0 (2018040700) - 64bit
OS: Microsoft Windows NT 10.0.15063.0 - 64bit
CPU: Intel(R) Core(TM) i7-6820HQ CPU @ 2.70GHz
Ram: 16172 MB, 
GPU Information:
  DisplayLink USB Device - 8.3.2008.0
  Intel(R) HD Graphics 530 - 21.20.16.4550
  DisplayLink USB Device - 8.3.2008.0
  NVIDIA Quadro M1000M - 23.21.13.9133
Screen: 1920x1080
Temp Dir: C:\Users\xxxxxxxx\AppData\Local\Temp\
Install Dir: C:\Program Files\HandBrake
Data Dir: C:\Users\xxxxxxxx\AppData\Roaming\HandBrake Team\HandBrake\1.1.0.0

-------------------------------------------


# Starting Encode ...

[09:24:59] hb_init: starting libhb thread
[09:24:59] 1 job(s) to process
[09:24:59] json job:
{
  "Audio": {
    "AudioList": [
      {
        "DRC": 0.0,
        "Encoder": 1125984256,
        "Gain": 0.0,
        "Mixdown": -1,
        "NormalizeMixLevel": false,
        "Samplerate": 48000,
        "Track": 0,
        "DitherMethod": 0
      }
    ],
    "CopyMask": [
      1073807360,
      1073743872,
      1074003968,
      1073750016,
      1090519040,
      1074790400,
      1074266112,
      1107296256
    ],
    "FallbackEncoder": 2048
  },
  "Destination": {
    "ChapterList": [
      {
        "Name": "Chapter 1"
      }
    ],
    "ChapterMarkers": true,
    "AlignAVStart": false,
    "File": "\\\\192.168.1.240\\g\\temp\\handbrake\\xxxxxxxx.mkv",
    "Mp4Options": {
      "IpodAtom": false,
      "Mp4Optimize": false
    },
    "Mux": 2097152
  },
  "Filters": {
    "FilterList": [
      {
        "ID": 4,
        "Settings": {
          "mode": "7"
        }
      },
      {
        "ID": 3,
        "Settings": {
          "block-height": "16",
          "block-thresh": "40",
          "block-width": "16",
          "filter-mode": "2",
          "mode": "3",
          "motion-thresh": "1",
          "spatial-metric": "2",
          "spatial-thresh": "1"
        }
      },
      {
        "ID": 11,
        "Settings": {
          "crop-bottom": "0",
          "crop-left": "0",
          "crop-right": "0",
          "crop-top": "0",
          "height": "720",
          "width": "1280"
        }
      },
      {
        "ID": 6,
        "Settings": {
          "mode": "1"
        }
      }
    ]
  },
  "PAR": {
    "Num": 19999,
    "Den": 20000
  },
  "Metadata": {},
  "SequenceID": 0,
  "Source": {
    "Angle": 1,
    "Range": {
      "Type": "chapter",
      "Start": 1,
      "End": 1
    },
    "Title": 1,
    "Path": "\\\\192.168.1.240\\g\\Media\\xxxxxxxx.mkv"
  },
  "Subtitle": {
    "Search": {
      "Burn": false,
      "Default": false,
      "Enable": false,
      "Forced": false
    },
    "SubtitleList": [
      {
        "Burn": false,
        "Default": false,
        "Forced": false,
        "ID": 1,
        "Offset": 0,
        "Track": 0
      }
    ]
  },
  "Video": {
    "Encoder": 65536,
    "Level": "4.2",
    "TwoPass": false,
    "Turbo": false,
    "ColorMatrixCode": 0,
    "Options": "",
    "Preset": "veryslow",
    "Profile": "high",
    "Quality": 20.0,
    "Tune": "animation",
    "HWDecode": false,
    "QSV": {
      "Decode": false,
      "AsyncDepth": 0
    }
  }
}
[09:24:59] CPU: Intel(R) Core(TM) i7-6820HQ CPU @ 2.70GHz
[09:24:59]  - Intel microarchitecture Skylake
[09:24:59]  - logical processor count: 8
[09:24:59] Intel Quick Sync Video support: yes
[09:24:59]  - Intel Media SDK hardware: API 1.19 (minimum: 1.3)
[09:24:59]  - H.264 encoder: yes
[09:24:59]     - preferred implementation: hardware (any) via D3D11
[09:24:59]     - capabilities (hardware):  breftype icq+la+i+downs vsinfo opt1 opt2+mbbrc+extbrc+trellis+ib_adapt+nmpslice
[09:24:59]  - H.265 encoder: yes (8bit: yes, 10bit: no)
[09:24:59]     - preferred implementation: hardware (any) via D3D11
[09:24:59]     - capabilities (hardware):  bpyramid icq vsinfo opt1
[09:24:59] hb_scan: path=\\192.168.1.240\g\Media\xxxxxxxx.mkv, title_index=1
udfread ERROR: ECMA 167 Volume Recognition failed
src/libbluray/disc/disc.c:323: failed opening UDF image \\192.168.1.240\g\Media\xxxxxxxx.mkv
src/libbluray/disc/disc.c:424: error opening file BDMV\index.bdmv
src/libbluray/disc/disc.c:424: error opening file BDMV\BACKUP\index.bdmv
[09:24:59] bd: not a bd - trying as a stream/file instead
libdvdnav: Using dvdnav version 5.0.3
libdvdread: Encrypted DVD support unavailable.
libdvdread:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed
libdvdread:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.BUP failed
libdvdread: Can't open file VIDEO_TS.IFO.
libdvdnav: vm: failed to read VIDEO_TS.IFO
[09:24:59] dvd: not a dvd - trying as a stream/file instead
Input #0, matroska,webm, from '\\192.168.1.240\g\Media\xxxxxxxx.mkv':
  Duration: 00:21:46.76, start: 0.000000, bitrate: N/A
    Stream #0:0(eng): Audio: eac3
      48000 Hz, stereo, fltp, 224 kb/s (default)
    Metadata:
      BPS             : 224000
      BPS-eng         : 224000
      DURATION        : 00:21:46.688000000
      DURATION-eng    : 00:21:46.688000000
      NUMBER_OF_FRAMES: 40834
      NUMBER_OF_FRAMES-eng: 40834
      NUMBER_OF_BYTES : 36587264
      NUMBER_OF_BYTES-eng: 36587264
      _STATISTICS_WRITING_APP: mkvmerge v8.3.0 ('Over the Horizon') 64bit
      _STATISTICS_WRITING_APP-eng: mkvmerge v8.3.0 ('Over the Horizon') 64bit
      _STATISTICS_WRITING_DATE_UTC: 2016-09-26 06:09:04
      _STATISTICS_WRITING_DATE_UTC-eng: 2016-09-26 06:09:04
      _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
    Stream #0:1: Video: h264 (High)
      yuv420p, tv, bt709/bt709/bt709
      1920x1080 [PAR 19999:20000 DAR 19999:11250], PAR 1:1 DAR 16:9
      25 fps, 1k tbn (default)
    Metadata:
      BPS             : 4253121
      BPS-eng         : 4253121
      DURATION        : 00:21:46.760000000
      DURATION-eng    : 00:21:46.760000000
      NUMBER_OF_FRAMES: 32669
      NUMBER_OF_FRAMES-eng: 32669
      NUMBER_OF_BYTES : 694726195
      NUMBER_OF_BYTES-eng: 694726195
      _STATISTICS_WRITING_APP: mkvmerge v8.3.0 ('Over the Horizon') 64bit
      _STATISTICS_WRITING_APP-eng: mkvmerge v8.3.0 ('Over the Horizon') 64bit
      _STATISTICS_WRITING_DATE_UTC: 2016-09-26 06:09:04
      _STATISTICS_WRITING_DATE_UTC-eng: 2016-09-26 06:09:04
      _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
[09:24:59] scan: decoding previews for title 1
[09:24:59] scan: audio 0x0: eac3, rate=48000Hz, bitrate=224000 English (E-AC3) (2.0 ch)
[09:25:00] scan: 10 previews, 1920x1080, 25.000 fps, autocrop = 0/0/0/0, aspect 1.78:1, PAR 19999:20000
[09:25:00] scan: supported video decoders: avcodec qsv
[09:25:00] libhb: scan thread found 1 valid title(s)
[09:25:00] starting job
[09:25:00] decomb filter thread started for segment 0
[09:25:00] decomb filter thread started for segment 5
[09:25:00] decomb filter thread started for segment 2
[09:25:00] decomb check thread started for segment 0
[09:25:00] decomb check thread started for segment 2
[09:25:00] decomb check thread started for segment 3
[09:25:00] decomb filter thread started for segment 6
[09:25:00] decomb check thread started for segment 7
[09:25:00] decomb filter thread started for segment 3
[09:25:00] decomb filter thread started for segment 4
[09:25:00] decomb check thread started for segment 1
[09:25:00] decomb check thread started for segment 4
[09:25:00] decomb filter thread started for segment 1
[09:25:00] decomb check thread started for segment 5
[09:25:00] mask erode thread started for segment 2
[09:25:00] mask filter thread started for segment 0
[09:25:00] decomb filter thread started for segment 7
[09:25:00] mask filter thread started for segment 2
[09:25:00] mask filter thread started for segment 1
[09:25:00] mask filter thread started for segment 4
[09:25:00] mask filter thread started for segment 3
[09:25:00] mask filter thread started for segment 5
[09:25:00] mask dilate thread started for segment 6
[09:25:00] mask dilate thread started for segment 7
[09:25:00] mask erode thread started for segment 0
[09:25:00] mask erode thread started for segment 1
[09:25:00] yadif thread started for segment 2
[09:25:00] mask erode thread started for segment 3
[09:25:00] yadif thread started for segment 4
[09:25:00] mask erode thread started for segment 5
[09:25:00] mask erode thread started for segment 6
[09:25:00] mask erode thread started for segment 7
[09:25:00] mask dilate thread started for segment 0
[09:25:00] mask dilate thread started for segment 1
[09:25:00] Auto Passthru: allowed codecs are AAC, AC3, E-AC3, TrueHD, DTS, DTS-HD, MP3, FLAC
[09:25:00] Auto Passthru: fallback is AC3
[09:25:00] Auto Passthru: using E-AC3 Passthru for track 1
[09:25:00] mask dilate thread started for segment 2
[09:25:00] mask dilate thread started for segment 3
[09:25:00] mask dilate thread started for segment 5
[09:25:00] mask dilate thread started for segment 4
[09:25:00] work: only 1 chapter, disabling chapter markers
[09:25:00] mask filter thread started for segment 6
[09:25:00] job configuration:
[09:25:00]  * source
[09:25:00]    + \\192.168.1.240\g\Media\xxxxxxxx.mkv
[09:25:00]    + title 1, chapter(s) 1 to 1
[09:25:00]    + container: matroska,webm
[09:25:00]  * destination
[09:25:00]    + \\192.168.1.240\g\temp\handbrake\xxxxxxxx.mkv
[09:25:00]    + container: Matroska (libavformat)
[09:25:00]  * video track
[09:25:00]    + decoder: h264
[09:25:00]    + filters
[09:25:00]      + Comb Detect (mode=3:spatial-metric=2:motion-thresh=1:spatial-thresh=1:filter-mode=2:block-thresh=40:block-width=16:block-height=16)
[09:25:00] mask filter thread started for segment 7
[09:25:00]      + Decomb (mode=39)
[09:25:00]      + Framerate Shaper (mode=1)
[09:25:00]        + frame rate: 25.000 fps -> constant 25.000 fps
[09:25:00]      + Crop and Scale (width=1280:height=720:crop-top=0:crop-bottom=0:crop-left=0:crop-right=0)
[09:25:00] yadif thread started for segment 0
[09:25:00]        + source: 1920 * 1080, crop (0/0/0/0): 1920 * 1080, scale: 1280 * 720
[09:25:00]    + Output geometry
[09:25:00]      + storage dimensions: 1280 x 720
[09:25:00]      + pixel aspect ratio: 19999 : 20000
[09:25:00]      + display dimensions: 1279 x 720
[09:25:00]    + encoder: H.264 (libx264)
[09:25:00]      + preset:  veryslow
[09:25:00]      + tune:    animation
[09:25:00] yadif thread started for segment 1
[09:25:00]      + profile: high
[09:25:00]      + level:   4.2
[09:25:00]      + quality: 20.00 (RF)
[09:25:00]  * subtitle track 1, English, Closed Caption [CC608] (track 0, id 0x0, Text) -> Passthrough
[09:25:00]  * audio track 1
[09:25:00]    + decoder: English (E-AC3) (2.0 ch) (track 1, id 0x0)
[09:25:00]      + bitrate: 224 kbps, samplerate: 48000 Hz
[09:25:00]    + E-AC3 Passthru
[09:25:00] decomb check thread started for segment 6
[09:25:00] yadif thread started for segment 3
[09:25:00] mask erode thread started for segment 4
[09:25:00] yadif thread started for segment 5
[09:25:00] yadif thread started for segment 6
[09:25:00] yadif thread started for segment 7
[09:25:00] sync: expecting 32669 video frames
[09:25:00] encx264: encoding at constant RF 20.000000
[09:25:00] encx264: unparsed options: level=4.2:ref=9:bframes=10:b-adapt=2:direct=auto:deblock=1,1:analyse=all:me=umh:merange=24:subme=10:trellis=2:psy-rd=0.4,0:vbv-bufsize=78125:vbv-maxrate=62500:aq-strength=0.6:rc-lookahead=60
x264 [info]: using SAR=19999/20000
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
x264 [info]: profile High, level 4.2
[09:25:00] sync: first pts video is 0
[09:25:00] sync: "Chapter 1" (1) at frame 1 time 0
[09:25:00] sync: first pts subtitle 0x0 is 17280
[09:25:00] sync: subtitle 0x0 has no duration, PTS 51840
[09:25:00] sync: subtitle 0x0 has no duration, PTS 51840
[09:25:00] sync: subtitle 0x0 has no duration, PTS 51840
[09:25:00] sync: subtitle 0x0 has no duration, PTS 89280
[09:25:02] Bug in roll_up, should have 0 lines but I have 12.
[09:25:06] sync: subtitle 0x0 has no duration, PTS 728640
[09:25:11] Bug in roll_up, should have 0 lines but I have 3.
[09:25:11] sync: subtitle 0x0 has no duration, PTS 1094400
[09:25:12] sync: subtitle 0x0 has no duration, PTS 1137600
[09:25:12] sync: subtitle 0x0 has no duration, PTS 1137600
[09:25:12] sync: subtitle 0x0 has no duration, PTS 1175040
[09:25:19] sync: subtitle 0x0 has no duration, PTS 1578240
[09:25:20] sync: subtitle 0x0 has no duration, PTS 1641600
[09:25:28] sync: subtitle 0x0 has no duration, PTS 2327040
[09:25:32] sync: subtitle 0x0 has no duration, PTS 2574720
[09:25:43] sync: subtitle 0x0 has no duration, PTS 3268800
[09:25:44] sync: subtitle 0x0 has no duration, PTS 3421440
[09:25:44] sync: subtitle 0x0 has no duration, PTS 3421440
[09:25:45] sync: subtitle 0x0 has no duration, PTS 3499200
[09:25:47] sync: subtitle 0x0 has no duration, PTS 3666240
[09:25:47] sync: subtitle 0x0 has no duration, PTS 3666240
[09:25:48] sync: subtitle 0x0 has no duration, PTS 3723840
[09:25:51] sync: subtitle 0x0 has no duration, PTS 3798720
[09:25:51] sync: subtitle 0x0 has no duration, PTS 3839040
[09:25:52] sync: subtitle 0x0 has no duration, PTS 3870720
[09:25:53] sync: subtitle 0x0 has no duration, PTS 3965760
[09:25:57] sync: subtitle 0x0 has no duration, PTS 4273920
[09:26:04] sync: subtitle 0x0 has no duration, PTS 4452480
[09:26:06] sync: subtitle 0x0 has no duration, PTS 4521600
[09:26:06] sync: subtitle 0x0 has no duration, PTS 4521600
[09:26:12] sync: subtitle 0x0 has no duration, PTS 4723200
[09:26:16] sync: subtitle 0x0 has no duration, PTS 4898880
[09:26:19] sync: subtitle 0x0 has no duration, PTS 4993920
[09:26:19] sync: subtitle 0x0 has no duration, PTS 5008320
[09:26:26] sync: subtitle 0x0 has no duration, PTS 5428800
[09:26:30] sync: subtitle 0x0 has no duration, PTS 5667840
[09:26:37] sync: subtitle 0x0 has no duration, PTS 5852160
[09:26:37] sync: subtitle 0x0 has no duration, PTS 5852160
[09:26:45] sync: subtitle 0x0 has no duration, PTS 6278400
[09:26:46] sync: subtitle 0x0 has no duration, PTS 6390720
[09:26:49] sync: subtitle 0x0 has no duration, PTS 6526080
[09:26:52] Bug in roll_up, should have 0 lines but I have 1.
[09:26:56] sync: subtitle 0x0 has no duration, PTS 6863040
[09:27:02] sync: subtitle 0x0 has no duration, PTS 7191360
[09:27:03] sync: subtitle 0x0 has no duration, PTS 7248960
[09:27:04] sync: subtitle 0x0 has no duration, PTS 7260480
[09:27:09] sync: subtitle 0x0 has no duration, PTS 7493760
[09:27:11] sync: subtitle 0x0 has no duration, PTS 7577280
[09:27:11] sync: subtitle 0x0 has no duration, PTS 7577280
[09:27:13] sync: subtitle 0x0 has no duration, PTS 7629120
[09:27:13] sync: subtitle 0x0 has no duration, PTS 7629120
[09:27:31] sync: subtitle 0x0 has no duration, PTS 8398080
[09:27:32] sync: subtitle 0x0 has no duration, PTS 8452800
[09:27:48] sync: subtitle 0x0 has no duration, PTS 9135360
[09:27:53] sync: subtitle 0x0 has no duration, PTS 9374400
[09:27:54] sync: subtitle 0x0 has no duration, PTS 9506880
[09:27:55] sync: subtitle 0x0 has no duration, PTS 9590400
[09:27:57] sync: subtitle 0x0 has no duration, PTS 9869760
[09:27:58] sync: subtitle 0x0 has no duration, PTS 9950400
[09:28:00] Bug in roll_up, should have 0 lines but I have 11.
[09:28:02] sync: subtitle 0x0 has no duration, PTS 10307520
[09:28:04] Bug in roll_up, should have 0 lines but I have 1.
[09:28:06] sync: subtitle 0x0 has no duration, PTS 10656000
[09:28:12] sync: subtitle 0x0 has no duration, PTS 11269440
[09:28:13] sync: subtitle 0x0 has no duration, PTS 11361600
[09:28:22] sync: subtitle 0x0 has no duration, PTS 11931840
[09:28:24] sync: subtitle 0x0 has no duration, PTS 12121920
[09:28:26] sync: subtitle 0x0 has no duration, PTS 12248640
[09:28:26] sync: subtitle 0x0 has no duration, PTS 12346560
[09:28:31] sync: subtitle 0x0 has no duration, PTS 12767040
[09:28:32] sync: subtitle 0x0 has no duration, PTS 12801600
[09:28:37] sync: subtitle 0x0 has no duration, PTS 13360320
[09:28:37] sync: subtitle 0x0 has no duration, PTS 13363200
[09:28:37] Bug in roll_up, should have 0 lines but I have 11.
[09:28:37] sync: subtitle 0x0 has no duration, PTS 13394880
[09:28:37] sync: subtitle 0x0 has no duration, PTS 13406400
[09:28:38] sync: subtitle 0x0 has no duration, PTS 13429440
[09:28:38] sync: subtitle 0x0 has no duration, PTS 13449600
[09:28:47] sync: subtitle 0x0 has no duration, PTS 14232960
[09:28:48] Bug in roll_up, should have 2 lines but I have 3.
[09:28:51] sync: subtitle 0x0 has no duration, PTS 14610240
[09:28:51] sync: subtitle 0x0 has no duration, PTS 14610240
[09:28:51] sync: subtitle 0x0 has no duration, PTS 14653440
[09:28:54] Bug in roll_up, should have 0 lines but I have 9.
[09:28:55] sync: subtitle 0x0 has no duration, PTS 14987520
[09:28:55] sync: subtitle 0x0 has no duration, PTS 15004800
[09:28:55] sync: subtitle 0x0 has no duration, PTS 15007680
[09:28:59] sync: subtitle 0x0 has no duration, PTS 15143040
[09:29:11] sync: subtitle 0x0 has no duration, PTS 15914880
[09:29:12] sync: subtitle 0x0 has no duration, PTS 16018560
[09:29:18] sync: subtitle 0x0 has no duration, PTS 16554240
[09:29:21] sync: subtitle 0x0 has no duration, PTS 16767360
[09:29:27] sync: subtitle 0x0 has no duration, PTS 17144640
[09:29:30] sync: subtitle 0x0 has no duration, PTS 17326080
[09:29:38] Bug in roll_up, should have 0 lines but I have 13.
[09:29:38] Bug in roll_up, should have 0 lines but I have 12.
[09:29:40] sync: subtitle 0x0 has no duration, PTS 18158400
[09:29:41] sync: subtitle 0x0 has no duration, PTS 18216000
[09:29:41] sync: subtitle 0x0 has no duration, PTS 18227520
[09:29:48] sync: subtitle 0x0 has no duration, PTS 18878400
[09:29:54] sync: subtitle 0x0 has no duration, PTS 19512000
[09:29:54] sync: subtitle 0x0 has no duration, PTS 19512000
[09:29:56] sync: subtitle 0x0 has no duration, PTS 19748160
[09:29:56] sync: subtitle 0x0 has no duration, PTS 19877760
[09:29:58] sync: subtitle 0x0 has no duration, PTS 20050560
[09:30:00] sync: subtitle 0x0 has no duration, PTS 20232000
[09:30:04] sync: subtitle 0x0 has no duration, PTS 20505600
[09:30:04] sync: subtitle 0x0 has no duration, PTS 20505600
[09:30:05] sync: subtitle 0x0 has no duration, PTS 20620800
[09:30:06] sync: subtitle 0x0 has no duration, PTS 20782080
[09:30:08] sync: subtitle 0x0 has no duration, PTS 20871360
[09:30:10] sync: subtitle 0x0 has no duration, PTS 21124800
[09:30:12] sync: subtitle 0x0 has no duration, PTS 21254400
[09:30:13] sync: subtitle 0x0 has no duration, PTS 21360960
[09:30:13] sync: subtitle 0x0 has no duration, PTS 21369600
[09:30:14] sync: subtitle 0x0 has no duration, PTS 21458880
[09:30:18] sync: subtitle 0x0 has no duration, PTS 21824640
[09:30:20] sync: subtitle 0x0 has no duration, PTS 22037760
[09:30:21] sync: subtitle 0x0 has no duration, PTS 22101120
[09:30:21] sync: subtitle 0x0 has no duration, PTS 22147200
[09:30:24] sync: subtitle 0x0 has no duration, PTS 22371840
[09:30:24] sync: subtitle 0x0 has no duration, PTS 22394880
[09:30:25] sync: subtitle 0x0 has no duration, PTS 22412160
[09:30:27] sync: subtitle 0x0 has no duration, PTS 22576320
[09:30:28] sync: subtitle 0x0 has no duration, PTS 22631040
[09:30:28] sync: subtitle 0x0 has no duration, PTS 22648320
[09:30:29] sync: subtitle 0x0 has no duration, PTS 22731840
[09:30:30] sync: subtitle 0x0 has no duration, PTS 22775040
[09:30:30] sync: subtitle 0x0 has no duration, PTS 22786560
[09:30:32] sync: subtitle 0x0 has no duration, PTS 22944960
[09:30:32] sync: subtitle 0x0 has no duration, PTS 22968000
[09:30:37] sync: subtitle 0x0 has no duration, PTS 23414400
[09:30:41] sync: subtitle 0x0 has no duration, PTS 23662080
[09:30:46] sync: subtitle 0x0 has no duration, PTS 24042240
[09:30:47] sync: subtitle 0x0 has no duration, PTS 24102720
[09:30:48] sync: subtitle 0x0 has no duration, PTS 24238080
[09:30:54] sync: subtitle 0x0 has no duration, PTS 24655680
[09:30:56] sync: subtitle 0x0 has no duration, PTS 24802560
[09:31:08] sync: subtitle 0x0 has no duration, PTS 25833600
[09:31:11] sync: subtitle 0x0 has no duration, PTS 26164800
[09:31:12] sync: subtitle 0x0 has no duration, PTS 26268480
[09:31:14] sync: subtitle 0x0 has no duration, PTS 26432640
[09:31:18] sync: subtitle 0x0 has no duration, PTS 26769600
[09:31:19] sync: subtitle 0x0 has no duration, PTS 26850240
[09:31:21] sync: subtitle 0x0 has no duration, PTS 27063360
[09:31:21] sync: subtitle 0x0 has no duration, PTS 27109440
[09:31:21] sync: subtitle 0x0 has no duration, PTS 27109440
[09:31:24] sync: subtitle 0x0 has no duration, PTS 27432000
[09:31:26] sync: subtitle 0x0 has no duration, PTS 27552960
[09:31:26] sync: subtitle 0x0 has no duration, PTS 27573120
[09:31:28] Bug in roll_up, should have 0 lines but I have 11.
[09:31:28] sync: subtitle 0x0 has no duration, PTS 27864000
[09:31:29] sync: subtitle 0x0 has no duration, PTS 27924480
[09:31:32] sync: subtitle 0x0 has no duration, PTS 28203840
[09:31:32] sync: subtitle 0x0 has no duration, PTS 28272960
[09:31:34] sync: subtitle 0x0 has no duration, PTS 28517760
[09:31:35] sync: subtitle 0x0 has no duration, PTS 28627200
[09:31:38] Bug in roll_up, should have 0 lines but I have 9.
[09:31:38] sync: subtitle 0x0 has no duration, PTS 28987200
[09:31:39] Bug in roll_up, should have 0 lines but I have 3.
[09:31:43] sync: subtitle 0x0 has no duration, PTS 29422080
[09:31:45] sync: subtitle 0x0 has no duration, PTS 29724480
[09:31:49] sync: subtitle 0x0 has no duration, PTS 30026880
[09:31:49] sync: subtitle 0x0 has no duration, PTS 30026880
[09:31:49] sync: subtitle 0x0 has no duration, PTS 30026880
[09:31:49] sync: subtitle 0x0 has no duration, PTS 30026880
[09:31:54] sync: subtitle 0x0 has no duration, PTS 30490560
[09:31:54] sync: subtitle 0x0 has no duration, PTS 30568320
[09:32:00] sync: subtitle 0x0 has no duration, PTS 31106880
[09:32:00] sync: subtitle 0x0 has no duration, PTS 31106880
[09:32:00] sync: subtitle 0x0 has no duration, PTS 31161600
[09:32:11] sync: subtitle 0x0 has no duration, PTS 31449600
[09:32:11] sync: subtitle 0x0 has no duration, PTS 31449600
[09:32:11] sync: subtitle 0x0 has no duration, PTS 31449600
[09:32:13] sync: subtitle 0x0 has no duration, PTS 31553280
[09:32:14] sync: subtitle 0x0 has no duration, PTS 31691520
[09:32:14] sync: subtitle 0x0 has no duration, PTS 31743360
[09:32:17] Bug in roll_up, should have 0 lines but I have 13.
[09:32:25] sync: subtitle 0x0 has no duration, PTS 32785920
[09:32:26] sync: subtitle 0x0 has no duration, PTS 32866560
[09:32:34] sync: subtitle 0x0 has no duration, PTS 33157440
[09:32:34] Bug in roll_up, should have 0 lines but I have 3.
[09:32:35] sync: subtitle 0x0 has no duration, PTS 33194880
[09:32:42] sync: subtitle 0x0 has no duration, PTS 33635520
[09:32:42] sync: subtitle 0x0 has no duration, PTS 33681600
[09:32:44] Bug in roll_up, should have 0 lines but I have 1.
[09:32:50] Bug in roll_up, should have 0 lines but I have 7.
[09:32:52] sync: subtitle 0x0 has no duration, PTS 34303680
[09:32:52] sync: subtitle 0x0 has no duration, PTS 34303680
[09:32:56] sync: subtitle 0x0 has no duration, PTS 34557120
[09:32:59] Bug in roll_up, should have 0 lines but I have 4.
[09:33:04] sync: subtitle 0x0 has no duration, PTS 35254080
[09:33:05] sync: subtitle 0x0 has no duration, PTS 35357760
[09:33:12] sync: subtitle 0x0 has no duration, PTS 35904960
[09:33:14] sync: subtitle 0x0 has no duration, PTS 36037440
[09:33:18] sync: subtitle 0x0 has no duration, PTS 36256320
[09:33:21] sync: subtitle 0x0 has no duration, PTS 36538560
[09:33:21] sync: subtitle 0x0 has no duration, PTS 36558720
[09:33:24] sync: subtitle 0x0 has no duration, PTS 36731520
[09:33:24] sync: subtitle 0x0 has no duration, PTS 36734400
[09:33:32] sync: subtitle 0x0 has no duration, PTS 37198080
[09:33:33] sync: subtitle 0x0 has no duration, PTS 37229760
[09:33:44] sync: subtitle 0x0 has no duration, PTS 37886400
[09:33:51] sync: subtitle 0x0 has no duration, PTS 38188800
[09:33:52] sync: subtitle 0x0 has no duration, PTS 38280960
[09:33:57] sync: subtitle 0x0 has no duration, PTS 38701440
[09:33:57] sync: subtitle 0x0 has no duration, PTS 38701440
[09:34:01] sync: subtitle 0x0 has no duration, PTS 38995200
[09:34:02] sync: subtitle 0x0 has no duration, PTS 39035520
[09:34:08] sync: subtitle 0x0 has no duration, PTS 39502080
[09:34:08] sync: subtitle 0x0 has no duration, PTS 39545280
[09:34:08] Bug in roll_up, should have 0 lines but I have 3.
[09:34:11] sync: subtitle 0x0 has no duration, PTS 39827520
[09:34:13] sync: subtitle 0x0 has no duration, PTS 39934080
[09:34:13] sync: subtitle 0x0 has no duration, PTS 39962880
[09:34:13] sync: subtitle 0x0 has no duration, PTS 39962880
[09:34:14] sync: subtitle 0x0 has no duration, PTS 40017600
[09:34:14] Bug in roll_up, should have 0 lines but I have 8.
[09:34:15] sync: subtitle 0x0 has no duration, PTS 40078080
[09:34:15] sync: subtitle 0x0 has no duration, PTS 40089600
[09:34:16] sync: subtitle 0x0 has no duration, PTS 40129920
[09:34:16] sync: subtitle 0x0 has no duration, PTS 40161600
[09:34:17] sync: subtitle 0x0 has no duration, PTS 40245120
[09:34:23] sync: subtitle 0x0 has no duration, PTS 40584960
[09:34:23] sync: subtitle 0x0 has no duration, PTS 40584960
[09:34:24] sync: subtitle 0x0 has no duration, PTS 40671360
[09:34:27] sync: subtitle 0x0 has no duration, PTS 40910400
[09:34:28] sync: subtitle 0x0 has no duration, PTS 40991040
[09:34:28] sync: subtitle 0x0 has no duration, PTS 40991040
[09:34:28] sync: subtitle 0x0 has no duration, PTS 41014080
[09:34:29] sync: subtitle 0x0 has no duration, PTS 41117760
[09:34:29] sync: subtitle 0x0 has no duration, PTS 41117760
[09:34:33] sync: subtitle 0x0 has no duration, PTS 41512320
[09:34:33] sync: subtitle 0x0 has no duration, PTS 41572800
[09:34:35] sync: subtitle 0x0 has no duration, PTS 41748480
[09:34:35] sync: subtitle 0x0 has no duration, PTS 41748480
[09:34:35] sync: subtitle 0x0 has no duration, PTS 41748480
[09:34:37] sync: subtitle 0x0 has no duration, PTS 41955840
[09:34:37] Bug in roll_up, should have 0 lines but I have 1.
[09:34:43] Bug in roll_up, should have 0 lines but I have 6.
[09:34:43] sync: subtitle 0x0 has no duration, PTS 42644160
[09:34:43] sync: subtitle 0x0 has no duration, PTS 42675840
[09:34:45] sync: subtitle 0x0 has no duration, PTS 42863040
[09:34:45] sync: subtitle 0x0 has no duration, PTS 42865920
[09:34:45] sync: subtitle 0x0 has no duration, PTS 42886080
[09:34:48] sync: subtitle 0x0 has no duration, PTS 43280640
[09:34:50] sync: subtitle 0x0 has no duration, PTS 43444800
[09:34:52] Bug in roll_up, should have 0 lines but I have 1.
[09:34:53] sync: subtitle 0x0 has no duration, PTS 43813440
[09:34:53] sync: subtitle 0x0 has no duration, PTS 43813440
[09:34:55] sync: subtitle 0x0 has no duration, PTS 44006400
[09:34:57] sync: subtitle 0x0 has no duration, PTS 44219520
[09:34:57] sync: subtitle 0x0 has no duration, PTS 44233920
[09:34:59] sync: subtitle 0x0 has no duration, PTS 44472960
[09:35:02] sync: subtitle 0x0 has no duration, PTS 44792640
[09:35:02] sync: subtitle 0x0 has no duration, PTS 44795520
[09:35:05] sync: subtitle 0x0 has no duration, PTS 45132480
[09:35:07] sync: subtitle 0x0 has no duration, PTS 45345600
[09:35:08] sync: subtitle 0x0 has no duration, PTS 45466560
[09:35:10] sync: subtitle 0x0 has no duration, PTS 45613440
[09:35:11] sync: subtitle 0x0 has no duration, PTS 45650880
[09:35:11] sync: subtitle 0x0 has no duration, PTS 45676800
[09:35:11] sync: subtitle 0x0 has no duration, PTS 45702720
[09:35:11] Bug in roll_up, should have 0 lines but I have 2.
[09:35:17] sync: subtitle 0x0 has no duration, PTS 46244160
[09:35:21] sync: subtitle 0x0 has no duration, PTS 46428480
[09:35:21] sync: subtitle 0x0 has no duration, PTS 46483200
[09:35:26] sync: subtitle 0x0 has no duration, PTS 46869120
[09:35:26] sync: subtitle 0x0 has no duration, PTS 46869120
[09:35:28] sync: subtitle 0x0 has no duration, PTS 47041920
[09:35:28] Bug in roll_up, should have 0 lines but I have 2.
[09:35:29] sync: subtitle 0x0 has no duration, PTS 47119680
[09:35:29] sync: subtitle 0x0 has no duration, PTS 47119680
[09:35:33] sync: subtitle 0x0 has no duration, PTS 47358720
[09:35:38] sync: subtitle 0x0 has no duration, PTS 47664000
[09:35:38] sync: subtitle 0x0 has no duration, PTS 47687040
[09:35:38] sync: subtitle 0x0 has no duration, PTS 47695680
[09:35:42] sync: subtitle 0x0 has no duration, PTS 48139200
[09:35:45] sync: subtitle 0x0 has no duration, PTS 48444480
[09:35:47] sync: subtitle 0x0 has no duration, PTS 48614400
[09:35:51] sync: subtitle 0x0 has no duration, PTS 48988800
[09:35:59] sync: subtitle 0x0 has no duration, PTS 49752000
[09:36:00] Bug in roll_up, should have 0 lines but I have 2.
[09:36:05] sync: subtitle 0x0 has no duration, PTS 50362560
[09:36:05] sync: subtitle 0x0 has no duration, PTS 50394240
[09:36:10] sync: subtitle 0x0 has no duration, PTS 50757120
[09:36:13] sync: subtitle 0x0 has no duration, PTS 50996160
[09:36:15] sync: subtitle 0x0 has no duration, PTS 51125760
[09:36:15] sync: subtitle 0x0 has no duration, PTS 51157440
[09:36:28] sync: subtitle 0x0 has no duration, PTS 52136640
[09:36:32] sync: subtitle 0x0 has no duration, PTS 52562880
[09:36:32] sync: subtitle 0x0 has no duration, PTS 52577280
[09:36:32] sync: subtitle 0x0 has no duration, PTS 52614720
[09:36:36] sync: subtitle 0x0 has no duration, PTS 52827840
[09:36:42] sync: subtitle 0x0 has no duration, PTS 53061120
[09:36:44] sync: subtitle 0x0 has no duration, PTS 53300160
[09:36:45] sync: subtitle 0x0 has no duration, PTS 53386560
[09:36:45] sync: subtitle 0x0 has no duration, PTS 53429760
[09:36:52] sync: subtitle 0x0 has no duration, PTS 54285120
[09:37:00] sync: subtitle 0x0 has no duration, PTS 54953280
[09:37:01] sync: subtitle 0x0 has no duration, PTS 55022400
[09:37:02] sync: subtitle 0x0 has no duration, PTS 55149120
[09:37:03] sync: subtitle 0x0 has no duration, PTS 55290240
[09:37:10] sync: subtitle 0x0 has no duration, PTS 55961280
[09:37:12] sync: subtitle 0x0 has no duration, PTS 56142720
[09:37:12] sync: subtitle 0x0 has no duration, PTS 56142720
[09:37:15] sync: subtitle 0x0 has no duration, PTS 56312640
[09:37:16] sync: subtitle 0x0 has no duration, PTS 56430720
[09:37:17] sync: subtitle 0x0 has no duration, PTS 56511360
[09:37:20] sync: subtitle 0x0 has no duration, PTS 56753280
[09:37:22] sync: subtitle 0x0 has no duration, PTS 57015360
[09:37:22] sync: subtitle 0x0 has no duration, PTS 57015360
[09:37:24] sync: subtitle 0x0 has no duration, PTS 57147840
[09:37:24] sync: subtitle 0x0 has no duration, PTS 57225600
[09:37:24] sync: subtitle 0x0 has no duration, PTS 57225600
[09:37:24] sync: subtitle 0x0 has no duration, PTS 57225600
[09:37:25] sync: subtitle 0x0 has no duration, PTS 57263040
[09:37:25] sync: subtitle 0x0 has no duration, PTS 57314880
[09:37:25] sync: subtitle 0x0 has no duration, PTS 57343680
[09:37:25] sync: subtitle 0x0 has no duration, PTS 57343680
[09:37:28] sync: subtitle 0x0 has no duration, PTS 57571200
[09:37:29] sync: subtitle 0x0 has no duration, PTS 57651840
[09:37:31] sync: subtitle 0x0 has no duration, PTS 57816000
[09:37:34] sync: subtitle 0x0 has no duration, PTS 58086720
[09:37:35] sync: subtitle 0x0 has no duration, PTS 58161600
[09:37:40] sync: subtitle 0x0 has no duration, PTS 58530240
[09:37:43] sync: subtitle 0x0 has no duration, PTS 58680000
[09:37:44] sync: subtitle 0x0 has no duration, PTS 58740480
[09:37:46] sync: subtitle 0x0 has no duration, PTS 58841280
[09:37:46] sync: subtitle 0x0 has no duration, PTS 58852800
[09:37:47] sync: subtitle 0x0 has no duration, PTS 58881600
[09:37:47] Bug in roll_up, should have 0 lines but I have 5.
[09:37:59] sync: subtitle 0x0 has no duration, PTS 59472000
[09:37:59] sync: subtitle 0x0 has no duration, PTS 59472000
[09:38:01] sync: subtitle 0x0 has no duration, PTS 59682240
[09:38:06] Bug in roll_up, should have 0 lines but I have 6.
[09:38:07] Bug in roll_up, should have 0 lines but I have 7.
[09:38:09] sync: subtitle 0x0 has no duration, PTS 60341760
[09:38:17] Bug in roll_up, should have 0 lines but I have 1.
[09:38:23] sync: subtitle 0x0 has no duration, PTS 61608960
[09:38:29] sync: subtitle 0x0 has no duration, PTS 62058240
[09:38:30] sync: subtitle 0x0 has no duration, PTS 62104320
[09:38:32] sync: subtitle 0x0 has no duration, PTS 62222400
[09:38:36] sync: subtitle 0x0 has no duration, PTS 62542080
[09:38:40] sync: subtitle 0x0 has no duration, PTS 62873280
[09:38:41] sync: subtitle 0x0 has no duration, PTS 62956800
[09:38:52] sync: subtitle 0x0 has no duration, PTS 63720000
[09:38:56] sync: subtitle 0x0 has no duration, PTS 63982080
[09:39:00] sync: subtitle 0x0 has no duration, PTS 64270080
[09:39:01] sync: subtitle 0x0 has no duration, PTS 64344960
[09:39:02] sync: subtitle 0x0 has no duration, PTS 64440000
[09:39:14] sync: subtitle 0x0 has no duration, PTS 65226240
[09:39:18] sync: subtitle 0x0 has no duration, PTS 65528640
[09:39:23] sync: subtitle 0x0 has no duration, PTS 65897280
[09:39:29] sync: subtitle 0x0 has no duration, PTS 66375360
[09:39:38] sync: subtitle 0x0 has no duration, PTS 66833280
[09:39:41] sync: subtitle 0x0 has no duration, PTS 67086720
[09:39:43] sync: subtitle 0x0 has no duration, PTS 67201920
[09:39:44] sync: subtitle 0x0 has no duration, PTS 67337280
[09:39:46] sync: subtitle 0x0 has no duration, PTS 67510080
[09:39:50] sync: subtitle 0x0 has no duration, PTS 67806720
[09:39:50] sync: subtitle 0x0 has no duration, PTS 67812480
[09:39:56] sync: subtitle 0x0 has no duration, PTS 68227200
[09:39:57] sync: subtitle 0x0 has no duration, PTS 68287680
[09:39:58] sync: subtitle 0x0 has no duration, PTS 68342400
[09:39:58] sync: subtitle 0x0 has no duration, PTS 68371200
[09:40:00] sync: subtitle 0x0 has no duration, PTS 68477760
[09:40:04] sync: subtitle 0x0 has no duration, PTS 68713920
[09:40:07] sync: subtitle 0x0 has no duration, PTS 68898240
[09:40:08] sync: subtitle 0x0 has no duration, PTS 68999040
[09:40:10] sync: subtitle 0x0 has no duration, PTS 69160320
[09:40:10] sync: subtitle 0x0 has no duration, PTS 69160320
[09:40:13] sync: subtitle 0x0 has no duration, PTS 69456960
[09:40:14] Bug in roll_up, should have 0 lines but I have 2.
[09:40:21] sync: subtitle 0x0 has no duration, PTS 70012800
[09:40:21] sync: subtitle 0x0 has no duration, PTS 70012800
[09:40:23] Bug in roll_up, should have 0 lines but I have 11.
[09:40:24] sync: subtitle 0x0 has no duration, PTS 70338240
[09:40:26] sync: subtitle 0x0 has no duration, PTS 70508160
[09:40:28] sync: subtitle 0x0 has no duration, PTS 70663680
[09:40:32] sync: subtitle 0x0 has no duration, PTS 71084160
[09:40:32] sync: subtitle 0x0 has no duration, PTS 71147520
[09:40:34] sync: subtitle 0x0 has no duration, PTS 71300160
[09:40:34] sync: subtitle 0x0 has no duration, PTS 71311680
[09:40:38] sync: subtitle 0x0 has no duration, PTS 71781120
[09:40:38] Bug in roll_up, should have 0 lines but I have 9.
[09:40:41] sync: subtitle 0x0 has no duration, PTS 72103680
[09:40:41] sync: subtitle 0x0 has no duration, PTS 72103680
[09:40:43] sync: subtitle 0x0 has no duration, PTS 72290880
[09:40:45] sync: subtitle 0x0 has no duration, PTS 72449280
[09:40:45] sync: subtitle 0x0 has no duration, PTS 72472320
[09:40:45] sync: subtitle 0x0 has no duration, PTS 72529920
[09:40:45] sync: subtitle 0x0 has no duration, PTS 72538560
[09:40:45] sync: subtitle 0x0 has no duration, PTS 72538560
[09:40:46] sync: subtitle 0x0 has no duration, PTS 72561600
[09:40:48] sync: subtitle 0x0 has no duration, PTS 72691200
[09:40:49] sync: subtitle 0x0 has no duration, PTS 72806400
[09:40:50] sync: subtitle 0x0 has no duration, PTS 72861120
[09:40:56] sync: subtitle 0x0 has no duration, PTS 73408320
[09:41:00] sync: subtitle 0x0 has no duration, PTS 73584000
[09:41:01] sync: subtitle 0x0 has no duration, PTS 73624320
[09:41:16] sync: subtitle 0x0 has no duration, PTS 74272320
[09:41:19] sync: subtitle 0x0 has no duration, PTS 74399040
[09:41:24] sync: subtitle 0x0 has no duration, PTS 74649600
[09:41:25] sync: subtitle 0x0 has no duration, PTS 74721600
[09:41:26] sync: subtitle 0x0 has no duration, PTS 74773440
[09:41:27] sync: subtitle 0x0 has no duration, PTS 74813760
[09:41:28] sync: subtitle 0x0 has no duration, PTS 74903040
[09:41:28] sync: subtitle 0x0 has no duration, PTS 74940480
[09:41:32] sync: subtitle 0x0 has no duration, PTS 75216960
[09:41:32] sync: subtitle 0x0 has no duration, PTS 75245760
[09:41:33] sync: subtitle 0x0 has no duration, PTS 75300480
[09:41:33] sync: subtitle 0x0 has no duration, PTS 75300480
[09:41:39] sync: subtitle 0x0 has no duration, PTS 75888000
[09:41:39] sync: subtitle 0x0 has no duration, PTS 75888000
[09:41:43] sync: subtitle 0x0 has no duration, PTS 76176000
[09:41:43] sync: subtitle 0x0 has no duration, PTS 76176000
[09:41:44] sync: subtitle 0x0 has no duration, PTS 76262400
[09:41:48] sync: subtitle 0x0 has no duration, PTS 76636800
[09:41:50] sync: subtitle 0x0 has no duration, PTS 76792320
[09:41:53] sync: subtitle 0x0 has no duration, PTS 76907520
[09:41:54] sync: subtitle 0x0 has no duration, PTS 77025600
[09:42:00] sync: subtitle 0x0 has no duration, PTS 77339520
[09:42:01] sync: subtitle 0x0 has no duration, PTS 77497920
[09:42:02] Bug in roll_up, should have 0 lines but I have 3.
[09:42:06] sync: subtitle 0x0 has no duration, PTS 77676480
[09:42:27] sync: subtitle 0x0 has no duration, PTS 78736320
[09:42:37] Bug in roll_up, should have 0 lines but I have 12.
[09:42:45] sync: subtitle 0x0 has no duration, PTS 79536960
[09:42:55] sync: subtitle 0x0 has no duration, PTS 80124480
[09:42:58] sync: subtitle 0x0 has no duration, PTS 80300160
[09:43:02] sync: subtitle 0x0 has no duration, PTS 80527680
[09:43:03] sync: subtitle 0x0 has no duration, PTS 80582400
[09:43:08] Bug in roll_up, should have 0 lines but I have 12.
[09:43:12] sync: subtitle 0x0 has no duration, PTS 80976960
[09:43:17] sync: subtitle 0x0 has no duration, PTS 81169920
[09:43:19] sync: subtitle 0x0 has no duration, PTS 81360000
[09:43:21] Bug in roll_up, should have 0 lines but I have 13.
[09:43:21] sync: subtitle 0x0 has no duration, PTS 81550080
[09:43:21] sync: subtitle 0x0 has no duration, PTS 81550080
[09:43:22] Bug in roll_up, should have 0 lines but I have 1.
[09:43:23] sync: subtitle 0x0 has no duration, PTS 81659520
[09:43:24] sync: subtitle 0x0 has no duration, PTS 81757440
[09:43:26] sync: subtitle 0x0 has no duration, PTS 81987840
[09:43:26] sync: subtitle 0x0 has no duration, PTS 81990720
[09:43:27] sync: subtitle 0x0 has no duration, PTS 82051200
[09:43:28] sync: subtitle 0x0 has no duration, PTS 82146240
[09:43:28] sync: subtitle 0x0 has no duration, PTS 82160640
[09:43:29] sync: subtitle 0x0 has no duration, PTS 82221120
[09:43:41] sync: subtitle 0x0 has no duration, PTS 82961280
[09:43:49] sync: subtitle 0x0 has no duration, PTS 83465280
[09:43:49] sync: subtitle 0x0 has no duration, PTS 83465280
[09:43:50] sync: subtitle 0x0 has no duration, PTS 83566080
[09:43:51] sync: subtitle 0x0 has no duration, PTS 83609280
[09:43:51] sync: subtitle 0x0 has no duration, PTS 83609280
[09:43:59] sync: subtitle 0x0 has no duration, PTS 84110400
[09:44:02] sync: subtitle 0x0 has no duration, PTS 84294720
[09:44:07] sync: subtitle 0x0 has no duration, PTS 84637440
[09:44:12] sync: subtitle 0x0 has no duration, PTS 84905280
[09:44:13] sync: subtitle 0x0 has no duration, PTS 84954240
[09:44:21] sync: subtitle 0x0 has no duration, PTS 85602240
[09:44:21] sync: subtitle 0x0 has no duration, PTS 85631040
[09:44:23] sync: subtitle 0x0 has no duration, PTS 85818240
[09:44:31] sync: subtitle 0x0 has no duration, PTS 86356800
[09:44:32] sync: subtitle 0x0 has no duration, PTS 86394240
[09:44:35] sync: subtitle 0x0 has no duration, PTS 86650560
[09:44:36] sync: subtitle 0x0 has no duration, PTS 86725440
[09:44:40] sync: subtitle 0x0 has no duration, PTS 86906880
[09:44:41] Bug in roll_up, should have 0 lines but I have 10.
[09:44:49] sync: subtitle 0x0 has no duration, PTS 87482880
[09:44:49] sync: subtitle 0x0 has no duration, PTS 87482880
[09:44:57] sync: subtitle 0x0 has no duration, PTS 88018560
[09:44:58] sync: subtitle 0x0 has no duration, PTS 88148160
[09:44:59] sync: subtitle 0x0 has no duration, PTS 88266240
[09:44:59] sync: subtitle 0x0 has no duration, PTS 88329600
[09:44:59] sync: subtitle 0x0 has no duration, PTS 88404480
[09:44:59] sync: subtitle 0x0 has no duration, PTS 88404480
[09:45:01] sync: subtitle 0x0 has no duration, PTS 88525440
[09:45:04] sync: subtitle 0x0 has no duration, PTS 88807680
[09:45:04] sync: subtitle 0x0 has no duration, PTS 88827840
[09:45:04] sync: subtitle 0x0 has no duration, PTS 88827840
[09:45:05] sync: subtitle 0x0 has no duration, PTS 88891200
[09:45:27] sync: subtitle 0x0 has no duration, PTS 90316800
[09:45:39] sync: subtitle 0x0 has no duration, PTS 91019520
[09:45:57] sync: subtitle 0x0 has no duration, PTS 91733760
[09:46:07] sync: subtitle 0x0 has no duration, PTS 92502720
[09:46:09] sync: subtitle 0x0 has no duration, PTS 92675520
[09:46:16] sync: subtitle 0x0 has no duration, PTS 93245760
[09:46:17] sync: subtitle 0x0 has no duration, PTS 93360960
[09:46:19] sync: subtitle 0x0 has no duration, PTS 93542400
[09:46:20] Bug in roll_up, should have 0 lines but I have 10.
[09:46:25] sync: subtitle 0x0 has no duration, PTS 94000320
[09:46:25] sync: subtitle 0x0 has no duration, PTS 94049280
[09:46:27] sync: subtitle 0x0 has no duration, PTS 94144320
[09:46:28] sync: subtitle 0x0 has no duration, PTS 94216320
[09:46:28] Bug in roll_up, should have 0 lines but I have 11.
[09:46:29] Bug in roll_up, should have 0 lines but I have 6.
[09:46:29] sync: subtitle 0x0 has no duration, PTS 94348800
[09:46:30] sync: subtitle 0x0 has no duration, PTS 94426560
[09:46:31] sync: subtitle 0x0 has no duration, PTS 94449600
[09:46:36] sync: subtitle 0x0 has no duration, PTS 94979520
[09:46:40] sync: subtitle 0x0 has no duration, PTS 95359680
[09:47:01] sync: subtitle 0x0 has no duration, PTS 96600960
[09:47:01] sync: subtitle 0x0 has no duration, PTS 96600960
[09:47:01] sync: subtitle 0x0 has no duration, PTS 96621120
[09:47:01] sync: subtitle 0x0 has no duration, PTS 96647040
[09:47:04] sync: subtitle 0x0 has no duration, PTS 96785280
[09:47:07] sync: subtitle 0x0 has no duration, PTS 96998400
[09:47:08] sync: subtitle 0x0 has no duration, PTS 97096320
[09:47:19] sync: subtitle 0x0 has no duration, PTS 97750080
[09:47:28] sync: subtitle 0x0 has no duration, PTS 98619840
[09:47:30] Bug in roll_up, should have 0 lines but I have 7.
[09:47:32] sync: subtitle 0x0 has no duration, PTS 98959680
[09:47:34] Bug in roll_up, should have 0 lines but I have 3.
[09:47:36] sync: subtitle 0x0 has no duration, PTS 99328320
[09:47:37] sync: subtitle 0x0 has no duration, PTS 99391680
[09:47:38] sync: subtitle 0x0 has no duration, PTS 99472320
[09:47:38] sync: subtitle 0x0 has no duration, PTS 99524160
[09:47:39] sync: subtitle 0x0 has no duration, PTS 99573120
[09:47:41] sync: subtitle 0x0 has no duration, PTS 99745920
[09:47:41] sync: subtitle 0x0 has no duration, PTS 99754560
[09:47:43] sync: subtitle 0x0 has no duration, PTS 99878400
[09:47:44] sync: subtitle 0x0 has no duration, PTS 100008000
[09:47:46] sync: subtitle 0x0 has no duration, PTS 100172160
[09:47:52] sync: subtitle 0x0 has no duration, PTS 100497600
[09:47:58] sync: subtitle 0x0 has no duration, PTS 100834560
[09:48:15] sync: subtitle 0x0 has no duration, PTS 101473920
[09:48:16] sync: subtitle 0x0 has no duration, PTS 101511360
[09:48:16] sync: subtitle 0x0 has no duration, PTS 101511360
[09:48:21] sync: subtitle 0x0 has no duration, PTS 101816640
[09:48:21] sync: subtitle 0x0 has no duration, PTS 101845440
[09:48:21] sync: subtitle 0x0 has no duration, PTS 101871360
[09:48:21] sync: subtitle 0x0 has no duration, PTS 101871360
[09:48:31] sync: subtitle 0x0 has no duration, PTS 102372480
[09:48:33] sync: subtitle 0x0 has no duration, PTS 102493440
[09:48:38] sync: subtitle 0x0 has no duration, PTS 102764160
[09:48:42] sync: subtitle 0x0 has no duration, PTS 102873600
[09:48:43] Bug in roll_up, should have 0 lines but I have 7.
[09:48:43] Bug in roll_up, should have 0 lines but I have 4.
[09:48:49] sync: subtitle 0x0 has no duration, PTS 103207680
[09:48:55] sync: subtitle 0x0 has no duration, PTS 103501440
[09:49:01] sync: subtitle 0x0 has no duration, PTS 103826880
[09:49:16] Bug in roll_up, should have 0 lines but I have 1.
[09:49:17] sync: subtitle 0x0 has no duration, PTS 104549760
[09:49:20] Bug in roll_up, should have 0 lines but I have 2.
[09:49:23] sync: subtitle 0x0 has no duration, PTS 104878080
[09:49:23] sync: subtitle 0x0 has no duration, PTS 104929920
[09:49:26] sync: subtitle 0x0 has no duration, PTS 105131520
[09:49:32] sync: subtitle 0x0 has no duration, PTS 105425280
[09:49:33] sync: subtitle 0x0 has no duration, PTS 105456960
[09:49:35] sync: subtitle 0x0 has no duration, PTS 105517440
[09:49:39] sync: subtitle 0x0 has no duration, PTS 105727680
[09:49:39] sync: subtitle 0x0 has no duration, PTS 105744960
[09:49:41] sync: subtitle 0x0 has no duration, PTS 105877440
[09:49:45] sync: subtitle 0x0 has no duration, PTS 106102080
[09:49:49] sync: subtitle 0x0 has no duration, PTS 106493760
[09:49:52] sync: subtitle 0x0 has no duration, PTS 106741440
[09:49:57] sync: subtitle 0x0 has no duration, PTS 107225280
[09:50:01] sync: subtitle 0x0 has no duration, PTS 107498880
[09:50:01] sync: subtitle 0x0 has no duration, PTS 107527680
[09:50:02] sync: subtitle 0x0 has no duration, PTS 107550720
[09:50:04] sync: subtitle 0x0 has no duration, PTS 107663040
[09:50:05] sync: subtitle 0x0 has no duration, PTS 107792640
[09:50:07] sync: subtitle 0x0 has no duration, PTS 107919360
[09:50:07] sync: subtitle 0x0 has no duration, PTS 107965440
[09:50:11] sync: subtitle 0x0 has no duration, PTS 108288000
[09:50:11] sync: subtitle 0x0 has no duration, PTS 108288000
[09:50:17] sync: subtitle 0x0 has no duration, PTS 108688320
[09:50:18] sync: subtitle 0x0 has no duration, PTS 108809280
[09:50:23] sync: subtitle 0x0 has no duration, PTS 109200960
[09:50:23] sync: subtitle 0x0 has no duration, PTS 109200960
[09:50:27] sync: subtitle 0x0 has no duration, PTS 109480320
[09:50:33] sync: subtitle 0x0 has no duration, PTS 110162880
[09:50:35] sync: subtitle 0x0 has no duration, PTS 110315520
[09:50:36] sync: subtitle 0x0 has no duration, PTS 110427840
[09:50:39] sync: subtitle 0x0 has no duration, PTS 110707200
[09:50:39] sync: subtitle 0x0 has no duration, PTS 110741760
[09:50:40] sync: subtitle 0x0 has no duration, PTS 110753280
[09:50:40] sync: subtitle 0x0 has no duration, PTS 110776320
[09:50:40] sync: subtitle 0x0 has no duration, PTS 110776320
[09:50:46] sync: subtitle 0x0 has no duration, PTS 111389760
[09:50:46] sync: subtitle 0x0 has no duration, PTS 111401280
[09:50:46] sync: subtitle 0x0 has no duration, PTS 111401280
[09:50:46] sync: subtitle 0x0 has no duration, PTS 111401280
[09:50:46] sync: subtitle 0x0 has no duration, PTS 111447360
[09:50:51] sync: subtitle 0x0 has no duration, PTS 111931200
[09:50:56] sync: subtitle 0x0 has no duration, PTS 112265280
[09:50:59] sync: subtitle 0x0 has no duration, PTS 112559040
[09:51:00] sync: subtitle 0x0 has no duration, PTS 112677120
[09:51:00] sync: subtitle 0x0 has no duration, PTS 112677120
[09:51:03] sync: subtitle 0x0 has no duration, PTS 112904640
[09:51:03] sync: subtitle 0x0 has no duration, PTS 112956480
[09:51:05] sync: subtitle 0x0 has no duration, PTS 113256000
[09:51:09] sync: subtitle 0x0 has no duration, PTS 113515200
[09:51:09] sync: subtitle 0x0 has no duration, PTS 113518080
[09:51:28] sync: subtitle 0x0 has no duration, PTS 114454080
[09:51:35] sync: subtitle 0x0 has no duration, PTS 114848640
[09:51:41] sync: subtitle 0x0 has no duration, PTS 115392960
[09:51:46] sync: subtitle 0x0 has no duration, PTS 115986240
[09:51:47] sync: subtitle 0x0 has no duration, PTS 116029440
[09:51:49] sync: subtitle 0x0 has no duration, PTS 116305920
[09:51:50] sync: subtitle 0x0 has no duration, PTS 116354880
[09:51:51] sync: subtitle 0x0 has no duration, PTS 116455680
[09:51:52] sync: subtitle 0x0 has no duration, PTS 116588160
[09:51:53] sync: subtitle 0x0 has no duration, PTS 116726400
[09:51:54] sync: subtitle 0x0 has no duration, PTS 116830080
[09:51:55] sync: subtitle 0x0 has no duration, PTS 116884800
[09:51:55] sync: subtitle 0x0 has no duration, PTS 116884800
[09:51:55] sync: subtitle 0x0 has no duration, PTS 116884800
[09:51:58] sync: subtitle 0x0 has no duration, PTS 117311040
[09:51:59] sync: subtitle 0x0 has no duration, PTS 117316800
[09:51:59] reader: done. 1 scr changes
[09:51:59] sync: subtitle 0x0 has no duration, PTS 117374400
Post Reply