| 1 | GNU gdb (Ubuntu 8.1-0ubuntu3) 8.1.0.20180409-git
|
|---|
| 2 | Copyright (C) 2018 Free Software Foundation, Inc.
|
|---|
| 3 | License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
|
|---|
| 4 | This is free software: you are free to change and redistribute it.
|
|---|
| 5 | There is NO WARRANTY, to the extent permitted by law. Type "show copying"
|
|---|
| 6 | and "show warranty" for details.
|
|---|
| 7 | This GDB was configured as "x86_64-linux-gnu".
|
|---|
| 8 | Type "show configuration" for configuration details.
|
|---|
| 9 | For bug reporting instructions, please see:
|
|---|
| 10 | <http://www.gnu.org/software/gdb/bugs/>.
|
|---|
| 11 | Find the GDB manual and other documentation resources online at:
|
|---|
| 12 | <http://www.gnu.org/software/gdb/documentation/>.
|
|---|
| 13 | For help, type "help".
|
|---|
| 14 | Type "apropos word" to search for commands related to "word"...
|
|---|
| 15 | Reading symbols from ../ffmpeg_g...done.
|
|---|
| 16 | (gdb) b aacenc.c:903
|
|---|
| 17 | Breakpoint 1 at 0x65f1dee: file libavcodec/aacenc.c, line 903.
|
|---|
| 18 | (gdb) r
|
|---|
| 19 | Starting program: ffmpeg_g -y -r 106 -i samples/samples.mplayerhq.hu/A-codecs/MACE/MAC6-mov/mjpegb.mov -loglevel 99 -map 0 -c:v:117 mov_text -disposition:a:151 aptx -vframes 12 -aframes 23 -ab 418k -ar 22050 -strict 1 output/tmp.mov
|
|---|
| 20 | [Thread debugging using libthread_db enabled]
|
|---|
| 21 | Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
|
|---|
| 22 | ffmpeg version N-94969-gc2ab998ff3 Copyright (c) 2000-2019 the FFmpeg developers
|
|---|
| 23 | built with clang version 6.0.0-1ubuntu2 (tags/RELEASE_600/final)
|
|---|
| 24 | configuration: --cc=clang --cxx=clang++ --ld=clang --enable-debug --toolchain=clang-asan
|
|---|
| 25 | libavutil 56. 35.100 / 56. 35.100
|
|---|
| 26 | libavcodec 58. 57.100 / 58. 57.100
|
|---|
| 27 | libavformat 58. 32.104 / 58. 32.104
|
|---|
| 28 | libavdevice 58. 9.100 / 58. 9.100
|
|---|
| 29 | libavfilter 7. 58.102 / 7. 58.102
|
|---|
| 30 | libswscale 5. 6.100 / 5. 6.100
|
|---|
| 31 | libswresample 3. 6.100 / 3. 6.100
|
|---|
| 32 | Splitting the commandline.
|
|---|
| 33 | Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'.
|
|---|
| 34 | Reading option '-r' ... matched as option 'r' (set frame rate (Hz value, fraction or abbreviation)) with argument '106'.
|
|---|
| 35 | Reading option '-i' ... matched as input url with argument 'samples/samples.mplayerhq.hu/A-codecs/MACE/MAC6-mov/mjpegb.mov'.
|
|---|
| 36 | Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument '99'.
|
|---|
| 37 | Reading option '-map' ... matched as option 'map' (set input stream mapping) with argument '0'.
|
|---|
| 38 | Reading option '-c:v:117' ... matched as option 'c' (codec name) with argument 'mov_text'.
|
|---|
| 39 | Reading option '-disposition:a:151' ... matched as option 'disposition' (disposition) with argument 'aptx'.
|
|---|
| 40 | Reading option '-vframes' ... matched as option 'vframes' (set the number of video frames to output) with argument '12'.
|
|---|
| 41 | Reading option '-aframes' ... matched as option 'aframes' (set the number of audio frames to output) with argument '23'.
|
|---|
| 42 | Reading option '-ab' ... matched as option 'ab' (audio bitrate (please use -b:a)) with argument '418k'.
|
|---|
| 43 | Reading option '-ar' ... matched as option 'ar' (set audio sampling rate (in Hz)) with argument '22050'.
|
|---|
| 44 | Reading option '-strict' ...Routing option strict to both codec and muxer layer
|
|---|
| 45 | matched as AVOption 'strict' with argument '1'.
|
|---|
| 46 | Reading option 'output/tmp.mov' ... matched as output url.
|
|---|
| 47 | Finished splitting the commandline.
|
|---|
| 48 | Parsing a group of options: global .
|
|---|
| 49 | Applying option y (overwrite output files) with argument 1.
|
|---|
| 50 | Applying option loglevel (set logging level) with argument 99.
|
|---|
| 51 | Successfully parsed a group of options.
|
|---|
| 52 | Parsing a group of options: input url samples/samples.mplayerhq.hu/A-codecs/MACE/MAC6-mov/mjpegb.mov.
|
|---|
| 53 | Applying option r (set frame rate (Hz value, fraction or abbreviation)) with argument 106.
|
|---|
| 54 | Successfully parsed a group of options.
|
|---|
| 55 | Opening an input file: samples/samples.mplayerhq.hu/A-codecs/MACE/MAC6-mov/mjpegb.mov.
|
|---|
| 56 | [NULL @ 0x61b000000080] Opening 'samples/samples.mplayerhq.hu/A-codecs/MACE/MAC6-mov/mjpegb.mov' for reading
|
|---|
| 57 | [file @ 0x611000000180] Setting default whitelist 'file,crypto'
|
|---|
| 58 | Probing mov,mp4,m4a,3gp,3g2,mj2 score:100 size:2048
|
|---|
| 59 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] Format mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100
|
|---|
| 60 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] type:'wide' parent:'root' sz: 8 8 884461
|
|---|
| 61 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] type:'mdat' parent:'root' sz: 883003 16 884461
|
|---|
| 62 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] type:'moov' parent:'root' sz: 1450 883019 884461
|
|---|
| 63 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] type:'mvhd' parent:'moov' sz: 108 8 1442
|
|---|
| 64 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] time scale = 600
|
|---|
| 65 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] type:'trak' parent:'moov' sz: 797 116 1442
|
|---|
| 66 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] type:'tkhd' parent:'trak' sz: 92 8 789
|
|---|
| 67 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] type:'edts' parent:'trak' sz: 36 100 789
|
|---|
| 68 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] type:'elst' parent:'edts' sz: 28 8 28
|
|---|
| 69 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] track[0].edit_count = 1
|
|---|
| 70 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] duration=1350 time=0 rate=1.000000
|
|---|
| 71 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] type:'mdia' parent:'trak' sz: 661 136 789
|
|---|
| 72 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] type:'mdhd' parent:'mdia' sz: 32 8 653
|
|---|
| 73 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] type:'hdlr' parent:'mdia' sz: 58 40 653
|
|---|
| 74 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] ctype=mhlr
|
|---|
| 75 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] stype=vide
|
|---|
| 76 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] type:'minf' parent:'mdia' sz: 563 98 653
|
|---|
| 77 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] type:'vmhd' parent:'minf' sz: 20 8 555
|
|---|
| 78 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] type:'hdlr' parent:'minf' sz: 59 28 555
|
|---|
| 79 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] ctype=dhlr
|
|---|
| 80 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] stype=alis
|
|---|
| 81 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] type:'dinf' parent:'minf' sz: 36 87 555
|
|---|
| 82 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] type:'dref' parent:'dinf' sz: 28 8 28
|
|---|
| 83 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] Unknown dref type 0x73696c61 size 12
|
|---|
| 84 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] type:'stbl' parent:'minf' sz: 440 123 555
|
|---|
| 85 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] type:'stsd' parent:'stbl' sz: 128 8 432
|
|---|
| 86 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] size=112 4CC=mjpb codec_type=0
|
|---|
| 87 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] type:'fiel' parent:'stsd' sz: 10 8 26
|
|---|
| 88 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] type:'gama' parent:'stsd' sz: 12 18 26
|
|---|
| 89 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] type:'stts' parent:'stbl' sz: 24 136 432
|
|---|
| 90 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] track[0].stts.entries = 1
|
|---|
| 91 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] sample_count=27, sample_duration=100
|
|---|
| 92 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] type:'stsc' parent:'stbl' sz: 28 160 432
|
|---|
| 93 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] track[0].stsc.entries = 1
|
|---|
| 94 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] type:'stsz' parent:'stbl' sz: 128 188 432
|
|---|
| 95 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] sample_size = 0 sample_count = 27
|
|---|
| 96 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] type:'stco' parent:'stbl' sz: 124 316 432
|
|---|
| 97 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] AVIndex stream 0, sample 0, offset 10, dts 0, size 31984, distance 0, keyframe 1
|
|---|
| 98 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] AVIndex stream 0, sample 1, offset 7d00, dts 100, size 31808, distance 0, keyframe 1
|
|---|
| 99 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] AVIndex stream 0, sample 2, offset f940, dts 200, size 32544, distance 0, keyframe 1
|
|---|
| 100 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] AVIndex stream 0, sample 3, offset 17860, dts 300, size 32272, distance 0, keyframe 1
|
|---|
| 101 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] AVIndex stream 0, sample 4, offset 1f670, dts 400, size 33680, distance 0, keyframe 1
|
|---|
| 102 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] AVIndex stream 0, sample 5, offset 27a00, dts 500, size 32992, distance 0, keyframe 1
|
|---|
| 103 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] AVIndex stream 0, sample 6, offset 2fae0, dts 600, size 33232, distance 0, keyframe 1
|
|---|
| 104 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] AVIndex stream 0, sample 7, offset 37cb0, dts 700, size 32656, distance 0, keyframe 1
|
|---|
| 105 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] AVIndex stream 0, sample 8, offset 3fc40, dts 800, size 32816, distance 0, keyframe 1
|
|---|
| 106 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] AVIndex stream 0, sample 9, offset 47c70, dts 900, size 33488, distance 0, keyframe 1
|
|---|
| 107 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] AVIndex stream 0, sample 10, offset 4ff40, dts 1000, size 33392, distance 0, keyframe 1
|
|---|
| 108 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] AVIndex stream 0, sample 11, offset 581b0, dts 1100, size 34128, distance 0, keyframe 1
|
|---|
| 109 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] AVIndex stream 0, sample 12, offset 60700, dts 1200, size 33856, distance 0, keyframe 1
|
|---|
| 110 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] AVIndex stream 0, sample 13, offset 68b40, dts 1300, size 33440, distance 0, keyframe 1
|
|---|
| 111 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] AVIndex stream 0, sample 14, offset 70de0, dts 1400, size 33632, distance 0, keyframe 1
|
|---|
| 112 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] AVIndex stream 0, sample 15, offset 79140, dts 1500, size 33408, distance 0, keyframe 1
|
|---|
| 113 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] AVIndex stream 0, sample 16, offset 813c0, dts 1600, size 33456, distance 0, keyframe 1
|
|---|
| 114 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] AVIndex stream 0, sample 17, offset 89670, dts 1700, size 33840, distance 0, keyframe 1
|
|---|
| 115 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] AVIndex stream 0, sample 18, offset 91aa0, dts 1800, size 33472, distance 0, keyframe 1
|
|---|
| 116 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] AVIndex stream 0, sample 19, offset 9a55a, dts 1900, size 33520, distance 0, keyframe 1
|
|---|
| 117 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] AVIndex stream 0, sample 20, offset a284a, dts 2000, size 33168, distance 0, keyframe 1
|
|---|
| 118 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] AVIndex stream 0, sample 21, offset aa9da, dts 2100, size 31952, distance 0, keyframe 1
|
|---|
| 119 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] AVIndex stream 0, sample 22, offset b26aa, dts 2200, size 30752, distance 0, keyframe 1
|
|---|
| 120 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] AVIndex stream 0, sample 23, offset b9eca, dts 2300, size 30496, distance 0, keyframe 1
|
|---|
| 121 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] AVIndex stream 0, sample 24, offset c15ea, dts 2400, size 30288, distance 0, keyframe 1
|
|---|
| 122 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] AVIndex stream 0, sample 25, offset c8c3a, dts 2500, size 30064, distance 0, keyframe 1
|
|---|
| 123 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] AVIndex stream 0, sample 26, offset d01aa, dts 2600, size 29728, distance 0, keyframe 1
|
|---|
| 124 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] Processing st: 0, edit list 0 - media time: 0, duration: 2700
|
|---|
| 125 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] type:'trak' parent:'moov' sz: 537 913 1442
|
|---|
| 126 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] type:'tkhd' parent:'trak' sz: 92 8 529
|
|---|
| 127 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] type:'edts' parent:'trak' sz: 36 100 529
|
|---|
| 128 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] type:'elst' parent:'edts' sz: 28 8 28
|
|---|
| 129 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] track[1].edit_count = 1
|
|---|
| 130 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] duration=1318 time=0 rate=1.000000
|
|---|
| 131 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] type:'mdia' parent:'trak' sz: 401 136 529
|
|---|
| 132 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] type:'mdhd' parent:'mdia' sz: 32 8 393
|
|---|
| 133 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] type:'hdlr' parent:'mdia' sz: 58 40 393
|
|---|
| 134 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] ctype=mhlr
|
|---|
| 135 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] stype=soun
|
|---|
| 136 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] type:'minf' parent:'mdia' sz: 303 98 393
|
|---|
| 137 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] type:'smhd' parent:'minf' sz: 16 8 295
|
|---|
| 138 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] type:'hdlr' parent:'minf' sz: 59 24 295
|
|---|
| 139 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] ctype=dhlr
|
|---|
| 140 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] stype=alis
|
|---|
| 141 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] type:'dinf' parent:'minf' sz: 36 83 295
|
|---|
| 142 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] type:'dref' parent:'dinf' sz: 28 8 28
|
|---|
| 143 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] Unknown dref type 0x73696c61 size 12
|
|---|
| 144 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] type:'stbl' parent:'minf' sz: 184 119 295
|
|---|
| 145 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] type:'stsd' parent:'stbl' sz: 68 8 176
|
|---|
| 146 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] size=52 4CC=MAC6 codec_type=1
|
|---|
| 147 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] audio channels 1
|
|---|
| 148 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] version =1, isom =0
|
|---|
| 149 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] type:'stts' parent:'stbl' sz: 24 76 176
|
|---|
| 150 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] track[1].stts.entries = 1
|
|---|
| 151 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] sample_count=17586, sample_duration=1
|
|---|
| 152 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] type:'stsc' parent:'stbl' sz: 40 100 176
|
|---|
| 153 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] track[1].stsc.entries = 2
|
|---|
| 154 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] type:'stsz' parent:'stbl' sz: 20 140 176
|
|---|
| 155 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] sample_size = 1 sample_count = 17586
|
|---|
| 156 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] type:'stco' parent:'stbl' sz: 24 160 176
|
|---|
| 157 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] chunk count 19
|
|---|
| 158 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] AVIndex stream 1, chunk 0, offset 99d60, dts 0, size 170, duration 1020
|
|---|
| 159 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] AVIndex stream 1, chunk 0, offset 99e0a, dts 1020, size 170, duration 1020
|
|---|
| 160 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] AVIndex stream 1, chunk 0, offset 99eb4, dts 2040, size 170, duration 1020
|
|---|
| 161 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] AVIndex stream 1, chunk 0, offset 99f5e, dts 3060, size 170, duration 1020
|
|---|
| 162 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] AVIndex stream 1, chunk 0, offset 9a008, dts 4080, size 170, duration 1020
|
|---|
| 163 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] AVIndex stream 1, chunk 0, offset 9a0b2, dts 5100, size 170, duration 1020
|
|---|
| 164 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] AVIndex stream 1, chunk 0, offset 9a15c, dts 6120, size 170, duration 1020
|
|---|
| 165 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] AVIndex stream 1, chunk 0, offset 9a206, dts 7140, size 170, duration 1020
|
|---|
| 166 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] AVIndex stream 1, chunk 0, offset 9a2b0, dts 8160, size 170, duration 1020
|
|---|
| 167 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] AVIndex stream 1, chunk 0, offset 9a35a, dts 9180, size 170, duration 1020
|
|---|
| 168 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] AVIndex stream 1, chunk 0, offset 9a404, dts 10200, size 170, duration 1020
|
|---|
| 169 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] AVIndex stream 1, chunk 0, offset 9a4ae, dts 11220, size 170, duration 1020
|
|---|
| 170 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] AVIndex stream 1, chunk 0, offset 9a558, dts 12240, size 2, duration 12
|
|---|
| 171 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] AVIndex stream 1, chunk 1, offset d75ca, dts 12252, size 170, duration 1020
|
|---|
| 172 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] AVIndex stream 1, chunk 1, offset d7674, dts 13272, size 170, duration 1020
|
|---|
| 173 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] AVIndex stream 1, chunk 1, offset d771e, dts 14292, size 170, duration 1020
|
|---|
| 174 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] AVIndex stream 1, chunk 1, offset d77c8, dts 15312, size 170, duration 1020
|
|---|
| 175 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] AVIndex stream 1, chunk 1, offset d7872, dts 16332, size 170, duration 1020
|
|---|
| 176 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] AVIndex stream 1, chunk 1, offset d791c, dts 17352, size 39, duration 234
|
|---|
| 177 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] Processing st: 1, edit list 0 - media time: 0, duration: 17573
|
|---|
| 178 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] on_parse_exit_offset=884461
|
|---|
| 179 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] Before avformat_find_stream_info() pos: 884461 bytes read:34218 seeks:1 nb_streams:2
|
|---|
| 180 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] stream 0, sample 0, dts 0
|
|---|
| 181 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] stream 1, sample 0, dts 0
|
|---|
| 182 | [mjpegb @ 0x619000000580] field size: 0x3eb3
|
|---|
| 183 | [mjpegb @ 0x619000000580] second field offs: 0x3ec0
|
|---|
| 184 | [mjpegb @ 0x619000000580] dqt offs: 0x30
|
|---|
| 185 | [mjpegb @ 0x619000000580] index=0
|
|---|
| 186 | [mjpegb @ 0x619000000580] qscale[0]: 0
|
|---|
| 187 | [mjpegb @ 0x619000000580] index=1
|
|---|
| 188 | [mjpegb @ 0x619000000580] qscale[1]: 0
|
|---|
| 189 | [mjpegb @ 0x619000000580] dht offs: 0xc0
|
|---|
| 190 | [mjpegb @ 0x619000000580] class=0 index=0 nb_codes=12
|
|---|
| 191 | [mjpegb @ 0x619000000580] class=0 index=1 nb_codes=12
|
|---|
| 192 | [mjpegb @ 0x619000000580] class=1 index=0 nb_codes=251
|
|---|
| 193 | [mjpegb @ 0x619000000580] class=1 index=1 nb_codes=251
|
|---|
| 194 | [mjpegb @ 0x619000000580] sof offs: 0x262
|
|---|
| 195 | [mjpegb @ 0x619000000580] Changing bps from 0 to 8
|
|---|
| 196 | [mjpegb @ 0x619000000580] sof0: picture: 160x60
|
|---|
| 197 | [mjpegb @ 0x619000000580] component 0 2:1 id: 0 quant:0
|
|---|
| 198 | [mjpegb @ 0x619000000580] component 1 1:1 id: 1 quant:1
|
|---|
| 199 | [mjpegb @ 0x619000000580] component 2 1:1 id: 2 quant:1
|
|---|
| 200 | [mjpegb @ 0x619000000580] pix fmt id 21111100
|
|---|
| 201 | [mjpegb @ 0x619000000580] Format yuvj422p chosen by get_format().
|
|---|
| 202 | [mjpegb @ 0x619000000580] sos offs: 0x273
|
|---|
| 203 | [mjpegb @ 0x619000000580] sod offs: 0x280
|
|---|
| 204 | [mjpegb @ 0x619000000580] component: 0
|
|---|
| 205 | [mjpegb @ 0x619000000580] component: 1
|
|---|
| 206 | [mjpegb @ 0x619000000580] component: 2
|
|---|
| 207 | [mjpegb @ 0x619000000580] field size: 0x3e2e
|
|---|
| 208 | [mjpegb @ 0x619000000580] second field offs: 0x0
|
|---|
| 209 | [mjpegb @ 0x619000000580] dqt offs: 0x30
|
|---|
| 210 | [mjpegb @ 0x619000000580] index=0
|
|---|
| 211 | [mjpegb @ 0x619000000580] qscale[0]: 0
|
|---|
| 212 | [mjpegb @ 0x619000000580] index=1
|
|---|
| 213 | [mjpegb @ 0x619000000580] qscale[1]: 0
|
|---|
| 214 | [mjpegb @ 0x619000000580] dht offs: 0xc0
|
|---|
| 215 | [mjpegb @ 0x619000000580] class=0 index=0 nb_codes=12
|
|---|
| 216 | [mjpegb @ 0x619000000580] class=0 index=1 nb_codes=12
|
|---|
| 217 | [mjpegb @ 0x619000000580] class=1 index=0 nb_codes=251
|
|---|
| 218 | [mjpegb @ 0x619000000580] class=1 index=1 nb_codes=251
|
|---|
| 219 | [mjpegb @ 0x619000000580] sof offs: 0x262
|
|---|
| 220 | [mjpegb @ 0x619000000580] sof0: picture: 160x60
|
|---|
| 221 | [mjpegb @ 0x619000000580] component 0 2:1 id: 0 quant:0
|
|---|
| 222 | [mjpegb @ 0x619000000580] component 1 1:1 id: 1 quant:1
|
|---|
| 223 | [mjpegb @ 0x619000000580] component 2 1:1 id: 2 quant:1
|
|---|
| 224 | [mjpegb @ 0x619000000580] sos offs: 0x273
|
|---|
| 225 | [mjpegb @ 0x619000000580] sod offs: 0x280
|
|---|
| 226 | [mjpegb @ 0x619000000580] component: 0
|
|---|
| 227 | [mjpegb @ 0x619000000580] component: 1
|
|---|
| 228 | [mjpegb @ 0x619000000580] component: 2
|
|---|
| 229 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] stream 0, sample 1, dts 83333
|
|---|
| 230 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] stream 1, sample 0, dts 0
|
|---|
| 231 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] stream 0, sample 2, dts 166667
|
|---|
| 232 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] stream 1, sample 0, dts 0
|
|---|
| 233 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] stream 0, sample 3, dts 250000
|
|---|
| 234 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] stream 1, sample 0, dts 0
|
|---|
| 235 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] stream 0, sample 4, dts 333333
|
|---|
| 236 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] stream 1, sample 0, dts 0
|
|---|
| 237 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] stream 0, sample 5, dts 416667
|
|---|
| 238 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] stream 1, sample 0, dts 0
|
|---|
| 239 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] stream 0, sample 6, dts 500000
|
|---|
| 240 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] stream 1, sample 0, dts 0
|
|---|
| 241 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] stream 0, sample 7, dts 583333
|
|---|
| 242 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] stream 1, sample 0, dts 0
|
|---|
| 243 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] stream 0, sample 8, dts 666667
|
|---|
| 244 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] stream 1, sample 0, dts 0
|
|---|
| 245 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] stream 0, sample 9, dts 750000
|
|---|
| 246 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] stream 1, sample 0, dts 0
|
|---|
| 247 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] stream 0, sample 10, dts 833333
|
|---|
| 248 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] stream 1, sample 0, dts 0
|
|---|
| 249 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] stream 0, sample 11, dts 916667
|
|---|
| 250 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] stream 1, sample 0, dts 0
|
|---|
| 251 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] stream 0, sample 12, dts 1000000
|
|---|
| 252 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] stream 1, sample 0, dts 0
|
|---|
| 253 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] stream 0, sample 13, dts 1083333
|
|---|
| 254 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] stream 1, sample 0, dts 0
|
|---|
| 255 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] All info found
|
|---|
| 256 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] stream 0: start_time: 0.000 duration: 2.250
|
|---|
| 257 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] stream 1: start_time: 0.000 duration: 2.197
|
|---|
| 258 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] format: start_time: 0.000 duration: 2.250 bitrate=3144 kb/s
|
|---|
| 259 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x61b000000080] After avformat_find_stream_info() pos: 630282 bytes read:495834 seeks:3 frames:14
|
|---|
| 260 | Guessed Channel Layout for Input Stream #0.1 : mono
|
|---|
| 261 | Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'samples/samples.mplayerhq.hu/A-codecs/MACE/MAC6-mov/mjpegb.mov':
|
|---|
| 262 | Metadata:
|
|---|
| 263 | creation_time : 2002-03-05T11:39:06.000000Z
|
|---|
| 264 | Duration: 00:00:02.25, start: 0.000000, bitrate: 3144 kb/s
|
|---|
| 265 | Stream #0:0(eng), 13, 1/1200: Video: mjpegb, 1 reference frame (mjpb / 0x62706A6D), yuvj422p(pc, bt470bg/unknown/unknown, top first, center), 160x120, 0/1, 3129 kb/s, 12 fps, 12 tbr, 1200 tbn, 1200 tbc (default)
|
|---|
| 266 | Metadata:
|
|---|
| 267 | creation_time : 2002-03-05T11:39:06.000000Z
|
|---|
| 268 | handler_name : Apple Video Media Handler
|
|---|
| 269 | encoder : Motion JPEG B
|
|---|
| 270 | Stream #0:1(eng), 1, 1/8000: Audio: mace6 (MAC6 / 0x3643414D), 8000 Hz, mono, s16p (default)
|
|---|
| 271 | Metadata:
|
|---|
| 272 | creation_time : 2002-03-05T11:39:06.000000Z
|
|---|
| 273 | handler_name : Apple Ton Mediensteuerung
|
|---|
| 274 | Successfully opened the file.
|
|---|
| 275 | Parsing a group of options: output url output/tmp.mov.
|
|---|
| 276 | Applying option map (set input stream mapping) with argument 0.
|
|---|
| 277 | Applying option c:v:117 (codec name) with argument mov_text.
|
|---|
| 278 | Applying option disposition:a:151 (disposition) with argument aptx.
|
|---|
| 279 | Applying option vframes (set the number of video frames to output) with argument 12.
|
|---|
| 280 | Applying option aframes (set the number of audio frames to output) with argument 23.
|
|---|
| 281 | Applying option ab (audio bitrate (please use -b:a)) with argument 418k.
|
|---|
| 282 | Applying option ar (set audio sampling rate (in Hz)) with argument 22050.
|
|---|
| 283 | Successfully parsed a group of options.
|
|---|
| 284 | Opening an output file: output/tmp.mov.
|
|---|
| 285 | [file @ 0x610000001340] Setting default whitelist 'file,crypto'
|
|---|
| 286 | Successfully opened the file.
|
|---|
| 287 | Stream mapping:
|
|---|
| 288 | Stream #0:0 -> #0:0 (mjpegb (native) -> mpeg4 (native))
|
|---|
| 289 | Stream #0:1 -> #0:1 (mace6 (native) -> aac (native))
|
|---|
| 290 | Press [q] to stop, [?] for help
|
|---|
| 291 | cur_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)
|
|---|
| 292 | [mjpegb @ 0x619000001480] field size: 0x3eb3
|
|---|
| 293 | [mjpegb @ 0x619000001480] second field offs: 0x3ec0
|
|---|
| 294 | [mjpegb @ 0x619000001480] dqt offs: 0x30
|
|---|
| 295 | [mjpegb @ 0x619000001480] index=0
|
|---|
| 296 | [mjpegb @ 0x619000001480] qscale[0]: 0
|
|---|
| 297 | [mjpegb @ 0x619000001480] index=1
|
|---|
| 298 | [mjpegb @ 0x619000001480] qscale[1]: 0
|
|---|
| 299 | [mjpegb @ 0x619000001480] dht offs: 0xc0
|
|---|
| 300 | [mjpegb @ 0x619000001480] class=0 index=0 nb_codes=12
|
|---|
| 301 | [mjpegb @ 0x619000001480] class=0 index=1 nb_codes=12
|
|---|
| 302 | [mjpegb @ 0x619000001480] class=1 index=0 nb_codes=251
|
|---|
| 303 | [mjpegb @ 0x619000001480] class=1 index=1 nb_codes=251
|
|---|
| 304 | [mjpegb @ 0x619000001480] sof offs: 0x262
|
|---|
| 305 | [mjpegb @ 0x619000001480] sof0: picture: 160x60
|
|---|
| 306 | [mjpegb @ 0x619000001480] component 0 2:1 id: 0 quant:0
|
|---|
| 307 | [mjpegb @ 0x619000001480] component 1 1:1 id: 1 quant:1
|
|---|
| 308 | [mjpegb @ 0x619000001480] component 2 1:1 id: 2 quant:1
|
|---|
| 309 | [mjpegb @ 0x619000001480] pix fmt id 21111100
|
|---|
| 310 | [mjpegb @ 0x619000001480] Format yuvj422p chosen by get_format().
|
|---|
| 311 | [mjpegb @ 0x619000001480] sos offs: 0x273
|
|---|
| 312 | [mjpegb @ 0x619000001480] sod offs: 0x280
|
|---|
| 313 | [mjpegb @ 0x619000001480] component: 0
|
|---|
| 314 | [mjpegb @ 0x619000001480] component: 1
|
|---|
| 315 | [mjpegb @ 0x619000001480] component: 2
|
|---|
| 316 | [mjpegb @ 0x619000001480] field size: 0x3e2e
|
|---|
| 317 | [mjpegb @ 0x619000001480] second field offs: 0x0
|
|---|
| 318 | [mjpegb @ 0x619000001480] dqt offs: 0x30
|
|---|
| 319 | [mjpegb @ 0x619000001480] index=0
|
|---|
| 320 | [mjpegb @ 0x619000001480] qscale[0]: 0
|
|---|
| 321 | [mjpegb @ 0x619000001480] index=1
|
|---|
| 322 | [mjpegb @ 0x619000001480] qscale[1]: 0
|
|---|
| 323 | [mjpegb @ 0x619000001480] dht offs: 0xc0
|
|---|
| 324 | [mjpegb @ 0x619000001480] class=0 index=0 nb_codes=12
|
|---|
| 325 | [mjpegb @ 0x619000001480] class=0 index=1 nb_codes=12
|
|---|
| 326 | [mjpegb @ 0x619000001480] class=1 index=0 nb_codes=251
|
|---|
| 327 | [mjpegb @ 0x619000001480] class=1 index=1 nb_codes=251
|
|---|
| 328 | [mjpegb @ 0x619000001480] sof offs: 0x262
|
|---|
| 329 | [mjpegb @ 0x619000001480] sof0: picture: 160x60
|
|---|
| 330 | [mjpegb @ 0x619000001480] component 0 2:1 id: 0 quant:0
|
|---|
| 331 | [mjpegb @ 0x619000001480] component 1 1:1 id: 1 quant:1
|
|---|
| 332 | [mjpegb @ 0x619000001480] component 2 1:1 id: 2 quant:1
|
|---|
| 333 | [mjpegb @ 0x619000001480] sos offs: 0x273
|
|---|
| 334 | [mjpegb @ 0x619000001480] sod offs: 0x280
|
|---|
| 335 | [mjpegb @ 0x619000001480] component: 0
|
|---|
| 336 | [mjpegb @ 0x619000001480] component: 1
|
|---|
| 337 | [mjpegb @ 0x619000001480] component: 2
|
|---|
| 338 | detected 48 logical cores
|
|---|
| 339 | [New Thread 0x7ffff1736700 (LWP 46607)]
|
|---|
| 340 | [New Thread 0x7ffff0f35700 (LWP 46613)]
|
|---|
| 341 | [New Thread 0x7ffff0734700 (LWP 46621)]
|
|---|
| 342 | [New Thread 0x7fffeff33700 (LWP 46625)]
|
|---|
| 343 | [New Thread 0x7fffef732700 (LWP 46626)]
|
|---|
| 344 | [New Thread 0x7fffeef31700 (LWP 46629)]
|
|---|
| 345 | [New Thread 0x7fffee730700 (LWP 46633)]
|
|---|
| 346 | [New Thread 0x7fffedf2f700 (LWP 46636)]
|
|---|
| 347 | [New Thread 0x7fffed72e700 (LWP 46640)]
|
|---|
| 348 | [New Thread 0x7fffecf2d700 (LWP 46641)]
|
|---|
| 349 | [New Thread 0x7fffec72c700 (LWP 46644)]
|
|---|
| 350 | [New Thread 0x7fffebf2b700 (LWP 46645)]
|
|---|
| 351 | [New Thread 0x7fffeb72a700 (LWP 46646)]
|
|---|
| 352 | [New Thread 0x7fffeaf29700 (LWP 46652)]
|
|---|
| 353 | [New Thread 0x7fffea728700 (LWP 46656)]
|
|---|
| 354 | [New Thread 0x7fffe9f27700 (LWP 46662)]
|
|---|
| 355 | [New Thread 0x7fffe9726700 (LWP 46683)]
|
|---|
| 356 | [New Thread 0x7fffe8f25700 (LWP 46692)]
|
|---|
| 357 | [New Thread 0x7fffe8724700 (LWP 46694)]
|
|---|
| 358 | [New Thread 0x7fffe7f23700 (LWP 46708)]
|
|---|
| 359 | [New Thread 0x7fffe7722700 (LWP 46712)]
|
|---|
| 360 | [New Thread 0x7fffe6f21700 (LWP 46720)]
|
|---|
| 361 | [New Thread 0x7fffe6720700 (LWP 46724)]
|
|---|
| 362 | [New Thread 0x7fffe5f09700 (LWP 46728)]
|
|---|
| 363 | [New Thread 0x7fffe56f2700 (LWP 46736)]
|
|---|
| 364 | [New Thread 0x7fffe4edb700 (LWP 46748)]
|
|---|
| 365 | [New Thread 0x7fffe46c4700 (LWP 46754)]
|
|---|
| 366 | [New Thread 0x7fffe3ead700 (LWP 46766)]
|
|---|
| 367 | [New Thread 0x7fffe3696700 (LWP 46770)]
|
|---|
| 368 | [New Thread 0x7fffe2e7f700 (LWP 46775)]
|
|---|
| 369 | [New Thread 0x7fffe2668700 (LWP 46781)]
|
|---|
| 370 | [New Thread 0x7fffe1e51700 (LWP 46785)]
|
|---|
| 371 | [New Thread 0x7fffe163a700 (LWP 46789)]
|
|---|
| 372 | [New Thread 0x7fffe0e23700 (LWP 46796)]
|
|---|
| 373 | [New Thread 0x7fffe060c700 (LWP 46799)]
|
|---|
| 374 | [New Thread 0x7fffdfdf5700 (LWP 46803)]
|
|---|
| 375 | [New Thread 0x7fffdf5de700 (LWP 46807)]
|
|---|
| 376 | [New Thread 0x7fffdedc7700 (LWP 46809)]
|
|---|
| 377 | [New Thread 0x7fffde5b0700 (LWP 46829)]
|
|---|
| 378 | [New Thread 0x7fffddd99700 (LWP 46832)]
|
|---|
| 379 | [New Thread 0x7fffdd582700 (LWP 46837)]
|
|---|
| 380 | [New Thread 0x7fffdcd6b700 (LWP 46845)]
|
|---|
| 381 | [New Thread 0x7fffdc554700 (LWP 46850)]
|
|---|
| 382 | [New Thread 0x7fffdbd3d700 (LWP 46853)]
|
|---|
| 383 | [New Thread 0x7fffdb526700 (LWP 46858)]
|
|---|
| 384 | [New Thread 0x7fffdad0f700 (LWP 46863)]
|
|---|
| 385 | [New Thread 0x7fffda4f8700 (LWP 46868)]
|
|---|
| 386 | [New Thread 0x7fffd9ce1700 (LWP 46871)]
|
|---|
| 387 | [graph 0 input from stream 0:0 @ 0x611000001a80] Setting 'video_size' to value '160x120'
|
|---|
| 388 | [graph 0 input from stream 0:0 @ 0x611000001a80] Setting 'pix_fmt' to value '13'
|
|---|
| 389 | [graph 0 input from stream 0:0 @ 0x611000001a80] Setting 'time_base' to value '1/106'
|
|---|
| 390 | [graph 0 input from stream 0:0 @ 0x611000001a80] Setting 'pixel_aspect' to value '0/1'
|
|---|
| 391 | [graph 0 input from stream 0:0 @ 0x611000001a80] Setting 'sws_param' to value 'flags=2'
|
|---|
| 392 | [graph 0 input from stream 0:0 @ 0x611000001a80] Setting 'frame_rate' to value '106/1'
|
|---|
| 393 | [graph 0 input from stream 0:0 @ 0x611000001a80] w:160 h:120 pixfmt:yuvj422p tb:1/106 fr:106/1 sar:0/1 sws_param:flags=2
|
|---|
| 394 | [format @ 0x611000001d00] Setting 'pix_fmts' to value 'yuv420p'
|
|---|
| 395 | [auto_scaler_0 @ 0x611000008240] Setting 'flags' to value 'bicubic'
|
|---|
| 396 | [auto_scaler_0 @ 0x611000008240] w:iw h:ih flags:'bicubic' interl:0
|
|---|
| 397 | [format @ 0x611000001d00] auto-inserting filter 'auto_scaler_0' between the filter 'Parsed_null_0' and the filter 'format'
|
|---|
| 398 | [AVFilterGraph @ 0x60e000002880] query_formats: 4 queried, 2 merged, 1 already done, 0 delayed
|
|---|
| 399 | [swscaler @ 0x62f000000400] deprecated pixel format used, make sure you did set range correctly
|
|---|
| 400 | [auto_scaler_0 @ 0x611000008240] w:160 h:120 fmt:yuvj422p sar:0/1 -> w:160 h:120 fmt:yuv420p sar:0/1 flags:0x4
|
|---|
| 401 | [New Thread 0x7fffd94ca700 (LWP 46912)]
|
|---|
| 402 | [New Thread 0x7fffd8cb3700 (LWP 46916)]
|
|---|
| 403 | [New Thread 0x7fffd849c700 (LWP 46931)]
|
|---|
| 404 | [New Thread 0x7fffd7c85700 (LWP 46937)]
|
|---|
| 405 | [New Thread 0x7fffd746e700 (LWP 46941)]
|
|---|
| 406 | [New Thread 0x7fffd6c57700 (LWP 46945)]
|
|---|
| 407 | [New Thread 0x7fffd6440700 (LWP 46947)]
|
|---|
| 408 | [New Thread 0x7fffd5c29700 (LWP 46951)]
|
|---|
| 409 | [mpeg4 @ 0x619000003280] intra_quant_bias = 0 inter_quant_bias = -64
|
|---|
| 410 | [mpeg4 @ 0x619000003280] too many threads/slices (9), reducing to 8
|
|---|
| 411 | Clipping frame in rate conversion by 0.000008
|
|---|
| 412 | *** 8 dup!
|
|---|
| 413 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 414 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 415 | [mjpegb @ 0x619000001480] field size: 0x3e4a
|
|---|
| 416 | [mjpegb @ 0x619000001480] second field offs: 0x3e50
|
|---|
| 417 | [mjpegb @ 0x619000001480] dqt offs: 0x30
|
|---|
| 418 | [mjpegb @ 0x619000001480] index=0
|
|---|
| 419 | [mjpegb @ 0x619000001480] qscale[0]: 0
|
|---|
| 420 | [mjpegb @ 0x619000001480] index=1
|
|---|
| 421 | [mjpegb @ 0x619000001480] qscale[1]: 0
|
|---|
| 422 | [mjpegb @ 0x619000001480] dht offs: 0xc0
|
|---|
| 423 | [mjpegb @ 0x619000001480] class=0 index=0 nb_codes=12
|
|---|
| 424 | [mjpegb @ 0x619000001480] class=0 index=1 nb_codes=12
|
|---|
| 425 | [mjpegb @ 0x619000001480] class=1 index=0 nb_codes=251
|
|---|
| 426 | [mjpegb @ 0x619000001480] class=1 index=1 nb_codes=251
|
|---|
| 427 | [mjpegb @ 0x619000001480] sof offs: 0x262
|
|---|
| 428 | [mjpegb @ 0x619000001480] sof0: picture: 160x60
|
|---|
| 429 | [mjpegb @ 0x619000001480] component 0 2:1 id: 0 quant:0
|
|---|
| 430 | [mjpegb @ 0x619000001480] component 1 1:1 id: 1 quant:1
|
|---|
| 431 | [mjpegb @ 0x619000001480] component 2 1:1 id: 2 quant:1
|
|---|
| 432 | [mjpegb @ 0x619000001480] pix fmt id 21111100
|
|---|
| 433 | [mjpegb @ 0x619000001480] sos offs: 0x273
|
|---|
| 434 | [mjpegb @ 0x619000001480] sod offs: 0x280
|
|---|
| 435 | [mjpegb @ 0x619000001480] component: 0
|
|---|
| 436 | [mjpegb @ 0x619000001480] component: 1
|
|---|
| 437 | [mjpegb @ 0x619000001480] component: 2
|
|---|
| 438 | [mjpegb @ 0x619000001480] field size: 0x3deb
|
|---|
| 439 | [mjpegb @ 0x619000001480] second field offs: 0x0
|
|---|
| 440 | [mjpegb @ 0x619000001480] dqt offs: 0x30
|
|---|
| 441 | [mjpegb @ 0x619000001480] index=0
|
|---|
| 442 | [mjpegb @ 0x619000001480] qscale[0]: 0
|
|---|
| 443 | [mjpegb @ 0x619000001480] index=1
|
|---|
| 444 | [mjpegb @ 0x619000001480] qscale[1]: 0
|
|---|
| 445 | [mjpegb @ 0x619000001480] dht offs: 0xc0
|
|---|
| 446 | [mjpegb @ 0x619000001480] class=0 index=0 nb_codes=12
|
|---|
| 447 | [mjpegb @ 0x619000001480] class=0 index=1 nb_codes=12
|
|---|
| 448 | [mjpegb @ 0x619000001480] class=1 index=0 nb_codes=251
|
|---|
| 449 | [mjpegb @ 0x619000001480] class=1 index=1 nb_codes=251
|
|---|
| 450 | [mjpegb @ 0x619000001480] sof offs: 0x262
|
|---|
| 451 | [mjpegb @ 0x619000001480] sof0: picture: 160x60
|
|---|
| 452 | [mjpegb @ 0x619000001480] component 0 2:1 id: 0 quant:0
|
|---|
| 453 | [mjpegb @ 0x619000001480] component 1 1:1 id: 1 quant:1
|
|---|
| 454 | [mjpegb @ 0x619000001480] component 2 1:1 id: 2 quant:1
|
|---|
| 455 | [mjpegb @ 0x619000001480] sos offs: 0x273
|
|---|
| 456 | [mjpegb @ 0x619000001480] sod offs: 0x280
|
|---|
| 457 | [mjpegb @ 0x619000001480] component: 0
|
|---|
| 458 | [mjpegb @ 0x619000001480] component: 1
|
|---|
| 459 | [mjpegb @ 0x619000001480] component: 2
|
|---|
| 460 | Past duration 7.999992 too large
|
|---|
| 461 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 462 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 463 | [mjpegb @ 0x619000001480] field size: 0x3fe1
|
|---|
| 464 | [mjpegb @ 0x619000001480] second field offs: 0x3ff0
|
|---|
| 465 | [mjpegb @ 0x619000001480] dqt offs: 0x30
|
|---|
| 466 | [mjpegb @ 0x619000001480] index=0
|
|---|
| 467 | [mjpegb @ 0x619000001480] qscale[0]: 0
|
|---|
| 468 | [mjpegb @ 0x619000001480] index=1
|
|---|
| 469 | [mjpegb @ 0x619000001480] qscale[1]: 0
|
|---|
| 470 | [mjpegb @ 0x619000001480] dht offs: 0xc0
|
|---|
| 471 | [mjpegb @ 0x619000001480] class=0 index=0 nb_codes=12
|
|---|
| 472 | [mjpegb @ 0x619000001480] class=0 index=1 nb_codes=12
|
|---|
| 473 | [mjpegb @ 0x619000001480] class=1 index=0 nb_codes=251
|
|---|
| 474 | [mjpegb @ 0x619000001480] class=1 index=1 nb_codes=251
|
|---|
| 475 | [mjpegb @ 0x619000001480] sof offs: 0x262
|
|---|
| 476 | [mjpegb @ 0x619000001480] sof0: picture: 160x60
|
|---|
| 477 | [mjpegb @ 0x619000001480] component 0 2:1 id: 0 quant:0
|
|---|
| 478 | [mjpegb @ 0x619000001480] component 1 1:1 id: 1 quant:1
|
|---|
| 479 | [mjpegb @ 0x619000001480] component 2 1:1 id: 2 quant:1
|
|---|
| 480 | [mjpegb @ 0x619000001480] pix fmt id 21111100
|
|---|
| 481 | [mjpegb @ 0x619000001480] sos offs: 0x273
|
|---|
| 482 | [mjpegb @ 0x619000001480] sod offs: 0x280
|
|---|
| 483 | [mjpegb @ 0x619000001480] component: 0
|
|---|
| 484 | [mjpegb @ 0x619000001480] component: 1
|
|---|
| 485 | [mjpegb @ 0x619000001480] component: 2
|
|---|
| 486 | [mjpegb @ 0x619000001480] field size: 0x3f2d
|
|---|
| 487 | [mjpegb @ 0x619000001480] second field offs: 0x0
|
|---|
| 488 | [mjpegb @ 0x619000001480] dqt offs: 0x30
|
|---|
| 489 | [mjpegb @ 0x619000001480] index=0
|
|---|
| 490 | [mjpegb @ 0x619000001480] qscale[0]: 0
|
|---|
| 491 | [mjpegb @ 0x619000001480] index=1
|
|---|
| 492 | [mjpegb @ 0x619000001480] qscale[1]: 0
|
|---|
| 493 | [mjpegb @ 0x619000001480] dht offs: 0xc0
|
|---|
| 494 | [mjpegb @ 0x619000001480] class=0 index=0 nb_codes=12
|
|---|
| 495 | [mjpegb @ 0x619000001480] class=0 index=1 nb_codes=12
|
|---|
| 496 | [mjpegb @ 0x619000001480] class=1 index=0 nb_codes=251
|
|---|
| 497 | [mjpegb @ 0x619000001480] class=1 index=1 nb_codes=251
|
|---|
| 498 | [mjpegb @ 0x619000001480] sof offs: 0x262
|
|---|
| 499 | [mjpegb @ 0x619000001480] sof0: picture: 160x60
|
|---|
| 500 | [mjpegb @ 0x619000001480] component 0 2:1 id: 0 quant:0
|
|---|
| 501 | [mjpegb @ 0x619000001480] component 1 1:1 id: 1 quant:1
|
|---|
| 502 | [mjpegb @ 0x619000001480] component 2 1:1 id: 2 quant:1
|
|---|
| 503 | [mjpegb @ 0x619000001480] sos offs: 0x273
|
|---|
| 504 | [mjpegb @ 0x619000001480] sod offs: 0x280
|
|---|
| 505 | [mjpegb @ 0x619000001480] component: 0
|
|---|
| 506 | [mjpegb @ 0x619000001480] component: 1
|
|---|
| 507 | [mjpegb @ 0x619000001480] component: 2
|
|---|
| 508 | Past duration 7.999992 too large
|
|---|
| 509 | cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 510 | cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
|
|---|
| 511 | [mjpegb @ 0x619000001480] field size: 0x3f47
|
|---|
| 512 | [mjpegb @ 0x619000001480] second field offs: 0x3f50
|
|---|
| 513 | [mjpegb @ 0x619000001480] dqt offs: 0x30
|
|---|
| 514 | [mjpegb @ 0x619000001480] index=0
|
|---|
| 515 | [mjpegb @ 0x619000001480] qscale[0]: 0
|
|---|
| 516 | [mjpegb @ 0x619000001480] index=1
|
|---|
| 517 | [mjpegb @ 0x619000001480] qscale[1]: 0
|
|---|
| 518 | [mjpegb @ 0x619000001480] dht offs: 0xc0
|
|---|
| 519 | [mjpegb @ 0x619000001480] class=0 index=0 nb_codes=12
|
|---|
| 520 | [mjpegb @ 0x619000001480] class=0 index=1 nb_codes=12
|
|---|
| 521 | [mjpegb @ 0x619000001480] class=1 index=0 nb_codes=251
|
|---|
| 522 | [mjpegb @ 0x619000001480] class=1 index=1 nb_codes=251
|
|---|
| 523 | [mjpegb @ 0x619000001480] sof offs: 0x262
|
|---|
| 524 | [mjpegb @ 0x619000001480] sof0: picture: 160x60
|
|---|
| 525 | [mjpegb @ 0x619000001480] component 0 2:1 id: 0 quant:0
|
|---|
| 526 | [mjpegb @ 0x619000001480] component 1 1:1 id: 1 quant:1
|
|---|
| 527 | [mjpegb @ 0x619000001480] component 2 1:1 id: 2 quant:1
|
|---|
| 528 | [mjpegb @ 0x619000001480] pix fmt id 21111100
|
|---|
| 529 | [mjpegb @ 0x619000001480] sos offs: 0x273
|
|---|
| 530 | [mjpegb @ 0x619000001480] sod offs: 0x280
|
|---|
| 531 | [mjpegb @ 0x619000001480] component: 0
|
|---|
| 532 | [mjpegb @ 0x619000001480] component: 1
|
|---|
| 533 | [mjpegb @ 0x619000001480] component: 2
|
|---|
| 534 | [mjpegb @ 0x619000001480] field size: 0x3ec0
|
|---|
| 535 | [mjpegb @ 0x619000001480] second field offs: 0x0
|
|---|
| 536 | [mjpegb @ 0x619000001480] dqt offs: 0x30
|
|---|
| 537 | [mjpegb @ 0x619000001480] index=0
|
|---|
| 538 | [mjpegb @ 0x619000001480] qscale[0]: 0
|
|---|
| 539 | [mjpegb @ 0x619000001480] index=1
|
|---|
| 540 | [mjpegb @ 0x619000001480] qscale[1]: 0
|
|---|
| 541 | [mjpegb @ 0x619000001480] dht offs: 0xc0
|
|---|
| 542 | [mjpegb @ 0x619000001480] class=0 index=0 nb_codes=12
|
|---|
| 543 | [mjpegb @ 0x619000001480] class=0 index=1 nb_codes=12
|
|---|
| 544 | [mjpegb @ 0x619000001480] class=1 index=0 nb_codes=251
|
|---|
| 545 | [mjpegb @ 0x619000001480] class=1 index=1 nb_codes=251
|
|---|
| 546 | [mjpegb @ 0x619000001480] sof offs: 0x262
|
|---|
| 547 | [mjpegb @ 0x619000001480] sof0: picture: 160x60
|
|---|
| 548 | [mjpegb @ 0x619000001480] component 0 2:1 id: 0 quant:0
|
|---|
| 549 | [mjpegb @ 0x619000001480] component 1 1:1 id: 1 quant:1
|
|---|
| 550 | [mjpegb @ 0x619000001480] component 2 1:1 id: 2 quant:1
|
|---|
| 551 | [mjpegb @ 0x619000001480] sos offs: 0x273
|
|---|
| 552 | [mjpegb @ 0x619000001480] sod offs: 0x280
|
|---|
| 553 | [mjpegb @ 0x619000001480] component: 0
|
|---|
| 554 | [mjpegb @ 0x619000001480] component: 1
|
|---|
| 555 | [mjpegb @ 0x619000001480] component: 2
|
|---|
| 556 | Past duration 7.999992 too large
|
|---|
| 557 | No more output streams to write to, finishing.
|
|---|
| 558 | Finishing stream 0:1 without any data written to it.
|
|---|
| 559 | [New Thread 0x7fffd53cd700 (LWP 47130)]
|
|---|
| 560 | [New Thread 0x7fffd4bb6700 (LWP 47136)]
|
|---|
| 561 | [New Thread 0x7fffd439f700 (LWP 47144)]
|
|---|
| 562 | [New Thread 0x7fffd3b88700 (LWP 47146)]
|
|---|
| 563 | [New Thread 0x7fffd3371700 (LWP 47154)]
|
|---|
| 564 | [New Thread 0x7fffd2b5a700 (LWP 47155)]
|
|---|
| 565 | [New Thread 0x7fffd2343700 (LWP 47156)]
|
|---|
| 566 | [New Thread 0x7fffd1b2c700 (LWP 47158)]
|
|---|
| 567 | [New Thread 0x7fffd1315700 (LWP 47165)]
|
|---|
| 568 | [New Thread 0x7fffd0afe700 (LWP 47168)]
|
|---|
| 569 | [New Thread 0x7fffd02e7700 (LWP 47187)]
|
|---|
| 570 | [New Thread 0x7fffcfad0700 (LWP 47193)]
|
|---|
| 571 | [New Thread 0x7fffcf2b9700 (LWP 47196)]
|
|---|
| 572 | [New Thread 0x7fffceaa2700 (LWP 47199)]
|
|---|
| 573 | [New Thread 0x7fffce28b700 (LWP 47208)]
|
|---|
| 574 | [New Thread 0x7fffcda74700 (LWP 47210)]
|
|---|
| 575 | [New Thread 0x7fffcd25d700 (LWP 47212)]
|
|---|
| 576 | [New Thread 0x7fffcca46700 (LWP 47214)]
|
|---|
| 577 | [New Thread 0x7fffcc22f700 (LWP 47219)]
|
|---|
| 578 | [New Thread 0x7fffcba18700 (LWP 47223)]
|
|---|
| 579 | [New Thread 0x7fffcb201700 (LWP 47226)]
|
|---|
| 580 | [New Thread 0x7fffca9ea700 (LWP 47230)]
|
|---|
| 581 | [New Thread 0x7fffca1d3700 (LWP 47232)]
|
|---|
| 582 | [New Thread 0x7fffc99bc700 (LWP 47235)]
|
|---|
| 583 | [New Thread 0x7fffc91a5700 (LWP 47238)]
|
|---|
| 584 | [New Thread 0x7fffc898e700 (LWP 47241)]
|
|---|
| 585 | [New Thread 0x7fffc8177700 (LWP 47243)]
|
|---|
| 586 | [New Thread 0x7fffc7960700 (LWP 47246)]
|
|---|
| 587 | [New Thread 0x7fffc7149700 (LWP 47249)]
|
|---|
| 588 | [New Thread 0x7fffc6932700 (LWP 47251)]
|
|---|
| 589 | [New Thread 0x7fffc611b700 (LWP 47254)]
|
|---|
| 590 | [New Thread 0x7fffc5904700 (LWP 47259)]
|
|---|
| 591 | [New Thread 0x7fffc50ed700 (LWP 47261)]
|
|---|
| 592 | [New Thread 0x7fffc48d6700 (LWP 47262)]
|
|---|
| 593 | [New Thread 0x7fffc40bf700 (LWP 47269)]
|
|---|
| 594 | [New Thread 0x7fffc38a8700 (LWP 47281)]
|
|---|
| 595 | [New Thread 0x7fffc3091700 (LWP 47285)]
|
|---|
| 596 | [New Thread 0x7fffc287a700 (LWP 47290)]
|
|---|
| 597 | [New Thread 0x7fffc2063700 (LWP 47301)]
|
|---|
| 598 | [New Thread 0x7fffc184c700 (LWP 47305)]
|
|---|
| 599 | [New Thread 0x7fffc1035700 (LWP 47309)]
|
|---|
| 600 | [New Thread 0x7fffc081e700 (LWP 47311)]
|
|---|
| 601 | [New Thread 0x7fffc0007700 (LWP 47313)]
|
|---|
| 602 | [New Thread 0x7fffbf7f0700 (LWP 47315)]
|
|---|
| 603 | [New Thread 0x7fffbefd9700 (LWP 47317)]
|
|---|
| 604 | [New Thread 0x7fffbe7c2700 (LWP 47320)]
|
|---|
| 605 | [New Thread 0x7fffbdfab700 (LWP 47321)]
|
|---|
| 606 | [New Thread 0x7fffbd794700 (LWP 47322)]
|
|---|
| 607 | [graph_1_in_0_1 @ 0x611000013780] Setting 'time_base' to value '1/8000'
|
|---|
| 608 | [graph_1_in_0_1 @ 0x611000013780] Setting 'sample_rate' to value '8000'
|
|---|
| 609 | [graph_1_in_0_1 @ 0x611000013780] Setting 'sample_fmt' to value 's16p'
|
|---|
| 610 | [graph_1_in_0_1 @ 0x611000013780] Setting 'channel_layout' to value '0x4'
|
|---|
| 611 | [graph_1_in_0_1 @ 0x611000013780] tb:1/8000 samplefmt:s16p samplerate:8000 chlayout:0x4
|
|---|
| 612 | [format_out_0_1 @ 0x611000013a00] Setting 'sample_fmts' to value 'fltp'
|
|---|
| 613 | [format_out_0_1 @ 0x611000013a00] Setting 'sample_rates' to value '22050'
|
|---|
| 614 | [format_out_0_1 @ 0x611000013a00] auto-inserting filter 'auto_resampler_0' between the filter 'Parsed_anull_0' and the filter 'format_out_0_1'
|
|---|
| 615 | [AVFilterGraph @ 0x60e000007100] query_formats: 4 queried, 6 merged, 3 already done, 0 delayed
|
|---|
| 616 | [auto_resampler_0 @ 0x611000013b40] [SWR @ 0x6320000c0800] Using fltp internally between filters
|
|---|
| 617 | [auto_resampler_0 @ 0x611000013b40] ch:1 chl:mono fmt:s16p r:8000Hz -> ch:1 chl:mono fmt:fltp r:22050Hz
|
|---|
| 618 | [aac @ 0x619000004180] Too many bits 19411.882086 > 6144 per frame requested, clamping to max
|
|---|
| 619 | Output #0, mov, to 'output/tmp.mov':
|
|---|
| 620 | Metadata:
|
|---|
| 621 | encoder : Lavf58.32.104
|
|---|
| 622 | Stream #0:0(eng), 0, 1/13568: Video: mpeg4, 1 reference frame (mp4v / 0x7634706D), yuv420p(progressive, center), 160x120, 0/1, q=2-31, 200 kb/s, 106 fps, 13568 tbn, 106 tbc (default)
|
|---|
| 623 | Metadata:
|
|---|
| 624 | creation_time : 2002-03-05T11:39:06.000000Z
|
|---|
| 625 | handler_name : Apple Video Media Handler
|
|---|
| 626 | encoder : Lavc58.57.100 mpeg4
|
|---|
| 627 | Side data:
|
|---|
| 628 | cpb: bitrate max/min/avg: 0/0/200000 buffer size: 0 vbv_delay: N/A
|
|---|
| 629 | Stream #0:1(eng), 0, 1/22050: Audio: aac (LC) (mp4a / 0x6134706D), 22050 Hz, mono, fltp, delay 1024, 132 kb/s (default)
|
|---|
| 630 | Metadata:
|
|---|
| 631 | creation_time : 2002-03-05T11:39:06.000000Z
|
|---|
| 632 | handler_name : Apple Ton Mediensteuerung
|
|---|
| 633 | encoder : Lavc58.57.100 aac
|
|---|
| 634 | frame= 12 fps=0.0 q=5.5 Lsize= 34kB time=00:00:00.10 bitrate=2703.5kbits/s dup=8 drop=0 speed=0.182x
|
|---|
| 635 | video:33kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 2.611035%
|
|---|
| 636 | Input file #0 (samples/samples.mplayerhq.hu/A-codecs/MACE/MAC6-mov/mjpegb.mov):
|
|---|
| 637 | Input stream #0:0 (video): 4 packets read (128608 bytes); 4 frames decoded;
|
|---|
| 638 | Input stream #0:1 (audio): 0 packets read (0 bytes); 0 frames decoded (0 samples);
|
|---|
| 639 | Total: 4 packets (128608 bytes) demuxed
|
|---|
| 640 | Output file #0 (output/tmp.mov):
|
|---|
| 641 | Output stream #0:0 (video): 12 frames encoded; 12 packets muxed (34201 bytes);
|
|---|
| 642 | Output stream #0:1 (audio): 0 frames encoded (0 samples); 0 packets muxed (0 bytes);
|
|---|
| 643 | Total: 12 packets (34201 bytes) muxed
|
|---|
| 644 | 4 frames successfully decoded, 0 decoding errors
|
|---|
| 645 | [Thread 0x7ffff0f35700 (LWP 46613) exited]
|
|---|
| 646 | [Thread 0x7fffee730700 (LWP 46633) exited]
|
|---|
| 647 | [Thread 0x7ffff1736700 (LWP 46607) exited]
|
|---|
| 648 | [Thread 0x7fffeaf29700 (LWP 46652) exited]
|
|---|
| 649 | [Thread 0x7fffef732700 (LWP 46626) exited]
|
|---|
| 650 | [Thread 0x7fffea728700 (LWP 46656) exited]
|
|---|
| 651 | [Thread 0x7fffeb72a700 (LWP 46646) exited]
|
|---|
| 652 | [Thread 0x7fffec72c700 (LWP 46644) exited]
|
|---|
| 653 | [Thread 0x7fffed72e700 (LWP 46640) exited]
|
|---|
| 654 | [Thread 0x7fffe8724700 (LWP 46694) exited]
|
|---|
| 655 | [Thread 0x7fffe9726700 (LWP 46683) exited]
|
|---|
| 656 | [Thread 0x7fffebf2b700 (LWP 46645) exited]
|
|---|
| 657 | [Thread 0x7fffe8f25700 (LWP 46692) exited]
|
|---|
| 658 | [Thread 0x7fffecf2d700 (LWP 46641) exited]
|
|---|
| 659 | [Thread 0x7fffedf2f700 (LWP 46636) exited]
|
|---|
| 660 | [Thread 0x7fffeef31700 (LWP 46629) exited]
|
|---|
| 661 | [Thread 0x7fffeff33700 (LWP 46625) exited]
|
|---|
| 662 | [Thread 0x7ffff0734700 (LWP 46621) exited]
|
|---|
| 663 | [Thread 0x7fffe7722700 (LWP 46712) exited]
|
|---|
| 664 | [Thread 0x7fffe7f23700 (LWP 46708) exited]
|
|---|
| 665 | [Thread 0x7fffe3696700 (LWP 46770) exited]
|
|---|
| 666 | [Thread 0x7fffe3ead700 (LWP 46766) exited]
|
|---|
| 667 | [Thread 0x7fffe4edb700 (LWP 46748) exited]
|
|---|
| 668 | [Thread 0x7fffe5f09700 (LWP 46728) exited]
|
|---|
| 669 | [Thread 0x7fffe6720700 (LWP 46724) exited]
|
|---|
| 670 | [Thread 0x7fffe56f2700 (LWP 46736) exited]
|
|---|
| 671 | [Thread 0x7fffe1e51700 (LWP 46785) exited]
|
|---|
| 672 | [Thread 0x7fffdedc7700 (LWP 46809) exited]
|
|---|
| 673 | [Thread 0x7fffdf5de700 (LWP 46807) exited]
|
|---|
| 674 | [Thread 0x7fffdfdf5700 (LWP 46803) exited]
|
|---|
| 675 | [Thread 0x7fffe060c700 (LWP 46799) exited]
|
|---|
| 676 | [Thread 0x7fffe0e23700 (LWP 46796) exited]
|
|---|
| 677 | [Thread 0x7fffe2668700 (LWP 46781) exited]
|
|---|
| 678 | [Thread 0x7fffe2e7f700 (LWP 46775) exited]
|
|---|
| 679 | [Thread 0x7fffdd582700 (LWP 46837) exited]
|
|---|
| 680 | [Thread 0x7fffe46c4700 (LWP 46754) exited]
|
|---|
| 681 | [Thread 0x7fffe6f21700 (LWP 46720) exited]
|
|---|
| 682 | [Thread 0x7fffe9f27700 (LWP 46662) exited]
|
|---|
| 683 | [Thread 0x7fffda4f8700 (LWP 46868) exited]
|
|---|
| 684 | [Thread 0x7fffdad0f700 (LWP 46863) exited]
|
|---|
| 685 | [Thread 0x7fffdc554700 (LWP 46850) exited]
|
|---|
| 686 | [Thread 0x7fffddd99700 (LWP 46832) exited]
|
|---|
| 687 | [Thread 0x7fffdbd3d700 (LWP 46853) exited]
|
|---|
| 688 | [Thread 0x7fffde5b0700 (LWP 46829) exited]
|
|---|
| 689 | [Thread 0x7fffd9ce1700 (LWP 46871) exited]
|
|---|
| 690 | [Thread 0x7fffdb526700 (LWP 46858) exited]
|
|---|
| 691 | [Thread 0x7fffdcd6b700 (LWP 46845) exited]
|
|---|
| 692 | [Thread 0x7fffe163a700 (LWP 46789) exited]
|
|---|
| 693 | [Thread 0x7fffd439f700 (LWP 47144) exited]
|
|---|
| 694 | [Thread 0x7fffd3371700 (LWP 47154) exited]
|
|---|
| 695 | [Thread 0x7fffd53cd700 (LWP 47130) exited]
|
|---|
| 696 | [Thread 0x7fffd3b88700 (LWP 47146) exited]
|
|---|
| 697 | [Thread 0x7fffd2b5a700 (LWP 47155) exited]
|
|---|
| 698 | [Thread 0x7fffd4bb6700 (LWP 47136) exited]
|
|---|
| 699 | [Thread 0x7fffbefd9700 (LWP 47317) exited]
|
|---|
| 700 | [Thread 0x7fffd1b2c700 (LWP 47158) exited]
|
|---|
| 701 | [Thread 0x7fffd1315700 (LWP 47165) exited]
|
|---|
| 702 | [Thread 0x7fffcd25d700 (LWP 47212) exited]
|
|---|
| 703 | [Thread 0x7fffbdfab700 (LWP 47321) exited]
|
|---|
| 704 | [Thread 0x7fffcda74700 (LWP 47210) exited]
|
|---|
| 705 | [Thread 0x7fffcb201700 (LWP 47226) exited]
|
|---|
| 706 | [Thread 0x7fffcf2b9700 (LWP 47196) exited]
|
|---|
| 707 | [Thread 0x7fffd02e7700 (LWP 47187) exited]
|
|---|
| 708 | [Thread 0x7fffd2343700 (LWP 47156) exited]
|
|---|
| 709 | [Thread 0x7fffc8177700 (LWP 47243) exited]
|
|---|
| 710 | [Thread 0x7fffbd794700 (LWP 47322) exited]
|
|---|
| 711 | [Thread 0x7fffcfad0700 (LWP 47193) exited]
|
|---|
| 712 | [Thread 0x7fffc99bc700 (LWP 47235) exited]
|
|---|
| 713 | [Thread 0x7fffca1d3700 (LWP 47232) exited]
|
|---|
| 714 | [Thread 0x7fffcba18700 (LWP 47223) exited]
|
|---|
| 715 | [Thread 0x7fffcca46700 (LWP 47214) exited]
|
|---|
| 716 | [Thread 0x7fffd0afe700 (LWP 47168) exited]
|
|---|
| 717 | [Thread 0x7fffc5904700 (LWP 47259) exited]
|
|---|
| 718 | [Thread 0x7fffc91a5700 (LWP 47238) exited]
|
|---|
| 719 | [Thread 0x7fffc50ed700 (LWP 47261) exited]
|
|---|
| 720 | [Thread 0x7fffc6932700 (LWP 47251) exited]
|
|---|
| 721 | [Thread 0x7fffbf7f0700 (LWP 47315) exited]
|
|---|
| 722 | [Thread 0x7fffc40bf700 (LWP 47269) exited]
|
|---|
| 723 | [Thread 0x7fffc611b700 (LWP 47254) exited]
|
|---|
| 724 | [Thread 0x7fffc7149700 (LWP 47249) exited]
|
|---|
| 725 | [Thread 0x7fffceaa2700 (LWP 47199) exited]
|
|---|
| 726 | [Thread 0x7fffc7960700 (LWP 47246) exited]
|
|---|
| 727 | [Thread 0x7fffc898e700 (LWP 47241) exited]
|
|---|
| 728 | [Thread 0x7fffca9ea700 (LWP 47230) exited]
|
|---|
| 729 | [Thread 0x7fffcc22f700 (LWP 47219) exited]
|
|---|
| 730 | [Thread 0x7fffce28b700 (LWP 47208) exited]
|
|---|
| 731 | [Thread 0x7fffc2063700 (LWP 47301) exited]
|
|---|
| 732 | [Thread 0x7fffc287a700 (LWP 47290) exited]
|
|---|
| 733 | [Thread 0x7fffc1035700 (LWP 47309) exited]
|
|---|
| 734 | [Thread 0x7fffc48d6700 (LWP 47262) exited]
|
|---|
| 735 | [Thread 0x7fffbe7c2700 (LWP 47320) exited]
|
|---|
| 736 | [Thread 0x7fffc184c700 (LWP 47305) exited]
|
|---|
| 737 | [Thread 0x7fffc0007700 (LWP 47313) exited]
|
|---|
| 738 | [Thread 0x7fffc081e700 (LWP 47311) exited]
|
|---|
| 739 | [Thread 0x7fffc3091700 (LWP 47285) exited]
|
|---|
| 740 | [Thread 0x7fffc38a8700 (LWP 47281) exited]
|
|---|
| 741 | [AVIOContext @ 0x613000000580] Statistics: 2 seeks, 4 writeouts
|
|---|
| 742 | [Thread 0x7fffd849c700 (LWP 46931) exited]
|
|---|
| 743 | [Thread 0x7fffd7c85700 (LWP 46937) exited]
|
|---|
| 744 | [Thread 0x7fffd94ca700 (LWP 46912) exited]
|
|---|
| 745 | [Thread 0x7fffd5c29700 (LWP 46951) exited]
|
|---|
| 746 | [Thread 0x7fffd6c57700 (LWP 46945) exited]
|
|---|
| 747 | [Thread 0x7fffd8cb3700 (LWP 46916) exited]
|
|---|
| 748 | [Thread 0x7fffd6440700 (LWP 46947) exited]
|
|---|
| 749 | [Thread 0x7fffd746e700 (LWP 46941) exited]
|
|---|
| 750 |
|
|---|
| 751 | Thread 1 "ffmpeg_g" hit Breakpoint 1, aac_encode_end (avctx=0x619000004180) at libavcodec/aacenc.c:903
|
|---|
| 752 | 903 av_log(avctx, AV_LOG_INFO, "Qavg: %.3f\n", s->lambda_sum / s->lambda_count);
|
|---|
| 753 | (gdb) n
|
|---|
| 754 | libavcodec/aacenc.c:903:62: runtime error: division by zero
|
|---|
| 755 | SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior libavcodec/aacenc.c:903:62 in
|
|---|
| 756 | [aac @ 0x619000004180] Qavg: -nan
|
|---|
| 757 | 905 ff_mdct_end(&s->mdct1024);
|
|---|
| 758 | (gdb) bt
|
|---|
| 759 | #0 aac_encode_end (avctx=0x619000004180) at libavcodec/aacenc.c:905
|
|---|
| 760 | #1 0x000000000509f9fa in avcodec_close (avctx=<optimized out>) at libavcodec/utils.c:1100
|
|---|
| 761 | #2 0x00000000045d4688 in avcodec_free_context (pavctx=0x6160000045e0) at libavcodec/options.c:178
|
|---|
| 762 | #3 0x00000000005df0e8 in ffmpeg_cleanup (ret=0) at fftools/ffmpeg.c:571
|
|---|
| 763 | #4 0x00000000005afb95 in exit_program (ret=0) at fftools/cmdutils.c:139
|
|---|
| 764 | #5 0x00000000005db973 in main (argc=<optimized out>, argv=<optimized out>) at fftools/ffmpeg.c:4911
|
|---|
| 765 | (gdb) disass $pc-32,$pc+32
|
|---|
| 766 | Dump of assembler code from 0x65f1f1d to 0x65f1f5d:
|
|---|
| 767 | 0x00000000065f1f1d <aac_encode_end+472>: and $0xc,%al
|
|---|
| 768 | 0x00000000065f1f1f <aac_encode_end+474>: divss 0x8(%rsp),%xmm0
|
|---|
| 769 | 0x00000000065f1f25 <aac_encode_end+480>: cvtss2sd %xmm0,%xmm0
|
|---|
| 770 | 0x00000000065f1f29 <aac_encode_end+484>: mov $0x20,%esi
|
|---|
| 771 | 0x00000000065f1f2e <aac_encode_end+489>: mov $0x8e17600,%edx
|
|---|
| 772 | 0x00000000065f1f33 <aac_encode_end+494>: mov $0x1,%al
|
|---|
| 773 | 0x00000000065f1f35 <aac_encode_end+496>: mov %r14,%rdi
|
|---|
| 774 | 0x00000000065f1f38 <aac_encode_end+499>: callq 0x8521de0 <av_log>
|
|---|
| 775 | => 0x00000000065f1f3d <aac_encode_end+504>: test %r12b,%r12b
|
|---|
| 776 | 0x00000000065f1f40 <aac_encode_end+507>: je 0x65f21a5 <aac_encode_end+1120>
|
|---|
| 777 | 0x00000000065f1f46 <aac_encode_end+513>: mov $0xb9ca264,%edi
|
|---|
| 778 | 0x00000000065f1f4b <aac_encode_end+518>: callq 0x505b70 <__sanitizer_cov_trace_pc_guard>
|
|---|
| 779 | 0x00000000065f1f50 <aac_encode_end+523>: lea 0x50(%r15),%rdi
|
|---|
| 780 | 0x00000000065f1f54 <aac_encode_end+527>: callq 0x3e342b7 <ff_mdct_end>
|
|---|
| 781 | 0x00000000065f1f59 <aac_encode_end+532>: lea 0xc0(%r15),%rdi
|
|---|
| 782 | End of assembler dump.
|
|---|
| 783 | (gdb) info all-registers
|
|---|
| 784 | rax 0x7fffffffd8e0 140737488345312
|
|---|
| 785 | rbx 0x0 0
|
|---|
| 786 | rcx 0x0 0
|
|---|
| 787 | rdx 0x10007fff7b00 17594333494016
|
|---|
| 788 | rsi 0x0 0
|
|---|
| 789 | rdi 0x10007fff7858 17594333493336
|
|---|
| 790 | rbp 0x0 0x0
|
|---|
| 791 | rsp 0x7fffffffdad0 0x7fffffffdad0
|
|---|
| 792 | r8 0x0 0
|
|---|
| 793 | r9 0x17 23
|
|---|
| 794 | r10 0xffffffe9 4294967273
|
|---|
| 795 | r11 0x0 0
|
|---|
| 796 | r12 0x610000005401 106652627915777
|
|---|
| 797 | r13 0x0 0
|
|---|
| 798 | r14 0x619000004180 107271103201664
|
|---|
| 799 | r15 0x7ffff3130800 140737271498752
|
|---|
| 800 | rip 0x65f1f3d 0x65f1f3d <aac_encode_end+504>
|
|---|
| 801 | eflags 0x246 [ PF ZF IF ]
|
|---|
| 802 | cs 0x33 51
|
|---|
| 803 | ss 0x2b 43
|
|---|
| 804 | ds 0x0 0
|
|---|
| 805 | es 0x0 0
|
|---|
| 806 | fs 0x0 0
|
|---|
| 807 | gs 0x0 0
|
|---|
| 808 | st0 -nan(0x9191919191919191) (raw 0xffff9191919191919191)
|
|---|
| 809 | st1 -nan(0x9191919191919191) (raw 0xffff9191919191919191)
|
|---|
| 810 | st2 -nan(0xfffbfffbfffb0011) (raw 0xfffffffbfffbfffb0011)
|
|---|
| 811 | st3 -nan(0xfffbfffbfffbfffb) (raw 0xfffffffbfffbfffbfffb)
|
|---|
| 812 | st4 <invalid float value> (raw 0xffff0000000000000000)
|
|---|
| 813 | st5 <invalid float value> (raw 0xffff0005000500050005)
|
|---|
| 814 | st6 <invalid float value> (raw 0xffff000c000c000c000c)
|
|---|
| 815 | st7 -nan(0xfffbfffbfffbfffb) (raw 0xfffffffbfffbfffbfffb)
|
|---|
| 816 | fctrl 0x37f 895
|
|---|
| 817 | fstat 0x0 0
|
|---|
| 818 | ftag 0xffff 65535
|
|---|
| 819 | fiseg 0x0 0
|
|---|
| 820 | fioff 0x0 0
|
|---|
| 821 | foseg 0x0 0
|
|---|
| 822 | fooff 0x0 0
|
|---|
| 823 | fop 0x0 0
|
|---|
| 824 | mxcsr 0x1fbd [ IE ZE OE UE PE IM DM ZM OM UM PM ]
|
|---|
| 825 | bndcfgu {raw = 0x0, config = {base = 0x0, reserved = 0x0, preserved = 0x0,
|
|---|
| 826 | enabled = 0x0}} {raw = 0x0, config = {base = 0, reserved = 0, preserved = 0, enabled = 0}}
|
|---|
| 827 | bndstatus {raw = 0x0, status = {bde = 0x0, error = 0x0}} {raw = 0x0, status = {bde = 0,
|
|---|
| 828 | error = 0}}
|
|---|
| 829 | k0 0x0 0
|
|---|
| 830 | k1 0x0 0
|
|---|
| 831 | k2 0x0 0
|
|---|
| 832 | k3 0x0 0
|
|---|
| 833 | k4 0x0 0
|
|---|
| 834 | k5 0x0 0
|
|---|
| 835 | k6 0x0 0
|
|---|
| 836 | k7 0x0 0
|
|---|
| 837 | pkru 0x55555554 1431655764
|
|---|
| 838 | ---Type <return> to continue, or q <return> to quit---
|
|---|
| 839 | zmm0 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 840 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 841 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 842 | 0x0, 0x0, 0x0}}
|
|---|
| 843 | zmm1 {v16_float = {0x0, 0x0, 0x0, 0x0, 0x0 <repeats 12 times>}, v8_double = {
|
|---|
| 844 | 0x8000000000000000, 0x8000000000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0, 0x0, 0x0,
|
|---|
| 845 | 0x0, 0x0, 0x0, 0xff, 0xff, 0x0, 0xff, 0xff, 0xff, 0x0, 0x0, 0xff, 0xff, 0x0 <repeats 48 times>},
|
|---|
| 846 | v32_int16 = {0x0, 0x0, 0x0, 0xffff, 0xff00, 0xffff, 0x0, 0xffff, 0x0 <repeats 24 times>},
|
|---|
| 847 | v16_int32 = {0x0, 0xffff0000, 0xffffff00, 0xffff0000, 0x0 <repeats 12 times>}, v8_int64 = {
|
|---|
| 848 | 0xffff000000000000, 0xffff0000ffffff00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {
|
|---|
| 849 | 0xffff0000ffffff00ffff000000000000, 0x0, 0x0, 0x0}}
|
|---|
| 850 | zmm2 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 851 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 852 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 853 | 0x0, 0x0, 0x0}}
|
|---|
| 854 | zmm3 {v16_float = {0x0, 0xffffffff, 0xffffffff, 0x0, 0x0 <repeats 12 times>}, v8_double = {
|
|---|
| 855 | 0x7fffffffffffffff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x6b, 0x73, 0x2c, 0x20, 0x34,
|
|---|
| 856 | 0x20, 0x77, 0x72, 0x69, 0x74, 0x65, 0x6f, 0x75, 0x74, 0x73, 0xa, 0x0 <repeats 48 times>},
|
|---|
| 857 | v32_int16 = {0x736b, 0x202c, 0x2034, 0x7277, 0x7469, 0x6f65, 0x7475, 0xa73, 0x0 <repeats 24 times>},
|
|---|
| 858 | v16_int32 = {0x202c736b, 0x72772034, 0x6f657469, 0xa737475, 0x0 <repeats 12 times>}, v8_int64 = {
|
|---|
| 859 | 0x72772034202c736b, 0xa7374756f657469, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {
|
|---|
| 860 | 0xa7374756f65746972772034202c736b, 0x0, 0x0, 0x0}}
|
|---|
| 861 | zmm4 {v16_float = {0xffffffff, 0x0, 0x0, 0x0 <repeats 13 times>}, v8_double = {0x0, 0x0, 0x0,
|
|---|
| 862 | 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0, 0x6f, 0x72, 0x73, 0xa, 0x0, 0x0, 0x0, 0x4b, 0xdc, 0x4d,
|
|---|
| 863 | 0x0 <repeats 53 times>}, v32_int16 = {0x6f00, 0x7372, 0xa, 0x0, 0xdc4b, 0x4d,
|
|---|
| 864 | 0x0 <repeats 26 times>}, v16_int32 = {0x73726f00, 0xa, 0x4ddc4b, 0x0 <repeats 13 times>},
|
|---|
| 865 | v8_int64 = {0xa73726f00, 0x4ddc4b, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {
|
|---|
| 866 | 0x4ddc4b0000000a73726f00, 0x0, 0x0, 0x0}}
|
|---|
| 867 | zmm5 {v16_float = {0x0, 0xb0, 0x0, 0xb00, 0x0 <repeats 12 times>}, v8_double = {
|
|---|
| 868 | 0x10000000000000, 0x7fffffffffffffff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x0, 0x0, 0x0,
|
|---|
| 869 | 0x0, 0x0, 0x0, 0x30, 0x43, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x30, 0x45, 0x0 <repeats 48 times>},
|
|---|
| 870 | v32_int16 = {0x0, 0x0, 0x0, 0x4330, 0x0, 0x0, 0x0, 0x4530, 0x0 <repeats 24 times>}, v16_int32 = {0x0,
|
|---|
| 871 | 0x43300000, 0x0, 0x45300000, 0x0 <repeats 12 times>}, v8_int64 = {0x4330000000000000,
|
|---|
| 872 | 0x4530000000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x45300000000000004330000000000000,
|
|---|
| 873 | 0x0, 0x0, 0x0}}
|
|---|
| 874 | zmm6 {v16_float = {0x0, 0x0, 0x0 <repeats 14 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 875 | 0x0, 0x0, 0x0}, v64_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x50, 0x3f, 0x0 <repeats 56 times>},
|
|---|
| 876 | v32_int16 = {0x0, 0x0, 0x0, 0x3f50, 0x0 <repeats 28 times>}, v16_int32 = {0x0, 0x3f500000,
|
|---|
| 877 | 0x0 <repeats 14 times>}, v8_int64 = {0x3f50000000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0},
|
|---|
| 878 | v4_int128 = {0x3f50000000000000, 0x0, 0x0, 0x0}}
|
|---|
| 879 | zmm7 {v16_float = {0x0, 0x3, 0x0 <repeats 14 times>}, v8_double = {0x34, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 880 | 0x0, 0x0, 0x0}, v64_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4a, 0x40, 0x0 <repeats 56 times>},
|
|---|
| 881 | v32_int16 = {0x0, 0x0, 0x0, 0x404a, 0x0 <repeats 28 times>}, v16_int32 = {0x0, 0x404a0000,
|
|---|
| 882 | 0x0 <repeats 14 times>}, v8_int64 = {0x404a000000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0},
|
|---|
| 883 | v4_int128 = {0x404a000000000000, 0x0, 0x0, 0x0}}
|
|---|
| 884 | zmm8 {v16_float = {0x0, 0x0, 0x0, 0x0, 0x0 <repeats 12 times>}, v8_double = {0x0, 0x0, 0x0,
|
|---|
| 885 | 0x0, 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x1b, 0x5b, 0x34, 0x38, 0x3b, 0x35, 0x3b, 0x25, 0x75, 0x6d,
|
|---|
| 886 | 0x1b, 0x5b, 0x33, 0x38, 0x3b, 0x35, 0x0 <repeats 48 times>}, v32_int16 = {0x5b1b, 0x3834, 0x353b,
|
|---|
| 887 | 0x253b, 0x6d75, 0x5b1b, 0x3833, 0x353b, 0x0 <repeats 24 times>}, v16_int32 = {0x38345b1b,
|
|---|
| 888 | 0x253b353b, 0x5b1b6d75, 0x353b3833, 0x0 <repeats 12 times>}, v8_int64 = {0x253b353b38345b1b,
|
|---|
| 889 | 0x353b38335b1b6d75, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x353b38335b1b6d75253b353b38345b1b,
|
|---|
| 890 | 0x0, 0x0, 0x0}}
|
|---|
| 891 | zmm9 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 892 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 893 | ---Type <return> to continue, or q <return> to quit---
|
|---|
| 894 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 895 | 0x0, 0x0, 0x0}}
|
|---|
| 896 | zmm10 {v16_float = {0x0, 0x1, 0x0 <repeats 14 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 897 | 0x0, 0x0, 0x0}, v64_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe0, 0x3f, 0x0 <repeats 56 times>},
|
|---|
| 898 | v32_int16 = {0x0, 0x0, 0x0, 0x3fe0, 0x0 <repeats 28 times>}, v16_int32 = {0x0, 0x3fe00000,
|
|---|
| 899 | 0x0 <repeats 14 times>}, v8_int64 = {0x3fe0000000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0},
|
|---|
| 900 | v4_int128 = {0x3fe0000000000000, 0x0, 0x0, 0x0}}
|
|---|
| 901 | zmm11 {v16_float = {0x0, 0x0, 0x0 <repeats 14 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 902 | 0x0, 0x0, 0x0}, v64_int8 = {0x10, 0x61, 0x3e, 0xfc, 0xa4, 0x68, 0x48, 0x3e,
|
|---|
| 903 | 0x0 <repeats 56 times>}, v32_int16 = {0x6110, 0xfc3e, 0x68a4, 0x3e48, 0x0 <repeats 28 times>},
|
|---|
| 904 | v16_int32 = {0xfc3e6110, 0x3e4868a4, 0x0 <repeats 14 times>}, v8_int64 = {0x3e4868a4fc3e6110, 0x0,
|
|---|
| 905 | 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x3e4868a4fc3e6110, 0x0, 0x0, 0x0}}
|
|---|
| 906 | zmm12 {v16_float = {0x0, 0x0, 0x0 <repeats 14 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 907 | 0x0, 0x0, 0x0}, v64_int8 = {0x0, 0x0, 0x0, 0x0, 0xcb, 0xd7, 0x46, 0xbc, 0x0 <repeats 56 times>},
|
|---|
| 908 | v32_int16 = {0x0, 0x0, 0xd7cb, 0xbc46, 0x0 <repeats 28 times>}, v16_int32 = {0x0, 0xbc46d7cb,
|
|---|
| 909 | 0x0 <repeats 14 times>}, v8_int64 = {0xbc46d7cb00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0},
|
|---|
| 910 | v4_int128 = {0xbc46d7cb00000000, 0x0, 0x0, 0x0}}
|
|---|
| 911 | zmm13 {v16_float = {0x0, 0x0, 0x0 <repeats 14 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 912 | 0x0, 0x0, 0x0}, v64_int8 = {0x64, 0x8d, 0xd5, 0xae, 0x81, 0x36, 0x47, 0x3d,
|
|---|
| 913 | 0x0 <repeats 56 times>}, v32_int16 = {0x8d64, 0xaed5, 0x3681, 0x3d47, 0x0 <repeats 28 times>},
|
|---|
| 914 | v16_int32 = {0xaed58d64, 0x3d473681, 0x0 <repeats 14 times>}, v8_int64 = {0x3d473681aed58d64, 0x0,
|
|---|
| 915 | 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x3d473681aed58d64, 0x0, 0x0, 0x0}}
|
|---|
| 916 | zmm14 {v16_float = {0x27336000, 0x0, 0x0 <repeats 14 times>}, v8_double = {0x0, 0x0, 0x0, 0x0,
|
|---|
| 917 | 0x0, 0x0, 0x0, 0x0}, v64_int8 = {0x36, 0x73, 0x52, 0x51, 0x2b, 0xfe, 0xfe, 0x3b,
|
|---|
| 918 | 0x0 <repeats 56 times>}, v32_int16 = {0x7336, 0x5152, 0xfe2b, 0x3bfe, 0x0 <repeats 28 times>},
|
|---|
| 919 | v16_int32 = {0x51527336, 0x3bfefe2b, 0x0 <repeats 14 times>}, v8_int64 = {0x3bfefe2b51527336, 0x0,
|
|---|
| 920 | 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x3bfefe2b51527336, 0x0, 0x0, 0x0}}
|
|---|
| 921 | zmm15 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 922 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 923 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 924 | 0x0, 0x0, 0x0}}
|
|---|
| 925 | zmm16 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 926 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 927 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 928 | 0x0, 0x0, 0x0}}
|
|---|
| 929 | zmm17 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 930 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 931 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 932 | 0x0, 0x0, 0x0}}
|
|---|
| 933 | zmm18 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 934 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 935 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 936 | 0x0, 0x0, 0x0}}
|
|---|
| 937 | zmm19 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 938 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 939 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 940 | 0x0, 0x0, 0x0}}
|
|---|
| 941 | zmm20 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 942 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 943 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 944 | 0x0, 0x0, 0x0}}
|
|---|
| 945 | zmm21 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 946 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 947 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 948 | ---Type <return> to continue, or q <return> to quit---
|
|---|
| 949 | 0x0, 0x0, 0x0}}
|
|---|
| 950 | zmm22 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 951 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 952 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 953 | 0x0, 0x0, 0x0}}
|
|---|
| 954 | zmm23 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 955 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 956 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 957 | 0x0, 0x0, 0x0}}
|
|---|
| 958 | zmm24 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 959 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 960 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 961 | 0x0, 0x0, 0x0}}
|
|---|
| 962 | zmm25 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 963 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 964 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 965 | 0x0, 0x0, 0x0}}
|
|---|
| 966 | zmm26 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 967 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 968 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 969 | 0x0, 0x0, 0x0}}
|
|---|
| 970 | zmm27 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 971 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 972 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 973 | 0x0, 0x0, 0x0}}
|
|---|
| 974 | zmm28 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 975 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 976 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 977 | 0x0, 0x0, 0x0}}
|
|---|
| 978 | zmm29 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 979 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 980 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 981 | 0x0, 0x0, 0x0}}
|
|---|
| 982 | zmm30 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 983 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 984 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 985 | 0x0, 0x0, 0x0}}
|
|---|
| 986 | zmm31 {v16_float = {0x0 <repeats 16 times>}, v8_double = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
|---|
| 987 | 0x0}, v64_int8 = {0x0 <repeats 64 times>}, v32_int16 = {0x0 <repeats 32 times>}, v16_int32 = {
|
|---|
| 988 | 0x0 <repeats 16 times>}, v8_int64 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int128 = {0x0,
|
|---|
| 989 | 0x0, 0x0, 0x0}}
|
|---|
| 990 | bnd0 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1
|
|---|
| 991 | bnd1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1
|
|---|
| 992 | bnd2 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1
|
|---|
| 993 | bnd3 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1
|
|---|
| 994 |
|
|---|