[FFmpeg-trac] #11294(undetermined:new): AVI file demuxed with one audio frame per sample
FFmpeg
trac at avcodec.org
Fri Nov 8 18:10:29 EET 2024
#11294: AVI file demuxed with one audio frame per sample
-------------------------------------+-------------------------------------
Reporter: t.rapp | Type: defect
Status: new | Priority: normal
Component: | Version:
undetermined | unspecified
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Summary of the bug:
When demuxing the PCM audio stream of some AVI files FFmpeg generates one
frame per input sample and passes it to the filter pipeline, leading to
performance issues. The input AVI file contains audio data interleaved
with video, having two audio packet per video frame (20ms, 960 samples).
Attached is some minimized example file that triggers the issue with
current git head. The example below uses the "ashowinfo" filter to
indicate the number of samples per frame.
How to reproduce:
{{{
% ./build-linux/ffmpeg-dbg -i temp/AlejoGranados-RumbaChonta-Short.avi -f
wav -codec:a pcm_s16le -filter:a ashowinfo -y /dev/null -loglevel +verbose
-report
ffmpeg version N-117705-g7b20985 Copyright (c) 2000-2024 the FFmpeg
developers
built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.12) 20160609
configuration: --enable-gpl --disable-network --enable-libsoxr --enable-
libtwolame --enable-libmp3lame --enable-libvorbis --enable-libfreetype
--enable-libx264 --enable-static --disable-shared --progs-suffix=-dbg
--enable-debug --disable-optimizations --assert-level=2
--prefix=/usr/local
libavutil 59. 46.100 / 59. 46.100
libavcodec 61. 24.100 / 61. 24.100
libavformat 61. 9.100 / 61. 9.100
libavdevice 61. 4.100 / 61. 4.100
libavfilter 10. 6.101 / 10. 6.101
libswscale 8. 9.101 / 8. 9.101
libswresample 5. 4.100 / 5. 4.100
libpostproc 58. 4.100 / 58. 4.100
Splitting the commandline.
Reading option '-i' ... matched as input url with argument 'temp
/AlejoGranados-RumbaChonta-Short.avi'.
Reading option '-f' ... matched as option 'f' (force container format
(auto-detected otherwise)) with argument 'wav'.
Reading option '-codec:a' ... matched as option 'codec' (alias for -c
(select encoder/decoder)) with argument 'pcm_s16le'.
Reading option '-filter:a' ... matched as option 'filter' (apply specified
filters to audio/video) with argument 'ashowinfo'.
Reading option '-y' ... matched as option 'y' (overwrite output files)
with argument '1'.
Reading option '/dev/null' ... matched as output url.
Reading option '-loglevel' ... matched as option 'loglevel' (set logging
level) with argument '+verbose'.
Reading option '-report' ... matched as option 'report' (generate a
report) with argument '1'.
Finished splitting the commandline.
Parsing a group of options: global .
Applying option y (overwrite output files) with argument 1.
Applying option loglevel (set logging level) with argument +verbose.
Applying option report (generate a report) with argument 1.
Successfully parsed a group of options.
Parsing a group of options: input url temp/AlejoGranados-RumbaChonta-
Short.avi.
Successfully parsed a group of options.
Opening an input file: temp/AlejoGranados-RumbaChonta-Short.avi.
[AVFormatContext @ 0x3d549c0] Opening 'temp/AlejoGranados-RumbaChonta-
Short.avi' for reading
[file @ 0x3d55100] Setting default whitelist 'file,crypto,data'
[avi @ 0x3d549c0] Format avi probed with size=2048 and score=100
[avi @ 0x3d54fc0] use odml:1
[avi @ 0x3d549c0] Before avformat_find_stream_info() pos: 10148 bytes
read:131336 seeks:6 nb_streams:2
[avi @ 0x3d549c0] parser not found for codec ffvhuff, packets or times may
be invalid.
[avi @ 0x3d549c0] parser not found for codec pcm_s24le, packets or times
may be invalid.
[avi @ 0x3d549c0] parser not found for codec ffvhuff, packets or times may
be invalid.
[avi @ 0x3d549c0] parser not found for codec pcm_s24le, packets or times
may be invalid.
[avi @ 0x3d549c0] All info found
[avi @ 0x3d549c0] After avformat_find_stream_info() pos: 130871 bytes
read:284780 seeks:6 frames:2
Input #0, avi, from 'temp/AlejoGranados-RumbaChonta-Short.avi':
Metadata:
date : 2013-10-30
software : Lavf61.7.100
encoded_by : REAPER
Duration: 00:00:00.12, start: 0.000000, bitrate: 37303 kb/s
Stream #0:0, 1, 1/25: Video: ffvhuff, 1 reference frame (FFVH /
0x48564646), yuv444p, 480x320, 36200 kb/s, SAR 1:1 DAR 3:2, 25 fps, 25
tbr, 25 tbn
Stream #0:1, 1, 1/48000: Audio: pcm_s24le ([1][0][0][0] / 0x0001), 48000
Hz, 13 channels, s32 (24 bit), 14976 kb/s
Successfully opened the file.
Parsing a group of options: output url /dev/null.
Applying option f (force container format (auto-detected otherwise)) with
argument wav.
Applying option codec:a (alias for -c (select encoder/decoder)) with
argument pcm_s16le.
Applying option filter:a (apply specified filters to audio/video) with
argument ashowinfo.
Successfully parsed a group of options.
Opening an output file: /dev/null.
[out#0/wav @ 0x3d80240] No explicit maps, mapping streams automatically...
[aost#0:0/pcm_s16le @ 0x3d5a500] Created audio stream from input stream
0:1
[file @ 0x3d81280] Setting default whitelist 'file,crypto,data'
Successfully opened the file.
Stream mapping:
Stream #0:1 -> #0:0 (pcm_s24le (native) -> pcm_s16le (native))
[aost#0:0/pcm_s16le @ 0x3d5a500] Starting thread...
[af#0:0 @ 0x3d5b440] Starting thread...
[aist#0:1/pcm_s24le @ 0x3d57ec0] [dec:pcm_s24le @ 0x3d5d400] Starting
thread...
[in#0/avi @ 0x3d54640] Starting thread...
Press [q] to stop, [?] for help
detected 4 logical cores
[graph_-1_in_0:1 @ 0x7fccd4002000] Setting 'time_base' to value '1/48000'
[graph_-1_in_0:1 @ 0x7fccd4002000] Setting 'sample_rate' to value '48000'
[graph_-1_in_0:1 @ 0x7fccd4002000] Setting 'sample_fmt' to value 's32'
[graph_-1_in_0:1 @ 0x7fccd4002000] Setting 'channels' to value '13'
[graph_-1_in_0:1 @ 0x7fccd4002000] tb:1/48000 samplefmt:s32
samplerate:48000 chlayout:13 channels
[format_out_#0:0 @ 0x7fccd4003400] Setting 'sample_fmts' to value 's16'
[format_out_#0:0 @ 0x7fccd4003400] auto-inserting filter
'auto_aresample_0' between the filter 'Parsed_ashowinfo_0' and the filter
'format_out_#0:0'
[AVFilterGraph @ 0x7fccd4000d00] query_formats: 4 queried, 4 merged, 6
already done, 0 delayed
[auto_aresample_0 @ 0x7fccd4004e80] [SWR @ 0x7fccd4005040] Using fltp
internally between filters
[auto_aresample_0 @ 0x7fccd4004e80] ch:13 chl:13 channels fmt:s32
r:48000Hz -> ch:13 chl:13 channels fmt:s16 r:48000Hz
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:0 pts:0 pts_time:0 fmt:s32
channels:13 chlayout:13 channels rate:48000 nb_samples:1 checksum:42CB0BF4
plane_checksums: [ 42CB0BF4 ]
Output #0, wav, to '/dev/null':
Metadata:
ICRD : 2013-10-30
software : Lavf61.7.100
ITCH : REAPER
ISFT : Lavf61.9.100
Stream #0:0, 0, 1/48000: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 48000
Hz, 13 channels, s16, 9984 kb/s
Metadata:
encoder : Lavc61.24.100 pcm_s16le
[out#0/wav @ 0x3d80240] Starting thread...
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:1 pts:1 pts_time:0.0000208333
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:8B530EDF plane_checksums: [ 8B530EDF ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:2 pts:2 pts_time:0.0000416667
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:EAAF11C2 plane_checksums: [ EAAF11C2 ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:3 pts:3 pts_time:0.0000625 fmt:s32
channels:13 chlayout:13 channels rate:48000 nb_samples:1 checksum:E40811A5
plane_checksums: [ E40811A5 ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:4 pts:4 pts_time:0.0000833333
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:DF9A119B plane_checksums: [ DF9A119B ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:5 pts:5 pts_time:0.000104167
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:A76B0EA3 plane_checksums: [ A76B0EA3 ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:6 pts:6 pts_time:0.000125 fmt:s32
channels:13 chlayout:13 channels rate:48000 nb_samples:1 checksum:A0B10E89
plane_checksums: [ A0B10E89 ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:7 pts:7 pts_time:0.000145833
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:4CD21461 plane_checksums: [ 4CD21461 ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:8 pts:8 pts_time:0.000166667
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:484B1454 plane_checksums: [ 484B1454 ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:9 pts:9 pts_time:0.0001875 fmt:s32
channels:13 chlayout:13 channels rate:48000 nb_samples:1 checksum:D50C1161
plane_checksums: [ D50C1161 ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:10 pts:10 pts_time:0.000208333
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:92460E70 plane_checksums: [ 92460E70 ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:11 pts:11 pts_time:0.000229167
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:B95A116B plane_checksums: [ B95A116B ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:12 pts:12 pts_time:0.00025 fmt:s32
channels:13 chlayout:13 channels rate:48000 nb_samples:1 checksum:B72B1166
plane_checksums: [ B72B1166 ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:13 pts:13 pts_time:0.000270833
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:B8FF1176 plane_checksums: [ B8FF1176 ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:14 pts:14 pts_time:0.000291667
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:B0321187 plane_checksums: [ B0321187 ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:15 pts:15 pts_time:0.0003125
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:F1081478 plane_checksums: [ F1081478 ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:16 pts:16 pts_time:0.000333333
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:EDAC1458 plane_checksums: [ EDAC1458 ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:17 pts:17 pts_time:0.000354167
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:A72D112C plane_checksums: [ A72D112C ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:18 pts:18 pts_time:0.000375
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:A77E1113 plane_checksums: [ A77E1113 ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:19 pts:19 pts_time:0.000395833
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:3B350E11 plane_checksums: [ 3B350E11 ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:20 pts:20 pts_time:0.000416667
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:7BDF10DA plane_checksums: [ 7BDF10DA ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:21 pts:21 pts_time:0.0004375
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:EEC71361 plane_checksums: [ EEC71361 ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:22 pts:22 pts_time:0.000458333
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:E83312FD plane_checksums: [ E83312FD ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:23 pts:23 pts_time:0.000479167
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:FBC315C8 plane_checksums: [ FBC315C8 ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:24 pts:24 pts_time:0.0005 fmt:s32
channels:13 chlayout:13 channels rate:48000 nb_samples:1 checksum:25B61568
plane_checksums: [ 25B61568 ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:25 pts:25 pts_time:0.000520833
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:1ACB14E3 plane_checksums: [ 1ACB14E3 ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:26 pts:26 pts_time:0.000541667
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:21681593 plane_checksums: [ 21681593 ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:27 pts:27 pts_time:0.0005625
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:71511899 plane_checksums: [ 71511899 ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:28 pts:28 pts_time:0.000583333
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:902B12AE plane_checksums: [ 902B12AE ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:29 pts:29 pts_time:0.000604167
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:9BA2138C plane_checksums: [ 9BA2138C ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:30 pts:30 pts_time:0.000625
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:635D165B plane_checksums: [ 635D165B ]
...
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:4756 pts:4756 pts_time:0.0990833
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:428A14DE plane_checksums: [ 428A14DE ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:4757 pts:4757 pts_time:0.0991042
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:20A0147E plane_checksums: [ 20A0147E ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:4758 pts:4758 pts_time:0.099125
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:0D9712CF plane_checksums: [ 0D9712CF ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:4759 pts:4759 pts_time:0.0991458
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:2A4114C6 plane_checksums: [ 2A4114C6 ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:4760 pts:4760 pts_time:0.0991667
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:FE0313B1 plane_checksums: [ FE0313B1 ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:4761 pts:4761 pts_time:0.0991875
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:BE7F132B plane_checksums: [ BE7F132B ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:4762 pts:4762 pts_time:0.0992083
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:7C6A0FBD plane_checksums: [ 7C6A0FBD ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:4763 pts:4763 pts_time:0.0992292
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:12091267 plane_checksums: [ 12091267 ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:4764 pts:4764 pts_time:0.09925
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:D3C817C6 plane_checksums: [ D3C817C6 ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:4765 pts:4765 pts_time:0.0992708
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:606B140A plane_checksums: [ 606B140A ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:4766 pts:4766 pts_time:0.0992917
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:30881306 plane_checksums: [ 30881306 ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:4767 pts:4767 pts_time:0.0993125
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:6B0514B3 plane_checksums: [ 6B0514B3 ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:4768 pts:4768 pts_time:0.0993333
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:8C10175A plane_checksums: [ 8C10175A ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:4769 pts:4769 pts_time:0.0993542
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:4F6C1449 plane_checksums: [ 4F6C1449 ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:4770 pts:4770 pts_time:0.099375
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:32F51330 plane_checksums: [ 32F51330 ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:4771 pts:4771 pts_time:0.0993958
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:6EDD14F5 plane_checksums: [ 6EDD14F5 ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:4772 pts:4772 pts_time:0.0994167
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:690A155B plane_checksums: [ 690A155B ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:4773 pts:4773 pts_time:0.0994375
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:29D91236 plane_checksums: [ 29D91236 ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:4774 pts:4774 pts_time:0.0994583
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:D8F21123 plane_checksums: [ D8F21123 ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:4775 pts:4775 pts_time:0.0994792
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:CF1E1099 plane_checksums: [ CF1E1099 ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:4776 pts:4776 pts_time:0.0995
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:2AE2132F plane_checksums: [ 2AE2132F ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:4777 pts:4777 pts_time:0.0995208
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:41861221 plane_checksums: [ 41861221 ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:4778 pts:4778 pts_time:0.0995417
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:0A3210B5 plane_checksums: [ 0A3210B5 ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:4779 pts:4779 pts_time:0.0995625
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:ECF90FD8 plane_checksums: [ ECF90FD8 ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:4780 pts:4780 pts_time:0.0995833
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:02351114 plane_checksums: [ 02351114 ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:4781 pts:4781 pts_time:0.0996042
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:71EB13A9 plane_checksums: [ 71EB13A9 ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:4782 pts:4782 pts_time:0.099625
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:0A7D1106 plane_checksums: [ 0A7D1106 EOF while reading input
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] ]
[in#0/avi @ 0x3d54640] Terminating thread with return code 0 (success)
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:4783 pts:4783 pts_time:0.0996458
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:627112B7 plane_checksums: [ 627112B7 ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:4784 pts:4784 pts_time:0.0996667
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:2C801166 plane_checksums: [ 2C801166 ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:4785 pts:4785 pts_time:0.0996875
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:1A2010DC plane_checksums: [ 1A2010DC ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:4786 pts:4786 pts_time:0.0997083
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:434412CB plane_checksums: [ 434412CB ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:4787 pts:4787 pts_time:0.0997292
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:47E112BB plane_checksums: [ 47E112BB ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:4788 pts:4788 pts_time:0.09975
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:2C981214 plane_checksums: [ 2C981214 ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:4789 pts:4789 pts_time:0.0997708
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:209A1109 plane_checksums: [ 209A1109 ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:4790 pts:4790 pts_time:0.0997917
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:102B108B plane_checksums: [ 102B108B ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:4791 pts:4791 pts_time:0.0998125
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:0B7E10B0 plane_checksums: [ Decoder thread received EOF packet
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] 0B7E10B0 Decoder returned EOF,
finishing
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:4792 pts:4792 pts_time:0.0998333
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:9C310F0B plane_checksums: [ 9C310F0B ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:4793 pts:4793 pts_time:0.0998542
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:E61C1086 plane_checksums: [ E61C1086 ]
[aist#0:1/pcm_s24le @ 0x3d57ec0] [dec:pcm_s24le @ 0x3d5d400] Terminating
thread with return code 0 (success)
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:4794 pts:4794 pts_time:0.099875
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:AE2B0DE6 plane_checksums: [ AE2B0DE6 ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:4795 pts:4795 pts_time:0.0998958
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:4CBE1199 plane_checksums: [ 4CBE1199 ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:4796 pts:4796 pts_time:0.0999167
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:02761007 plane_checksums: [ 02761007 ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:4797 pts:4797 pts_time:0.0999375
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:1C4F1124 plane_checksums: [ 1C4F1124 ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:4798 pts:4798 pts_time:0.0999583
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:4D4C1219 plane_checksums: [ 4D4C1219 ]
[Parsed_ashowinfo_0 @ 0x7fccd4001ac0] n:4799 pts:4799 pts_time:0.0999792
fmt:s32 channels:13 chlayout:13 channels rate:48000 nb_samples:1
checksum:307712AA plane_checksums: [ 307712AA ]
[out_#0:0 @ 0x7fccd4002dc0] EOF on sink link out_#0:0:default.
[af#0:0 @ 0x3d5b440] Filtergraph returned EOF, finishing
[af#0:0 @ 0x3d5b440] All consumers returned EOF
[aost#0:0/pcm_s16le @ 0x3d5a500] [enc:pcm_s16le @ 0x3d5ae40] Encoder
thread received EOF
[aost#0:0/pcm_s16le @ 0x3d5a500] Terminating thread with return code 0
(success)
[out#0/wav @ 0x3d80240] All streams finished
[out#0/wav @ 0x3d80240] Terminating thread with return code 0 (success)
[af#0:0 @ 0x3d5b440] Terminating thread with return code 0 (success)
[AVIOContext @ 0x3d5bfc0] Statistics: 124914 bytes written, 0 seeks, 1
writeouts
[out#0/wav @ 0x3d80240] Output file #0 (/dev/null):
[out#0/wav @ 0x3d80240] Output stream #0:0 (audio): 4800 frames encoded
(4800 samples); 4800 packets muxed (124800 bytes);
[out#0/wav @ 0x3d80240] Total: 4800 packets (124800 bytes) muxed
[out#0/wav @ 0x3d80240] video:0KiB audio:122KiB subtitle:0KiB other
streams:0KiB global headers:0KiB muxing overhead: 0.091346%
size= 122KiB time=00:00:00.10 bitrate=9993.1kbits/s speed=0.474x
[in#0/avi @ 0x3d54640] Input file #0 (temp/AlejoGranados-RumbaChonta-
Short.avi):
[in#0/avi @ 0x3d54640] Input stream #0:1 (audio): 4800 packets read
(187200 bytes); 4800 frames decoded; 0 decode errors (4800 samples);
[in#0/avi @ 0x3d54640] Total: 4800 packets (187200 bytes) demuxed
[AVIOContext @ 0x3d5eb00] Statistics: 486204 bytes read, 8 seeks
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/11294>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list