1 | Version:
|
---|
2 | mythtv-29.1+fixes.201812281328.af5d819~ubuntu18.04.1
|
---|
3 |
|
---|
4 | Context: Use mytharchive to create file-image of DVD from
|
---|
5 | 32-minute (1920 seconds) recording (from 1 minute before to 1 minute after a scheduled 30-minute program),
|
---|
6 | US ATSC over-the-air broadcast HD-720, ClosedCaptioned, stereo
|
---|
7 |
|
---|
8 | Command:
|
---|
9 | mythffmpeg -debug_ts -v 48 -threads 4 -i "/var/lib/mytharchive/temp/work/1/newfile.mpg" -r ntsc -target ntsc-dvd -b:v 4771k -s 720x480 -acodec copy -aspect 16:9 "/var/lib/mytharchive/temp/work/1/newfile2.mpg" -map 0:0 -map 0:2
|
---|
10 |
|
---|
11 | Symptom: infinite loop after about 7 minutes of processing on Intel(R) Core(TM) i5-5250U CPU, 4 cores, 3.2GHz
|
---|
12 |
|
---|
13 | ===== Linux file into at loop:
|
---|
14 |
|
---|
15 | jreiser@myth:/proc/14967$ ls -l fd*
|
---|
16 |
|
---|
17 | fd:
|
---|
18 | total 0
|
---|
19 | lrwx------ 1 jreiser jreiser 64 Feb 16 18:33 0 -> /dev/pts/1
|
---|
20 | lrwx------ 1 jreiser jreiser 64 Feb 16 18:33 1 -> /dev/pts/1
|
---|
21 | lrwx------ 1 jreiser jreiser 64 Feb 16 18:33 2 -> /dev/pts/1
|
---|
22 | lr-x------ 1 jreiser jreiser 64 Feb 16 18:33 3 -> /var/lib/mytharchive/temp/work/1/newfile.mpg ## input
|
---|
23 | l-wx------ 1 jreiser jreiser 64 Feb 16 18:33 4 -> /var/lib/mytharchive/temp/work/1/newfile2.mpg ## output
|
---|
24 |
|
---|
25 | fdinfo:
|
---|
26 | total 0
|
---|
27 | -r-------- 1 jreiser jreiser 0 Feb 16 19:09 0
|
---|
28 | -r-------- 1 jreiser jreiser 0 Feb 16 19:09 1
|
---|
29 | -r-------- 1 jreiser jreiser 0 Feb 16 19:09 2
|
---|
30 | -r-------- 1 jreiser jreiser 0 Feb 16 19:09 3
|
---|
31 | -r-------- 1 jreiser jreiser 0 Feb 16 19:09 4
|
---|
32 | jreiser@myth:/proc/14967$ cat fdinfo/3
|
---|
33 | pos: 2183585792 ## EOF on input file
|
---|
34 | flags: 02100000
|
---|
35 | mnt_id: 29
|
---|
36 | jreiser@myth:/proc/14967$ cat fdinfo/4
|
---|
37 | pos: 1142804480 ## position in output file does not advance
|
---|
38 | flags: 02100001
|
---|
39 | mnt_id: 29
|
---|
40 | jreiser@myth:/proc/14967$ ls -l /var/lib/mytharchive/temp/work/1/newfile.mpg
|
---|
41 | -rw-rw-rw- 1 jreiser jreiser 2183585792 Feb 16 16:19 /var/lib/mytharchive/temp/work/1/newfile.mpg
|
---|
42 | jreiser@myth:/proc/14967$ ls -l /var/lib/mytharchive/temp/work/1/newfile2.mpg
|
---|
43 | -rw-rw-rw- 1 jreiser jreiser 1142804480 Feb 16 18:43 /var/lib/mytharchive/temp/work/1/newfile2.mpg
|
---|
44 |
|
---|
45 | ===== Debugger at loop:
|
---|
46 |
|
---|
47 | (gdb) info thread
|
---|
48 | Id Target Id Frame
|
---|
49 | * 1 Thread 0x7ffff7fc2740 (LWP 14967) "mythffmpeg" 0x00007ffff4ce29f3 in futex_wait_cancelable (private=<optimized out>, expected=0,
|
---|
50 | futex_word=0x5555557d5cf8) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
|
---|
51 | 2 Thread 0x7fffeec23700 (LWP 14971) "mythffmpeg" 0x00007ffff4ce29f3 in futex_wait_cancelable (private=<optimized out>, expected=0,
|
---|
52 | futex_word=0x55555582d758) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
|
---|
53 | 3 Thread 0x7fffee422700 (LWP 14972) "mythffmpeg" 0x00007ffff4ce29f3 in futex_wait_cancelable (private=<optimized out>, expected=0,
|
---|
54 | futex_word=0x55555582d758) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
|
---|
55 | 4 Thread 0x7fffedc21700 (LWP 14974) "mythffmpeg" 0x00007ffff4ce29f3 in futex_wait_cancelable (private=<optimized out>, expected=0,
|
---|
56 | futex_word=0x55555582d758) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
|
---|
57 | 5 Thread 0x7fffed420700 (LWP 14975) "mythffmpeg" 0x00007ffff4ce29f3 in futex_wait_cancelable (private=<optimized out>, expected=0,
|
---|
58 | futex_word=0x55555582d758) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
|
---|
59 | 6 Thread 0x7fffecc1f700 (LWP 14976) "mythffmpeg" 0x00007ffff4ce29f3 in futex_wait_cancelable (private=<optimized out>, expected=0,
|
---|
60 | futex_word=0x55555582d758) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
|
---|
61 | 7 Thread 0x7fffec41e700 (LWP 14977) "mythffmpeg" 0x00007ffff4ce29f3 in futex_wait_cancelable (private=<optimized out>, expected=0,
|
---|
62 | futex_word=0x555555850e28) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
|
---|
63 | 8 Thread 0x7fffebc1d700 (LWP 14978) "mythffmpeg" 0x00007ffff4ce29f3 in futex_wait_cancelable (private=<optimized out>, expected=0,
|
---|
64 | futex_word=0x555555850e28) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
|
---|
65 | 9 Thread 0x7fffeb41c700 (LWP 14979) "mythffmpeg" 0x00007ffff4ce29f3 in futex_wait_cancelable (private=<optimized out>, expected=0,
|
---|
66 | futex_word=0x555555850e28) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
|
---|
67 | 10 Thread 0x7fffeac1b700 (LWP 14980) "mythffmpeg" 0x00007ffff4ce29f3 in futex_wait_cancelable (private=<optimized out>, expected=0,
|
---|
68 | futex_word=0x555555850e28) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
|
---|
69 | 11 Thread 0x7fffea41a700 (LWP 14981) "mythffmpeg" ff_sad8_mmxext () at libavcodec/x86/me_cmp.asm:523
|
---|
70 | 12 Thread 0x7fffe9c19700 (LWP 14982) "mythffmpeg" 0x00007ffff62be415 in prefetch_motion (dir=0, pix=0x5555557f0e20, s=0x555555803d20)
|
---|
71 | at libavcodec/mpegvideo_motion.c:653
|
---|
72 | 13 Thread 0x7fffe9418700 (LWP 14983) "mythffmpeg" 0x00007ffff4ce29f3 in futex_wait_cancelable (private=<optimized out>, expected=0,
|
---|
73 | futex_word=0x5555557d5d28) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
|
---|
74 | 14 Thread 0x7fffe8c17700 (LWP 14984) "mythffmpeg" __lll_unlock_wake () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:371
|
---|
75 | 15 Thread 0x7fffe8416700 (LWP 14985) "mythffmpeg" 0x00007ffff4ce29f3 in futex_wait_cancelable (private=<optimized out>, expected=0,
|
---|
76 | futex_word=0x5555557d5d28) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
|
---|
77 |
|
---|
78 | (gdb) thread 1
|
---|
79 | [Switching to thread 1 (Thread 0x7ffff7fc2740 (LWP 14967))]
|
---|
80 | #0 0x00007ffff4ce29f3 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x5555557d5cf8)
|
---|
81 | at ../sysdeps/unix/sysv/linux/futex-internal.h:88
|
---|
82 | 88 in ../sysdeps/unix/sysv/linux/futex-internal.h
|
---|
83 |
|
---|
84 | (gdb) bt
|
---|
85 | #0 0x00007ffff4ce29f3 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x5555557d5cf8)
|
---|
86 | at ../sysdeps/unix/sysv/linux/futex-internal.h:88
|
---|
87 | #1 __pthread_cond_wait_common (abstime=0x0, mutex=0x5555557d5d30, cond=0x5555557d5cd0) at pthread_cond_wait.c:502
|
---|
88 | #2 __pthread_cond_wait (cond=cond@entry=0x5555557d5cd0, mutex=mutex@entry=0x5555557d5d30) at pthread_cond_wait.c:655
|
---|
89 | #3 0x00007ffff631b1ab in thread_park_workers (thread_count=5, c=<optimized out>) at libavcodec/pthread_slice.c:138
|
---|
90 | #4 thread_execute (avctx=<optimized out>, func=0x7ffff62b57c0 <encode_thread>, arg=0x55555584df20, ret=<optimized out>, job_count=5,
|
---|
91 | job_size=8) at libavcodec/pthread_slice.c:167
|
---|
92 | #5 0x00007ffff62b2dd6 in encode_picture (picture_number=<optimized out>, s=0x55555584dbc0) at libavcodec/mpegvideo_enc.c:3942
|
---|
93 | #6 ff_mpv_encode_picture (avctx=<optimized out>, pkt=0x555555851540, pic_arg=<optimized out>, got_packet=0x7fffffffd774)
|
---|
94 | at libavcodec/mpegvideo_enc.c:1893
|
---|
95 | #7 0x00007ffff63f932a in avcodec_encode_video2 (avctx=avctx@entry=0x55555587ee60, avpkt=0x555555851540,
|
---|
96 | frame=frame@entry=0x5555558c01e0, got_packet_ptr=got_packet_ptr@entry=0x7fffffffd774) at libavcodec/utils.c:1994
|
---|
97 | #8 0x00007ffff63f9662 in do_encode (avctx=0x55555587ee60, frame=0x5555558c01e0, got_packet=0x7fffffffd774) at libavcodec/utils.c:2939
|
---|
98 | #9 0x00007ffff63ff837 in avcodec_send_frame (avctx=0x55555587ee60, frame=0x5555558c01e0) at libavcodec/utils.c:2988
|
---|
99 | #10 0x0000555555577cc3 in do_video_out (of=0x55555582f0c0, ost=0x555555855180, next_picture=0x5555558ba3c0, sync_ipts=<optimized out>)
|
---|
100 | at ffmpeg.c:1250
|
---|
101 | #11 0x0000555555578eb8 in reap_filters (flush=0) at ffmpeg.c:1450
|
---|
102 | #12 0x00005555555800f9 in transcode_step () at ffmpeg.c:4342
|
---|
103 | #13 transcode () at ffmpeg.c:4386
|
---|
104 | #14 0x000055555555ffdb in main (argc=<optimized out>, argv=<optimized out>) at ffmpeg.c:4591
|
---|
105 |
|
---|
106 | ===== log file near start of loop
|
---|
107 | # Note repeating "[dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output"
|
---|
108 | # Also note repeating cycle of "size:80314" etc.
|
---|
109 |
|
---|
110 | encoder <- type:video frame_pts:57777 frame_pts_time:1927.83 time_base:1001/30000
|
---|
111 | encoder -> type:video pkt_pts:57776 pkt_pts_time:1927.79 pkt_dts:57775 pkt_dts_time:1927.76
|
---|
112 | encoder -> type:video pkt_pts:173501328 pkt_pts_time:1927.79 pkt_dts:173498325 pkt_dts_time:1927.76
|
---|
113 | muxer <- type:video pkt_pts:173501328 pkt_pts_time:1927.79 pkt_dts:173498325 pkt_dts_time:1927.76 size:562
|
---|
114 | encoder <- type:video frame_pts:57778 frame_pts_time:1927.86 time_base:1001/30000
|
---|
115 | encoder -> type:video pkt_pts:57777 pkt_pts_time:1927.83 pkt_dts:57776 pkt_dts_time:1927.79
|
---|
116 | encoder -> type:video pkt_pts:173504331 pkt_pts_time:1927.83 pkt_dts:173501328 pkt_dts_time:1927.79
|
---|
117 | muxer <- type:video pkt_pts:173504331 pkt_pts_time:1927.83 pkt_dts:173501328 pkt_dts_time:1927.79 size:80314
|
---|
118 | encoder <- type:video frame_pts:57779 frame_pts_time:1927.89 time_base:1001/30000
|
---|
119 | encoder -> type:video pkt_pts:57778 pkt_pts_time:1927.86 pkt_dts:57777 pkt_dts_time:1927.83
|
---|
120 | encoder -> type:video pkt_pts:173507334 pkt_pts_time:1927.86 pkt_dts:173504331 pkt_dts_time:1927.83
|
---|
121 | muxer <- type:video pkt_pts:173507334 pkt_pts_time:1927.86 pkt_dts:173504331 pkt_dts_time:1927.83 size:35612
|
---|
122 | encoder <- type:video frame_pts:57780 frame_pts_time:1927.93 time_base:1001/30000
|
---|
123 | encoder -> type:video pkt_pts:57779 pkt_pts_time:1927.89 pkt_dts:57778 pkt_dts_time:1927.86
|
---|
124 | encoder -> type:video pkt_pts:173510337 pkt_pts_time:1927.89 pkt_dts:173507334 pkt_dts_time:1927.86
|
---|
125 | muxer <- type:video pkt_pts:173510337 pkt_pts_time:1927.89 pkt_dts:173507334 pkt_dts_time:1927.86 size:7367
|
---|
126 | encoder <- type:video frame_pts:57781 frame_pts_time:1927.96 time_base:1001/30000
|
---|
127 | encoder -> type:video pkt_pts:57780 pkt_pts_time:1927.93 pkt_dts:57779 pkt_dts_time:1927.89
|
---|
128 | encoder -> type:video pkt_pts:173513340 pkt_pts_time:1927.93 pkt_dts:173510337 pkt_dts_time:1927.89
|
---|
129 | muxer <- type:video pkt_pts:173513340 pkt_pts_time:1927.93 pkt_dts:173510337 pkt_dts_time:1927.89 size:2814
|
---|
130 | encoder <- type:video frame_pts:57782 frame_pts_time:1927.99 time_base:1001/30000
|
---|
131 | encoder -> type:video pkt_pts:57781 pkt_pts_time:1927.96 pkt_dts:57780 pkt_dts_time:1927.93
|
---|
132 | encoder -> type:video pkt_pts:173516343 pkt_pts_time:1927.96 pkt_dts:173513340 pkt_dts_time:1927.93
|
---|
133 | muxer <- type:video pkt_pts:173516343 pkt_pts_time:1927.96 pkt_dts:173513340 pkt_dts_time:1927.93 size:1335
|
---|
134 | encoder <- type:video frame_pts:57783 frame_pts_time:1928.03 time_base:1001/30000
|
---|
135 | encoder -> type:video pkt_pts:57782 pkt_pts_time:1927.99 pkt_dts:57781 pkt_dts_time:1927.96
|
---|
136 | encoder -> type:video pkt_pts:173519346 pkt_pts_time:1927.99 pkt_dts:173516343 pkt_dts_time:1927.96
|
---|
137 | muxer <- type:video pkt_pts:173519346 pkt_pts_time:1927.99 pkt_dts:173516343 pkt_dts_time:1927.96 size:839
|
---|
138 | encoder <- type:video frame_pts:57784 frame_pts_time:1928.06 time_base:1001/30000
|
---|
139 | encoder -> type:video pkt_pts:57783 pkt_pts_time:1928.03 pkt_dts:57782 pkt_dts_time:1927.99
|
---|
140 | encoder -> type:video pkt_pts:173522349 pkt_pts_time:1928.03 pkt_dts:173519346 pkt_dts_time:1927.99
|
---|
141 | muxer <- type:video pkt_pts:173522349 pkt_pts_time:1928.03 pkt_dts:173519346 pkt_dts_time:1927.99 size:647
|
---|
142 | encoder <- type:video frame_pts:57785 frame_pts_time:1928.09 time_base:1001/30000
|
---|
143 | encoder -> type:video pkt_pts:57784 pkt_pts_time:1928.06 pkt_dts:57783 pkt_dts_time:1928.03
|
---|
144 | encoder -> type:video pkt_pts:173525352 pkt_pts_time:1928.06 pkt_dts:173522349 pkt_dts_time:1928.03
|
---|
145 | muxer <- type:video pkt_pts:173525352 pkt_pts_time:1928.06 pkt_dts:173522349 pkt_dts_time:1928.03 size:585
|
---|
146 | encoder <- type:video frame_pts:57786 frame_pts_time:1928.13 time_base:1001/30000
|
---|
147 | encoder -> type:video pkt_pts:57785 pkt_pts_time:1928.09 pkt_dts:57784 pkt_dts_time:1928.06
|
---|
148 | encoder -> type:video pkt_pts:173528355 pkt_pts_time:1928.09 pkt_dts:173525352 pkt_dts_time:1928.06
|
---|
149 | muxer <- type:video pkt_pts:173528355 pkt_pts_time:1928.09 pkt_dts:173525352 pkt_dts_time:1928.06 size:572
|
---|
150 | encoder <- type:video frame_pts:57787 frame_pts_time:1928.16 time_base:1001/30000
|
---|
151 | encoder -> type:video pkt_pts:57786 pkt_pts_time:1928.13 pkt_dts:57785 pkt_dts_time:1928.09
|
---|
152 | encoder -> type:video pkt_pts:173531358 pkt_pts_time:1928.13 pkt_dts:173528355 pkt_dts_time:1928.09
|
---|
153 | muxer <- type:video pkt_pts:173531358 pkt_pts_time:1928.13 pkt_dts:173528355 pkt_dts_time:1928.09 size:565
|
---|
154 | encoder <- type:video frame_pts:57788 frame_pts_time:1928.19 time_base:1001/30000
|
---|
155 | encoder -> type:video pkt_pts:57787 pkt_pts_time:1928.16 pkt_dts:57786 pkt_dts_time:1928.13
|
---|
156 | encoder -> type:video pkt_pts:173534361 pkt_pts_time:1928.16 pkt_dts:173531358 pkt_dts_time:1928.13
|
---|
157 | muxer <- type:video pkt_pts:173534361 pkt_pts_time:1928.16 pkt_dts:173531358 pkt_dts_time:1928.13 size:567
|
---|
158 | encoder <- type:video frame_pts:57789 frame_pts_time:1928.23 time_base:1001/30000
|
---|
159 | encoder -> type:video pkt_pts:57788 pkt_pts_time:1928.19 pkt_dts:57787 pkt_dts_time:1928.16
|
---|
160 | encoder -> type:video pkt_pts:173537364 pkt_pts_time:1928.19 pkt_dts:173534361 pkt_dts_time:1928.16
|
---|
161 | muxer <- type:video pkt_pts:173537364 pkt_pts_time:1928.19 pkt_dts:173534361 pkt_dts_time:1928.16 size:564
|
---|
162 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output ## libavformat/mux.c:1119
|
---|
163 | encoder <- type:video frame_pts:57790 frame_pts_time:1928.26 time_base:1001/30000
|
---|
164 | encoder -> type:video pkt_pts:57789 pkt_pts_time:1928.23 pkt_dts:57788 pkt_dts_time:1928.19
|
---|
165 | encoder -> type:video pkt_pts:173540367 pkt_pts_time:1928.23 pkt_dts:173537364 pkt_dts_time:1928.19
|
---|
166 | muxer <- type:video pkt_pts:173540367 pkt_pts_time:1928.23 pkt_dts:173537364 pkt_dts_time:1928.19 size:564
|
---|
167 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
168 | encoder <- type:video frame_pts:57791 frame_pts_time:1928.29 time_base:1001/30000
|
---|
169 | encoder -> type:video pkt_pts:57790 pkt_pts_time:1928.26 pkt_dts:57789 pkt_dts_time:1928.23
|
---|
170 | encoder -> type:video pkt_pts:173543370 pkt_pts_time:1928.26 pkt_dts:173540367 pkt_dts_time:1928.23
|
---|
171 | muxer <- type:video pkt_pts:173543370 pkt_pts_time:1928.26 pkt_dts:173540367 pkt_dts_time:1928.23 size:564
|
---|
172 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
173 | encoder <- type:video frame_pts:57792 frame_pts_time:1928.33 time_base:1001/30000
|
---|
174 | encoder -> type:video pkt_pts:57791 pkt_pts_time:1928.29 pkt_dts:57790 pkt_dts_time:1928.26
|
---|
175 | encoder -> type:video pkt_pts:173546373 pkt_pts_time:1928.29 pkt_dts:173543370 pkt_dts_time:1928.26
|
---|
176 | muxer <- type:video pkt_pts:173546373 pkt_pts_time:1928.29 pkt_dts:173543370 pkt_dts_time:1928.26 size:564
|
---|
177 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
178 | encoder <- type:video frame_pts:57793 frame_pts_time:1928.36 time_base:1001/30000
|
---|
179 | encoder -> type:video pkt_pts:57792 pkt_pts_time:1928.33 pkt_dts:57791 pkt_dts_time:1928.29
|
---|
180 | encoder -> type:video pkt_pts:173549376 pkt_pts_time:1928.33 pkt_dts:173546373 pkt_dts_time:1928.29
|
---|
181 | muxer <- type:video pkt_pts:173549376 pkt_pts_time:1928.33 pkt_dts:173546373 pkt_dts_time:1928.29 size:564
|
---|
182 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
183 | encoder <- type:video frame_pts:57794 frame_pts_time:1928.39 time_base:1001/30000
|
---|
184 | encoder -> type:video pkt_pts:57793 pkt_pts_time:1928.36 pkt_dts:57792 pkt_dts_time:1928.33
|
---|
185 | encoder -> type:video pkt_pts:173552379 pkt_pts_time:1928.36 pkt_dts:173549376 pkt_dts_time:1928.33
|
---|
186 | muxer <- type:video pkt_pts:173552379 pkt_pts_time:1928.36 pkt_dts:173549376 pkt_dts_time:1928.33 size:564
|
---|
187 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
188 | encoder <- type:video frame_pts:57795 frame_pts_time:1928.43 time_base:1001/30000
|
---|
189 | encoder -> type:video pkt_pts:57794 pkt_pts_time:1928.39 pkt_dts:57793 pkt_dts_time:1928.36
|
---|
190 | encoder -> type:video pkt_pts:173555382 pkt_pts_time:1928.39 pkt_dts:173552379 pkt_dts_time:1928.36
|
---|
191 | muxer <- type:video pkt_pts:173555382 pkt_pts_time:1928.39 pkt_dts:173552379 pkt_dts_time:1928.36 size:564
|
---|
192 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
193 | encoder <- type:video frame_pts:57796 frame_pts_time:1928.46 time_base:1001/30000
|
---|
194 | encoder -> type:video pkt_pts:57795 pkt_pts_time:1928.43 pkt_dts:57794 pkt_dts_time:1928.39
|
---|
195 | encoder -> type:video pkt_pts:173558385 pkt_pts_time:1928.43 pkt_dts:173555382 pkt_dts_time:1928.39
|
---|
196 | muxer <- type:video pkt_pts:173558385 pkt_pts_time:1928.43 pkt_dts:173555382 pkt_dts_time:1928.39 size:80314
|
---|
197 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
198 | encoder <- type:video frame_pts:57797 frame_pts_time:1928.49 time_base:1001/30000
|
---|
199 | encoder -> type:video pkt_pts:57796 pkt_pts_time:1928.46 pkt_dts:57795 pkt_dts_time:1928.43
|
---|
200 | encoder -> type:video pkt_pts:173561388 pkt_pts_time:1928.46 pkt_dts:173558385 pkt_dts_time:1928.43
|
---|
201 | muxer <- type:video pkt_pts:173561388 pkt_pts_time:1928.46 pkt_dts:173558385 pkt_dts_time:1928.43 size:35612
|
---|
202 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
203 | encoder <- type:video frame_pts:57798 frame_pts_time:1928.53 time_base:1001/30000
|
---|
204 | encoder -> type:video pkt_pts:57797 pkt_pts_time:1928.49 pkt_dts:57796 pkt_dts_time:1928.46
|
---|
205 | encoder -> type:video pkt_pts:173564391 pkt_pts_time:1928.49 pkt_dts:173561388 pkt_dts_time:1928.46
|
---|
206 | muxer <- type:video pkt_pts:173564391 pkt_pts_time:1928.49 pkt_dts:173561388 pkt_dts_time:1928.46 size:7367
|
---|
207 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
208 | encoder <- type:video frame_pts:57799 frame_pts_time:1928.56 time_base:1001/30000
|
---|
209 | encoder -> type:video pkt_pts:57798 pkt_pts_time:1928.53 pkt_dts:57797 pkt_dts_time:1928.49
|
---|
210 | encoder -> type:video pkt_pts:173567394 pkt_pts_time:1928.53 pkt_dts:173564391 pkt_dts_time:1928.49
|
---|
211 | muxer <- type:video pkt_pts:173567394 pkt_pts_time:1928.53 pkt_dts:173564391 pkt_dts_time:1928.49 size:2814
|
---|
212 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
213 | encoder <- type:video frame_pts:57800 frame_pts_time:1928.59 time_base:1001/30000
|
---|
214 | encoder -> type:video pkt_pts:57799 pkt_pts_time:1928.56 pkt_dts:57798 pkt_dts_time:1928.53
|
---|
215 | encoder -> type:video pkt_pts:173570397 pkt_pts_time:1928.56 pkt_dts:173567394 pkt_dts_time:1928.53
|
---|
216 | muxer <- type:video pkt_pts:173570397 pkt_pts_time:1928.56 pkt_dts:173567394 pkt_dts_time:1928.53 size:1335
|
---|
217 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
218 | encoder <- type:video frame_pts:57801 frame_pts_time:1928.63 time_base:1001/30000
|
---|
219 | encoder -> type:video pkt_pts:57800 pkt_pts_time:1928.59 pkt_dts:57799 pkt_dts_time:1928.56
|
---|
220 | encoder -> type:video pkt_pts:173573400 pkt_pts_time:1928.59 pkt_dts:173570397 pkt_dts_time:1928.56
|
---|
221 | muxer <- type:video pkt_pts:173573400 pkt_pts_time:1928.59 pkt_dts:173570397 pkt_dts_time:1928.56 size:839
|
---|
222 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
223 | encoder <- type:video frame_pts:57802 frame_pts_time:1928.66 time_base:1001/30000
|
---|
224 | encoder -> type:video pkt_pts:57801 pkt_pts_time:1928.63 pkt_dts:57800 pkt_dts_time:1928.59
|
---|
225 | encoder -> type:video pkt_pts:173576403 pkt_pts_time:1928.63 pkt_dts:173573400 pkt_dts_time:1928.59
|
---|
226 | muxer <- type:video pkt_pts:173576403 pkt_pts_time:1928.63 pkt_dts:173573400 pkt_dts_time:1928.59 size:647
|
---|
227 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
228 | encoder <- type:video frame_pts:57803 frame_pts_time:1928.69 time_base:1001/30000
|
---|
229 | encoder -> type:video pkt_pts:57802 pkt_pts_time:1928.66 pkt_dts:57801 pkt_dts_time:1928.63
|
---|
230 | encoder -> type:video pkt_pts:173579406 pkt_pts_time:1928.66 pkt_dts:173576403 pkt_dts_time:1928.63
|
---|
231 | muxer <- type:video pkt_pts:173579406 pkt_pts_time:1928.66 pkt_dts:173576403 pkt_dts_time:1928.63 size:585
|
---|
232 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
233 | encoder <- type:video frame_pts:57804 frame_pts_time:1928.73 time_base:1001/30000
|
---|
234 | encoder -> type:video pkt_pts:57803 pkt_pts_time:1928.69 pkt_dts:57802 pkt_dts_time:1928.66
|
---|
235 | encoder -> type:video pkt_pts:173582409 pkt_pts_time:1928.69 pkt_dts:173579406 pkt_dts_time:1928.66
|
---|
236 | muxer <- type:video pkt_pts:173582409 pkt_pts_time:1928.69 pkt_dts:173579406 pkt_dts_time:1928.66 size:572
|
---|
237 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
238 | encoder <- type:video frame_pts:57805 frame_pts_time:1928.76 time_base:1001/30000
|
---|
239 | encoder -> type:video pkt_pts:57804 pkt_pts_time:1928.73 pkt_dts:57803 pkt_dts_time:1928.69
|
---|
240 | encoder -> type:video pkt_pts:173585412 pkt_pts_time:1928.73 pkt_dts:173582409 pkt_dts_time:1928.69
|
---|
241 | muxer <- type:video pkt_pts:173585412 pkt_pts_time:1928.73 pkt_dts:173582409 pkt_dts_time:1928.69 size:565
|
---|
242 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
243 | encoder <- type:video frame_pts:57806 frame_pts_time:1928.79 time_base:1001/30000
|
---|
244 | encoder -> type:video pkt_pts:57805 pkt_pts_time:1928.76 pkt_dts:57804 pkt_dts_time:1928.73
|
---|
245 | encoder -> type:video pkt_pts:173588415 pkt_pts_time:1928.76 pkt_dts:173585412 pkt_dts_time:1928.73
|
---|
246 | muxer <- type:video pkt_pts:173588415 pkt_pts_time:1928.76 pkt_dts:173585412 pkt_dts_time:1928.73 size:567
|
---|
247 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
248 | encoder <- type:video frame_pts:57807 frame_pts_time:1928.83 time_base:1001/30000
|
---|
249 | encoder -> type:video pkt_pts:57806 pkt_pts_time:1928.79 pkt_dts:57805 pkt_dts_time:1928.76
|
---|
250 | encoder -> type:video pkt_pts:173591418 pkt_pts_time:1928.79 pkt_dts:173588415 pkt_dts_time:1928.76
|
---|
251 | muxer <- type:video pkt_pts:173591418 pkt_pts_time:1928.79 pkt_dts:173588415 pkt_dts_time:1928.76 size:564
|
---|
252 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
253 | encoder <- type:video frame_pts:57808 frame_pts_time:1928.86 time_base:1001/30000
|
---|
254 | encoder -> type:video pkt_pts:57807 pkt_pts_time:1928.83 pkt_dts:57806 pkt_dts_time:1928.79
|
---|
255 | encoder -> type:video pkt_pts:173594421 pkt_pts_time:1928.83 pkt_dts:173591418 pkt_dts_time:1928.79
|
---|
256 | muxer <- type:video pkt_pts:173594421 pkt_pts_time:1928.83 pkt_dts:173591418 pkt_dts_time:1928.79 size:564
|
---|
257 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
258 | encoder <- type:video frame_pts:57809 frame_pts_time:1928.89 time_base:1001/30000
|
---|
259 | encoder -> type:video pkt_pts:57808 pkt_pts_time:1928.86 pkt_dts:57807 pkt_dts_time:1928.83
|
---|
260 | encoder -> type:video pkt_pts:173597424 pkt_pts_time:1928.86 pkt_dts:173594421 pkt_dts_time:1928.83
|
---|
261 | muxer <- type:video pkt_pts:173597424 pkt_pts_time:1928.86 pkt_dts:173594421 pkt_dts_time:1928.83 size:564
|
---|
262 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
263 | encoder <- type:video frame_pts:57810 frame_pts_time:1928.93 time_base:1001/30000
|
---|
264 | encoder -> type:video pkt_pts:57809 pkt_pts_time:1928.89 pkt_dts:57808 pkt_dts_time:1928.86
|
---|
265 | encoder -> type:video pkt_pts:173600427 pkt_pts_time:1928.89 pkt_dts:173597424 pkt_dts_time:1928.86
|
---|
266 | muxer <- type:video pkt_pts:173600427 pkt_pts_time:1928.89 pkt_dts:173597424 pkt_dts_time:1928.86 size:564
|
---|
267 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
268 | encoder <- type:video frame_pts:57811 frame_pts_time:1928.96 time_base:1001/30000
|
---|
269 | encoder -> type:video pkt_pts:57810 pkt_pts_time:1928.93 pkt_dts:57809 pkt_dts_time:1928.89
|
---|
270 | encoder -> type:video pkt_pts:173603430 pkt_pts_time:1928.93 pkt_dts:173600427 pkt_dts_time:1928.89
|
---|
271 | muxer <- type:video pkt_pts:173603430 pkt_pts_time:1928.93 pkt_dts:173600427 pkt_dts_time:1928.89 size:564
|
---|
272 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
273 | encoder <- type:video frame_pts:57812 frame_pts_time:1928.99 time_base:1001/30000
|
---|
274 | encoder -> type:video pkt_pts:57811 pkt_pts_time:1928.96 pkt_dts:57810 pkt_dts_time:1928.93
|
---|
275 | encoder -> type:video pkt_pts:173606433 pkt_pts_time:1928.96 pkt_dts:173603430 pkt_dts_time:1928.93
|
---|
276 | muxer <- type:video pkt_pts:173606433 pkt_pts_time:1928.96 pkt_dts:173603430 pkt_dts_time:1928.93 size:564
|
---|
277 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
278 | encoder <- type:video frame_pts:57813 frame_pts_time:1929.03 time_base:1001/30000
|
---|
279 | encoder -> type:video pkt_pts:57812 pkt_pts_time:1928.99 pkt_dts:57811 pkt_dts_time:1928.96
|
---|
280 | encoder -> type:video pkt_pts:173609436 pkt_pts_time:1928.99 pkt_dts:173606433 pkt_dts_time:1928.96
|
---|
281 | muxer <- type:video pkt_pts:173609436 pkt_pts_time:1928.99 pkt_dts:173606433 pkt_dts_time:1928.96 size:564
|
---|
282 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
283 | encoder <- type:video frame_pts:57814 frame_pts_time:1929.06 time_base:1001/30000
|
---|
284 | encoder -> type:video pkt_pts:57813 pkt_pts_time:1929.03 pkt_dts:57812 pkt_dts_time:1928.99
|
---|
285 | encoder -> type:video pkt_pts:173612439 pkt_pts_time:1929.03 pkt_dts:173609436 pkt_dts_time:1928.99
|
---|
286 | muxer <- type:video pkt_pts:173612439 pkt_pts_time:1929.03 pkt_dts:173609436 pkt_dts_time:1928.99 size:65677
|
---|
287 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
288 | encoder <- type:video frame_pts:57815 frame_pts_time:1929.09 time_base:1001/30000
|
---|
289 | encoder -> type:video pkt_pts:57814 pkt_pts_time:1929.06 pkt_dts:57813 pkt_dts_time:1929.03
|
---|
290 | encoder -> type:video pkt_pts:173615442 pkt_pts_time:1929.06 pkt_dts:173612439 pkt_dts_time:1929.03
|
---|
291 | muxer <- type:video pkt_pts:173615442 pkt_pts_time:1929.06 pkt_dts:173612439 pkt_dts_time:1929.03 size:46432
|
---|
292 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
293 | encoder <- type:video frame_pts:57816 frame_pts_time:1929.13 time_base:1001/30000
|
---|
294 | encoder -> type:video pkt_pts:57815 pkt_pts_time:1929.09 pkt_dts:57814 pkt_dts_time:1929.06
|
---|
295 | encoder -> type:video pkt_pts:173618445 pkt_pts_time:1929.09 pkt_dts:173615442 pkt_dts_time:1929.06
|
---|
296 | muxer <- type:video pkt_pts:173618445 pkt_pts_time:1929.09 pkt_dts:173615442 pkt_dts_time:1929.06 size:7821
|
---|
297 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
298 | encoder <- type:video frame_pts:57817 frame_pts_time:1929.16 time_base:1001/30000
|
---|
299 | encoder -> type:video pkt_pts:57816 pkt_pts_time:1929.13 pkt_dts:57815 pkt_dts_time:1929.09
|
---|
300 | encoder -> type:video pkt_pts:173621448 pkt_pts_time:1929.13 pkt_dts:173618445 pkt_dts_time:1929.09
|
---|
301 | muxer <- type:video pkt_pts:173621448 pkt_pts_time:1929.13 pkt_dts:173618445 pkt_dts_time:1929.09 size:2889
|
---|
302 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
303 | encoder <- type:video frame_pts:57818 frame_pts_time:1929.19 time_base:1001/30000
|
---|
304 | encoder -> type:video pkt_pts:57817 pkt_pts_time:1929.16 pkt_dts:57816 pkt_dts_time:1929.13
|
---|
305 | encoder -> type:video pkt_pts:173624451 pkt_pts_time:1929.16 pkt_dts:173621448 pkt_dts_time:1929.13
|
---|
306 | muxer <- type:video pkt_pts:173624451 pkt_pts_time:1929.16 pkt_dts:173621448 pkt_dts_time:1929.13 size:1436
|
---|
307 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
308 | encoder <- type:video frame_pts:57819 frame_pts_time:1929.23 time_base:1001/30000
|
---|
309 | encoder -> type:video pkt_pts:57818 pkt_pts_time:1929.19 pkt_dts:57817 pkt_dts_time:1929.16
|
---|
310 | encoder -> type:video pkt_pts:173627454 pkt_pts_time:1929.19 pkt_dts:173624451 pkt_dts_time:1929.16
|
---|
311 | muxer <- type:video pkt_pts:173627454 pkt_pts_time:1929.19 pkt_dts:173624451 pkt_dts_time:1929.16 size:870
|
---|
312 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
313 | encoder <- type:video frame_pts:57820 frame_pts_time:1929.26 time_base:1001/30000
|
---|
314 | encoder -> type:video pkt_pts:57819 pkt_pts_time:1929.23 pkt_dts:57818 pkt_dts_time:1929.19
|
---|
315 | encoder -> type:video pkt_pts:173630457 pkt_pts_time:1929.23 pkt_dts:173627454 pkt_dts_time:1929.19
|
---|
316 | muxer <- type:video pkt_pts:173630457 pkt_pts_time:1929.23 pkt_dts:173627454 pkt_dts_time:1929.19 size:679
|
---|
317 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
318 | encoder <- type:video frame_pts:57821 frame_pts_time:1929.29 time_base:1001/30000
|
---|
319 | encoder -> type:video pkt_pts:57820 pkt_pts_time:1929.26 pkt_dts:57819 pkt_dts_time:1929.23
|
---|
320 | encoder -> type:video pkt_pts:173633460 pkt_pts_time:1929.26 pkt_dts:173630457 pkt_dts_time:1929.23
|
---|
321 | muxer <- type:video pkt_pts:173633460 pkt_pts_time:1929.26 pkt_dts:173630457 pkt_dts_time:1929.23 size:626
|
---|
322 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
323 | encoder <- type:video frame_pts:57822 frame_pts_time:1929.33 time_base:1001/30000
|
---|
324 | encoder -> type:video pkt_pts:57821 pkt_pts_time:1929.29 pkt_dts:57820 pkt_dts_time:1929.26
|
---|
325 | encoder -> type:video pkt_pts:173636463 pkt_pts_time:1929.29 pkt_dts:173633460 pkt_dts_time:1929.26
|
---|
326 | muxer <- type:video pkt_pts:173636463 pkt_pts_time:1929.29 pkt_dts:173633460 pkt_dts_time:1929.26 size:606
|
---|
327 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
328 | encoder <- type:video frame_pts:57823 frame_pts_time:1929.36 time_base:1001/30000
|
---|
329 | encoder -> type:video pkt_pts:57822 pkt_pts_time:1929.33 pkt_dts:57821 pkt_dts_time:1929.29
|
---|
330 | encoder -> type:video pkt_pts:173639466 pkt_pts_time:1929.33 pkt_dts:173636463 pkt_dts_time:1929.29
|
---|
331 | muxer <- type:video pkt_pts:173639466 pkt_pts_time:1929.33 pkt_dts:173636463 pkt_dts_time:1929.29 size:602
|
---|
332 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
333 | encoder <- type:video frame_pts:57824 frame_pts_time:1929.39 time_base:1001/30000
|
---|
334 | encoder -> type:video pkt_pts:57823 pkt_pts_time:1929.36 pkt_dts:57822 pkt_dts_time:1929.33
|
---|
335 | encoder -> type:video pkt_pts:173642469 pkt_pts_time:1929.36 pkt_dts:173639466 pkt_dts_time:1929.33
|
---|
336 | muxer <- type:video pkt_pts:173642469 pkt_pts_time:1929.36 pkt_dts:173639466 pkt_dts_time:1929.33 size:602
|
---|
337 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
338 | encoder <- type:video frame_pts:57825 frame_pts_time:1929.43 time_base:1001/30000
|
---|
339 | encoder -> type:video pkt_pts:57824 pkt_pts_time:1929.39 pkt_dts:57823 pkt_dts_time:1929.36
|
---|
340 | encoder -> type:video pkt_pts:173645472 pkt_pts_time:1929.39 pkt_dts:173642469 pkt_dts_time:1929.36
|
---|
341 | muxer <- type:video pkt_pts:173645472 pkt_pts_time:1929.39 pkt_dts:173642469 pkt_dts_time:1929.36 size:602
|
---|
342 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
343 | encoder <- type:video frame_pts:57826 frame_pts_time:1929.46 time_base:1001/30000
|
---|
344 | encoder -> type:video pkt_pts:57825 pkt_pts_time:1929.43 pkt_dts:57824 pkt_dts_time:1929.39
|
---|
345 | encoder -> type:video pkt_pts:173648475 pkt_pts_time:1929.43 pkt_dts:173645472 pkt_dts_time:1929.39
|
---|
346 | muxer <- type:video pkt_pts:173648475 pkt_pts_time:1929.43 pkt_dts:173645472 pkt_dts_time:1929.39 size:602
|
---|
347 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
348 | encoder <- type:video frame_pts:57827 frame_pts_time:1929.49 time_base:1001/30000
|
---|
349 | encoder -> type:video pkt_pts:57826 pkt_pts_time:1929.46 pkt_dts:57825 pkt_dts_time:1929.43
|
---|
350 | encoder -> type:video pkt_pts:173651478 pkt_pts_time:1929.46 pkt_dts:173648475 pkt_dts_time:1929.43
|
---|
351 | muxer <- type:video pkt_pts:173651478 pkt_pts_time:1929.46 pkt_dts:173648475 pkt_dts_time:1929.43 size:602
|
---|
352 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
353 | encoder <- type:video frame_pts:57828 frame_pts_time:1929.53 time_base:1001/30000
|
---|
354 | encoder -> type:video pkt_pts:57827 pkt_pts_time:1929.49 pkt_dts:57826 pkt_dts_time:1929.46
|
---|
355 | encoder -> type:video pkt_pts:173654481 pkt_pts_time:1929.49 pkt_dts:173651478 pkt_dts_time:1929.46
|
---|
356 | muxer <- type:video pkt_pts:173654481 pkt_pts_time:1929.49 pkt_dts:173651478 pkt_dts_time:1929.46 size:602
|
---|
357 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
358 | encoder <- type:video frame_pts:57829 frame_pts_time:1929.56 time_base:1001/30000
|
---|
359 | encoder -> type:video pkt_pts:57828 pkt_pts_time:1929.53 pkt_dts:57827 pkt_dts_time:1929.49
|
---|
360 | encoder -> type:video pkt_pts:173657484 pkt_pts_time:1929.53 pkt_dts:173654481 pkt_dts_time:1929.49
|
---|
361 | muxer <- type:video pkt_pts:173657484 pkt_pts_time:1929.53 pkt_dts:173654481 pkt_dts_time:1929.49 size:602
|
---|
362 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
363 | encoder <- type:video frame_pts:57830 frame_pts_time:1929.59 time_base:1001/30000
|
---|
364 | encoder -> type:video pkt_pts:57829 pkt_pts_time:1929.56 pkt_dts:57828 pkt_dts_time:1929.53
|
---|
365 | encoder -> type:video pkt_pts:173660487 pkt_pts_time:1929.56 pkt_dts:173657484 pkt_dts_time:1929.53
|
---|
366 | muxer <- type:video pkt_pts:173660487 pkt_pts_time:1929.56 pkt_dts:173657484 pkt_dts_time:1929.53 size:602
|
---|
367 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
368 | encoder <- type:video frame_pts:57831 frame_pts_time:1929.63 time_base:1001/30000
|
---|
369 | encoder -> type:video pkt_pts:57830 pkt_pts_time:1929.59 pkt_dts:57829 pkt_dts_time:1929.56
|
---|
370 | encoder -> type:video pkt_pts:173663490 pkt_pts_time:1929.59 pkt_dts:173660487 pkt_dts_time:1929.56
|
---|
371 | muxer <- type:video pkt_pts:173663490 pkt_pts_time:1929.59 pkt_dts:173660487 pkt_dts_time:1929.56 size:602
|
---|
372 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
373 | encoder <- type:video frame_pts:57832 frame_pts_time:1929.66 time_base:1001/30000
|
---|
374 | encoder -> type:video pkt_pts:57831 pkt_pts_time:1929.63 pkt_dts:57830 pkt_dts_time:1929.59
|
---|
375 | encoder -> type:video pkt_pts:173666493 pkt_pts_time:1929.63 pkt_dts:173663490 pkt_dts_time:1929.59
|
---|
376 | muxer <- type:video pkt_pts:173666493 pkt_pts_time:1929.63 pkt_dts:173663490 pkt_dts_time:1929.59 size:80314
|
---|
377 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
378 | encoder <- type:video frame_pts:57833 frame_pts_time:1929.69 time_base:1001/30000
|
---|
379 | encoder -> type:video pkt_pts:57832 pkt_pts_time:1929.66 pkt_dts:57831 pkt_dts_time:1929.63
|
---|
380 | encoder -> type:video pkt_pts:173669496 pkt_pts_time:1929.66 pkt_dts:173666493 pkt_dts_time:1929.63
|
---|
381 | muxer <- type:video pkt_pts:173669496 pkt_pts_time:1929.66 pkt_dts:173666493 pkt_dts_time:1929.63 size:35611
|
---|
382 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
383 | encoder <- type:video frame_pts:57834 frame_pts_time:1929.73 time_base:1001/30000
|
---|
384 | encoder -> type:video pkt_pts:57833 pkt_pts_time:1929.69 pkt_dts:57832 pkt_dts_time:1929.66
|
---|
385 | encoder -> type:video pkt_pts:173672499 pkt_pts_time:1929.69 pkt_dts:173669496 pkt_dts_time:1929.66
|
---|
386 | muxer <- type:video pkt_pts:173672499 pkt_pts_time:1929.69 pkt_dts:173669496 pkt_dts_time:1929.66 size:7352
|
---|
387 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
388 | encoder <- type:video frame_pts:57835 frame_pts_time:1929.76 time_base:1001/30000
|
---|
389 | encoder -> type:video pkt_pts:57834 pkt_pts_time:1929.73 pkt_dts:57833 pkt_dts_time:1929.69
|
---|
390 | encoder -> type:video pkt_pts:173675502 pkt_pts_time:1929.73 pkt_dts:173672499 pkt_dts_time:1929.69
|
---|
391 | muxer <- type:video pkt_pts:173675502 pkt_pts_time:1929.73 pkt_dts:173672499 pkt_dts_time:1929.69 size:2806
|
---|
392 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
393 | encoder <- type:video frame_pts:57836 frame_pts_time:1929.79 time_base:1001/30000
|
---|
394 | encoder -> type:video pkt_pts:57835 pkt_pts_time:1929.76 pkt_dts:57834 pkt_dts_time:1929.73
|
---|
395 | encoder -> type:video pkt_pts:173678505 pkt_pts_time:1929.76 pkt_dts:173675502 pkt_dts_time:1929.73
|
---|
396 | muxer <- type:video pkt_pts:173678505 pkt_pts_time:1929.76 pkt_dts:173675502 pkt_dts_time:1929.73 size:1337
|
---|
397 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
398 | encoder <- type:video frame_pts:57837 frame_pts_time:1929.83 time_base:1001/30000
|
---|
399 | encoder -> type:video pkt_pts:57836 pkt_pts_time:1929.79 pkt_dts:57835 pkt_dts_time:1929.76
|
---|
400 | encoder -> type:video pkt_pts:173681508 pkt_pts_time:1929.79 pkt_dts:173678505 pkt_dts_time:1929.76
|
---|
401 | muxer <- type:video pkt_pts:173681508 pkt_pts_time:1929.79 pkt_dts:173678505 pkt_dts_time:1929.76 size:837
|
---|
402 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
403 | encoder <- type:video frame_pts:57838 frame_pts_time:1929.86 time_base:1001/30000
|
---|
404 | encoder -> type:video pkt_pts:57837 pkt_pts_time:1929.83 pkt_dts:57836 pkt_dts_time:1929.79
|
---|
405 | encoder -> type:video pkt_pts:173684511 pkt_pts_time:1929.83 pkt_dts:173681508 pkt_dts_time:1929.79
|
---|
406 | muxer <- type:video pkt_pts:173684511 pkt_pts_time:1929.83 pkt_dts:173681508 pkt_dts_time:1929.79 size:645
|
---|
407 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
408 | encoder <- type:video frame_pts:57839 frame_pts_time:1929.89 time_base:1001/30000
|
---|
409 | encoder -> type:video pkt_pts:57838 pkt_pts_time:1929.86 pkt_dts:57837 pkt_dts_time:1929.83
|
---|
410 | encoder -> type:video pkt_pts:173687514 pkt_pts_time:1929.86 pkt_dts:173684511 pkt_dts_time:1929.83
|
---|
411 | muxer <- type:video pkt_pts:173687514 pkt_pts_time:1929.86 pkt_dts:173684511 pkt_dts_time:1929.83 size:583
|
---|
412 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
413 | encoder <- type:video frame_pts:57840 frame_pts_time:1929.93 time_base:1001/30000
|
---|
414 | encoder -> type:video pkt_pts:57839 pkt_pts_time:1929.89 pkt_dts:57838 pkt_dts_time:1929.86
|
---|
415 | encoder -> type:video pkt_pts:173690517 pkt_pts_time:1929.89 pkt_dts:173687514 pkt_dts_time:1929.86
|
---|
416 | muxer <- type:video pkt_pts:173690517 pkt_pts_time:1929.89 pkt_dts:173687514 pkt_dts_time:1929.86 size:570
|
---|
417 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
418 | encoder <- type:video frame_pts:57841 frame_pts_time:1929.96 time_base:1001/30000
|
---|
419 | encoder -> type:video pkt_pts:57840 pkt_pts_time:1929.93 pkt_dts:57839 pkt_dts_time:1929.89
|
---|
420 | encoder -> type:video pkt_pts:173693520 pkt_pts_time:1929.93 pkt_dts:173690517 pkt_dts_time:1929.89
|
---|
421 | muxer <- type:video pkt_pts:173693520 pkt_pts_time:1929.93 pkt_dts:173690517 pkt_dts_time:1929.89 size:563
|
---|
422 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
423 | encoder <- type:video frame_pts:57842 frame_pts_time:1929.99 time_base:1001/30000
|
---|
424 | encoder -> type:video pkt_pts:57841 pkt_pts_time:1929.96 pkt_dts:57840 pkt_dts_time:1929.93
|
---|
425 | encoder -> type:video pkt_pts:173696523 pkt_pts_time:1929.96 pkt_dts:173693520 pkt_dts_time:1929.93
|
---|
426 | muxer <- type:video pkt_pts:173696523 pkt_pts_time:1929.96 pkt_dts:173693520 pkt_dts_time:1929.93 size:565
|
---|
427 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
428 | encoder <- type:video frame_pts:57843 frame_pts_time:1930.03 time_base:1001/30000
|
---|
429 | encoder -> type:video pkt_pts:57842 pkt_pts_time:1929.99 pkt_dts:57841 pkt_dts_time:1929.96
|
---|
430 | encoder -> type:video pkt_pts:173699526 pkt_pts_time:1929.99 pkt_dts:173696523 pkt_dts_time:1929.96
|
---|
431 | muxer <- type:video pkt_pts:173699526 pkt_pts_time:1929.99 pkt_dts:173696523 pkt_dts_time:1929.96 size:562
|
---|
432 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
433 | encoder <- type:video frame_pts:57844 frame_pts_time:1930.06 time_base:1001/30000
|
---|
434 | encoder -> type:video pkt_pts:57843 pkt_pts_time:1930.03 pkt_dts:57842 pkt_dts_time:1929.99
|
---|
435 | encoder -> type:video pkt_pts:173702529 pkt_pts_time:1930.03 pkt_dts:173699526 pkt_dts_time:1929.99
|
---|
436 | muxer <- type:video pkt_pts:173702529 pkt_pts_time:1930.03 pkt_dts:173699526 pkt_dts_time:1929.99 size:562
|
---|
437 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
438 | encoder <- type:video frame_pts:57845 frame_pts_time:1930.09 time_base:1001/30000
|
---|
439 | encoder -> type:video pkt_pts:57844 pkt_pts_time:1930.06 pkt_dts:57843 pkt_dts_time:1930.03
|
---|
440 | encoder -> type:video pkt_pts:173705532 pkt_pts_time:1930.06 pkt_dts:173702529 pkt_dts_time:1930.03
|
---|
441 | muxer <- type:video pkt_pts:173705532 pkt_pts_time:1930.06 pkt_dts:173702529 pkt_dts_time:1930.03 size:562
|
---|
442 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
443 | encoder <- type:video frame_pts:57846 frame_pts_time:1930.13 time_base:1001/30000
|
---|
444 | encoder -> type:video pkt_pts:57845 pkt_pts_time:1930.09 pkt_dts:57844 pkt_dts_time:1930.06
|
---|
445 | encoder -> type:video pkt_pts:173708535 pkt_pts_time:1930.09 pkt_dts:173705532 pkt_dts_time:1930.06
|
---|
446 | muxer <- type:video pkt_pts:173708535 pkt_pts_time:1930.09 pkt_dts:173705532 pkt_dts_time:1930.06 size:562
|
---|
447 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
448 | encoder <- type:video frame_pts:57847 frame_pts_time:1930.16 time_base:1001/30000
|
---|
449 | encoder -> type:video pkt_pts:57846 pkt_pts_time:1930.13 pkt_dts:57845 pkt_dts_time:1930.09
|
---|
450 | encoder -> type:video pkt_pts:173711538 pkt_pts_time:1930.13 pkt_dts:173708535 pkt_dts_time:1930.09
|
---|
451 | muxer <- type:video pkt_pts:173711538 pkt_pts_time:1930.13 pkt_dts:173708535 pkt_dts_time:1930.09 size:562
|
---|
452 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
453 | encoder <- type:video frame_pts:57848 frame_pts_time:1930.19 time_base:1001/30000
|
---|
454 | encoder -> type:video pkt_pts:57847 pkt_pts_time:1930.16 pkt_dts:57846 pkt_dts_time:1930.13
|
---|
455 | encoder -> type:video pkt_pts:173714541 pkt_pts_time:1930.16 pkt_dts:173711538 pkt_dts_time:1930.13
|
---|
456 | muxer <- type:video pkt_pts:173714541 pkt_pts_time:1930.16 pkt_dts:173711538 pkt_dts_time:1930.13 size:562
|
---|
457 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
458 | encoder <- type:video frame_pts:57849 frame_pts_time:1930.23 time_base:1001/30000
|
---|
459 | encoder -> type:video pkt_pts:57848 pkt_pts_time:1930.19 pkt_dts:57847 pkt_dts_time:1930.16
|
---|
460 | encoder -> type:video pkt_pts:173717544 pkt_pts_time:1930.19 pkt_dts:173714541 pkt_dts_time:1930.16
|
---|
461 | muxer <- type:video pkt_pts:173717544 pkt_pts_time:1930.19 pkt_dts:173714541 pkt_dts_time:1930.16 size:562
|
---|
462 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
463 | encoder <- type:video frame_pts:57850 frame_pts_time:1930.26 time_base:1001/30000
|
---|
464 | encoder -> type:video pkt_pts:57849 pkt_pts_time:1930.23 pkt_dts:57848 pkt_dts_time:1930.19
|
---|
465 | encoder -> type:video pkt_pts:173720547 pkt_pts_time:1930.23 pkt_dts:173717544 pkt_dts_time:1930.19
|
---|
466 | muxer <- type:video pkt_pts:173720547 pkt_pts_time:1930.23 pkt_dts:173717544 pkt_dts_time:1930.19 size:80314
|
---|
467 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
468 | encoder <- type:video frame_pts:57851 frame_pts_time:1930.3 time_base:1001/30000
|
---|
469 | encoder -> type:video pkt_pts:57850 pkt_pts_time:1930.26 pkt_dts:57849 pkt_dts_time:1930.23
|
---|
470 | encoder -> type:video pkt_pts:173723550 pkt_pts_time:1930.26 pkt_dts:173720547 pkt_dts_time:1930.23
|
---|
471 | muxer <- type:video pkt_pts:173723550 pkt_pts_time:1930.26 pkt_dts:173720547 pkt_dts_time:1930.23 size:35612
|
---|
472 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
473 | encoder <- type:video frame_pts:57852 frame_pts_time:1930.33 time_base:1001/30000
|
---|
474 | encoder -> type:video pkt_pts:57851 pkt_pts_time:1930.3 pkt_dts:57850 pkt_dts_time:1930.26
|
---|
475 | encoder -> type:video pkt_pts:173726553 pkt_pts_time:1930.3 pkt_dts:173723550 pkt_dts_time:1930.26
|
---|
476 | muxer <- type:video pkt_pts:173726553 pkt_pts_time:1930.3 pkt_dts:173723550 pkt_dts_time:1930.26 size:7367
|
---|
477 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
478 | encoder <- type:video frame_pts:57853 frame_pts_time:1930.36 time_base:1001/30000
|
---|
479 | encoder -> type:video pkt_pts:57852 pkt_pts_time:1930.33 pkt_dts:57851 pkt_dts_time:1930.3
|
---|
480 | encoder -> type:video pkt_pts:173729556 pkt_pts_time:1930.33 pkt_dts:173726553 pkt_dts_time:1930.3
|
---|
481 | muxer <- type:video pkt_pts:173729556 pkt_pts_time:1930.33 pkt_dts:173726553 pkt_dts_time:1930.3 size:2814
|
---|
482 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
483 | encoder <- type:video frame_pts:57854 frame_pts_time:1930.4 time_base:1001/30000
|
---|
484 | encoder -> type:video pkt_pts:57853 pkt_pts_time:1930.36 pkt_dts:57852 pkt_dts_time:1930.33
|
---|
485 | encoder -> type:video pkt_pts:173732559 pkt_pts_time:1930.36 pkt_dts:173729556 pkt_dts_time:1930.33
|
---|
486 | muxer <- type:video pkt_pts:173732559 pkt_pts_time:1930.36 pkt_dts:173729556 pkt_dts_time:1930.33 size:1335
|
---|
487 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
488 | encoder <- type:video frame_pts:57855 frame_pts_time:1930.43 time_base:1001/30000
|
---|
489 | encoder -> type:video pkt_pts:57854 pkt_pts_time:1930.4 pkt_dts:57853 pkt_dts_time:1930.36
|
---|
490 | encoder -> type:video pkt_pts:173735562 pkt_pts_time:1930.4 pkt_dts:173732559 pkt_dts_time:1930.36
|
---|
491 | muxer <- type:video pkt_pts:173735562 pkt_pts_time:1930.4 pkt_dts:173732559 pkt_dts_time:1930.36 size:839
|
---|
492 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
493 | encoder <- type:video frame_pts:57856 frame_pts_time:1930.46 time_base:1001/30000
|
---|
494 | encoder -> type:video pkt_pts:57855 pkt_pts_time:1930.43 pkt_dts:57854 pkt_dts_time:1930.4
|
---|
495 | encoder -> type:video pkt_pts:173738565 pkt_pts_time:1930.43 pkt_dts:173735562 pkt_dts_time:1930.4
|
---|
496 | muxer <- type:video pkt_pts:173738565 pkt_pts_time:1930.43 pkt_dts:173735562 pkt_dts_time:1930.4 size:647
|
---|
497 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
498 | encoder <- type:video frame_pts:57857 frame_pts_time:1930.5 time_base:1001/30000
|
---|
499 | encoder -> type:video pkt_pts:57856 pkt_pts_time:1930.46 pkt_dts:57855 pkt_dts_time:1930.43
|
---|
500 | encoder -> type:video pkt_pts:173741568 pkt_pts_time:1930.46 pkt_dts:173738565 pkt_dts_time:1930.43
|
---|
501 | muxer <- type:video pkt_pts:173741568 pkt_pts_time:1930.46 pkt_dts:173738565 pkt_dts_time:1930.43 size:585
|
---|
502 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
503 | encoder <- type:video frame_pts:57858 frame_pts_time:1930.53 time_base:1001/30000
|
---|
504 | encoder -> type:video pkt_pts:57857 pkt_pts_time:1930.5 pkt_dts:57856 pkt_dts_time:1930.46
|
---|
505 | encoder -> type:video pkt_pts:173744571 pkt_pts_time:1930.5 pkt_dts:173741568 pkt_dts_time:1930.46
|
---|
506 | muxer <- type:video pkt_pts:173744571 pkt_pts_time:1930.5 pkt_dts:173741568 pkt_dts_time:1930.46 size:572
|
---|
507 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
508 | encoder <- type:video frame_pts:57859 frame_pts_time:1930.56 time_base:1001/30000
|
---|
509 | encoder -> type:video pkt_pts:57858 pkt_pts_time:1930.53 pkt_dts:57857 pkt_dts_time:1930.5
|
---|
510 | encoder -> type:video pkt_pts:173747574 pkt_pts_time:1930.53 pkt_dts:173744571 pkt_dts_time:1930.5
|
---|
511 | muxer <- type:video pkt_pts:173747574 pkt_pts_time:1930.53 pkt_dts:173744571 pkt_dts_time:1930.5 size:565
|
---|
512 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
513 | encoder <- type:video frame_pts:57860 frame_pts_time:1930.6 time_base:1001/30000
|
---|
514 | encoder -> type:video pkt_pts:57859 pkt_pts_time:1930.56 pkt_dts:57858 pkt_dts_time:1930.53
|
---|
515 | encoder -> type:video pkt_pts:173750577 pkt_pts_time:1930.56 pkt_dts:173747574 pkt_dts_time:1930.53
|
---|
516 | muxer <- type:video pkt_pts:173750577 pkt_pts_time:1930.56 pkt_dts:173747574 pkt_dts_time:1930.53 size:567
|
---|
517 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
518 | encoder <- type:video frame_pts:57861 frame_pts_time:1930.63 time_base:1001/30000
|
---|
519 | encoder -> type:video pkt_pts:57860 pkt_pts_time:1930.6 pkt_dts:57859 pkt_dts_time:1930.56
|
---|
520 | encoder -> type:video pkt_pts:173753580 pkt_pts_time:1930.6 pkt_dts:173750577 pkt_dts_time:1930.56
|
---|
521 | muxer <- type:video pkt_pts:173753580 pkt_pts_time:1930.6 pkt_dts:173750577 pkt_dts_time:1930.56 size:564
|
---|
522 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
523 | encoder <- type:video frame_pts:57862 frame_pts_time:1930.66 time_base:1001/30000
|
---|
524 | encoder -> type:video pkt_pts:57861 pkt_pts_time:1930.63 pkt_dts:57860 pkt_dts_time:1930.6
|
---|
525 | encoder -> type:video pkt_pts:173756583 pkt_pts_time:1930.63 pkt_dts:173753580 pkt_dts_time:1930.6
|
---|
526 | muxer <- type:video pkt_pts:173756583 pkt_pts_time:1930.63 pkt_dts:173753580 pkt_dts_time:1930.6 size:564
|
---|
527 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
528 | encoder <- type:video frame_pts:57863 frame_pts_time:1930.7 time_base:1001/30000
|
---|
529 | encoder -> type:video pkt_pts:57862 pkt_pts_time:1930.66 pkt_dts:57861 pkt_dts_time:1930.63
|
---|
530 | encoder -> type:video pkt_pts:173759586 pkt_pts_time:1930.66 pkt_dts:173756583 pkt_dts_time:1930.63
|
---|
531 | muxer <- type:video pkt_pts:173759586 pkt_pts_time:1930.66 pkt_dts:173756583 pkt_dts_time:1930.63 size:564
|
---|
532 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
533 | encoder <- type:video frame_pts:57864 frame_pts_time:1930.73 time_base:1001/30000
|
---|
534 | encoder -> type:video pkt_pts:57863 pkt_pts_time:1930.7 pkt_dts:57862 pkt_dts_time:1930.66
|
---|
535 | encoder -> type:video pkt_pts:173762589 pkt_pts_time:1930.7 pkt_dts:173759586 pkt_dts_time:1930.66
|
---|
536 | muxer <- type:video pkt_pts:173762589 pkt_pts_time:1930.7 pkt_dts:173759586 pkt_dts_time:1930.66 size:564
|
---|
537 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
538 | encoder <- type:video frame_pts:57865 frame_pts_time:1930.76 time_base:1001/30000
|
---|
539 | encoder -> type:video pkt_pts:57864 pkt_pts_time:1930.73 pkt_dts:57863 pkt_dts_time:1930.7
|
---|
540 | encoder -> type:video pkt_pts:173765592 pkt_pts_time:1930.73 pkt_dts:173762589 pkt_dts_time:1930.7
|
---|
541 | muxer <- type:video pkt_pts:173765592 pkt_pts_time:1930.73 pkt_dts:173762589 pkt_dts_time:1930.7 size:564
|
---|
542 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
543 | encoder <- type:video frame_pts:57866 frame_pts_time:1930.8 time_base:1001/30000
|
---|
544 | encoder -> type:video pkt_pts:57865 pkt_pts_time:1930.76 pkt_dts:57864 pkt_dts_time:1930.73
|
---|
545 | encoder -> type:video pkt_pts:173768595 pkt_pts_time:1930.76 pkt_dts:173765592 pkt_dts_time:1930.73
|
---|
546 | muxer <- type:video pkt_pts:173768595 pkt_pts_time:1930.76 pkt_dts:173765592 pkt_dts_time:1930.73 size:564
|
---|
547 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
548 | encoder <- type:video frame_pts:57867 frame_pts_time:1930.83 time_base:1001/30000
|
---|
549 | encoder -> type:video pkt_pts:57866 pkt_pts_time:1930.8 pkt_dts:57865 pkt_dts_time:1930.76
|
---|
550 | encoder -> type:video pkt_pts:173771598 pkt_pts_time:1930.8 pkt_dts:173768595 pkt_dts_time:1930.76
|
---|
551 | muxer <- type:video pkt_pts:173771598 pkt_pts_time:1930.8 pkt_dts:173768595 pkt_dts_time:1930.76 size:564
|
---|
552 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
553 | encoder <- type:video frame_pts:57868 frame_pts_time:1930.86 time_base:1001/30000
|
---|
554 | encoder -> type:video pkt_pts:57867 pkt_pts_time:1930.83 pkt_dts:57866 pkt_dts_time:1930.8
|
---|
555 | encoder -> type:video pkt_pts:173774601 pkt_pts_time:1930.83 pkt_dts:173771598 pkt_dts_time:1930.8
|
---|
556 | muxer <- type:video pkt_pts:173774601 pkt_pts_time:1930.83 pkt_dts:173771598 pkt_dts_time:1930.8 size:80314
|
---|
557 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
558 | encoder <- type:video frame_pts:57869 frame_pts_time:1930.9 time_base:1001/30000
|
---|
559 | encoder -> type:video pkt_pts:57868 pkt_pts_time:1930.86 pkt_dts:57867 pkt_dts_time:1930.83
|
---|
560 | encoder -> type:video pkt_pts:173777604 pkt_pts_time:1930.86 pkt_dts:173774601 pkt_dts_time:1930.83
|
---|
561 | muxer <- type:video pkt_pts:173777604 pkt_pts_time:1930.86 pkt_dts:173774601 pkt_dts_time:1930.83 size:35612
|
---|
562 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
563 | encoder <- type:video frame_pts:57870 frame_pts_time:1930.93 time_base:1001/30000
|
---|
564 | encoder -> type:video pkt_pts:57869 pkt_pts_time:1930.9 pkt_dts:57868 pkt_dts_time:1930.86
|
---|
565 | encoder -> type:video pkt_pts:173780607 pkt_pts_time:1930.9 pkt_dts:173777604 pkt_dts_time:1930.86
|
---|
566 | muxer <- type:video pkt_pts:173780607 pkt_pts_time:1930.9 pkt_dts:173777604 pkt_dts_time:1930.86 size:7367
|
---|
567 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
568 | encoder <- type:video frame_pts:57871 frame_pts_time:1930.96 time_base:1001/30000
|
---|
569 | encoder -> type:video pkt_pts:57870 pkt_pts_time:1930.93 pkt_dts:57869 pkt_dts_time:1930.9
|
---|
570 | encoder -> type:video pkt_pts:173783610 pkt_pts_time:1930.93 pkt_dts:173780607 pkt_dts_time:1930.9
|
---|
571 | muxer <- type:video pkt_pts:173783610 pkt_pts_time:1930.93 pkt_dts:173780607 pkt_dts_time:1930.9 size:2814
|
---|
572 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
573 | encoder <- type:video frame_pts:57872 frame_pts_time:1931 time_base:1001/30000
|
---|
574 | encoder -> type:video pkt_pts:57871 pkt_pts_time:1930.96 pkt_dts:57870 pkt_dts_time:1930.93
|
---|
575 | encoder -> type:video pkt_pts:173786613 pkt_pts_time:1930.96 pkt_dts:173783610 pkt_dts_time:1930.93
|
---|
576 | muxer <- type:video pkt_pts:173786613 pkt_pts_time:1930.96 pkt_dts:173783610 pkt_dts_time:1930.93 size:1335
|
---|
577 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
578 | encoder <- type:video frame_pts:57873 frame_pts_time:1931.03 time_base:1001/30000
|
---|
579 | encoder -> type:video pkt_pts:57872 pkt_pts_time:1931 pkt_dts:57871 pkt_dts_time:1930.96
|
---|
580 | encoder -> type:video pkt_pts:173789616 pkt_pts_time:1931 pkt_dts:173786613 pkt_dts_time:1930.96
|
---|
581 | muxer <- type:video pkt_pts:173789616 pkt_pts_time:1931 pkt_dts:173786613 pkt_dts_time:1930.96 size:839
|
---|
582 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
583 | encoder <- type:video frame_pts:57874 frame_pts_time:1931.06 time_base:1001/30000
|
---|
584 | encoder -> type:video pkt_pts:57873 pkt_pts_time:1931.03 pkt_dts:57872 pkt_dts_time:1931
|
---|
585 | encoder -> type:video pkt_pts:173792619 pkt_pts_time:1931.03 pkt_dts:173789616 pkt_dts_time:1931
|
---|
586 | muxer <- type:video pkt_pts:173792619 pkt_pts_time:1931.03 pkt_dts:173789616 pkt_dts_time:1931 size:647
|
---|
587 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
588 | encoder <- type:video frame_pts:57875 frame_pts_time:1931.1 time_base:1001/30000
|
---|
589 | encoder -> type:video pkt_pts:57874 pkt_pts_time:1931.06 pkt_dts:57873 pkt_dts_time:1931.03
|
---|
590 | encoder -> type:video pkt_pts:173795622 pkt_pts_time:1931.06 pkt_dts:173792619 pkt_dts_time:1931.03
|
---|
591 | muxer <- type:video pkt_pts:173795622 pkt_pts_time:1931.06 pkt_dts:173792619 pkt_dts_time:1931.03 size:585
|
---|
592 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
593 | encoder <- type:video frame_pts:57876 frame_pts_time:1931.13 time_base:1001/30000
|
---|
594 | encoder -> type:video pkt_pts:57875 pkt_pts_time:1931.1 pkt_dts:57874 pkt_dts_time:1931.06
|
---|
595 | encoder -> type:video pkt_pts:173798625 pkt_pts_time:1931.1 pkt_dts:173795622 pkt_dts_time:1931.06
|
---|
596 | muxer <- type:video pkt_pts:173798625 pkt_pts_time:1931.1 pkt_dts:173795622 pkt_dts_time:1931.06 size:572
|
---|
597 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
598 | encoder <- type:video frame_pts:57877 frame_pts_time:1931.16 time_base:1001/30000
|
---|
599 | encoder -> type:video pkt_pts:57876 pkt_pts_time:1931.13 pkt_dts:57875 pkt_dts_time:1931.1
|
---|
600 | encoder -> type:video pkt_pts:173801628 pkt_pts_time:1931.13 pkt_dts:173798625 pkt_dts_time:1931.1
|
---|
601 | muxer <- type:video pkt_pts:173801628 pkt_pts_time:1931.13 pkt_dts:173798625 pkt_dts_time:1931.1 size:565
|
---|
602 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
603 | encoder <- type:video frame_pts:57878 frame_pts_time:1931.2 time_base:1001/30000
|
---|
604 | encoder -> type:video pkt_pts:57877 pkt_pts_time:1931.16 pkt_dts:57876 pkt_dts_time:1931.13
|
---|
605 | encoder -> type:video pkt_pts:173804631 pkt_pts_time:1931.16 pkt_dts:173801628 pkt_dts_time:1931.13
|
---|
606 | muxer <- type:video pkt_pts:173804631 pkt_pts_time:1931.16 pkt_dts:173801628 pkt_dts_time:1931.13 size:567
|
---|
607 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
608 | encoder <- type:video frame_pts:57879 frame_pts_time:1931.23 time_base:1001/30000
|
---|
609 | encoder -> type:video pkt_pts:57878 pkt_pts_time:1931.2 pkt_dts:57877 pkt_dts_time:1931.16
|
---|
610 | encoder -> type:video pkt_pts:173807634 pkt_pts_time:1931.2 pkt_dts:173804631 pkt_dts_time:1931.16
|
---|
611 | muxer <- type:video pkt_pts:173807634 pkt_pts_time:1931.2 pkt_dts:173804631 pkt_dts_time:1931.16 size:564
|
---|
612 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
613 | encoder <- type:video frame_pts:57880 frame_pts_time:1931.26 time_base:1001/30000
|
---|
614 | encoder -> type:video pkt_pts:57879 pkt_pts_time:1931.23 pkt_dts:57878 pkt_dts_time:1931.2
|
---|
615 | encoder -> type:video pkt_pts:173810637 pkt_pts_time:1931.23 pkt_dts:173807634 pkt_dts_time:1931.2
|
---|
616 | muxer <- type:video pkt_pts:173810637 pkt_pts_time:1931.23 pkt_dts:173807634 pkt_dts_time:1931.2 size:564
|
---|
617 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
618 | encoder <- type:video frame_pts:57881 frame_pts_time:1931.3 time_base:1001/30000
|
---|
619 | encoder -> type:video pkt_pts:57880 pkt_pts_time:1931.26 pkt_dts:57879 pkt_dts_time:1931.23
|
---|
620 | encoder -> type:video pkt_pts:173813640 pkt_pts_time:1931.26 pkt_dts:173810637 pkt_dts_time:1931.23
|
---|
621 | muxer <- type:video pkt_pts:173813640 pkt_pts_time:1931.26 pkt_dts:173810637 pkt_dts_time:1931.23 size:564
|
---|
622 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
623 | encoder <- type:video frame_pts:57882 frame_pts_time:1931.33 time_base:1001/30000
|
---|
624 | encoder -> type:video pkt_pts:57881 pkt_pts_time:1931.3 pkt_dts:57880 pkt_dts_time:1931.26
|
---|
625 | encoder -> type:video pkt_pts:173816643 pkt_pts_time:1931.3 pkt_dts:173813640 pkt_dts_time:1931.26
|
---|
626 | muxer <- type:video pkt_pts:173816643 pkt_pts_time:1931.3 pkt_dts:173813640 pkt_dts_time:1931.26 size:564
|
---|
627 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
628 | encoder <- type:video frame_pts:57883 frame_pts_time:1931.36 time_base:1001/30000
|
---|
629 | encoder -> type:video pkt_pts:57882 pkt_pts_time:1931.33 pkt_dts:57881 pkt_dts_time:1931.3
|
---|
630 | encoder -> type:video pkt_pts:173819646 pkt_pts_time:1931.33 pkt_dts:173816643 pkt_dts_time:1931.3
|
---|
631 | muxer <- type:video pkt_pts:173819646 pkt_pts_time:1931.33 pkt_dts:173816643 pkt_dts_time:1931.3 size:564
|
---|
632 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
633 | encoder <- type:video frame_pts:57884 frame_pts_time:1931.4 time_base:1001/30000
|
---|
634 | encoder -> type:video pkt_pts:57883 pkt_pts_time:1931.36 pkt_dts:57882 pkt_dts_time:1931.33
|
---|
635 | encoder -> type:video pkt_pts:173822649 pkt_pts_time:1931.36 pkt_dts:173819646 pkt_dts_time:1931.33
|
---|
636 | muxer <- type:video pkt_pts:173822649 pkt_pts_time:1931.36 pkt_dts:173819646 pkt_dts_time:1931.33 size:564
|
---|
637 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
638 | encoder <- type:video frame_pts:57885 frame_pts_time:1931.43 time_base:1001/30000
|
---|
639 | encoder -> type:video pkt_pts:57884 pkt_pts_time:1931.4 pkt_dts:57883 pkt_dts_time:1931.36
|
---|
640 | encoder -> type:video pkt_pts:173825652 pkt_pts_time:1931.4 pkt_dts:173822649 pkt_dts_time:1931.36
|
---|
641 | muxer <- type:video pkt_pts:173825652 pkt_pts_time:1931.4 pkt_dts:173822649 pkt_dts_time:1931.36 size:564
|
---|
642 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
643 | encoder <- type:video frame_pts:57886 frame_pts_time:1931.46 time_base:1001/30000
|
---|
644 | encoder -> type:video pkt_pts:57885 pkt_pts_time:1931.43 pkt_dts:57884 pkt_dts_time:1931.4
|
---|
645 | encoder -> type:video pkt_pts:173828655 pkt_pts_time:1931.43 pkt_dts:173825652 pkt_dts_time:1931.4
|
---|
646 | muxer <- type:video pkt_pts:173828655 pkt_pts_time:1931.43 pkt_dts:173825652 pkt_dts_time:1931.4 size:65677
|
---|
647 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
648 | encoder <- type:video frame_pts:57887 frame_pts_time:1931.5 time_base:1001/30000
|
---|
649 | encoder -> type:video pkt_pts:57886 pkt_pts_time:1931.46 pkt_dts:57885 pkt_dts_time:1931.43
|
---|
650 | encoder -> type:video pkt_pts:173831658 pkt_pts_time:1931.46 pkt_dts:173828655 pkt_dts_time:1931.43
|
---|
651 | muxer <- type:video pkt_pts:173831658 pkt_pts_time:1931.46 pkt_dts:173828655 pkt_dts_time:1931.43 size:46432
|
---|
652 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
653 | encoder <- type:video frame_pts:57888 frame_pts_time:1931.53 time_base:1001/30000
|
---|
654 | encoder -> type:video pkt_pts:57887 pkt_pts_time:1931.5 pkt_dts:57886 pkt_dts_time:1931.46
|
---|
655 | encoder -> type:video pkt_pts:173834661 pkt_pts_time:1931.5 pkt_dts:173831658 pkt_dts_time:1931.46
|
---|
656 | muxer <- type:video pkt_pts:173834661 pkt_pts_time:1931.5 pkt_dts:173831658 pkt_dts_time:1931.46 size:7821
|
---|
657 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
658 | encoder <- type:video frame_pts:57889 frame_pts_time:1931.56 time_base:1001/30000
|
---|
659 | encoder -> type:video pkt_pts:57888 pkt_pts_time:1931.53 pkt_dts:57887 pkt_dts_time:1931.5
|
---|
660 | encoder -> type:video pkt_pts:173837664 pkt_pts_time:1931.53 pkt_dts:173834661 pkt_dts_time:1931.5
|
---|
661 | muxer <- type:video pkt_pts:173837664 pkt_pts_time:1931.53 pkt_dts:173834661 pkt_dts_time:1931.5 size:2889
|
---|
662 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
663 | encoder <- type:video frame_pts:57890 frame_pts_time:1931.6 time_base:1001/30000
|
---|
664 | encoder -> type:video pkt_pts:57889 pkt_pts_time:1931.56 pkt_dts:57888 pkt_dts_time:1931.53
|
---|
665 | encoder -> type:video pkt_pts:173840667 pkt_pts_time:1931.56 pkt_dts:173837664 pkt_dts_time:1931.53
|
---|
666 | muxer <- type:video pkt_pts:173840667 pkt_pts_time:1931.56 pkt_dts:173837664 pkt_dts_time:1931.53 size:1436
|
---|
667 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
668 | encoder <- type:video frame_pts:57891 frame_pts_time:1931.63 time_base:1001/30000
|
---|
669 | encoder -> type:video pkt_pts:57890 pkt_pts_time:1931.6 pkt_dts:57889 pkt_dts_time:1931.56
|
---|
670 | encoder -> type:video pkt_pts:173843670 pkt_pts_time:1931.6 pkt_dts:173840667 pkt_dts_time:1931.56
|
---|
671 | muxer <- type:video pkt_pts:173843670 pkt_pts_time:1931.6 pkt_dts:173840667 pkt_dts_time:1931.56 size:870
|
---|
672 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
673 | encoder <- type:video frame_pts:57892 frame_pts_time:1931.66 time_base:1001/30000
|
---|
674 | encoder -> type:video pkt_pts:57891 pkt_pts_time:1931.63 pkt_dts:57890 pkt_dts_time:1931.6
|
---|
675 | encoder -> type:video pkt_pts:173846673 pkt_pts_time:1931.63 pkt_dts:173843670 pkt_dts_time:1931.6
|
---|
676 | muxer <- type:video pkt_pts:173846673 pkt_pts_time:1931.63 pkt_dts:173843670 pkt_dts_time:1931.6 size:679
|
---|
677 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
678 | encoder <- type:video frame_pts:57893 frame_pts_time:1931.7 time_base:1001/30000
|
---|
679 | encoder -> type:video pkt_pts:57892 pkt_pts_time:1931.66 pkt_dts:57891 pkt_dts_time:1931.63
|
---|
680 | encoder -> type:video pkt_pts:173849676 pkt_pts_time:1931.66 pkt_dts:173846673 pkt_dts_time:1931.63
|
---|
681 | muxer <- type:video pkt_pts:173849676 pkt_pts_time:1931.66 pkt_dts:173846673 pkt_dts_time:1931.63 size:626
|
---|
682 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
683 | encoder <- type:video frame_pts:57894 frame_pts_time:1931.73 time_base:1001/30000
|
---|
684 | encoder -> type:video pkt_pts:57893 pkt_pts_time:1931.7 pkt_dts:57892 pkt_dts_time:1931.66
|
---|
685 | encoder -> type:video pkt_pts:173852679 pkt_pts_time:1931.7 pkt_dts:173849676 pkt_dts_time:1931.66
|
---|
686 | muxer <- type:video pkt_pts:173852679 pkt_pts_time:1931.7 pkt_dts:173849676 pkt_dts_time:1931.66 size:606
|
---|
687 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
688 | encoder <- type:video frame_pts:57895 frame_pts_time:1931.76 time_base:1001/30000
|
---|
689 | encoder -> type:video pkt_pts:57894 pkt_pts_time:1931.73 pkt_dts:57893 pkt_dts_time:1931.7
|
---|
690 | encoder -> type:video pkt_pts:173855682 pkt_pts_time:1931.73 pkt_dts:173852679 pkt_dts_time:1931.7
|
---|
691 | muxer <- type:video pkt_pts:173855682 pkt_pts_time:1931.73 pkt_dts:173852679 pkt_dts_time:1931.7 size:602
|
---|
692 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
693 | encoder <- type:video frame_pts:57896 frame_pts_time:1931.8 time_base:1001/30000
|
---|
694 | encoder -> type:video pkt_pts:57895 pkt_pts_time:1931.76 pkt_dts:57894 pkt_dts_time:1931.73
|
---|
695 | encoder -> type:video pkt_pts:173858685 pkt_pts_time:1931.76 pkt_dts:173855682 pkt_dts_time:1931.73
|
---|
696 | muxer <- type:video pkt_pts:173858685 pkt_pts_time:1931.76 pkt_dts:173855682 pkt_dts_time:1931.73 size:602
|
---|
697 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
698 | encoder <- type:video frame_pts:57897 frame_pts_time:1931.83 time_base:1001/30000
|
---|
699 | encoder -> type:video pkt_pts:57896 pkt_pts_time:1931.8 pkt_dts:57895 pkt_dts_time:1931.76
|
---|
700 | encoder -> type:video pkt_pts:173861688 pkt_pts_time:1931.8 pkt_dts:173858685 pkt_dts_time:1931.76
|
---|
701 | muxer <- type:video pkt_pts:173861688 pkt_pts_time:1931.8 pkt_dts:173858685 pkt_dts_time:1931.76 size:602
|
---|
702 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
703 | encoder <- type:video frame_pts:57898 frame_pts_time:1931.86 time_base:1001/30000
|
---|
704 | encoder -> type:video pkt_pts:57897 pkt_pts_time:1931.83 pkt_dts:57896 pkt_dts_time:1931.8
|
---|
705 | encoder -> type:video pkt_pts:173864691 pkt_pts_time:1931.83 pkt_dts:173861688 pkt_dts_time:1931.8
|
---|
706 | muxer <- type:video pkt_pts:173864691 pkt_pts_time:1931.83 pkt_dts:173861688 pkt_dts_time:1931.8 size:602
|
---|
707 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
708 | encoder <- type:video frame_pts:57899 frame_pts_time:1931.9 time_base:1001/30000
|
---|
709 | encoder -> type:video pkt_pts:57898 pkt_pts_time:1931.86 pkt_dts:57897 pkt_dts_time:1931.83
|
---|
710 | encoder -> type:video pkt_pts:173867694 pkt_pts_time:1931.86 pkt_dts:173864691 pkt_dts_time:1931.83
|
---|
711 | muxer <- type:video pkt_pts:173867694 pkt_pts_time:1931.86 pkt_dts:173864691 pkt_dts_time:1931.83 size:602
|
---|
712 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
713 | encoder <- type:video frame_pts:57900 frame_pts_time:1931.93 time_base:1001/30000
|
---|
714 | encoder -> type:video pkt_pts:57899 pkt_pts_time:1931.9 pkt_dts:57898 pkt_dts_time:1931.86
|
---|
715 | encoder -> type:video pkt_pts:173870697 pkt_pts_time:1931.9 pkt_dts:173867694 pkt_dts_time:1931.86
|
---|
716 | muxer <- type:video pkt_pts:173870697 pkt_pts_time:1931.9 pkt_dts:173867694 pkt_dts_time:1931.86 size:602
|
---|
717 | [dvd @ 0x555555881540] Delay between the first packet and last packet in the muxing queue is 10010000 > 10000000: forcing output
|
---|
718 | encoder <- type:video frame_pts:57901 frame_pts_time:1931.96 time_base:1001/30000
|
---|
719 | encoder -> type:video pkt_pts:57900 pkt_pts_time:1931.93 pkt_dts:57899 pkt_dts_time:1931.9
|
---|
720 | encoder -> type:video pkt_pts:173873700 pkt_pts_time:1931.93 pkt_dts:173870697 pkt_dts_time:1931.9
|
---|
721 | muxer <- type:video pkt_pts:173873700 pkt_pts_time:1931.93 pkt_dts:173870697 pkt_dts_time:1931.9 size:602
|
---|
722 |
|
---|
723 | jreiser@myth:/proc/14967$ ls -l fd* ## the file descriptors of the process
|
---|