Ticket #8159: gdb-truespeech

File gdb-truespeech, 8.9 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 -stream_loop 25 -loglevel 99 -y -i samples/samples.mplayerhq.hu/A-codecs/truespeech/a6.wav -map 0 -vframes 8 -r 112 -ab 16k -ar 22050 -b:v 473k output/tmp.avi
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 '-stream_loop' ... matched as option 'stream_loop' (set number of times input stream shall be looped) with argument '25'.
32Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument '99'.
33Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'.
34Reading option '-i' ... matched as input url with argument 'samples/samples.mplayerhq.hu/A-codecs/truespeech/a6.wav'.
35Reading option '-map' ... matched as option 'map' (set input stream mapping) with argument '0'.
36Reading option '-vframes' ... matched as option 'vframes' (set the number of video frames to output) with argument '8'.
37Reading option '-r' ... matched as option 'r' (set frame rate (Hz value, fraction or abbreviation)) with argument '112'.
38Reading option '-ab' ... matched as option 'ab' (audio bitrate (please use -b:a)) with argument '16k'.
39Reading option '-ar' ... matched as option 'ar' (set audio sampling rate (in Hz)) with argument '22050'.
40Reading option '-b:v' ... matched as option 'b' (video bitrate (please use -b:v)) with argument '473k'.
41Reading option 'output/tmp.avi' ... matched as output url.
42Finished splitting the commandline.
43Parsing a group of options: global .
44Applying option loglevel (set logging level) with argument 99.
45Applying option y (overwrite output files) with argument 1.
46Successfully parsed a group of options.
47Parsing a group of options: input url samples/samples.mplayerhq.hu/A-codecs/truespeech/a6.wav.
48Applying option stream_loop (set number of times input stream shall be looped) with argument 25.
49Successfully parsed a group of options.
50Opening an input file: samples/samples.mplayerhq.hu/A-codecs/truespeech/a6.wav.
51[NULL @ 0x92317c0] Opening 'samples/samples.mplayerhq.hu/A-codecs/truespeech/a6.wav' for reading
52[file @ 0x9232300] Setting default whitelist 'file,crypto'
53Probing wav score:99 size:2048
54[wav @ 0x92317c0] Format wav probed with size=2048 and score=99
55[wav @ 0x92317c0] Before avformat_find_stream_info() pos: 90 bytes read:32768 seeks:0 nb_streams:1
56[wav @ 0x92317c0] parser not found for codec truespeech, packets or times may be invalid.
57 Last message repeated 1 times
58[wav @ 0x92317c0] max_analyze_duration 5000000 reached at 7680000 microseconds st:0
59[wav @ 0x92317c0] stream 0: start_time: -1152921504606847.000 duration: 43.246
60[wav @ 0x92317c0] format: start_time: -9223372036854.775 duration: 43.246 bitrate=8 kb/s
61[wav @ 0x92317c0] After avformat_find_stream_info() pos: 20570 bytes read:32768 seeks:0 frames:4
62Input #0, wav, from 'samples/samples.mplayerhq.hu/A-codecs/truespeech/a6.wav':
63 Duration: 00:00:43.25, bitrate: 8 kb/s
64 Stream #0:0, 4, 1/8000: Audio: truespeech ([34][0][0][0] / 0x0022), 8000 Hz, mono, s16, 8 kb/s
65Successfully opened the file.
66Parsing a group of options: output url output/tmp.avi.
67Applying option map (set input stream mapping) with argument 0.
68Applying option vframes (set the number of video frames to output) with argument 8.
69Applying option r (set frame rate (Hz value, fraction or abbreviation)) with argument 112.
70Applying option ab (audio bitrate (please use -b:a)) with argument 16k.
71Applying option ar (set audio sampling rate (in Hz)) with argument 22050.
72Applying option b:v (video bitrate (please use -b:v)) with argument 473k.
73Successfully parsed a group of options.
74Opening an output file: output/tmp.avi.
75[file @ 0x9248380] Setting default whitelist 'file,crypto'
76Successfully opened the file.
77Stream mapping:
78 Stream #0:0 -> #0:0 (truespeech (native) -> ac3 (native))
79Press [q] to stop, [?] for help
80cur_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)
81libavcodec/truespeech.c:136:53: runtime error: left shift of negative value -133
82libavcodec/truespeech.c:259:30: runtime error: left shift of negative value -2
83libavcodec/truespeech.c:277:27: runtime error: left shift of negative value -2
84libavcodec/truespeech.c:285:26: runtime error: left shift of negative value -3
85detected 12 logical cores
86[New Thread 0x7ffff01f3700 (LWP 12188)]
87[New Thread 0x7fffef9f2700 (LWP 12189)]
88[New Thread 0x7fffef1f1700 (LWP 12190)]
89[New Thread 0x7fffee9f0700 (LWP 12191)]
90[New Thread 0x7fffee1ef700 (LWP 12192)]
91[New Thread 0x7fffed9ee700 (LWP 12193)]
92[New Thread 0x7fffed1ed700 (LWP 12194)]
93[New Thread 0x7fffec9ec700 (LWP 12195)]
94[New Thread 0x7fffec1eb700 (LWP 12196)]
95[New Thread 0x7fffeb9ea700 (LWP 12197)]
96[New Thread 0x7fffeb1e9700 (LWP 12198)]
97[New Thread 0x7fffea9e8700 (LWP 12199)]
98[graph_0_in_0_0 @ 0x925a680] Setting 'time_base' to value '1/8000'
99[graph_0_in_0_0 @ 0x925a680] Setting 'sample_rate' to value '8000'
100[graph_0_in_0_0 @ 0x925a680] Setting 'sample_fmt' to value 's16'
101[graph_0_in_0_0 @ 0x925a680] Setting 'channel_layout' to value '0x4'
102[graph_0_in_0_0 @ 0x925a680] tb:1/8000 samplefmt:s16 samplerate:8000 chlayout:0x4
103[format_out_0_0 @ 0x925ab40] Setting 'sample_fmts' to value 'fltp'
104[format_out_0_0 @ 0x925ab40] Setting 'sample_rates' to value '22050'
105[format_out_0_0 @ 0x925ab40] Setting 'channel_layouts' to value '0x4|0x3|0x103|0x7|0x603|0x33|0x107|0x607|0x37|0xc|0xb|0x10b|0xf|0x60b|0x3b|0x10f|0x60f|0x3f'
106[format_out_0_0 @ 0x925ab40] auto-inserting filter 'auto_resampler_0' between the filter 'Parsed_anull_0' and the filter 'format_out_0_0'
107[AVFilterGraph @ 0x92315c0] query_formats: 4 queried, 6 merged, 3 already done, 0 delayed
108[auto_resampler_0 @ 0x925e240] [SWR @ 0x925e6c0] Using fltp internally between filters
109[auto_resampler_0 @ 0x925e240] ch:1 chl:mono fmt:s16 r:8000Hz -> ch:1 chl:mono fmt:fltp r:22050Hz
110[avi @ 0x92448c0] reserve_index_space:0 master_index_max_size:256
111[avi @ 0x92448c0] duration_est:43.246, filesize_est:0.0GiB, master_index_max_size:256
112Output #0, avi, to 'output/tmp.avi':
113 Metadata:
114 ISFT : Lavf58.32.104
115 Stream #0:0, 0, 256/3675: Audio: ac3 ([0] [0][0] / 0x2000), 22050 Hz, mono, fltp, delay 256, 16 kb/s
116 Metadata:
117 encoder : Lavc58.56.102 ac3
118libavcodec/ac3enc.c:1068:37: runtime error: left shift of negative value -32
119[out_0_0 @ 0x925b640] EOF on sink link out_0_0:default.speed= 411x
120No more output streams to write to, finishing.
121size= 2581kB time=00:18:44.79 bitrate= 18.8kbits/s speed= 413x
122video:0kB audio:2197kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 17.478338%
123Input file #0 (samples/samples.mplayerhq.hu/A-codecs/truespeech/a6.wav):
124 Input stream #0:0 (audio): 312 packets read (1199744 bytes); 312 frames decoded (8998080 samples);
125 Total: 312 packets (1199744 bytes) demuxed
126Output file #0 (output/tmp.avi):
127 Output stream #0:0 (audio): 16147 frames encoded (24800958 samples); 16147 packets muxed (2249596 bytes);
128 Total: 16147 packets (2249596 bytes) muxed
129312 frames successfully decoded, 0 decoding errors
130[Thread 0x7fffeb1e9700 (LWP 12198) exited]
131[Thread 0x7fffea9e8700 (LWP 12199) exited]
132[AVIOContext @ 0x9248600] [Thread 0x7fffeb9ea700 (LWP 12197) exited]
133Statistics: 8 seeks, 17 writeouts
134[Thread 0x7fffec1eb700 (LWP 12196) exited]
135[Thread 0x7fffec9ec700 (LWP 12195) exited]
136[Thread 0x7fffed1ed700 (LWP 12194) exited]
137[Thread 0x7fffed9ee700 (LWP 12193) exited]
138[Thread 0x7fffee1ef700 (LWP 12192) exited]
139[Thread 0x7fffee9f0700 (LWP 12191) exited]
140[Thread 0x7fffef1f1700 (LWP 12190) exited]
141[Thread 0x7fffef9f2700 (LWP 12189) exited]
142[Thread 0x7ffff01f3700 (LWP 12188) exited]
143[AVIOContext @ 0x923a7c0] Statistics: 1199834 bytes read, 25 seeks
144[Inferior 1 (process 12144) exited normally]