| 1 | kali@kali:~/CLionProjects/CompSec/Lab1_Fuzzing/misc/task5/FFmpeg$ ./ffmpeg -i crash3.flv
|
|---|
| 2 | ffmpeg version N-99074-g9beaf536fe Copyright (c) 2000-2020 the FFmpeg developers
|
|---|
| 3 | built with gcc 10 (Debian 10.2.0-5)
|
|---|
| 4 | configuration: --prefix=/home/kali/ffmpeg
|
|---|
| 5 | libavutil 56. 58.100 / 56. 58.100
|
|---|
| 6 | libavcodec 58.105.100 / 58.105.100
|
|---|
| 7 | libavformat 58. 54.100 / 58. 54.100
|
|---|
| 8 | libavdevice 58. 11.101 / 58. 11.101
|
|---|
| 9 | libavfilter 7. 87.100 / 7. 87.100
|
|---|
| 10 | libswscale 5. 8.100 / 5. 8.100
|
|---|
| 11 | libswresample 3. 8.100 / 3. 8.100
|
|---|
| 12 | [aac @ 0x563b05936040] Sample rate index in program config element does not match the sample rate index configured by the container.
|
|---|
| 13 | [aac @ 0x563b05936040] Inconsistent channel configuration.
|
|---|
| 14 | [aac @ 0x563b05936040] get_buffer() failed
|
|---|
| 15 | [flv @ 0x563b05933580] Packet mismatch 1431655765 116 714
|
|---|
| 16 | [flv @ 0x563b05933580] Negative cts, previous timestamps might be wrong.
|
|---|
| 17 | [flv @ 0x563b05933580] Invalid timestamps stream=0, pts=4294967393, dts=4294967616, size=18
|
|---|
| 18 | [h264 @ 0x563b05935000] cabac_init_idc 32 overflow
|
|---|
| 19 | [h264 @ 0x563b05935000] decode_slice_header error
|
|---|
| 20 | [h264 @ 0x563b05935000] no frame!
|
|---|
| 21 | [flv @ 0x563b05933580] invalid timestamps 387 4194826
|
|---|
| 22 | [h264 @ 0x563b05935000] reference picture missing during reorder
|
|---|
| 23 | [h264 @ 0x563b05935000] Missing reference picture, default is 8
|
|---|
| 24 | [h264 @ 0x563b05935000] error while decoding MB 0 0, bytestream -48
|
|---|
| 25 | [h264 @ 0x563b05935000] concealing 10 DC, 10 AC, 10 MV errors in P frame
|
|---|
| 26 | [flv @ 0x563b05933580] Audio codec (e) is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
|
|---|
| 27 | [flv @ 0x563b05933580] If you want to help, upload a sample of this file to https://streams.videolan.org/upload/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)
|
|---|
| 28 | [h264 @ 0x563b05935000] concealing 10 DC, 10 AC, 10 MV errors in B frame
|
|---|
| 29 | Truncating packet of size 10855843 to 371
|
|---|
| 30 | [flv @ 0x563b05933580] Packet corrupt (stream = 4, dts = 2779096485).
|
|---|
| 31 | [flv @ 0x563b05933580] decoding for stream 0 failed
|
|---|
| 32 | [flv @ 0x563b05933580] decoding for stream 4 failed
|
|---|
| 33 | [flv @ 0x563b05933580] Could not find codec parameters for stream 3 (Audio: none ([14][0][0][0] / 0x000E), 5512 Hz, stereo): unknown codec
|
|---|
| 34 | Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
|
|---|
| 35 | [flv @ 0x563b05933580] Could not find codec parameters for stream 4 (Video: vp6a, yuva420p): unspecified size
|
|---|
| 36 | Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
|
|---|
| 37 | Input #0, flv, from 'crash3.flv':
|
|---|
| 38 | Metadata:
|
|---|
| 39 | encoder : Lavf56.40.101
|
|---|
| 40 | fil : 5007
|
|---|
| 41 | Duration: 00:00:01.33, start: 1023410.176000, bitrate: 16 kb/s
|
|---|
| 42 | Stream #0:0: Video: h264, yuvj420p(pc, unknown/unknown/reserved, progressive), 16x160, 29.67 fps, 1k tbr, 1k tbn
|
|---|
| 43 | Stream #0:1: Audio: aac, 22050 Hz, mono, fltp
|
|---|
| 44 | Stream #0:2: Audio: mp3, 11025 Hz, mono, fltp, 16 kb/s
|
|---|
| 45 | Stream #0:3: Audio: none ([14][0][0][0] / 0x000E), 5512 Hz, stereo
|
|---|
| 46 | Stream #0:4: Video: vp6a, yuva420p, 29.67 fps, 1k tbr, 1k tbn
|
|---|
| 47 | At least one output file must be specified
|
|---|