Ticket #8148: gdb-underflow

File gdb-underflow, 134.8 KB (added by Suhwan, 7 years ago)
Line 
1GNU gdb (Ubuntu 8.1-0ubuntu3) 8.1.0.20180409-git
2Copyright (C) 2018 Free Software Foundation, Inc.
3License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
4This is free software: you are free to change and redistribute it.
5There is NO WARRANTY, to the extent permitted by law. Type "show copying"
6and "show warranty" for details.
7This GDB was configured as "x86_64-linux-gnu".
8Type "show configuration" for configuration details.
9For bug reporting instructions, please see:
10<http://www.gnu.org/software/gdb/bugs/>.
11Find the GDB manual and other documentation resources online at:
12<http://www.gnu.org/software/gdb/documentation/>.
13For help, type "help".
14Type "apropos word" to search for commands related to "word"...
15Reading symbols from ../ffmpeg/ffmpeg_g...done.
16Starting program: ffmpeg_g -stream_loop 1 -y -i samples/samples.mplayerhq.hu/tests/OpenDivX_4.0_beta-testvideos/Scene-01/odivx-0780-vbr1-quality25.avi -target dvd -map 0 -c copy -r 21 output/tmp.amr
17[Thread debugging using libthread_db enabled]
18Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
19ffmpeg version N-94906-gcb8d6a4e3e Copyright (c) 2000-2019 the FFmpeg developers
20 built with clang version 6.0.0-1ubuntu2 (tags/RELEASE_600/final)
21 configuration: --cc=clang --cxx=clang++ --ld=clang --enable-debug --toolchain=clang-usan
22 libavutil 56. 35.100 / 56. 35.100
23 libavcodec 58. 56.101 / 58. 56.101
24 libavformat 58. 32.104 / 58. 32.104
25 libavdevice 58. 9.100 / 58. 9.100
26 libavfilter 7. 58.102 / 7. 58.102
27 libswscale 5. 6.100 / 5. 6.100
28 libswresample 3. 6.100 / 3. 6.100
29[mpeg4 @ 0x922f280] looks like this file was encoded with (divx4/(old)xvid/opendivx) -> forcing low_delay flag
30Input #0, avi, from 'samples/samples.mplayerhq.hu/tests/OpenDivX_4.0_beta-testvideos/Scene-01/odivx-0780-vbr1-quality25.avi':
31 Duration: 00:00:24.72, start: 0.000000, bitrate: 136 kb/s
32 Stream #0:0: Video: mpeg4 (DIVX / 0x58564944), yuv420p, 352x272, 128 kb/s, 29.97 fps, 29.97 tbr, 29.97 tbn, 1 tbc
33Assuming NTSC for target.
34[dvd @ 0x9262840] VBV buffer size not set, using default size of 230KB
35If you want the mpeg file to be compliant to some specification
36Like DVD, VCD or others, make sure you set the correct buffer size
37Output #0, dvd, to 'output/tmp.amr':
38 Metadata:
39 encoder : Lavf58.32.104
40 Stream #0:0: Video: mpeg4 (DIVX / 0x58564944), yuv420p, 352x272, q=2-31, 6000 kb/s, 29.97 fps, 29.97 tbr, 90k tbn, 21 tbc
41Stream mapping:
42 Stream #0:0 -> #0:0 (copy)
43Press [q] to stop, [?] for help
44[dvd @ 0x9262840] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
45fftools/ffmpeg.c:4238:34: runtime error: signed integer overflow: -9223372036854775808 - 9223372036854775807 cannot be represented in type 'long'
46[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222222, current: 6006; changing to 2222223. This may result in incorrect timestamps in the output file.
47[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222223, current: 9009; changing to 2222224. This may result in incorrect timestamps in the output file.
48[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222224, current: 12012; changing to 2222225. This may result in incorrect timestamps in the output file.
49[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222225, current: 15015; changing to 2222226. This may result in incorrect timestamps in the output file.
50[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222226, current: 18018; changing to 2222227. This may result in incorrect timestamps in the output file.
51[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222227, current: 21021; changing to 2222228. This may result in incorrect timestamps in the output file.
52[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222228, current: 24024; changing to 2222229. This may result in incorrect timestamps in the output file.
53[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222229, current: 27027; changing to 2222230. This may result in incorrect timestamps in the output file.
54[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222230, current: 30030; changing to 2222231. This may result in incorrect timestamps in the output file.
55[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222231, current: 33033; changing to 2222232. This may result in incorrect timestamps in the output file.
56[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222232, current: 36036; changing to 2222233. This may result in incorrect timestamps in the output file.
57[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222233, current: 39039; changing to 2222234. This may result in incorrect timestamps in the output file.
58[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222234, current: 42042; changing to 2222235. This may result in incorrect timestamps in the output file.
59[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222235, current: 45045; changing to 2222236. This may result in incorrect timestamps in the output file.
60[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222236, current: 48048; changing to 2222237. This may result in incorrect timestamps in the output file.
61[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222237, current: 51051; changing to 2222238. This may result in incorrect timestamps in the output file.
62[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222238, current: 54054; changing to 2222239. This may result in incorrect timestamps in the output file.
63[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222239, current: 57057; changing to 2222240. This may result in incorrect timestamps in the output file.
64[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222240, current: 60060; changing to 2222241. This may result in incorrect timestamps in the output file.
65[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222241, current: 63063; changing to 2222242. This may result in incorrect timestamps in the output file.
66[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222242, current: 66066; changing to 2222243. This may result in incorrect timestamps in the output file.
67[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222243, current: 69069; changing to 2222244. This may result in incorrect timestamps in the output file.
68[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222244, current: 72072; changing to 2222245. This may result in incorrect timestamps in the output file.
69[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222245, current: 75075; changing to 2222246. This may result in incorrect timestamps in the output file.
70[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222246, current: 78078; changing to 2222247. This may result in incorrect timestamps in the output file.
71[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222247, current: 81081; changing to 2222248. This may result in incorrect timestamps in the output file.
72[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222248, current: 84084; changing to 2222249. This may result in incorrect timestamps in the output file.
73[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222249, current: 87087; changing to 2222250. This may result in incorrect timestamps in the output file.
74[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222250, current: 90090; changing to 2222251. This may result in incorrect timestamps in the output file.
75[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222251, current: 93093; changing to 2222252. This may result in incorrect timestamps in the output file.
76[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222252, current: 96096; changing to 2222253. This may result in incorrect timestamps in the output file.
77[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222253, current: 99099; changing to 2222254. This may result in incorrect timestamps in the output file.
78[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222254, current: 102102; changing to 2222255. This may result in incorrect timestamps in the output file.
79[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222255, current: 105105; changing to 2222256. This may result in incorrect timestamps in the output file.
80[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222256, current: 108108; changing to 2222257. This may result in incorrect timestamps in the output file.
81[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222257, current: 111111; changing to 2222258. This may result in incorrect timestamps in the output file.
82[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222258, current: 114114; changing to 2222259. This may result in incorrect timestamps in the output file.
83[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222259, current: 117117; changing to 2222260. This may result in incorrect timestamps in the output file.
84[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222260, current: 120120; changing to 2222261. This may result in incorrect timestamps in the output file.
85[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222261, current: 123123; changing to 2222262. This may result in incorrect timestamps in the output file.
86[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222262, current: 126126; changing to 2222263. This may result in incorrect timestamps in the output file.
87[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222263, current: 129129; changing to 2222264. This may result in incorrect timestamps in the output file.
88[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222264, current: 132132; changing to 2222265. This may result in incorrect timestamps in the output file.
89[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222265, current: 135135; changing to 2222266. This may result in incorrect timestamps in the output file.
90[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222266, current: 138138; changing to 2222267. This may result in incorrect timestamps in the output file.
91[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222267, current: 141141; changing to 2222268. This may result in incorrect timestamps in the output file.
92[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222268, current: 144144; changing to 2222269. This may result in incorrect timestamps in the output file.
93[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222269, current: 147147; changing to 2222270. This may result in incorrect timestamps in the output file.
94[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222270, current: 150150; changing to 2222271. This may result in incorrect timestamps in the output file.
95[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222271, current: 153153; changing to 2222272. This may result in incorrect timestamps in the output file.
96[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222272, current: 156156; changing to 2222273. This may result in incorrect timestamps in the output file.
97[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222273, current: 159159; changing to 2222274. This may result in incorrect timestamps in the output file.
98[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222274, current: 162162; changing to 2222275. This may result in incorrect timestamps in the output file.
99[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222275, current: 165165; changing to 2222276. This may result in incorrect timestamps in the output file.
100[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222276, current: 168168; changing to 2222277. This may result in incorrect timestamps in the output file.
101[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222277, current: 171171; changing to 2222278. This may result in incorrect timestamps in the output file.
102[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222278, current: 174174; changing to 2222279. This may result in incorrect timestamps in the output file.
103[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222279, current: 177177; changing to 2222280. This may result in incorrect timestamps in the output file.
104[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222280, current: 180180; changing to 2222281. This may result in incorrect timestamps in the output file.
105[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222281, current: 183183; changing to 2222282. This may result in incorrect timestamps in the output file.
106[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222282, current: 186186; changing to 2222283. This may result in incorrect timestamps in the output file.
107[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222283, current: 189189; changing to 2222284. This may result in incorrect timestamps in the output file.
108[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222284, current: 192192; changing to 2222285. This may result in incorrect timestamps in the output file.
109[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222285, current: 195195; changing to 2222286. This may result in incorrect timestamps in the output file.
110[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222286, current: 198198; changing to 2222287. This may result in incorrect timestamps in the output file.
111[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222287, current: 201201; changing to 2222288. This may result in incorrect timestamps in the output file.
112[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222288, current: 204204; changing to 2222289. This may result in incorrect timestamps in the output file.
113[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222289, current: 207207; changing to 2222290. This may result in incorrect timestamps in the output file.
114[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222290, current: 210210; changing to 2222291. This may result in incorrect timestamps in the output file.
115[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222291, current: 213213; changing to 2222292. This may result in incorrect timestamps in the output file.
116[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222292, current: 216216; changing to 2222293. This may result in incorrect timestamps in the output file.
117[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222293, current: 219219; changing to 2222294. This may result in incorrect timestamps in the output file.
118[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222294, current: 222222; changing to 2222295. This may result in incorrect timestamps in the output file.
119[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222295, current: 225225; changing to 2222296. This may result in incorrect timestamps in the output file.
120[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222296, current: 228228; changing to 2222297. This may result in incorrect timestamps in the output file.
121[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222297, current: 231231; changing to 2222298. This may result in incorrect timestamps in the output file.
122[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222298, current: 234234; changing to 2222299. This may result in incorrect timestamps in the output file.
123[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222299, current: 237237; changing to 2222300. This may result in incorrect timestamps in the output file.
124[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222300, current: 240240; changing to 2222301. This may result in incorrect timestamps in the output file.
125[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222301, current: 243243; changing to 2222302. This may result in incorrect timestamps in the output file.
126[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222302, current: 246246; changing to 2222303. This may result in incorrect timestamps in the output file.
127[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222303, current: 249249; changing to 2222304. This may result in incorrect timestamps in the output file.
128[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222304, current: 252252; changing to 2222305. This may result in incorrect timestamps in the output file.
129[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222305, current: 255255; changing to 2222306. This may result in incorrect timestamps in the output file.
130[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222306, current: 258258; changing to 2222307. This may result in incorrect timestamps in the output file.
131[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222307, current: 261261; changing to 2222308. This may result in incorrect timestamps in the output file.
132[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222308, current: 264264; changing to 2222309. This may result in incorrect timestamps in the output file.
133[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222309, current: 267267; changing to 2222310. This may result in incorrect timestamps in the output file.
134[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222310, current: 270270; changing to 2222311. This may result in incorrect timestamps in the output file.
135[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222311, current: 273273; changing to 2222312. This may result in incorrect timestamps in the output file.
136[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222312, current: 276276; changing to 2222313. This may result in incorrect timestamps in the output file.
137[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222313, current: 279279; changing to 2222314. This may result in incorrect timestamps in the output file.
138[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222314, current: 282282; changing to 2222315. This may result in incorrect timestamps in the output file.
139[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222315, current: 285285; changing to 2222316. This may result in incorrect timestamps in the output file.
140[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222316, current: 288288; changing to 2222317. This may result in incorrect timestamps in the output file.
141[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222317, current: 291291; changing to 2222318. This may result in incorrect timestamps in the output file.
142[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222318, current: 294294; changing to 2222319. This may result in incorrect timestamps in the output file.
143[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222319, current: 297297; changing to 2222320. This may result in incorrect timestamps in the output file.
144[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222320, current: 300300; changing to 2222321. This may result in incorrect timestamps in the output file.
145[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222321, current: 303303; changing to 2222322. This may result in incorrect timestamps in the output file.
146[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222322, current: 306306; changing to 2222323. This may result in incorrect timestamps in the output file.
147[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222323, current: 309309; changing to 2222324. This may result in incorrect timestamps in the output file.
148[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222324, current: 312312; changing to 2222325. This may result in incorrect timestamps in the output file.
149[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222325, current: 315315; changing to 2222326. This may result in incorrect timestamps in the output file.
150[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222326, current: 318318; changing to 2222327. This may result in incorrect timestamps in the output file.
151[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222327, current: 321321; changing to 2222328. This may result in incorrect timestamps in the output file.
152[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222328, current: 324324; changing to 2222329. This may result in incorrect timestamps in the output file.
153[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222329, current: 327327; changing to 2222330. This may result in incorrect timestamps in the output file.
154[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222330, current: 330330; changing to 2222331. This may result in incorrect timestamps in the output file.
155[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222331, current: 333333; changing to 2222332. This may result in incorrect timestamps in the output file.
156[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222332, current: 336336; changing to 2222333. This may result in incorrect timestamps in the output file.
157[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222333, current: 339339; changing to 2222334. This may result in incorrect timestamps in the output file.
158[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222334, current: 342342; changing to 2222335. This may result in incorrect timestamps in the output file.
159[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222335, current: 345345; changing to 2222336. This may result in incorrect timestamps in the output file.
160[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222336, current: 348348; changing to 2222337. This may result in incorrect timestamps in the output file.
161[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222337, current: 351351; changing to 2222338. This may result in incorrect timestamps in the output file.
162[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222338, current: 354354; changing to 2222339. This may result in incorrect timestamps in the output file.
163[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222339, current: 357357; changing to 2222340. This may result in incorrect timestamps in the output file.
164[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222340, current: 360360; changing to 2222341. This may result in incorrect timestamps in the output file.
165[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222341, current: 363363; changing to 2222342. This may result in incorrect timestamps in the output file.
166[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222342, current: 366366; changing to 2222343. This may result in incorrect timestamps in the output file.
167[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222343, current: 369369; changing to 2222344. This may result in incorrect timestamps in the output file.
168[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222344, current: 372372; changing to 2222345. This may result in incorrect timestamps in the output file.
169[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222345, current: 375375; changing to 2222346. This may result in incorrect timestamps in the output file.
170[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222346, current: 378378; changing to 2222347. This may result in incorrect timestamps in the output file.
171[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222347, current: 381381; changing to 2222348. This may result in incorrect timestamps in the output file.
172[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222348, current: 384384; changing to 2222349. This may result in incorrect timestamps in the output file.
173[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222349, current: 387387; changing to 2222350. This may result in incorrect timestamps in the output file.
174[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222350, current: 390390; changing to 2222351. This may result in incorrect timestamps in the output file.
175[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222351, current: 393393; changing to 2222352. This may result in incorrect timestamps in the output file.
176[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222352, current: 396396; changing to 2222353. This may result in incorrect timestamps in the output file.
177[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222353, current: 399399; changing to 2222354. This may result in incorrect timestamps in the output file.
178[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222354, current: 402402; changing to 2222355. This may result in incorrect timestamps in the output file.
179[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222355, current: 405405; changing to 2222356. This may result in incorrect timestamps in the output file.
180[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222356, current: 408408; changing to 2222357. This may result in incorrect timestamps in the output file.
181[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222357, current: 411411; changing to 2222358. This may result in incorrect timestamps in the output file.
182[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222358, current: 414414; changing to 2222359. This may result in incorrect timestamps in the output file.
183[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222359, current: 417417; changing to 2222360. This may result in incorrect timestamps in the output file.
184[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222360, current: 420420; changing to 2222361. This may result in incorrect timestamps in the output file.
185[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222361, current: 423423; changing to 2222362. This may result in incorrect timestamps in the output file.
186[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222362, current: 426426; changing to 2222363. This may result in incorrect timestamps in the output file.
187[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222363, current: 429429; changing to 2222364. This may result in incorrect timestamps in the output file.
188[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222364, current: 432432; changing to 2222365. This may result in incorrect timestamps in the output file.
189[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222365, current: 435435; changing to 2222366. This may result in incorrect timestamps in the output file.
190[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222366, current: 438438; changing to 2222367. This may result in incorrect timestamps in the output file.
191[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222367, current: 441441; changing to 2222368. This may result in incorrect timestamps in the output file.
192[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222368, current: 444444; changing to 2222369. This may result in incorrect timestamps in the output file.
193[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222369, current: 447447; changing to 2222370. This may result in incorrect timestamps in the output file.
194[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222370, current: 450450; changing to 2222371. This may result in incorrect timestamps in the output file.
195[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222371, current: 453453; changing to 2222372. This may result in incorrect timestamps in the output file.
196[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222372, current: 456456; changing to 2222373. This may result in incorrect timestamps in the output file.
197[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222373, current: 459459; changing to 2222374. This may result in incorrect timestamps in the output file.
198[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222374, current: 462462; changing to 2222375. This may result in incorrect timestamps in the output file.
199[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222375, current: 465465; changing to 2222376. This may result in incorrect timestamps in the output file.
200[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222376, current: 468468; changing to 2222377. This may result in incorrect timestamps in the output file.
201[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222377, current: 471471; changing to 2222378. This may result in incorrect timestamps in the output file.
202[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222378, current: 474474; changing to 2222379. This may result in incorrect timestamps in the output file.
203[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222379, current: 477477; changing to 2222380. This may result in incorrect timestamps in the output file.
204[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222380, current: 480480; changing to 2222381. This may result in incorrect timestamps in the output file.
205[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222381, current: 483483; changing to 2222382. This may result in incorrect timestamps in the output file.
206[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222382, current: 486486; changing to 2222383. This may result in incorrect timestamps in the output file.
207[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222383, current: 489489; changing to 2222384. This may result in incorrect timestamps in the output file.
208[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222384, current: 492492; changing to 2222385. This may result in incorrect timestamps in the output file.
209[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222385, current: 495495; changing to 2222386. This may result in incorrect timestamps in the output file.
210[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222386, current: 498498; changing to 2222387. This may result in incorrect timestamps in the output file.
211[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222387, current: 501502; changing to 2222388. This may result in incorrect timestamps in the output file.
212[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222388, current: 504505; changing to 2222389. This may result in incorrect timestamps in the output file.
213[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222389, current: 507508; changing to 2222390. This may result in incorrect timestamps in the output file.
214[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222390, current: 510511; changing to 2222391. This may result in incorrect timestamps in the output file.
215[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222391, current: 513514; changing to 2222392. This may result in incorrect timestamps in the output file.
216[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222392, current: 516517; changing to 2222393. This may result in incorrect timestamps in the output file.
217[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222393, current: 519520; changing to 2222394. This may result in incorrect timestamps in the output file.
218[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222394, current: 522523; changing to 2222395. This may result in incorrect timestamps in the output file.
219[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222395, current: 525526; changing to 2222396. This may result in incorrect timestamps in the output file.
220[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222396, current: 528529; changing to 2222397. This may result in incorrect timestamps in the output file.
221[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222397, current: 531532; changing to 2222398. This may result in incorrect timestamps in the output file.
222[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222398, current: 534535; changing to 2222399. This may result in incorrect timestamps in the output file.
223[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222399, current: 537538; changing to 2222400. This may result in incorrect timestamps in the output file.
224[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222400, current: 540541; changing to 2222401. This may result in incorrect timestamps in the output file.
225[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222401, current: 543544; changing to 2222402. This may result in incorrect timestamps in the output file.
226[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222402, current: 546547; changing to 2222403. This may result in incorrect timestamps in the output file.
227[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222403, current: 549550; changing to 2222404. This may result in incorrect timestamps in the output file.
228[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222404, current: 552553; changing to 2222405. This may result in incorrect timestamps in the output file.
229[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222405, current: 555556; changing to 2222406. This may result in incorrect timestamps in the output file.
230[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222406, current: 558559; changing to 2222407. This may result in incorrect timestamps in the output file.
231[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222407, current: 561562; changing to 2222408. This may result in incorrect timestamps in the output file.
232[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222408, current: 564565; changing to 2222409. This may result in incorrect timestamps in the output file.
233[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222409, current: 567568; changing to 2222410. This may result in incorrect timestamps in the output file.
234[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222410, current: 570571; changing to 2222411. This may result in incorrect timestamps in the output file.
235[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222411, current: 573574; changing to 2222412. This may result in incorrect timestamps in the output file.
236[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222412, current: 576577; changing to 2222413. This may result in incorrect timestamps in the output file.
237[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222413, current: 579580; changing to 2222414. This may result in incorrect timestamps in the output file.
238[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222414, current: 582583; changing to 2222415. This may result in incorrect timestamps in the output file.
239[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222415, current: 585586; changing to 2222416. This may result in incorrect timestamps in the output file.
240[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222416, current: 588589; changing to 2222417. This may result in incorrect timestamps in the output file.
241[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222417, current: 591592; changing to 2222418. This may result in incorrect timestamps in the output file.
242[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222418, current: 594595; changing to 2222419. This may result in incorrect timestamps in the output file.
243[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222419, current: 597598; changing to 2222420. This may result in incorrect timestamps in the output file.
244[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222420, current: 600601; changing to 2222421. This may result in incorrect timestamps in the output file.
245[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222421, current: 603604; changing to 2222422. This may result in incorrect timestamps in the output file.
246[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222422, current: 606607; changing to 2222423. This may result in incorrect timestamps in the output file.
247[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222423, current: 609610; changing to 2222424. This may result in incorrect timestamps in the output file.
248[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222424, current: 612613; changing to 2222425. This may result in incorrect timestamps in the output file.
249[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222425, current: 615616; changing to 2222426. This may result in incorrect timestamps in the output file.
250[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222426, current: 618619; changing to 2222427. This may result in incorrect timestamps in the output file.
251[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222427, current: 621622; changing to 2222428. This may result in incorrect timestamps in the output file.
252[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222428, current: 624625; changing to 2222429. This may result in incorrect timestamps in the output file.
253[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222429, current: 627628; changing to 2222430. This may result in incorrect timestamps in the output file.
254[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222430, current: 630631; changing to 2222431. This may result in incorrect timestamps in the output file.
255[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222431, current: 633634; changing to 2222432. This may result in incorrect timestamps in the output file.
256[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222432, current: 636637; changing to 2222433. This may result in incorrect timestamps in the output file.
257[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222433, current: 639640; changing to 2222434. This may result in incorrect timestamps in the output file.
258[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222434, current: 642643; changing to 2222435. This may result in incorrect timestamps in the output file.
259[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222435, current: 645646; changing to 2222436. This may result in incorrect timestamps in the output file.
260[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222436, current: 648649; changing to 2222437. This may result in incorrect timestamps in the output file.
261[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222437, current: 651652; changing to 2222438. This may result in incorrect timestamps in the output file.
262[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222438, current: 654655; changing to 2222439. This may result in incorrect timestamps in the output file.
263[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222439, current: 657658; changing to 2222440. This may result in incorrect timestamps in the output file.
264[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222440, current: 660661; changing to 2222441. This may result in incorrect timestamps in the output file.
265[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222441, current: 663664; changing to 2222442. This may result in incorrect timestamps in the output file.
266[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222442, current: 666667; changing to 2222443. This may result in incorrect timestamps in the output file.
267[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222443, current: 669670; changing to 2222444. This may result in incorrect timestamps in the output file.
268[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222444, current: 672673; changing to 2222445. This may result in incorrect timestamps in the output file.
269[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222445, current: 675676; changing to 2222446. This may result in incorrect timestamps in the output file.
270[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222446, current: 678679; changing to 2222447. This may result in incorrect timestamps in the output file.
271[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222447, current: 681682; changing to 2222448. This may result in incorrect timestamps in the output file.
272[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222448, current: 684685; changing to 2222449. This may result in incorrect timestamps in the output file.
273[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222449, current: 687688; changing to 2222450. This may result in incorrect timestamps in the output file.
274[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222450, current: 690691; changing to 2222451. This may result in incorrect timestamps in the output file.
275[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222451, current: 693694; changing to 2222452. This may result in incorrect timestamps in the output file.
276[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222452, current: 696697; changing to 2222453. This may result in incorrect timestamps in the output file.
277[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222453, current: 699700; changing to 2222454. This may result in incorrect timestamps in the output file.
278[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222454, current: 702703; changing to 2222455. This may result in incorrect timestamps in the output file.
279[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222455, current: 705706; changing to 2222456. This may result in incorrect timestamps in the output file.
280[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222456, current: 708709; changing to 2222457. This may result in incorrect timestamps in the output file.
281[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222457, current: 711712; changing to 2222458. This may result in incorrect timestamps in the output file.
282[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222458, current: 714715; changing to 2222459. This may result in incorrect timestamps in the output file.
283[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222459, current: 717718; changing to 2222460. This may result in incorrect timestamps in the output file.
284[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222460, current: 720721; changing to 2222461. This may result in incorrect timestamps in the output file.
285[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222461, current: 723724; changing to 2222462. This may result in incorrect timestamps in the output file.
286[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222462, current: 726727; changing to 2222463. This may result in incorrect timestamps in the output file.
287[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222463, current: 729730; changing to 2222464. This may result in incorrect timestamps in the output file.
288[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222464, current: 732733; changing to 2222465. This may result in incorrect timestamps in the output file.
289[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222465, current: 735736; changing to 2222466. This may result in incorrect timestamps in the output file.
290[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222466, current: 738739; changing to 2222467. This may result in incorrect timestamps in the output file.
291[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222467, current: 741742; changing to 2222468. This may result in incorrect timestamps in the output file.
292[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222468, current: 744745; changing to 2222469. This may result in incorrect timestamps in the output file.
293[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222469, current: 747748; changing to 2222470. This may result in incorrect timestamps in the output file.
294[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222470, current: 750751; changing to 2222471. This may result in incorrect timestamps in the output file.
295[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222471, current: 753754; changing to 2222472. This may result in incorrect timestamps in the output file.
296[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222472, current: 756757; changing to 2222473. This may result in incorrect timestamps in the output file.
297[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222473, current: 759760; changing to 2222474. This may result in incorrect timestamps in the output file.
298[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222474, current: 762763; changing to 2222475. This may result in incorrect timestamps in the output file.
299[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222475, current: 765766; changing to 2222476. This may result in incorrect timestamps in the output file.
300[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222476, current: 768769; changing to 2222477. This may result in incorrect timestamps in the output file.
301[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222477, current: 771772; changing to 2222478. This may result in incorrect timestamps in the output file.
302[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222478, current: 774775; changing to 2222479. This may result in incorrect timestamps in the output file.
303[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222479, current: 777778; changing to 2222480. This may result in incorrect timestamps in the output file.
304[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222480, current: 780781; changing to 2222481. This may result in incorrect timestamps in the output file.
305[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222481, current: 783784; changing to 2222482. This may result in incorrect timestamps in the output file.
306[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222482, current: 786787; changing to 2222483. This may result in incorrect timestamps in the output file.
307[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222483, current: 789790; changing to 2222484. This may result in incorrect timestamps in the output file.
308[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222484, current: 792793; changing to 2222485. This may result in incorrect timestamps in the output file.
309[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222485, current: 795796; changing to 2222486. This may result in incorrect timestamps in the output file.
310[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222486, current: 798799; changing to 2222487. This may result in incorrect timestamps in the output file.
311[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222487, current: 801802; changing to 2222488. This may result in incorrect timestamps in the output file.
312[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222488, current: 804805; changing to 2222489. This may result in incorrect timestamps in the output file.
313[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222489, current: 807808; changing to 2222490. This may result in incorrect timestamps in the output file.
314[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222490, current: 810811; changing to 2222491. This may result in incorrect timestamps in the output file.
315[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222491, current: 813814; changing to 2222492. This may result in incorrect timestamps in the output file.
316[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222492, current: 816817; changing to 2222493. This may result in incorrect timestamps in the output file.
317[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222493, current: 819820; changing to 2222494. This may result in incorrect timestamps in the output file.
318[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222494, current: 822823; changing to 2222495. This may result in incorrect timestamps in the output file.
319[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222495, current: 825826; changing to 2222496. This may result in incorrect timestamps in the output file.
320[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222496, current: 828829; changing to 2222497. This may result in incorrect timestamps in the output file.
321[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222497, current: 831832; changing to 2222498. This may result in incorrect timestamps in the output file.
322[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222498, current: 834835; changing to 2222499. This may result in incorrect timestamps in the output file.
323[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222499, current: 837838; changing to 2222500. This may result in incorrect timestamps in the output file.
324[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222500, current: 840841; changing to 2222501. This may result in incorrect timestamps in the output file.
325[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222501, current: 843844; changing to 2222502. This may result in incorrect timestamps in the output file.
326[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222502, current: 846847; changing to 2222503. This may result in incorrect timestamps in the output file.
327[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222503, current: 849850; changing to 2222504. This may result in incorrect timestamps in the output file.
328[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222504, current: 852853; changing to 2222505. This may result in incorrect timestamps in the output file.
329[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222505, current: 855856; changing to 2222506. This may result in incorrect timestamps in the output file.
330[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222506, current: 858859; changing to 2222507. This may result in incorrect timestamps in the output file.
331[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222507, current: 861862; changing to 2222508. This may result in incorrect timestamps in the output file.
332[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222508, current: 864865; changing to 2222509. This may result in incorrect timestamps in the output file.
333[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222509, current: 867868; changing to 2222510. This may result in incorrect timestamps in the output file.
334[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222510, current: 870871; changing to 2222511. This may result in incorrect timestamps in the output file.
335[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222511, current: 873874; changing to 2222512. This may result in incorrect timestamps in the output file.
336[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222512, current: 876877; changing to 2222513. This may result in incorrect timestamps in the output file.
337[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222513, current: 879880; changing to 2222514. This may result in incorrect timestamps in the output file.
338[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222514, current: 882883; changing to 2222515. This may result in incorrect timestamps in the output file.
339[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222515, current: 885886; changing to 2222516. This may result in incorrect timestamps in the output file.
340[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222516, current: 888889; changing to 2222517. This may result in incorrect timestamps in the output file.
341[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222517, current: 891892; changing to 2222518. This may result in incorrect timestamps in the output file.
342[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222518, current: 894895; changing to 2222519. This may result in incorrect timestamps in the output file.
343[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222519, current: 897898; changing to 2222520. This may result in incorrect timestamps in the output file.
344[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222520, current: 900901; changing to 2222521. This may result in incorrect timestamps in the output file.
345[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222521, current: 903904; changing to 2222522. This may result in incorrect timestamps in the output file.
346[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222522, current: 906907; changing to 2222523. This may result in incorrect timestamps in the output file.
347[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222523, current: 909910; changing to 2222524. This may result in incorrect timestamps in the output file.
348[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222524, current: 912913; changing to 2222525. This may result in incorrect timestamps in the output file.
349[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222525, current: 915916; changing to 2222526. This may result in incorrect timestamps in the output file.
350[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222526, current: 918919; changing to 2222527. This may result in incorrect timestamps in the output file.
351[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222527, current: 921922; changing to 2222528. This may result in incorrect timestamps in the output file.
352[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222528, current: 924925; changing to 2222529. This may result in incorrect timestamps in the output file.
353[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222529, current: 927928; changing to 2222530. This may result in incorrect timestamps in the output file.
354[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222530, current: 930931; changing to 2222531. This may result in incorrect timestamps in the output file.
355[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222531, current: 933934; changing to 2222532. This may result in incorrect timestamps in the output file.
356[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222532, current: 936937; changing to 2222533. This may result in incorrect timestamps in the output file.
357[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222533, current: 939940; changing to 2222534. This may result in incorrect timestamps in the output file.
358[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222534, current: 942943; changing to 2222535. This may result in incorrect timestamps in the output file.
359[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222535, current: 945946; changing to 2222536. This may result in incorrect timestamps in the output file.
360[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222536, current: 948949; changing to 2222537. This may result in incorrect timestamps in the output file.
361[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222537, current: 951952; changing to 2222538. This may result in incorrect timestamps in the output file.
362[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222538, current: 954955; changing to 2222539. This may result in incorrect timestamps in the output file.
363[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222539, current: 957958; changing to 2222540. This may result in incorrect timestamps in the output file.
364[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222540, current: 960961; changing to 2222541. This may result in incorrect timestamps in the output file.
365[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222541, current: 963964; changing to 2222542. This may result in incorrect timestamps in the output file.
366[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222542, current: 966967; changing to 2222543. This may result in incorrect timestamps in the output file.
367[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222543, current: 969970; changing to 2222544. This may result in incorrect timestamps in the output file.
368[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222544, current: 972973; changing to 2222545. This may result in incorrect timestamps in the output file.
369[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222545, current: 975976; changing to 2222546. This may result in incorrect timestamps in the output file.
370[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222546, current: 978979; changing to 2222547. This may result in incorrect timestamps in the output file.
371[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222547, current: 981982; changing to 2222548. This may result in incorrect timestamps in the output file.
372[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222548, current: 984985; changing to 2222549. This may result in incorrect timestamps in the output file.
373[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222549, current: 987988; changing to 2222550. This may result in incorrect timestamps in the output file.
374[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222550, current: 990991; changing to 2222551. This may result in incorrect timestamps in the output file.
375[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222551, current: 993994; changing to 2222552. This may result in incorrect timestamps in the output file.
376[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222552, current: 996997; changing to 2222553. This may result in incorrect timestamps in the output file.
377[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222553, current: 1000000; changing to 2222554. This may result in incorrect timestamps in the output file.
378[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222554, current: 1003003; changing to 2222555. This may result in incorrect timestamps in the output file.
379[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222555, current: 1006006; changing to 2222556. This may result in incorrect timestamps in the output file.
380[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222556, current: 1009009; changing to 2222557. This may result in incorrect timestamps in the output file.
381[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222557, current: 1012012; changing to 2222558. This may result in incorrect timestamps in the output file.
382[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222558, current: 1015015; changing to 2222559. This may result in incorrect timestamps in the output file.
383[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222559, current: 1018018; changing to 2222560. This may result in incorrect timestamps in the output file.
384[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222560, current: 1021021; changing to 2222561. This may result in incorrect timestamps in the output file.
385[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222561, current: 1024024; changing to 2222562. This may result in incorrect timestamps in the output file.
386[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222562, current: 1027027; changing to 2222563. This may result in incorrect timestamps in the output file.
387[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222563, current: 1030030; changing to 2222564. This may result in incorrect timestamps in the output file.
388[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222564, current: 1033033; changing to 2222565. This may result in incorrect timestamps in the output file.
389[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222565, current: 1036036; changing to 2222566. This may result in incorrect timestamps in the output file.
390[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222566, current: 1039039; changing to 2222567. This may result in incorrect timestamps in the output file.
391[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222567, current: 1042042; changing to 2222568. This may result in incorrect timestamps in the output file.
392[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222568, current: 1045045; changing to 2222569. This may result in incorrect timestamps in the output file.
393[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222569, current: 1048048; changing to 2222570. This may result in incorrect timestamps in the output file.
394[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222570, current: 1051051; changing to 2222571. This may result in incorrect timestamps in the output file.
395[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222571, current: 1054054; changing to 2222572. This may result in incorrect timestamps in the output file.
396[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222572, current: 1057057; changing to 2222573. This may result in incorrect timestamps in the output file.
397[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222573, current: 1060060; changing to 2222574. This may result in incorrect timestamps in the output file.
398[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222574, current: 1063063; changing to 2222575. This may result in incorrect timestamps in the output file.
399[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222575, current: 1066066; changing to 2222576. This may result in incorrect timestamps in the output file.
400[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222576, current: 1069069; changing to 2222577. This may result in incorrect timestamps in the output file.
401[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222577, current: 1072072; changing to 2222578. This may result in incorrect timestamps in the output file.
402[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222578, current: 1075075; changing to 2222579. This may result in incorrect timestamps in the output file.
403[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222579, current: 1078078; changing to 2222580. This may result in incorrect timestamps in the output file.
404[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222580, current: 1081081; changing to 2222581. This may result in incorrect timestamps in the output file.
405[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222581, current: 1084084; changing to 2222582. This may result in incorrect timestamps in the output file.
406[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222582, current: 1087087; changing to 2222583. This may result in incorrect timestamps in the output file.
407[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222583, current: 1090090; changing to 2222584. This may result in incorrect timestamps in the output file.
408[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222584, current: 1093093; changing to 2222585. This may result in incorrect timestamps in the output file.
409[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222585, current: 1096096; changing to 2222586. This may result in incorrect timestamps in the output file.
410[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222586, current: 1099099; changing to 2222587. This may result in incorrect timestamps in the output file.
411[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222587, current: 1102102; changing to 2222588. This may result in incorrect timestamps in the output file.
412[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222588, current: 1105105; changing to 2222589. This may result in incorrect timestamps in the output file.
413[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222589, current: 1108108; changing to 2222590. This may result in incorrect timestamps in the output file.
414[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222590, current: 1111111; changing to 2222591. This may result in incorrect timestamps in the output file.
415[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222591, current: 1114114; changing to 2222592. This may result in incorrect timestamps in the output file.
416[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222592, current: 1117117; changing to 2222593. This may result in incorrect timestamps in the output file.
417[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222593, current: 1120120; changing to 2222594. This may result in incorrect timestamps in the output file.
418[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222594, current: 1123123; changing to 2222595. This may result in incorrect timestamps in the output file.
419[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222595, current: 1126126; changing to 2222596. This may result in incorrect timestamps in the output file.
420[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222596, current: 1129129; changing to 2222597. This may result in incorrect timestamps in the output file.
421[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222597, current: 1132132; changing to 2222598. This may result in incorrect timestamps in the output file.
422[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222598, current: 1135135; changing to 2222599. This may result in incorrect timestamps in the output file.
423[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222599, current: 1138138; changing to 2222600. This may result in incorrect timestamps in the output file.
424[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222600, current: 1141141; changing to 2222601. This may result in incorrect timestamps in the output file.
425[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222601, current: 1144144; changing to 2222602. This may result in incorrect timestamps in the output file.
426[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222602, current: 1147147; changing to 2222603. This may result in incorrect timestamps in the output file.
427[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222603, current: 1150150; changing to 2222604. This may result in incorrect timestamps in the output file.
428[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222604, current: 1153153; changing to 2222605. This may result in incorrect timestamps in the output file.
429[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222605, current: 1156156; changing to 2222606. This may result in incorrect timestamps in the output file.
430[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222606, current: 1159159; changing to 2222607. This may result in incorrect timestamps in the output file.
431[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222607, current: 1162162; changing to 2222608. This may result in incorrect timestamps in the output file.
432[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222608, current: 1165165; changing to 2222609. This may result in incorrect timestamps in the output file.
433[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222609, current: 1168168; changing to 2222610. This may result in incorrect timestamps in the output file.
434[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222610, current: 1171171; changing to 2222611. This may result in incorrect timestamps in the output file.
435[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222611, current: 1174174; changing to 2222612. This may result in incorrect timestamps in the output file.
436[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222612, current: 1177177; changing to 2222613. This may result in incorrect timestamps in the output file.
437[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222613, current: 1180180; changing to 2222614. This may result in incorrect timestamps in the output file.
438[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222614, current: 1183183; changing to 2222615. This may result in incorrect timestamps in the output file.
439[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222615, current: 1186186; changing to 2222616. This may result in incorrect timestamps in the output file.
440[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222616, current: 1189189; changing to 2222617. This may result in incorrect timestamps in the output file.
441[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222617, current: 1192192; changing to 2222618. This may result in incorrect timestamps in the output file.
442[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222618, current: 1195195; changing to 2222619. This may result in incorrect timestamps in the output file.
443[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222619, current: 1198198; changing to 2222620. This may result in incorrect timestamps in the output file.
444[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222620, current: 1201201; changing to 2222621. This may result in incorrect timestamps in the output file.
445[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222621, current: 1204204; changing to 2222622. This may result in incorrect timestamps in the output file.
446[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222622, current: 1207207; changing to 2222623. This may result in incorrect timestamps in the output file.
447[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222623, current: 1210210; changing to 2222624. This may result in incorrect timestamps in the output file.
448[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222624, current: 1213213; changing to 2222625. This may result in incorrect timestamps in the output file.
449[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222625, current: 1216216; changing to 2222626. This may result in incorrect timestamps in the output file.
450[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222626, current: 1219219; changing to 2222627. This may result in incorrect timestamps in the output file.
451[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222627, current: 1222222; changing to 2222628. This may result in incorrect timestamps in the output file.
452[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222628, current: 1225225; changing to 2222629. This may result in incorrect timestamps in the output file.
453[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222629, current: 1228228; changing to 2222630. This may result in incorrect timestamps in the output file.
454[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222630, current: 1231231; changing to 2222631. This may result in incorrect timestamps in the output file.
455[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222631, current: 1234234; changing to 2222632. This may result in incorrect timestamps in the output file.
456[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222632, current: 1237237; changing to 2222633. This may result in incorrect timestamps in the output file.
457[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222633, current: 1240240; changing to 2222634. This may result in incorrect timestamps in the output file.
458[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222634, current: 1243243; changing to 2222635. This may result in incorrect timestamps in the output file.
459[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222635, current: 1246246; changing to 2222636. This may result in incorrect timestamps in the output file.
460[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222636, current: 1249249; changing to 2222637. This may result in incorrect timestamps in the output file.
461[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222637, current: 1252252; changing to 2222638. This may result in incorrect timestamps in the output file.
462[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222638, current: 1255255; changing to 2222639. This may result in incorrect timestamps in the output file.
463[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222639, current: 1258258; changing to 2222640. This may result in incorrect timestamps in the output file.
464[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222640, current: 1261261; changing to 2222641. This may result in incorrect timestamps in the output file.
465[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222641, current: 1264264; changing to 2222642. This may result in incorrect timestamps in the output file.
466[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222642, current: 1267267; changing to 2222643. This may result in incorrect timestamps in the output file.
467[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222643, current: 1270270; changing to 2222644. This may result in incorrect timestamps in the output file.
468[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222644, current: 1273273; changing to 2222645. This may result in incorrect timestamps in the output file.
469[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222645, current: 1276276; changing to 2222646. This may result in incorrect timestamps in the output file.
470[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222646, current: 1279279; changing to 2222647. This may result in incorrect timestamps in the output file.
471[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222647, current: 1282282; changing to 2222648. This may result in incorrect timestamps in the output file.
472[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222648, current: 1285285; changing to 2222649. This may result in incorrect timestamps in the output file.
473[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222649, current: 1288288; changing to 2222650. This may result in incorrect timestamps in the output file.
474[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222650, current: 1291291; changing to 2222651. This may result in incorrect timestamps in the output file.
475[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222651, current: 1294294; changing to 2222652. This may result in incorrect timestamps in the output file.
476[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222652, current: 1297297; changing to 2222653. This may result in incorrect timestamps in the output file.
477[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222653, current: 1300300; changing to 2222654. This may result in incorrect timestamps in the output file.
478[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222654, current: 1303303; changing to 2222655. This may result in incorrect timestamps in the output file.
479[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222655, current: 1306306; changing to 2222656. This may result in incorrect timestamps in the output file.
480[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222656, current: 1309309; changing to 2222657. This may result in incorrect timestamps in the output file.
481[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222657, current: 1312312; changing to 2222658. This may result in incorrect timestamps in the output file.
482[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222658, current: 1315315; changing to 2222659. This may result in incorrect timestamps in the output file.
483[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222659, current: 1318318; changing to 2222660. This may result in incorrect timestamps in the output file.
484[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222660, current: 1321321; changing to 2222661. This may result in incorrect timestamps in the output file.
485[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222661, current: 1324324; changing to 2222662. This may result in incorrect timestamps in the output file.
486[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222662, current: 1327327; changing to 2222663. This may result in incorrect timestamps in the output file.
487[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222663, current: 1330330; changing to 2222664. This may result in incorrect timestamps in the output file.
488[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222664, current: 1333333; changing to 2222665. This may result in incorrect timestamps in the output file.
489[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222665, current: 1336336; changing to 2222666. This may result in incorrect timestamps in the output file.
490[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222666, current: 1339339; changing to 2222667. This may result in incorrect timestamps in the output file.
491[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222667, current: 1342342; changing to 2222668. This may result in incorrect timestamps in the output file.
492[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222668, current: 1345345; changing to 2222669. This may result in incorrect timestamps in the output file.
493[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222669, current: 1348348; changing to 2222670. This may result in incorrect timestamps in the output file.
494[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222670, current: 1351351; changing to 2222671. This may result in incorrect timestamps in the output file.
495[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222671, current: 1354354; changing to 2222672. This may result in incorrect timestamps in the output file.
496[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222672, current: 1357357; changing to 2222673. This may result in incorrect timestamps in the output file.
497[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222673, current: 1360360; changing to 2222674. This may result in incorrect timestamps in the output file.
498[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222674, current: 1363363; changing to 2222675. This may result in incorrect timestamps in the output file.
499[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222675, current: 1366366; changing to 2222676. This may result in incorrect timestamps in the output file.
500[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222676, current: 1369369; changing to 2222677. This may result in incorrect timestamps in the output file.
501[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222677, current: 1372372; changing to 2222678. This may result in incorrect timestamps in the output file.
502[dvd @ 0x9262840] buffer underflow st=0 bufi=1296 size=1319
503[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222678, current: 1375375; changing to 2222679. This may result in incorrect timestamps in the output file.
504[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222679, current: 1378378; changing to 2222680. This may result in incorrect timestamps in the output file.
505[dvd @ 0x9262840] buffer underflow st=0 bufi=240 size=739
506[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222680, current: 1381381; changing to 2222681. This may result in incorrect timestamps in the output file.
507[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222681, current: 1384384; changing to 2222682. This may result in incorrect timestamps in the output file.
508[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222682, current: 1387387; changing to 2222683. This may result in incorrect timestamps in the output file.
509[dvd @ 0x9262840] buffer underflow st=0 bufi=332 size=655
510[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222683, current: 1390390; changing to 2222684. This may result in incorrect timestamps in the output file.
511[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222684, current: 1393393; changing to 2222685. This may result in incorrect timestamps in the output file.
512[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222685, current: 1396396; changing to 2222686. This may result in incorrect timestamps in the output file.
513[dvd @ 0x9262840] buffer underflow st=0 bufi=358 size=694
514[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222686, current: 1399399; changing to 2222687. This may result in incorrect timestamps in the output file.
515[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222687, current: 1402402; changing to 2222688. This may result in incorrect timestamps in the output file.
516[dvd @ 0x9262840] buffer underflow st=0 bufi=600 size=837
517[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222688, current: 1405405; changing to 2222689. This may result in incorrect timestamps in the output file.
518[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222689, current: 1408408; changing to 2222690. This may result in incorrect timestamps in the output file.
519[dvd @ 0x9262840] buffer underflow st=0 bufi=712 size=1120
520[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222690, current: 1411411; changing to 2222691. This may result in incorrect timestamps in the output file.
521[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222691, current: 1414414; changing to 2222692. This may result in incorrect timestamps in the output file.
522[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222692, current: 1417417; changing to 2222693. This may result in incorrect timestamps in the output file.
523[dvd @ 0x9262840] buffer underflow st=0 bufi=23 size=1278
524[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222693, current: 1420420; changing to 2222694. This may result in incorrect timestamps in the output file.
525[dvd @ 0x9262840] buffer underflow st=0 bufi=769 size=858
526[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222694, current: 1423423; changing to 2222695. This may result in incorrect timestamps in the output file.
527[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222695, current: 1426426; changing to 2222696. This may result in incorrect timestamps in the output file.
528[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222696, current: 1429429; changing to 2222697. This may result in incorrect timestamps in the output file.
529[dvd @ 0x9262840] buffer underflow st=0 bufi=286 size=1602
530[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222697, current: 1432432; changing to 2222698. This may result in incorrect timestamps in the output file.
531[dvd @ 0x9262840] buffer underflow st=0 bufi=708 size=795
532[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222698, current: 1435435; changing to 2222699. This may result in incorrect timestamps in the output file.
533[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222699, current: 1438438; changing to 2222700. This may result in incorrect timestamps in the output file.
534[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222700, current: 1441441; changing to 2222701. This may result in incorrect timestamps in the output file.
535[dvd @ 0x9262840] buffer underflow st=0 bufi=628 size=1924
536[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222701, current: 1444444; changing to 2222702. This may result in incorrect timestamps in the output file.
537[dvd @ 0x9262840] buffer underflow st=0 bufi=728 size=1986
538[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222702, current: 1447447; changing to 2222703. This may result in incorrect timestamps in the output file.
539[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222703, current: 1450450; changing to 2222704. This may result in incorrect timestamps in the output file.
540[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222704, current: 1453453; changing to 2222705. This may result in incorrect timestamps in the output file.
541[dvd @ 0x9262840] buffer underflow st=0 bufi=182 size=919
542[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222705, current: 1456456; changing to 2222706. This may result in incorrect timestamps in the output file.
543[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222706, current: 1459459; changing to 2222707. This may result in incorrect timestamps in the output file.
544[dvd @ 0x9262840] buffer underflow st=0 bufi=657 size=815
545[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222707, current: 1462462; changing to 2222708. This may result in incorrect timestamps in the output file.
546[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222708, current: 1465465; changing to 2222709. This may result in incorrect timestamps in the output file.
547[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222709, current: 1468468; changing to 2222710. This may result in incorrect timestamps in the output file.
548[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222710, current: 1471471; changing to 2222711. This may result in incorrect timestamps in the output file.
549[dvd @ 0x9262840] buffer underflow st=0 bufi=192 size=660
550[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222711, current: 1474474; changing to 2222712. This may result in incorrect timestamps in the output file.
551[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222712, current: 1477477; changing to 2222713. This may result in incorrect timestamps in the output file.
552[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222713, current: 1480480; changing to 2222714. This may result in incorrect timestamps in the output file.
553[dvd @ 0x9262840] buffer underflow st=0 bufi=577 size=606
554[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222714, current: 1483483; changing to 2222715. This may result in incorrect timestamps in the output file.
555[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222715, current: 1486486; changing to 2222716. This may result in incorrect timestamps in the output file.
556[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222716, current: 1489489; changing to 2222717. This may result in incorrect timestamps in the output file.
557[dvd @ 0x9262840] buffer underflow st=0 bufi=580 size=918
558[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222717, current: 1492492; changing to 2222718. This may result in incorrect timestamps in the output file.
559[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222718, current: 1495495; changing to 2222719. This may result in incorrect timestamps in the output file.
560[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222719, current: 1498498; changing to 2222720. This may result in incorrect timestamps in the output file.
561[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222720, current: 1501502; changing to 2222721. This may result in incorrect timestamps in the output file.
562[dvd @ 0x9262840] buffer underflow st=0 bufi=259 size=548
563[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222721, current: 1504505; changing to 2222722. This may result in incorrect timestamps in the output file.
564[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222722, current: 1507508; changing to 2222723. This may result in incorrect timestamps in the output file.
565[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222723, current: 1510511; changing to 2222724. This may result in incorrect timestamps in the output file.
566[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222724, current: 1513514; changing to 2222725. This may result in incorrect timestamps in the output file.
567[dvd @ 0x9262840] buffer underflow st=0 bufi=435 size=837
568[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222725, current: 1516517; changing to 2222726. This may result in incorrect timestamps in the output file.
569[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222726, current: 1519520; changing to 2222727. This may result in incorrect timestamps in the output file.
570[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222727, current: 1522523; changing to 2222728. This may result in incorrect timestamps in the output file.
571[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222728, current: 1525526; changing to 2222729. This may result in incorrect timestamps in the output file.
572[dvd @ 0x9262840] buffer underflow st=0 bufi=122 size=558
573[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222729, current: 1528529; changing to 2222730. This may result in incorrect timestamps in the output file.
574[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222730, current: 1531532; changing to 2222731. This may result in incorrect timestamps in the output file.
575[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222731, current: 1534535; changing to 2222732. This may result in incorrect timestamps in the output file.
576[dvd @ 0x9262840] buffer underflow st=0 bufi=507 size=683
577[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222732, current: 1537538; changing to 2222733. This may result in incorrect timestamps in the output file.
578[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222733, current: 1540541; changing to 2222734. This may result in incorrect timestamps in the output file.
579[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222734, current: 1543544; changing to 2222735. This may result in incorrect timestamps in the output file.
580[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222735, current: 1546547; changing to 2222736. This may result in incorrect timestamps in the output file.
581[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222736, current: 1549550; changing to 2222737. This may result in incorrect timestamps in the output file.
582[dvd @ 0x9262840] buffer underflow st=0 bufi=209 size=628
583[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222737, current: 1552553; changing to 2222738. This may result in incorrect timestamps in the output file.
584[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222738, current: 1555556; changing to 2222739. This may result in incorrect timestamps in the output file.
585[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222739, current: 1558559; changing to 2222740. This may result in incorrect timestamps in the output file.
586[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222740, current: 1561562; changing to 2222741. This may result in incorrect timestamps in the output file.
587[dvd @ 0x9262840] buffer underflow st=0 bufi=120 size=360
588[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222741, current: 1564565; changing to 2222742. This may result in incorrect timestamps in the output file.
589[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222742, current: 1567568; changing to 2222743. This may result in incorrect timestamps in the output file.
590[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222743, current: 1570571; changing to 2222744. This may result in incorrect timestamps in the output file.
591[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222744, current: 1573574; changing to 2222745. This may result in incorrect timestamps in the output file.
592[dvd @ 0x9262840] buffer underflow st=0 bufi=452 size=7738
593[dvd @ 0x9262840] buffer underflow st=0 bufi=2476 size=7738
594[dvd @ 0x9262840] buffer underflow st=0 bufi=4500 size=7738
595[dvd @ 0x9262840] buffer underflow st=0 bufi=6524 size=7738
596[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222745, current: 1576577; changing to 2222746. This may result in incorrect timestamps in the output file.
597[dvd @ 0x9262840] buffer underflow st=0 bufi=810 size=1462
598[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222746, current: 1579580; changing to 2222747. This may result in incorrect timestamps in the output file.
599[dvd @ 0x9262840] buffer underflow st=0 bufi=1372 size=2299
600[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222747, current: 1582583; changing to 2222748. This may result in incorrect timestamps in the output file.
601[dvd @ 0x9262840] buffer underflow st=0 bufi=1097 size=2134
602[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222748, current: 1585586; changing to 2222749. This may result in incorrect timestamps in the output file.
603[dvd @ 0x9262840] buffer underflow st=0 bufi=987 size=1558
604[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222749, current: 1588589; changing to 2222750. This may result in incorrect timestamps in the output file.
605[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222750, current: 1591592; changing to 2222751. This may result in incorrect timestamps in the output file.
606[dvd @ 0x9262840] buffer underflow st=0 bufi=743 size=1536
607[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222751, current: 1594595; changing to 2222752. This may result in incorrect timestamps in the output file.
608[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222752, current: 1597598; changing to 2222753. This may result in incorrect timestamps in the output file.
609[dvd @ 0x9262840] buffer underflow st=0 bufi=320 size=630
610[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222753, current: 1600601; changing to 2222754. This may result in incorrect timestamps in the output file.
611[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222754, current: 1603604; changing to 2222755. This may result in incorrect timestamps in the output file.
612[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222755, current: 1606607; changing to 2222756. This may result in incorrect timestamps in the output file.
613[dvd @ 0x9262840] buffer underflow st=0 bufi=759 size=978
614[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222756, current: 1609610; changing to 2222757. This may result in incorrect timestamps in the output file.
615[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222757, current: 1612613; changing to 2222758. This may result in incorrect timestamps in the output file.
616[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222758, current: 1615616; changing to 2222759. This may result in incorrect timestamps in the output file.
617[dvd @ 0x9262840] buffer underflow st=0 bufi=61 size=1285
618[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222759, current: 1618619; changing to 2222760. This may result in incorrect timestamps in the output file.
619[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222760, current: 1621622; changing to 2222761. This may result in incorrect timestamps in the output file.
620[dvd @ 0x9262840] buffer underflow st=0 bufi=619 size=1427
621[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222761, current: 1624625; changing to 2222762. This may result in incorrect timestamps in the output file.
622[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222762, current: 1627628; changing to 2222763. This may result in incorrect timestamps in the output file.
623[dvd @ 0x9262840] buffer underflow st=0 bufi=214 size=787
624[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222763, current: 1630631; changing to 2222764. This may result in incorrect timestamps in the output file.
625[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222764, current: 1633634; changing to 2222765. This may result in incorrect timestamps in the output file.
626[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222765, current: 1636637; changing to 2222766. This may result in incorrect timestamps in the output file.
627[dvd @ 0x9262840] buffer underflow st=0 bufi=256 size=1160
628[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222766, current: 1639640; changing to 2222767. This may result in incorrect timestamps in the output file.
629[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222767, current: 1642643; changing to 2222768. This may result in incorrect timestamps in the output file.
630[dvd @ 0x9262840] buffer underflow st=0 bufi=442 size=597
631[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222768, current: 1645646; changing to 2222769. This may result in incorrect timestamps in the output file.
632[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222769, current: 1648649; changing to 2222770. This may result in incorrect timestamps in the output file.
633[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222770, current: 1651652; changing to 2222771. This may result in incorrect timestamps in the output file.
634[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222771, current: 1654655; changing to 2222772. This may result in incorrect timestamps in the output file.
635[dvd @ 0x9262840] buffer underflow st=0 bufi=145 size=913
636[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222772, current: 1657658; changing to 2222773. This may result in incorrect timestamps in the output file.
637[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222773, current: 1660661; changing to 2222774. This may result in incorrect timestamps in the output file.
638[dvd @ 0x9262840] buffer underflow st=0 bufi=421 size=1489
639[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222774, current: 1663664; changing to 2222775. This may result in incorrect timestamps in the output file.
640[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222775, current: 1666667; changing to 2222776. This may result in incorrect timestamps in the output file.
641[dvd @ 0x9262840] buffer underflow st=0 bufi=723 size=1639
642[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222776, current: 1669670; changing to 2222777. This may result in incorrect timestamps in the output file.
643[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222777, current: 1672673; changing to 2222778. This may result in incorrect timestamps in the output file.
644[dvd @ 0x9262840] buffer underflow st=0 bufi=1108 size=1127
645[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222778, current: 1675676; changing to 2222779. This may result in incorrect timestamps in the output file.
646[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222779, current: 1678679; changing to 2222780. This may result in incorrect timestamps in the output file.
647[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222780, current: 1681682; changing to 2222781. This may result in incorrect timestamps in the output file.
648[dvd @ 0x9262840] buffer underflow st=0 bufi=313 size=1050
649[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222781, current: 1684685; changing to 2222782. This may result in incorrect timestamps in the output file.
650[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222782, current: 1687688; changing to 2222783. This may result in incorrect timestamps in the output file.
651[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222783, current: 1690691; changing to 2222784. This may result in incorrect timestamps in the output file.
652[dvd @ 0x9262840] buffer underflow st=0 bufi=80 size=1183
653[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222784, current: 1693694; changing to 2222785. This may result in incorrect timestamps in the output file.
654[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222785, current: 1696697; changing to 2222786. This may result in incorrect timestamps in the output file.
655[dvd @ 0x9262840] buffer underflow st=0 bufi=760 size=1527
656[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222786, current: 1699700; changing to 2222787. This may result in incorrect timestamps in the output file.
657[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222787, current: 1702703; changing to 2222788. This may result in incorrect timestamps in the output file.
658[dvd @ 0x9262840] buffer underflow st=0 bufi=322 size=782
659[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222788, current: 1705706; changing to 2222789. This may result in incorrect timestamps in the output file.
660[dvd @ 0x9262840] buffer underflow st=0 bufi=1564 size=2538
661[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222789, current: 1708709; changing to 2222790. This may result in incorrect timestamps in the output file.
662[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222790, current: 1711712; changing to 2222791. This may result in incorrect timestamps in the output file.
663[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222791, current: 1714715; changing to 2222792. This may result in incorrect timestamps in the output file.
664[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222792, current: 1717718; changing to 2222793. This may result in incorrect timestamps in the output file.
665[dvd @ 0x9262840] buffer underflow st=0 bufi=207 size=353
666[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222793, current: 1720721; changing to 2222794. This may result in incorrect timestamps in the output file.
667[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222794, current: 1723724; changing to 2222795. This may result in incorrect timestamps in the output file.
668[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222795, current: 1726727; changing to 2222796. This may result in incorrect timestamps in the output file.
669[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222796, current: 1729730; changing to 2222797. This may result in incorrect timestamps in the output file.
670[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222797, current: 1732733; changing to 2222798. This may result in incorrect timestamps in the output file.
671[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222798, current: 1735736; changing to 2222799. This may result in incorrect timestamps in the output file.
672[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222799, current: 1738739; changing to 2222800. This may result in incorrect timestamps in the output file.
673[dvd @ 0x9262840] buffer underflow st=0 bufi=85 size=404
674[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222800, current: 1741742; changing to 2222801. This may result in incorrect timestamps in the output file.
675[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222801, current: 1744745; changing to 2222802. This may result in incorrect timestamps in the output file.
676[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222802, current: 1747748; changing to 2222803. This may result in incorrect timestamps in the output file.
677[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222803, current: 1750751; changing to 2222804. This may result in incorrect timestamps in the output file.
678[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222804, current: 1753754; changing to 2222805. This may result in incorrect timestamps in the output file.
679[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222805, current: 1756757; changing to 2222806. This may result in incorrect timestamps in the output file.
680[dvd @ 0x9262840] buffer underflow st=0 bufi=246 size=407
681[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222806, current: 1759760; changing to 2222807. This may result in incorrect timestamps in the output file.
682[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222807, current: 1762763; changing to 2222808. This may result in incorrect timestamps in the output file.
683[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222808, current: 1765766; changing to 2222809. This may result in incorrect timestamps in the output file.
684[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222809, current: 1768769; changing to 2222810. This may result in incorrect timestamps in the output file.
685[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222810, current: 1771772; changing to 2222811. This may result in incorrect timestamps in the output file.
686[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222811, current: 1774775; changing to 2222812. This may result in incorrect timestamps in the output file.
687[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222812, current: 1777778; changing to 2222813. This may result in incorrect timestamps in the output file.
688[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222813, current: 1780781; changing to 2222814. This may result in incorrect timestamps in the output file.
689[dvd @ 0x9262840] buffer underflow st=0 bufi=54 size=324
690[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222814, current: 1783784; changing to 2222815. This may result in incorrect timestamps in the output file.
691[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222815, current: 1786787; changing to 2222816. This may result in incorrect timestamps in the output file.
692[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222816, current: 1789790; changing to 2222817. This may result in incorrect timestamps in the output file.
693[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222817, current: 1792793; changing to 2222818. This may result in incorrect timestamps in the output file.
694[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222818, current: 1795796; changing to 2222819. This may result in incorrect timestamps in the output file.
695[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222819, current: 1798799; changing to 2222820. This may result in incorrect timestamps in the output file.
696[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222820, current: 1801802; changing to 2222821. This may result in incorrect timestamps in the output file.
697[dvd @ 0x9262840] buffer underflow st=0 bufi=30 size=311
698[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222821, current: 1804805; changing to 2222822. This may result in incorrect timestamps in the output file.
699[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222822, current: 1807808; changing to 2222823. This may result in incorrect timestamps in the output file.
700[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222823, current: 1810811; changing to 2222824. This may result in incorrect timestamps in the output file.
701[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222824, current: 1813814; changing to 2222825. This may result in incorrect timestamps in the output file.
702[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222825, current: 1816817; changing to 2222826. This may result in incorrect timestamps in the output file.
703[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222826, current: 1819820; changing to 2222827. This may result in incorrect timestamps in the output file.
704[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222827, current: 1822823; changing to 2222828. This may result in incorrect timestamps in the output file.
705[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222828, current: 1825826; changing to 2222829. This may result in incorrect timestamps in the output file.
706[dvd @ 0x9262840] buffer underflow st=0 bufi=9 size=347
707[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222829, current: 1828829; changing to 2222830. This may result in incorrect timestamps in the output file.
708[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222830, current: 1831832; changing to 2222831. This may result in incorrect timestamps in the output file.
709[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222831, current: 1834835; changing to 2222832. This may result in incorrect timestamps in the output file.
710[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222832, current: 1837838; changing to 2222833. This may result in incorrect timestamps in the output file.
711[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222833, current: 1840841; changing to 2222834. This may result in incorrect timestamps in the output file.
712[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222834, current: 1843844; changing to 2222835. This may result in incorrect timestamps in the output file.
713[dvd @ 0x9262840] buffer underflow st=0 bufi=78 size=284
714[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222835, current: 1846847; changing to 2222836. This may result in incorrect timestamps in the output file.
715[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222836, current: 1849850; changing to 2222837. This may result in incorrect timestamps in the output file.
716[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222837, current: 1852853; changing to 2222838. This may result in incorrect timestamps in the output file.
717[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222838, current: 1855856; changing to 2222839. This may result in incorrect timestamps in the output file.
718[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222839, current: 1858859; changing to 2222840. This may result in incorrect timestamps in the output file.
719[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222840, current: 1861862; changing to 2222841. This may result in incorrect timestamps in the output file.
720[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222841, current: 1864865; changing to 2222842. This may result in incorrect timestamps in the output file.
721[dvd @ 0x9262840] buffer underflow st=0 bufi=60 size=181
722[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222842, current: 1867868; changing to 2222843. This may result in incorrect timestamps in the output file.
723[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222843, current: 1870871; changing to 2222844. This may result in incorrect timestamps in the output file.
724[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222844, current: 1873874; changing to 2222845. This may result in incorrect timestamps in the output file.
725[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222845, current: 1876877; changing to 2222846. This may result in incorrect timestamps in the output file.
726[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222846, current: 1879880; changing to 2222847. This may result in incorrect timestamps in the output file.
727[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222847, current: 1882883; changing to 2222848. This may result in incorrect timestamps in the output file.
728[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222848, current: 1885886; changing to 2222849. This may result in incorrect timestamps in the output file.
729[dvd @ 0x9262840] buffer underflow st=0 bufi=241 size=364
730[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222849, current: 1888889; changing to 2222850. This may result in incorrect timestamps in the output file.
731[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222850, current: 1891892; changing to 2222851. This may result in incorrect timestamps in the output file.
732[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222851, current: 1894895; changing to 2222852. This may result in incorrect timestamps in the output file.
733[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222852, current: 1897898; changing to 2222853. This may result in incorrect timestamps in the output file.
734[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222853, current: 1900901; changing to 2222854. This may result in incorrect timestamps in the output file.
735[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222854, current: 1903904; changing to 2222855. This may result in incorrect timestamps in the output file.
736[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222855, current: 1906907; changing to 2222856. This may result in incorrect timestamps in the output file.
737[dvd @ 0x9262840] buffer underflow st=0 bufi=277 size=336
738[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222856, current: 1909910; changing to 2222857. This may result in incorrect timestamps in the output file.
739[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222857, current: 1912913; changing to 2222858. This may result in incorrect timestamps in the output file.
740[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222858, current: 1915916; changing to 2222859. This may result in incorrect timestamps in the output file.
741[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222859, current: 1918919; changing to 2222860. This may result in incorrect timestamps in the output file.
742[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222860, current: 1921922; changing to 2222861. This may result in incorrect timestamps in the output file.
743[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222861, current: 1924925; changing to 2222862. This may result in incorrect timestamps in the output file.
744[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222862, current: 1927928; changing to 2222863. This may result in incorrect timestamps in the output file.
745[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222863, current: 1930931; changing to 2222864. This may result in incorrect timestamps in the output file.
746[dvd @ 0x9262840] buffer underflow st=0 bufi=150 size=292
747[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222864, current: 1933934; changing to 2222865. This may result in incorrect timestamps in the output file.
748[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222865, current: 1936937; changing to 2222866. This may result in incorrect timestamps in the output file.
749[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222866, current: 1939940; changing to 2222867. This may result in incorrect timestamps in the output file.
750[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222867, current: 1942943; changing to 2222868. This may result in incorrect timestamps in the output file.
751[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222868, current: 1945946; changing to 2222869. This may result in incorrect timestamps in the output file.
752[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222869, current: 1948949; changing to 2222870. This may result in incorrect timestamps in the output file.
753[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222870, current: 1951952; changing to 2222871. This may result in incorrect timestamps in the output file.
754[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222871, current: 1954955; changing to 2222872. This may result in incorrect timestamps in the output file.
755[dvd @ 0x9262840] buffer underflow st=0 bufi=12 size=124
756[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222872, current: 1957958; changing to 2222873. This may result in incorrect timestamps in the output file.
757[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222873, current: 1960961; changing to 2222874. This may result in incorrect timestamps in the output file.
758[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222874, current: 1963964; changing to 2222875. This may result in incorrect timestamps in the output file.
759[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222875, current: 1966967; changing to 2222876. This may result in incorrect timestamps in the output file.
760[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222876, current: 1969970; changing to 2222877. This may result in incorrect timestamps in the output file.
761[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222877, current: 1972973; changing to 2222878. This may result in incorrect timestamps in the output file.
762[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222878, current: 1975976; changing to 2222879. This may result in incorrect timestamps in the output file.
763[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222879, current: 1978979; changing to 2222880. This may result in incorrect timestamps in the output file.
764[dvd @ 0x9262840] buffer underflow st=0 bufi=177 size=241
765[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222880, current: 1981982; changing to 2222881. This may result in incorrect timestamps in the output file.
766[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222881, current: 1984985; changing to 2222882. This may result in incorrect timestamps in the output file.
767[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222882, current: 1987988; changing to 2222883. This may result in incorrect timestamps in the output file.
768[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222883, current: 1990991; changing to 2222884. This may result in incorrect timestamps in the output file.
769[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222884, current: 1993994; changing to 2222885. This may result in incorrect timestamps in the output file.
770[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222885, current: 1996997; changing to 2222886. This may result in incorrect timestamps in the output file.
771[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222886, current: 2000000; changing to 2222887. This may result in incorrect timestamps in the output file.
772[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222887, current: 2003003; changing to 2222888. This may result in incorrect timestamps in the output file.
773[dvd @ 0x9262840] buffer underflow st=0 bufi=2 size=272
774[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222888, current: 2006006; changing to 2222889. This may result in incorrect timestamps in the output file.
775[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222889, current: 2009009; changing to 2222890. This may result in incorrect timestamps in the output file.
776[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222890, current: 2012012; changing to 2222891. This may result in incorrect timestamps in the output file.
777[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222891, current: 2015015; changing to 2222892. This may result in incorrect timestamps in the output file.
778[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222892, current: 2018018; changing to 2222893. This may result in incorrect timestamps in the output file.
779[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222893, current: 2021021; changing to 2222894. This may result in incorrect timestamps in the output file.
780[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222894, current: 2024024; changing to 2222895. This may result in incorrect timestamps in the output file.
781[dvd @ 0x9262840] buffer underflow st=0 bufi=18 size=292
782[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222895, current: 2027027; changing to 2222896. This may result in incorrect timestamps in the output file.
783[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222896, current: 2030030; changing to 2222897. This may result in incorrect timestamps in the output file.
784[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222897, current: 2033033; changing to 2222898. This may result in incorrect timestamps in the output file.
785[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222898, current: 2036036; changing to 2222899. This may result in incorrect timestamps in the output file.
786[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222899, current: 2039039; changing to 2222900. This may result in incorrect timestamps in the output file.
787[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222900, current: 2042042; changing to 2222901. This may result in incorrect timestamps in the output file.
788[dvd @ 0x9262840] buffer underflow st=0 bufi=315 size=373
789[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222901, current: 2045045; changing to 2222902. This may result in incorrect timestamps in the output file.
790[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222902, current: 2048048; changing to 2222903. This may result in incorrect timestamps in the output file.
791[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222903, current: 2051051; changing to 2222904. This may result in incorrect timestamps in the output file.
792[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222904, current: 2054054; changing to 2222905. This may result in incorrect timestamps in the output file.
793[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222905, current: 2057057; changing to 2222906. This may result in incorrect timestamps in the output file.
794[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222906, current: 2060060; changing to 2222907. This may result in incorrect timestamps in the output file.
795[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222907, current: 2063063; changing to 2222908. This may result in incorrect timestamps in the output file.
796[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222908, current: 2066066; changing to 2222909. This may result in incorrect timestamps in the output file.
797[dvd @ 0x9262840] buffer underflow st=0 bufi=254 size=419
798[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222909, current: 2069069; changing to 2222910. This may result in incorrect timestamps in the output file.
799[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222910, current: 2072072; changing to 2222911. This may result in incorrect timestamps in the output file.
800[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222911, current: 2075075; changing to 2222912. This may result in incorrect timestamps in the output file.
801[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222912, current: 2078078; changing to 2222913. This may result in incorrect timestamps in the output file.
802[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222913, current: 2081081; changing to 2222914. This may result in incorrect timestamps in the output file.
803[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222914, current: 2084084; changing to 2222915. This may result in incorrect timestamps in the output file.
804[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222915, current: 2087087; changing to 2222916. This may result in incorrect timestamps in the output file.
805[dvd @ 0x9262840] buffer underflow st=0 bufi=273 size=364
806[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222916, current: 2090090; changing to 2222917. This may result in incorrect timestamps in the output file.
807[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222917, current: 2093093; changing to 2222918. This may result in incorrect timestamps in the output file.
808[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222918, current: 2096096; changing to 2222919. This may result in incorrect timestamps in the output file.
809[dvd @ 0x9262840] buffer underflow st=0 bufi=1652 size=2362
810[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222919, current: 2099099; changing to 2222920. This may result in incorrect timestamps in the output file.
811[dvd @ 0x9262840] buffer underflow st=0 bufi=1314 size=1756
812[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222920, current: 2102102; changing to 2222921. This may result in incorrect timestamps in the output file.
813[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222921, current: 2105105; changing to 2222922. This may result in incorrect timestamps in the output file.
814[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222922, current: 2108108; changing to 2222923. This may result in incorrect timestamps in the output file.
815[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222923, current: 2111111; changing to 2222924. This may result in incorrect timestamps in the output file.
816[dvd @ 0x9262840] buffer underflow st=0 bufi=945 size=2230
817[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222924, current: 2114114; changing to 2222925. This may result in incorrect timestamps in the output file.
818[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222925, current: 2117117; changing to 2222926. This may result in incorrect timestamps in the output file.
819[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222926, current: 2120120; changing to 2222927. This may result in incorrect timestamps in the output file.
820[dvd @ 0x9262840] buffer underflow st=0 bufi=50 size=260
821[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222927, current: 2123123; changing to 2222928. This may result in incorrect timestamps in the output file.
822[dvd @ 0x9262840] buffer underflow st=0 bufi=1814 size=2095
823[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222928, current: 2126126; changing to 2222929. This may result in incorrect timestamps in the output file.
824[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222929, current: 2129129; changing to 2222930. This may result in incorrect timestamps in the output file.
825[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222930, current: 2132132; changing to 2222931. This may result in incorrect timestamps in the output file.
826[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222931, current: 2135135; changing to 2222932. This may result in incorrect timestamps in the output file.
827[dvd @ 0x9262840] buffer underflow st=0 bufi=1061 size=1168
828[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222932, current: 2138138; changing to 2222933. This may result in incorrect timestamps in the output file.
829[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222933, current: 2141141; changing to 2222934. This may result in incorrect timestamps in the output file.
830[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222934, current: 2144144; changing to 2222935. This may result in incorrect timestamps in the output file.
831[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222935, current: 2147147; changing to 2222936. This may result in incorrect timestamps in the output file.
832[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222936, current: 2150150; changing to 2222937. This may result in incorrect timestamps in the output file.
833[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222937, current: 2153153; changing to 2222938. This may result in incorrect timestamps in the output file.
834[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222938, current: 2156156; changing to 2222939. This may result in incorrect timestamps in the output file.
835[dvd @ 0x9262840] buffer underflow st=0 bufi=207 size=1178
836[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222939, current: 2159159; changing to 2222940. This may result in incorrect timestamps in the output file.
837[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222940, current: 2162162; changing to 2222941. This may result in incorrect timestamps in the output file.
838[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222941, current: 2165165; changing to 2222942. This may result in incorrect timestamps in the output file.
839[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222942, current: 2168168; changing to 2222943. This may result in incorrect timestamps in the output file.
840[dvd @ 0x9262840] buffer underflow st=0 bufi=416 size=900
841[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222943, current: 2171171; changing to 2222944. This may result in incorrect timestamps in the output file.
842[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222944, current: 2174174; changing to 2222945. This may result in incorrect timestamps in the output file.
843[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222945, current: 2177177; changing to 2222946. This may result in incorrect timestamps in the output file.
844[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222946, current: 2180180; changing to 2222947. This may result in incorrect timestamps in the output file.
845[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222947, current: 2183183; changing to 2222948. This may result in incorrect timestamps in the output file.
846[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222948, current: 2186186; changing to 2222949. This may result in incorrect timestamps in the output file.
847[dvd @ 0x9262840] buffer underflow st=0 bufi=122 size=159
848[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222949, current: 2189189; changing to 2222950. This may result in incorrect timestamps in the output file.
849[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222950, current: 2192192; changing to 2222951. This may result in incorrect timestamps in the output file.
850[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222951, current: 2195195; changing to 2222952. This may result in incorrect timestamps in the output file.
851[dvd @ 0x9262840] buffer underflow st=0 bufi=208 size=308
852[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222952, current: 2198198; changing to 2222953. This may result in incorrect timestamps in the output file.
853[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222953, current: 2201201; changing to 2222954. This may result in incorrect timestamps in the output file.
854[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222954, current: 2204204; changing to 2222955. This may result in incorrect timestamps in the output file.
855[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222955, current: 2207207; changing to 2222956. This may result in incorrect timestamps in the output file.
856[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222956, current: 2210210; changing to 2222957. This may result in incorrect timestamps in the output file.
857[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222957, current: 2213213; changing to 2222958. This may result in incorrect timestamps in the output file.
858[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222958, current: 2216216; changing to 2222959. This may result in incorrect timestamps in the output file.
859[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222959, current: 2219219; changing to 2222960. This may result in incorrect timestamps in the output file.
860[dvd @ 0x9262840] Non-monotonous DTS in output stream 0:0; previous: 2222960, current: 2222222; changing to 2222961. This may result in incorrect timestamps in the output file.
861frame= 1482 fps=0.0 q=-1.0 Lsize= 786kB time=00:00:24.75 bitrate= 260.1kbits/s speed=2.16e+03x
862video:775kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 1.483037%
863[Inferior 1 (process 32052) exited normally]
864(gdb) q