Ticket #8167: gdb-motion

File gdb-motion, 30.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.
16(gdb) r
17Starting program: ffmpeg_g -t 2 -y -r 90 -loglevel 99 -i samples/h264/Freh7_B.264 -map 0 -vframes 120 -aframes 84 -r 79 -ab 847k -ac 12 -b:v 283k output/tmp.h261
18[Thread debugging using libthread_db enabled]
19Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
20ffmpeg version N-94943-g1db6e47e85 Copyright (c) 2000-2019 the FFmpeg developers
21 built with clang version 6.0.0-1ubuntu2 (tags/RELEASE_600/final)
22 configuration: --cc=clang --cxx=clang++ --ld=clang --enable-debug --toolchain=clang-usan
23 libavutil 56. 35.100 / 56. 35.100
24 libavcodec 58. 56.102 / 58. 56.102
25 libavformat 58. 32.104 / 58. 32.104
26 libavdevice 58. 9.100 / 58. 9.100
27 libavfilter 7. 58.102 / 7. 58.102
28 libswscale 5. 6.100 / 5. 6.100
29 libswresample 3. 6.100 / 3. 6.100
30Splitting the commandline.
31Reading option '-t' ... matched as option 't' (record or transcode "duration" seconds of audio/video) with argument '2'.
32Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'.
33Reading option '-r' ... matched as option 'r' (set frame rate (Hz value, fraction or abbreviation)) with argument '90'.
34Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument '99'.
35Reading option '-i' ... matched as input url with argument 'samples/h264/Freh7_B.264'.
36Reading option '-map' ... matched as option 'map' (set input stream mapping) with argument '0'.
37Reading option '-vframes' ... matched as option 'vframes' (set the number of video frames to output) with argument '120'.
38Reading option '-aframes' ... matched as option 'aframes' (set the number of audio frames to output) with argument '84'.
39Reading option '-r' ... matched as option 'r' (set frame rate (Hz value, fraction or abbreviation)) with argument '79'.
40Reading option '-ab' ... matched as option 'ab' (audio bitrate (please use -b:a)) with argument '847k'.
41Reading option '-ac' ... matched as option 'ac' (set number of audio channels) with argument '12'.
42Reading option '-b:v' ... matched as option 'b' (video bitrate (please use -b:v)) with argument '283k'.
43Reading option 'output/tmp.h261' ... matched as output url.
44Finished splitting the commandline.
45Parsing a group of options: global .
46Applying option y (overwrite output files) with argument 1.
47Applying option loglevel (set logging level) with argument 99.
48Successfully parsed a group of options.
49Parsing a group of options: input url samples/h264/Freh7_B.264.
50Applying option t (record or transcode "duration" seconds of audio/video) with argument 2.
51Applying option r (set frame rate (Hz value, fraction or abbreviation)) with argument 90.
52Successfully parsed a group of options.
53Opening an input file: samples/h264/Freh7_B.264.
54[NULL @ 0x92317c0] Opening 'samples/h264/Freh7_B.264' for reading
55[file @ 0x9232340] Setting default whitelist 'file,crypto'
56Probing h264 score:51 size:2048
57Probing mp3 score:1 size:2048
58[h264 @ 0x92317c0] Format h264 probed with size=2048 and score=51
59[h264 @ 0x92317c0] Before avformat_find_stream_info() pos: 0 bytes read:32768 seeks:0 nb_streams:1
60libavcodec/startcode.c:41:17: runtime error: load of misaligned address 0x000009259d25 for type 'const uint64_t' (aka 'const unsigned long'), which requires 8 byte alignment
610x000009259d25: note: pointer points here
62 00 00 01 27 64 00 16 ad 84 83 cd 8f 08 82 41 91 30 56 1c 10 2f ff ff ff ff c1 21 86 08 04 a1 81
63 ^
64libavcodec/startcode.c:42:22: runtime error: load of misaligned address 0x000009259d25 for type 'const uint64_t' (aka 'const unsigned long'), which requires 8 byte alignment
650x000009259d25: note: pointer points here
66 00 00 01 27 64 00 16 ad 84 83 cd 8f 08 82 41 91 30 56 1c 10 2f ff ff ff ff c1 21 86 08 04 a1 81
67 ^
68[AVBSFContext @ 0x9235640] nal_unit_type: 7(SPS), nal_ref_idc: 1
69[AVBSFContext @ 0x9235640] nal_unit_type: 8(PPS), nal_ref_idc: 1
70[AVBSFContext @ 0x9235640] nal_unit_type: 5(IDR), nal_ref_idc: 1
71[h264 @ 0x92334c0] nal_unit_type: 7(SPS), nal_ref_idc: 1
72[h264 @ 0x92334c0] nal_unit_type: 8(PPS), nal_ref_idc: 1
73[h264 @ 0x92334c0] nal_unit_type: 5(IDR), nal_ref_idc: 1
74[h264 @ 0x92334c0] Format yuv420p chosen by get_format().
75[h264 @ 0x92334c0] Reinit context to 352x288, pix_fmt: yuv420p
76[h264 @ 0x92334c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
77 Last message repeated 2 times
78[h264 @ 0x92334c0] Increasing reorder buffer to 1
79[h264 @ 0x92334c0] no picture
80[h264 @ 0x92334c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
81 Last message repeated 3 times
82[h264 @ 0x92334c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
83 Last message repeated 1 times
84[h264 @ 0x92334c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
85 Last message repeated 3 times
86[h264 @ 0x92334c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
87 Last message repeated 1 times
88[h264 @ 0x92317c0] stream 0: start_time: -7686143364045.646 duration: -7686143364045.646
89[h264 @ 0x92317c0] format: start_time: -9223372036854.775 duration: -9223372036854.775 bitrate=0 kb/s
90[h264 @ 0x92317c0] After avformat_find_stream_info() pos: 580965 bytes read:580965 seeks:0 frames:200
91Input #0, h264, from 'samples/h264/Freh7_B.264':
92 Duration: N/A, bitrate: N/A
93 Stream #0:0, 200, 1/1200000: Video: h264 (High), 1 reference frame, yuv420p(top first, left), 352x288, 0/1, 25.17 fps, 25 tbr, 1200k tbn, 50 tbc
94Successfully opened the file.
95Parsing a group of options: output url output/tmp.h261.
96Applying option map (set input stream mapping) with argument 0.
97Applying option vframes (set the number of video frames to output) with argument 120.
98Applying option aframes (set the number of audio frames to output) with argument 84.
99Applying option r (set frame rate (Hz value, fraction or abbreviation)) with argument 79.
100Applying option ab (audio bitrate (please use -b:a)) with argument 847k.
101Applying option ac (set number of audio channels) with argument 12.
102Applying option b:v (video bitrate (please use -b:v)) with argument 283k.
103Successfully parsed a group of options.
104Opening an output file: output/tmp.h261.
105[file @ 0x92f7c00] Setting default whitelist 'file,crypto'
106Successfully opened the file.
107detected 12 logical cores
108[h264 @ 0x932f680] nal_unit_type: 7(SPS), nal_ref_idc: 1
109[h264 @ 0x932f680] nal_unit_type: 8(PPS), nal_ref_idc: 1
110[New Thread 0x7ffff01f3700 (LWP 6622)]
111[New Thread 0x7fffef9f2700 (LWP 6623)]
112[New Thread 0x7fffef1f1700 (LWP 6624)]
113[New Thread 0x7fffee9f0700 (LWP 6625)]
114[New Thread 0x7fffee1ef700 (LWP 6626)]
115[New Thread 0x7fffed9ee700 (LWP 6627)]
116[New Thread 0x7fffed1ed700 (LWP 6628)]
117[New Thread 0x7fffec9ec700 (LWP 6629)]
118[New Thread 0x7fffec1eb700 (LWP 6630)]
119[New Thread 0x7fffeb9ea700 (LWP 6631)]
120[New Thread 0x7fffeb1e9700 (LWP 6632)]
121[New Thread 0x7fffea9e8700 (LWP 6633)]
122[New Thread 0x7fffea1e7700 (LWP 6634)]
123Stream mapping:
124 Stream #0:0 -> #0:0 (h264 (native) -> h261 (native))
125Press [q] to stop, [?] for help
126cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
127 Last message repeated 1 times
128[h264 @ 0x932f680] nal_unit_type: 7(SPS), nal_ref_idc: 1
129[h264 @ 0x932f680] nal_unit_type: 8(PPS), nal_ref_idc: 1
130[h264 @ 0x932f680] nal_unit_type: 5(IDR), nal_ref_idc: 1
131[h264 @ 0x932f680] Format yuv420p chosen by get_format().
132[h264 @ 0x932f680] Reinit context to 352x288, pix_fmt: yuv420p
133cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
134[h264 @ 0x92364c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
135[h264 @ 0x92364c0] no picture
136cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
137[h264 @ 0x9269240] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
138cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
139[h264 @ 0x92ed080] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
140cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
141[h264 @ 0x9261980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
142cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
143[h264 @ 0x9294540] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
144cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
145[h264 @ 0x9362480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
146cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
147[h264 @ 0x9364bc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
148cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
149[h264 @ 0x932bd00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
150cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
151[h264 @ 0x931e480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
152cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
153[h264 @ 0x929f8c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
154cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
155[h264 @ 0x92a6d40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
156cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
157[h264 @ 0x9298200] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
158cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
159[h264 @ 0x932f680] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
160cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
161[h264 @ 0x92364c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
162[h264 @ 0x9269240] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
163[New Thread 0x7fffe99e6700 (LWP 6635)]
164[New Thread 0x7fffe91e5700 (LWP 6636)]
165[New Thread 0x7fffe89e4700 (LWP 6637)]
166[New Thread 0x7fffb3fff700 (LWP 6638)]
167[New Thread 0x7fffb37fe700 (LWP 6639)]
168[New Thread 0x7fffb2ffd700 (LWP 6640)]
169[New Thread 0x7fffb27fc700 (LWP 6641)]
170[New Thread 0x7fffb1ffb700 (LWP 6642)]
171[New Thread 0x7fffb17fa700 (LWP 6643)]
172[New Thread 0x7fffb0ff9700 (LWP 6644)]
173[New Thread 0x7fffb07f8700 (LWP 6646)]
174[New Thread 0x7fffafff7700 (LWP 6647)]
175[graph 0 input from stream 0:0 @ 0x92bda80] Setting 'video_size' to value '352x288'
176[graph 0 input from stream 0:0 @ 0x92bda80] Setting 'pix_fmt' to value '0'
177[graph 0 input from stream 0:0 @ 0x92bda80] Setting 'time_base' to value '1/90'
178[graph 0 input from stream 0:0 @ 0x92bda80] Setting 'pixel_aspect' to value '0/1'
179[graph 0 input from stream 0:0 @ 0x92bda80] Setting 'sws_param' to value 'flags=2'
180[graph 0 input from stream 0:0 @ 0x92bda80] Setting 'frame_rate' to value '90/1'
181[graph 0 input from stream 0:0 @ 0x92bda80] w:352 h:288 pixfmt:yuv420p tb:1/90 fr:90/1 sar:0/1 sws_param:flags=2
182[format @ 0x925bec0] Setting 'pix_fmts' to value 'yuv420p'
183[AVFilterGraph @ 0x9237640] query_formats: 5 queried, 4 merged, 0 already done, 0 delayed
184[h261 @ 0x92395c0] intra_quant_bias = 0 inter_quant_bias = -64
185Output #0, h261, to 'output/tmp.h261':
186 Metadata:
187 encoder : Lavf58.32.104
188 Stream #0:0, 0, 1/79: Video: h261, 1 reference frame, yuv420p(left), 352x288, 0/1, q=2-31, 283 kb/s, 79 fps, 79 tbn, 79 tbc
189 Metadata:
190 encoder : Lavc58.56.102 h261
191 Side data:
192 cpb: bitrate max/min/avg: 0/0/283000 buffer size: 0 vbv_delay: N/A
193Clipping frame in rate conversion by 0.000008
194*** 1 dup!
195libavcodec/motion_est_template.c:160:14: runtime error: left shift of negative value -1
196libavcodec/motion_est_template.c:161:14: runtime error: left shift of negative value -2
197[h264 @ 0x92ed080] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
198[h264 @ 0x9261980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
199Past duration 1.122215 too large
200[h264 @ 0x9294540] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
201[h264 @ 0x9362480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
202Past duration 1.244438 too large
203[h264 @ 0x9364bc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
204[h264 @ 0x932bd00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
205Past duration 1.366661 too large
206[h264 @ 0x931e480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
207[h264 @ 0x929f8c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
208Past duration 1.488884 too large
209[h264 @ 0x92a6d40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
210Past duration 1.611107 too large
211[h264 @ 0x9298200] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
212[h264 @ 0x932f680] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
213Past duration 1.733330 too large
214[h264 @ 0x92364c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
215[h264 @ 0x9269240] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
216Past duration 1.855553 too large
217[h264 @ 0x92ed080] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
218[h264 @ 0x9261980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
219Past duration 1.977776 too large
220[h264 @ 0x9294540] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
221[h264 @ 0x9362480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
222[h264 @ 0x9364bc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
223[h264 @ 0x932bd00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
224[h264 @ 0x931e480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
225[h264 @ 0x929f8c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
226[h264 @ 0x92a6d40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
227[h264 @ 0x9298200] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
228[h264 @ 0x932f680] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
229[h264 @ 0x92364c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
230[h264 @ 0x9269240] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
231[h264 @ 0x92ed080] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
232[h264 @ 0x9261980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
233[h264 @ 0x9294540] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
234[h264 @ 0x9362480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
235[h264 @ 0x9364bc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
236[h264 @ 0x932bd00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
237[h264 @ 0x931e480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
238[h264 @ 0x929f8c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
239[h264 @ 0x92a6d40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
240[h264 @ 0x9298200] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
241[h264 @ 0x932f680] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
242[h264 @ 0x92364c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
243*** dropping frame 19 from stream 0 at ts 16
244[h264 @ 0x9269240] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
245[h264 @ 0x92ed080] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
246[h264 @ 0x9261980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
247[h264 @ 0x9294540] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
248[h264 @ 0x9362480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
249[h264 @ 0x9364bc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
250[h264 @ 0x932bd00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
251[h264 @ 0x931e480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
252[h264 @ 0x929f8c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
253[h264 @ 0x92a6d40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
254[h264 @ 0x9298200] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
255[h264 @ 0x932f680] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
256[h264 @ 0x92364c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
257[h264 @ 0x9269240] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
258[h264 @ 0x92ed080] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
259[h264 @ 0x9261980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
260*** dropping frame 26 from stream 0 at ts 23
261[h264 @ 0x9294540] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
262[h264 @ 0x9362480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
263[h264 @ 0x9364bc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
264[h264 @ 0x932bd00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
265[h264 @ 0x931e480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
266[h264 @ 0x929f8c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
267[h264 @ 0x92a6d40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
268[h264 @ 0x9298200] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
269[h264 @ 0x932f680] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
270[h264 @ 0x92364c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
271[h264 @ 0x9269240] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
272[h264 @ 0x92ed080] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
273[h264 @ 0x9261980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
274[h264 @ 0x9294540] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
275[h264 @ 0x9362480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
276[h264 @ 0x9364bc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
277*** dropping frame 33 from stream 0 at ts 30
278[h264 @ 0x932bd00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
279[h264 @ 0x931e480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
280[h264 @ 0x929f8c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
281[h264 @ 0x92a6d40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
282[h264 @ 0x9298200] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
283[h264 @ 0x932f680] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
284[h264 @ 0x92364c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
285[h264 @ 0x9269240] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
286[h264 @ 0x92ed080] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
287[h264 @ 0x9261980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
288[h264 @ 0x9294540] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
289[h264 @ 0x9362480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
290[h264 @ 0x9364bc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
291[h264 @ 0x932bd00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
292[h264 @ 0x931e480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
293[h264 @ 0x929f8c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
294*** dropping frame 40 from stream 0 at ts 37
295[h264 @ 0x92a6d40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
296[h264 @ 0x9298200] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
297[h264 @ 0x932f680] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
298[h264 @ 0x92364c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
299[h264 @ 0x9269240] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
300[h264 @ 0x92ed080] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
301[h264 @ 0x9261980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
302[h264 @ 0x9294540] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
303[h264 @ 0x9362480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
304[h264 @ 0x9364bc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
305[h264 @ 0x932bd00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
306[h264 @ 0x931e480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
307[h264 @ 0x929f8c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
308[h264 @ 0x92a6d40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
309[h264 @ 0x9298200] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
310[h264 @ 0x932f680] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
311*** dropping frame 47 from stream 0 at ts 44
312[h264 @ 0x92364c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
313[h264 @ 0x9269240] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
314[h264 @ 0x92ed080] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
315[h264 @ 0x9261980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
316[h264 @ 0x9294540] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
317[h264 @ 0x9362480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
318[h264 @ 0x9364bc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
319[h264 @ 0x932bd00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
320[h264 @ 0x931e480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
321[h264 @ 0x929f8c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
322[h264 @ 0x92a6d40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
323[h264 @ 0x9298200] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
324[h264 @ 0x932f680] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
325[h264 @ 0x92364c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
326[h264 @ 0x9269240] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
327[h264 @ 0x92ed080] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
328[h264 @ 0x9261980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
329[h264 @ 0x9294540] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
330*** dropping frame 55 from stream 0 at ts 52
331[h264 @ 0x9362480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
332[h264 @ 0x9364bc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
333[h264 @ 0x932bd00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
334[h264 @ 0x931e480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
335[h264 @ 0x929f8c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
336[h264 @ 0x92a6d40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
337[h264 @ 0x9298200] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
338[h264 @ 0x932f680] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
339[h264 @ 0x92364c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
340[h264 @ 0x9269240] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
341[h264 @ 0x92ed080] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
342[h264 @ 0x9261980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
343[h264 @ 0x9294540] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
344[h264 @ 0x9362480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
345[h264 @ 0x9364bc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
346*** dropping frame 62 from stream 0 at ts 59
347[h264 @ 0x932bd00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
348[h264 @ 0x931e480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
349[h264 @ 0x929f8c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
350[h264 @ 0x92a6d40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
351[h264 @ 0x9298200] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
352[h264 @ 0x932f680] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
353[h264 @ 0x92364c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
354[h264 @ 0x9269240] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
355[h264 @ 0x92ed080] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
356[h264 @ 0x9261980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
357[h264 @ 0x9294540] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
358[h264 @ 0x9362480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
359[h264 @ 0x9364bc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
360[h264 @ 0x932bd00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
361[h264 @ 0x931e480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
362[h264 @ 0x929f8c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
363*** dropping frame 69 from stream 0 at ts 66
364[h264 @ 0x92a6d40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
365[h264 @ 0x9298200] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
366[h264 @ 0x932f680] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
367[h264 @ 0x92364c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
368[h264 @ 0x9269240] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
369[h264 @ 0x92ed080] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
370[h264 @ 0x9261980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
371[h264 @ 0x9294540] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
372[h264 @ 0x9362480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
373[h264 @ 0x9364bc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
374[h264 @ 0x932bd00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
375[h264 @ 0x931e480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
376[h264 @ 0x929f8c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
377[h264 @ 0x92a6d40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
378[h264 @ 0x9298200] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
379[h264 @ 0x932f680] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
380[h264 @ 0x92364c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
381*** dropping frame 76 from stream 0 at ts 73
382[h264 @ 0x9269240] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
383[h264 @ 0x92ed080] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
384[h264 @ 0x9261980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
385[h264 @ 0x9294540] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
386[h264 @ 0x9362480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
387[h264 @ 0x9364bc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
388[h264 @ 0x932bd00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
389[h264 @ 0x931e480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
390[h264 @ 0x929f8c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
391[h264 @ 0x92a6d40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
392[h264 @ 0x9298200] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
393[h264 @ 0x932f680] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
394[h264 @ 0x92364c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
395[h264 @ 0x9269240] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
396[h264 @ 0x92ed080] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
397[h264 @ 0x9261980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
398*** dropping frame 83 from stream 0 at ts 80
399[h264 @ 0x9261980] nal_unit_type: 10(End of sequence), nal_ref_idc: 0
400[out_0_0 @ 0x92be6c0] EOF on sink link out_0_0:default.
401No more output streams to write to, finishing.
402frame= 91 fps=0.0 q=31.0 Lsize= 156kB time=00:00:01.15 bitrate=1106.4kbits/s dup=1 drop=10 speed=6.36x
403video:156kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.000000%
404Input file #0 (samples/h264/Freh7_B.264):
405 Input stream #0:0 (video): 200 packets read (580965 bytes); 100 frames decoded;
406 Total: 200 packets (580965 bytes) demuxed
407Output file #0 (output/tmp.h261):
408 Output stream #0:0 (video): 91 frames encoded; 91 packets muxed (159310 bytes);
409 Total: 91 packets (159310 bytes) muxed
410[Thread 0x7ffff01f3700 (LWP 6622) exited]
411[Thread 0x7fffef9f2700 (LWP 6623) exited]
412[Thread 0x7fffef1f1700 (LWP 6624) exited]
413[Thread 0x7fffee9f0700 (LWP 6625) exited]
414[Thread 0x7fffee1ef700 (LWP 6626) exited]
415[Thread 0x7fffed9ee700 (LWP 6627) exited]
416[Thread 0x7fffed1ed700 (LWP 6628) exited]
417[Thread 0x7fffec9ec700 (LWP 6629) exited]
418[Thread 0x7fffec1eb700 (LWP 6630) exited]
419[Thread 0x7fffeb9ea700 (LWP 6631) exited]
420[Thread 0x7fffeb1e9700 (LWP 6632) exited]
421[Thread 0x7fffea9e8700 (LWP 6633) exited]
422[Thread 0x7fffea1e7700 (LWP 6634) exited]
423100 frames successfully decoded, 0 decoding errors
424[Thread 0x7fffb17fa700 (LWP 6643) exited]
425[Thread 0x7fffb0ff9700 (LWP 6644) exited]
426[Thread 0x7fffb07f8700 (LWP 6646) exited]
427[Thread 0x7fffe89e4700 (LWP 6637) exited]
428[Thread 0x7fffafff7700 (LWP 6647) exited]
429[Thread 0x7fffe99e6700 (LWP 6635) exited]
430[Thread 0x7fffb1ffb700 (LWP 6642) exited]
431[Thread 0x7fffb27fc700 (LWP 6641) exited]
432[Thread 0x7fffe91e5700 (LWP 6636) exited]
433[Thread 0x7fffb2ffd700 (LWP 6640) exited]
434[Thread 0x7fffb37fe700 (LWP 6639) exited]
435[Thread 0x7fffb3fff700 (LWP 6638) exited]
436[AVIOContext @ 0x9238ec0] Statistics: 0 seeks, 1 writeouts
437[AVIOContext @ 0x923a7c0] Statistics: 580965 bytes read, 0 seeks
438[Inferior 1 (process 6573) exited normally]
439