Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#6424 closed defect (fixed)

endless loop in avfilter.c

Reported by: tinybug Owned by:
Priority: important Component: avfilter
Version: git-master Keywords: deadlock regression
Cc: mail@albinlarsson.com Blocked By:
Blocking: Reproduced by developer: yes
Analyzed by developer: no

Description

There is an endless loop in forward_status_change(AVFilterContext *filter, AVFilterLink *in) of avfilter.c, cause ffmpeg dosen't quit normal.

ffmpeg version: n3.3.1

you can reproduce by follow command:
ffmpeg -ss 9 -t 3 -i 7bed448f-b835-44d0-8838-70bd5a98f116.mp4 -ss 0 -t 3 -i fbb7460b-233a-48a9-8e19-beb37a5297fe.mp4 -y -filter_complex "[0:v]fps=fps=25[fps0];[1:v]fps=fps=25[fps1];[fps1][fps0]overlay=x=50:y=50[overlay];[0:a]afade=type=out:ss=0:d=3[afade100];[1:a]afade=type=in:ss=0:d=3[afade101];[afade100][afade101]amix=inputs=2:duration=shortest[amix10];[overlay][amix10]concat=n=1:a=1:v=1:unsafe=1[v][a]" -map [v] -map [a] -vcodec libx264 -pix_fmt yuv420p -r 25 -profile:v main -level 3.1 -acodec aac tmp.mp4

I don't kown how to fix it, so anybody can help? Thanks!

Attachments (1)

Archive.zip (2.3 MB ) - added by tinybug 7 years ago.
input files

Change History (29)

by tinybug, 7 years ago

Attachment: Archive.zip added

input files

comment:1 by Carl Eugen Hoyos, 7 years ago

Keywords: deadlock regression added
Priority: normalimportant
Reproduced by developer: set
Version: unspecifiedgit-master

comment:2 by Cigaes, 7 years ago

I am looking into it, but I am inclined to say that it is not confirmed as a bug since there is “unsafe” in the command line. People should simplify their command lines before submitting bug reports.

comment:3 by Cigaes, 7 years ago

This is a bug in amix:

                        /* unclosed input with not enough samples */
                        return 0;

Returning 0 without filtering samples is not acceptable. Fixing it with AVERROR(EAGAIN) allows to make some progress, but freezes later.

I will try to look into it if time permit, but I consider amix to be mostly unsupported.

in reply to:  3 comment:4 by tinybug, 7 years ago

Replying to Cigaes:

This is a bug in amix:

                        /* unclosed input with not enough samples */
                        return 0;

Returning 0 without filtering samples is not acceptable. Fixing it with AVERROR(EAGAIN) allows to make some progress, but freezes later.

I will try to look into it if time permit, but I consider amix to be mostly unsupported.

I will simplify the command line next time, thanks your advice. In this command, if I remove the fps filter before overlay, just like this:

ffmpeg -ss 9 -t 3 -i 7bed448f-b835-44d0-8838-70bd5a98f116.mp4 -ss 0 -t 3 -i fbb7460b-233a-48a9-8e19-beb37a5297fe.mp4 -y -filter_complex "[1:v][0:v]overlay=x=50:y=50[overlay];[0:a]afade=type=out:ss=0:d=3[afade100];[1:a]afade=type=in:ss=0:d=3[afade101];[afade100][afade101]amix=inputs=2:duration=shortest[amix10];[overlay][amix10]concat=n=1:a=1:v=1:unsafe=1[v][a]" -map [v] -map [a] -vcodec libx264 -pix_fmt yuv420p -r 25 -profile:v main -level 3.1 -acodec aac tmp.mp4

It will run perfectly. But i just wanna make all input videos to the same fps before filtering. The source codes of filter graph is too complicated for me, I have a hard time to debug it, but make no sense. Really appreciate and thanks for your work.

comment:5 by friday, 7 years ago

Easier reproduction (no "unsafe" needed):

wget https://archive.org/download/grimm_fairy_tales_1202_librivox/grimmsfairytales_44_grimm.ogg
wget https://archive.org/download/FoxAndTheCat2015/Fox%20and%20the%20cat%202015.mp4
ffmpeg -y -i Fox\ and\ the\ cat\ 2015.mp4 -i grimmsfairytales_44_grimm.ogg -filter_complex amix=inputs=2:duration=first:dropout_transition=2 amix.mp4

comment:6 by Elon Musk, 7 years ago

Resolution: fixed
Status: newclosed

comment:7 by friday, 7 years ago

It doesn't fix my test case (tried both the master branch and checking out 478a1949d92002969786d1422f9f860d8d6456de specifically for the build). FFMPEG still runs forever. Should I create a new issue?

Reproduction:

wget https://archive.org/download/grimm_fairy_tales_1202_librivox/grimmsfairytales_44_grimm.ogg
wget https://archive.org/download/FoxAndTheCat2015/Fox%20and%20the%20cat%202015.mp4
ffmpeg -y -i Fox\ and\ the\ cat\ 2015.mp4 -i grimmsfairytales_44_grimm.ogg -filter_complex amix=inputs=2:duration=first:dropout_transition=2 amix.mp4
Last edited 7 years ago by friday (previous) (diff)

comment:8 by Elon Musk, 7 years ago

No because, your issue should be fixed. Make sure you use correct ffmpeg build.

comment:9 by friday, 7 years ago

This is my output:

ffmpeg version N-86515-g478a194 Copyright (c) 2000-2017 the FFmpeg developers
  built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.4) 20160609
  configuration: --extra-libs=-ldl --enable-gpl --enable-libass --enable-libfdk-aac --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree
  libavutil      55. 66.100 / 55. 66.100
  libavcodec     57. 99.100 / 57. 99.100
  libavformat    57. 73.100 / 57. 73.100
  libavdevice    57.  7.100 / 57.  7.100
  libavfilter     6. 92.100 /  6. 92.100
  libswscale      4.  7.101 /  4.  7.101
  libswresample   2.  8.100 /  2.  8.100
  libpostproc    54.  6.100 / 54.  6.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'Fox and the cat 2015.mp4':
  Metadata:
    major_brand     : mp42
    minor_version   : 0
    compatible_brands: isommp42
    creation_time   : 2016-08-20T14:56:53.000000Z
  Duration: 00:01:04.34, start: 0.000000, bitrate: 1925 kb/s
    Stream #0:0(und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], 1797 kb/s, 25 fps, 25 tbr, 90k tbn, 50 tbc (default)
    Metadata:
      creation_time   : 2016-08-20T14:56:53.000000Z
      handler_name    : ISO Media file produced by Google Inc.
    Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 125 kb/s (default)
    Metadata:
      creation_time   : 2016-08-20T14:56:53.000000Z
      handler_name    : ISO Media file produced by Google Inc.
Input #1, ogg, from 'grimmsfairytales_44_grimm.ogg':
  Duration: 00:02:21.58, start: 0.000000, bitrate: 70 kb/s
    Stream #1:0: Audio: vorbis, 44100 Hz, stereo, fltp, 96 kb/s
    Metadata:
      ARTIST          : Jacob and Wilhelm Grimm
      GENRE           : Speech
      ENGINEER        : Robert Neufeld
      TITLE           : 44 - The Fox and the Cat
      ALBUM           : Grimm's Fairy Tales
      track           : 44
      DATE            : 2012-02-02
      ENCODER         : Lavf53.18.0
      COMMENT         : http://www.archive.org/details/grimm_fairy_tales_1202_librivox
Stream mapping:
  Stream #0:1 (aac) -> amix:input0 (graph 0)
  Stream #1:0 (vorbis) -> amix:input1 (graph 0)
  amix (graph 0) -> Stream #0:0 (aac)
  Stream #0:0 -> #0:1 (h264 (native) -> h264 (libx264))
Press [q] to stop, [?] for help
[libx264 @ 0x3d92a80] using SAR=1/1
[libx264 @ 0x3d92a80] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX
[libx264 @ 0x3d92a80] profile High, level 3.1
[libx264 @ 0x3d92a80] 264 - core 150 - H.264/MPEG-4 AVC codec - Copyleft 2003-2017 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=1 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
Output #0, mp4, to 'amix.mp4':
  Metadata:
    major_brand     : mp42
    minor_version   : 0
    compatible_brands: isommp42
    encoder         : Lavf57.73.100
    Stream #0:0: Audio: aac (LC) ([64][0][0][0] / 0x0040), 44100 Hz, stereo, fltp, 128 kb/s (default)
    Metadata:
      encoder         : Lavc57.99.100 aac
    Stream #0:1(und): Video: h264 (libx264) ([33][0][0][0] / 0x0021), yuv420p(progressive), 1280x720 [SAR 1:1 DAR 16:9], q=-1--1, 25 fps, 12800 tbn, 25 tbc (default)
    Metadata:
      creation_time   : 2016-08-20T14:56:53.000000Z
      handler_name    : ISO Media file produced by Google Inc.
      encoder         : Lavc57.99.100 libx264
    Side data:
      cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: -1
frame= 1606 fps= 10 q=28.0 size=   13499kB time=00:01:02.50 bitrate=1769.2kbits/s speed= 0.4x

The last part of the version number (g478a194) is your commit hash, as you can see.

The time it stops is very near the end (00:01:02.50 / 00:01:04.34). After this it still uses 100% CPU until I force the process to quit. I can't tell whether or not this is the same underlying issue as the original ticket, but the result is seemingly the same.

comment:10 by friday, 7 years ago

Cc: mail@albinlarsson.com added

comment:11 by tinybug, 7 years ago

This is my output

 ffmpeg -ss 9 -t 3 -i 7bed448f-b835-44d0-8838-70bd5a98f116.mp4 -ss 0 -t 3 -i fbb7460b-233a-48a9-8e19-beb37a5297fe.mp4 -y -filter_complex "[0:v]fps=fps=25[fps0];[1:v]fps=fps=25[fps1];[fps1][fps0]overlay=x=50:y=50[overlay];[0:a]afade=type=out:ss=0:d=3[afade100];[1:a]afade=type=in:ss=0:d=3[afade101];[afade100][afade101]amix=inputs=2:duration=shortest[amix10];[overlay][amix10]concat=n=1:a=1:v=1:unsafe=1[v][a]" -map [v] -map [a] -vcodec libx264 -pix_fmt yuv420p -r 25 -profile:v main -level 3.1 -acodec aac tmp.mp4
ffmpeg version N-86515-g478a1949d9 Copyright (c) 2000-2017 the FFmpeg developers
  built with Apple LLVM version 8.1.0 (clang-802.0.42)
  configuration: --enable-debug --disable-stripping --disable-doc --enable-nonfree --enable-openssl --enable-gnutls --disable-static --enable-shared --enable-postproc --enable-runtime-cpudetect --enable-libx264 --enable-gpl --enable-libmp3lame --enable-gray --enable-libfreetype --enable-libopenjpeg --enable-version3 --enable-libass --enable-opencl --enable-libfdk-aac --extra-libs='-L/data/tmp/libs -lGPUImage -lANGLE -lEGL_static -lGLESv2_static -langle_util_static -lstdc++ -langle_common -langle_deqp_decpp -langle_deqp_libtester -langle_gpu_info_util -langle_image_util -langle_internal_gmock -langle_internal_gtest -langle_libpng -langle_zlib -lpreprocessor -ltranslator -lGPUImageRender -lcjson' --extra-cflags='-I/Users/liuzx/Documents/projects/opensource/angle/samples/GPUImage -I/Users/liuzx/Documents/projects/opensource/angle/samples/GPUImageRender -I/Users/liuzx/Documents/projects/opensource/angle/samples/GPUImageRenderTest'
  libavutil      55. 66.100 / 55. 66.100
  libavcodec     57. 99.100 / 57. 99.100
  libavformat    57. 73.100 / 57. 73.100
  libavdevice    57.  7.100 / 57.  7.100
  libavfilter     6. 92.100 /  6. 92.100
  libswscale      4.  7.101 /  4.  7.101
  libswresample   2.  8.100 /  2.  8.100
  libpostproc    54.  6.100 / 54.  6.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '7bed448f-b835-44d0-8838-70bd5a98f116.mp4':
  Metadata:
    major_brand     : isom
    minor_version   : 512
    compatible_brands: isomiso2avc1mp41
    encoder         : Lavf57.71.100
  Duration: 00:00:12.02, start: 0.000000, bitrate: 993 kb/s
    Stream #0:0(und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p, 368x640, 860 kb/s, 25 fps, 25 tbr, 12800 tbn, 50 tbc (default)
    Metadata:
      handler_name    : VideoHandler
    Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 128 kb/s (default)
    Metadata:
      handler_name    : SoundHandler
Input #1, mov,mp4,m4a,3gp,3g2,mj2, from 'fbb7460b-233a-48a9-8e19-beb37a5297fe.mp4':
  Metadata:
    major_brand     : isom
    minor_version   : 512
    compatible_brands: isomiso2avc1mp41
    encoder         : Lavf57.71.100
  Duration: 00:00:10.04, start: 0.000000, bitrate: 721 kb/s
    Stream #1:0(und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p, 368x640, 585 kb/s, 25 fps, 25 tbr, 12800 tbn, 50 tbc (default)
    Metadata:
      handler_name    : VideoHandler
    Stream #1:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 128 kb/s (default)
    Metadata:
      handler_name    : SoundHandler
Stream mapping:
  Stream #0:0 (h264) -> fps
  Stream #0:1 (aac) -> afade
  Stream #1:0 (h264) -> fps
  Stream #1:1 (aac) -> afade
  concat:out:v0 -> Stream #0:0 (libx264)
  concat:out:a0 -> Stream #0:1 (aac)
Press [q] to stop, [?] for help
[libx264 @ 0x7fc7ae002200] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 AVX2 LZCNT BMI2
[libx264 @ 0x7fc7ae002200] profile Main, level 3.1
[libx264 @ 0x7fc7ae002200] 264 - core 148 r2762 90a61ec - H.264/MPEG-4 AVC codec - Copyleft 2003-2017 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x1:0x111 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=0 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=6 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
Output #0, mp4, to 'tmp.mp4':
  Metadata:
    major_brand     : isom
    minor_version   : 512
    compatible_brands: isomiso2avc1mp41
    encoder         : Lavf57.73.100
    Stream #0:0: Video: h264 (libx264) ([33][0][0][0] / 0x0021), yuv420p, 368x640, q=-1--1, 25 fps, 12800 tbn, 25 tbc (default)
    Metadata:
      encoder         : Lavc57.99.100 libx264
    Side data:
      cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: -1
    Stream #0:1: Audio: aac (LC) ([64][0][0][0] / 0x0040), 44100 Hz, stereo, fltp, 128 kb/s (default)
    Metadata:
      encoder         : Lavc57.99.100 aac
^C^C^CReceived > 3 system signals, hard exiting=00:00:02.41 bitrate= 145.0kbits/s speed=4.79x 

Just same with @friday. This bug was not fixed. FFMPEG still runs forever.

comment:12 by Elon Musk, 7 years ago

Try this patch:

diff --git a/libavfilter/af_amix.c b/libavfilter/af_amix.c
index f19e6b3..c0609d8 100644
--- a/libavfilter/af_amix.c
+++ b/libavfilter/af_amix.c
@@ -313,7 +313,7 @@ static int output_frame(AVFilterLink *outlink, int need_request)
     calculate_scales(s, nb_samples);

     if (nb_samples == 0)
-        return 0;
+        return need_request ? ff_request_frame(ctx->inputs[1]) : 0;

     out_buf = ff_get_audio_buffer(outlink, nb_samples);
     if (!out_buf)

comment:13 by friday, 7 years ago

The patch doesn't change anything for me.

comment:14 by Elon Musk, 7 years ago

Could you post verbose output of your ffmpeg command?

comment:15 by friday, 7 years ago

Verbose only seems to add details about libx264.

ffmpeg -y -i Fox\ and\ the\ cat\ 2015.mp4 -i grimmsfairytales_44_grimm.ogg -filter_complex amix=inputs=2:duration=first:dropout_transition=2 amix.mp4 -loglevel verbose
ffmpeg version N-86566-g067e42b Copyright (c) 2000-2017 the FFmpeg developers
  built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.4) 20160609
  configuration: --extra-libs=-ldl --enable-gpl --enable-libass --enable-libfdk-aac --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree --enable-debug
  libavutil      55. 66.100 / 55. 66.100
  libavcodec     57. 99.100 / 57. 99.100
  libavformat    57. 73.100 / 57. 73.100
  libavdevice    57.  7.100 / 57.  7.100
  libavfilter     6. 94.100 /  6. 94.100
  libswscale      4.  7.101 /  4.  7.101
  libswresample   2.  8.100 /  2.  8.100
  libpostproc    54.  6.100 / 54.  6.100
[h264 @ 0x4117520] Reinit context to 1280x720, pix_fmt: yuv420p
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'Fox and the cat 2015.mp4':
  Metadata:
    major_brand     : mp42
    minor_version   : 0
    compatible_brands: isommp42
    creation_time   : 2016-08-20T14:56:53.000000Z
  Duration: 00:01:04.34, start: 0.000000, bitrate: 1925 kb/s
    Stream #0:0(und): Video: h264 (Main), 1 reference frame (avc1 / 0x31637661), yuv420p(left), 1280x720 [SAR 1:1 DAR 16:9], 1797 kb/s, 25 fps, 25 tbr, 90k tbn, 50 tbc (default)
    Metadata:
      creation_time   : 2016-08-20T14:56:53.000000Z
      handler_name    : ISO Media file produced by Google Inc.
    Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 125 kb/s (default)
    Metadata:
      creation_time   : 2016-08-20T14:56:53.000000Z
      handler_name    : ISO Media file produced by Google Inc.
Input #1, ogg, from 'grimmsfairytales_44_grimm.ogg':
  Duration: 00:02:21.58, start: 0.000000, bitrate: 70 kb/s
    Stream #1:0: Audio: vorbis, 44100 Hz, stereo, fltp, 96 kb/s
    Metadata:
      ARTIST          : Jacob and Wilhelm Grimm
      GENRE           : Speech
      ENGINEER        : Robert Neufeld
      TITLE           : 44 - The Fox and the Cat
      ALBUM           : Grimm's Fairy Tales
      track           : 44
      DATE            : 2012-02-02
      ENCODER         : Lavf53.18.0
      COMMENT         : http://www.archive.org/details/grimm_fairy_tales_1202_librivox
Stream mapping:
  Stream #0:1 (aac) -> amix:input0 (graph 0)
  Stream #1:0 (vorbis) -> amix:input1 (graph 0)
  amix (graph 0) -> Stream #0:0 (aac)
  Stream #0:0 -> #0:1 (h264 (native) -> h264 (libx264))
Press [q] to stop, [?] for help
[h264 @ 0x41361e0] Reinit context to 1280x720, pix_fmt: yuv420p
[graph 1 input from stream 0:0 @ 0x4373780] w:1280 h:720 pixfmt:yuv420p tb:1/90000 fr:25/1 sar:1/1 sws_param:flags=2
[libx264 @ 0x4138780] using SAR=1/1
[libx264 @ 0x4138780] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX
[libx264 @ 0x4138780] profile High, level 3.1
[libx264 @ 0x4138780] 264 - core 150 - H.264/MPEG-4 AVC codec - Copyleft 2003-2017 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=1 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
[graph_0_in_0_1 @ 0x41d79a0] tb:1/44100 samplefmt:fltp samplerate:44100 chlayout:0x3
[graph_0_in_1_0 @ 0x41ccf80] tb:1/44100 samplefmt:fltp samplerate:44100 chlayout:0x3
[Parsed_amix_0 @ 0x51c8800] inputs:2 fmt:fltp srate:44100 cl:stereo
Output #0, mp4, to 'amix.mp4':
  Metadata:
    major_brand     : mp42
    minor_version   : 0
    compatible_brands: isommp42
    encoder         : Lavf57.73.100
    Stream #0:0: Audio: aac (LC) ([64][0][0][0] / 0x0040), 44100 Hz, stereo, fltp, delay 1024, 128 kb/s (default)
    Metadata:
      encoder         : Lavc57.99.100 aac
    Stream #0:1(und): Video: h264 (libx264), 1 reference frame ([33][0][0][0] / 0x0021), yuv420p(progressive, left), 1280x720 [SAR 1:1 DAR 16:9], q=-1--1, 25 fps, 12800 tbn, 25 tbc (default)
    Metadata:
      creation_time   : 2016-08-20T14:56:53.000000Z
      handler_name    : ISO Media file produced by Google Inc.
      encoder         : Lavc57.99.100 libx264
    Side data:
      cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: -1
frame= 1608 fps=9.2 q=28.0 size=   13520kB time=00:01:02.57 bitrate=1769.9kbits/s speed=0.359x

comment:16 by friday, 7 years ago

Not sure, but this might help:

The input video stream is 64.320000s

ffprobe -hide_banner -show_entries stream=duration Fox\ and\ the\ cat\ 2015.mp4
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'Fox and the cat 2015.mp4':
  Metadata:
    major_brand     : mp42
    minor_version   : 0
    compatible_brands: isommp42
    creation_time   : 2016-08-20T14:56:53.000000Z
  Duration: 00:01:04.34, start: 0.000000, bitrate: 1925 kb/s
    Stream #0:0(und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], 1797 kb/s, 25 fps, 25 tbr, 90k tbn, 50 tbc (default)
    Metadata:
      creation_time   : 2016-08-20T14:56:53.000000Z
      handler_name    : ISO Media file produced by Google Inc.
    Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 125 kb/s (default)
    Metadata:
      creation_time   : 2016-08-20T14:56:53.000000Z
      handler_name    : ISO Media file produced by Google Inc.
[STREAM]
duration=64.320000
[/STREAM]
[STREAM]
duration=64.342494
[/STREAM]

Adding "-t 64.24" or below circumvents the problem ("-t 64.25" doesn't):

ffmpeg -y -i Fox\ and\ the\ cat\ 2015.mp4 -i grimmsfairytales_44_grimm.ogg -filter_complex amix=inputs=2:duration=first:dropout_transition=2 -t 64 amix.mp4

I don't think there is anything wrong with the input video. The example was just for reproducibility. We're using amix as a last step in render process, where the input was created in previous steps with ffmpeg. I'm getting this problem regardless of input sources in 3.3.

Last edited 7 years ago by friday (previous) (diff)

comment:17 by Elon Musk, 7 years ago

So you get this with using any input?

comment:18 by friday, 7 years ago

Any that I've tried. I haven't done extensive testing however, so I can't excluded the possibility that the inputs I've tried all have something in common that effects the result. I don't think the inputs have anomalies however (and they work with 3.2).

Last edited 7 years ago by friday (previous) (diff)

comment:19 by Elon Musk, 7 years ago

What about if you add asetnsamples=X filter where X is big number >= 4096 before amix?

comment:20 by friday, 7 years ago

Yes! This works. :) Pretty much regardless of what I substitute X with.

comment:21 by Elon Musk, 7 years ago

Last thing, put ashowinfo instead of asetnsamples=X before amix and post full output here.

comment:22 by friday, 7 years ago

ashowinfo is very verbose, so I shortened the video input to 4 seconds:

ffmpeg -y -i short-fox-cat.mp4 -i grimmsfairytales_44_grimm.ogg -filter_complex "ashowinfo,amix=inputs=2:duration=first:dropout_transition=2" -preset veryfast amix.mp4
ffmpeg version N-86566-g067e42b Copyright (c) 2000-2017 the FFmpeg developers
  built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.4) 20160609
  configuration: --extra-libs=-ldl --enable-gpl --enable-libass --enable-libfdk-aac --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree --enable-debug
  libavutil      55. 66.100 / 55. 66.100
  libavcodec     57. 99.100 / 57. 99.100
  libavformat    57. 73.100 / 57. 73.100
  libavdevice    57.  7.100 / 57.  7.100
  libavfilter     6. 94.100 /  6. 94.100
  libswscale      4.  7.101 /  4.  7.101
  libswresample   2.  8.100 /  2.  8.100
  libpostproc    54.  6.100 / 54.  6.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'short-fox-cat.mp4':
  Metadata:
    major_brand     : isom
    minor_version   : 512
    compatible_brands: isomiso2avc1mp41
    encoder         : Lavf57.73.100
  Duration: 00:00:04.02, start: 0.000000, bitrate: 2039 kb/s
    Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], 1915 kb/s, 25 fps, 25 tbr, 12800 tbn, 50 tbc (default)
    Metadata:
      handler_name    : VideoHandler
    Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 127 kb/s (default)
    Metadata:
      handler_name    : SoundHandler
Input #1, ogg, from 'grimmsfairytales_44_grimm.ogg':
  Duration: 00:02:21.58, start: 0.000000, bitrate: 70 kb/s
    Stream #1:0: Audio: vorbis, 44100 Hz, stereo, fltp, 96 kb/s
    Metadata:
      ARTIST          : Jacob and Wilhelm Grimm
      GENRE           : Speech
      ENGINEER        : Robert Neufeld
      TITLE           : 44 - The Fox and the Cat
      ALBUM           : Grimm's Fairy Tales
      track           : 44
      DATE            : 2012-02-02
      ENCODER         : Lavf53.18.0
      COMMENT         : http://www.archive.org/details/grimm_fairy_tales_1202_librivox
Stream mapping:
  Stream #0:1 (aac) -> ashowinfo (graph 0)
  Stream #1:0 (vorbis) -> amix:input1 (graph 0)
  amix (graph 0) -> Stream #0:0 (aac)
  Stream #0:0 -> #0:1 (h264 (native) -> h264 (libx264))
Press [q] to stop, [?] for help
[libx264 @ 0x305d9c0] using SAR=1/1
[libx264 @ 0x305d9c0] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX
[libx264 @ 0x305d9c0] profile High, level 3.1
[libx264 @ 0x305d9c0] 264 - core 150 - H.264/MPEG-4 AVC codec - Copyleft 2003-2017 - http://www.videolan.org/x264.html - options: cabac=1 ref=1 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=2 psy=1 psy_rd=1.00:0.00 mixed_ref=0 me_range=16 chroma_me=1 trellis=0 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=0 threads=1 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=1 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=10 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
[Parsed_ashowinfo_0 @ 0x38db100] n:0 pts:0 pts_time:0 pos:3450 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:59D2010F plane_checksums: [ F09E8080 F09E8080 ]
Output #0, mp4, to 'amix.mp4':
  Metadata:
    major_brand     : isom
    minor_version   : 512
    compatible_brands: isomiso2avc1mp41
    encoder         : Lavf57.73.100
    Stream #0:0: Audio: aac (LC) ([64][0][0][0] / 0x0040), 44100 Hz, stereo, fltp, 128 kb/s (default)
    Metadata:
      encoder         : Lavc57.99.100 aac
    Stream #0:1(und): Video: h264 (libx264) ([33][0][0][0] / 0x0021), yuv420p(progressive), 1280x720 [SAR 1:1 DAR 16:9], q=-1--1, 25 fps, 12800 tbn, 25 tbc (default)
    Metadata:
      handler_name    : VideoHandler
      encoder         : Lavc57.99.100 libx264
    Side data:
      cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: -1
[Parsed_ashowinfo_0 @ 0x38db100] n:1 pts:1024 pts_time:0.02322 pos:3457 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:0E265562 plane_checksums: [ 25E7D4D3 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:2 pts:2048 pts_time:0.0464399 pos:4117 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:2B3E3466 plane_checksums: [ 21EFB3D7 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:3 pts:3072 pts_time:0.0696599 pos:4492 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:50FA8910 plane_checksums: [ 58460890 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:4 pts:4096 pts_time:0.0928798 pos:5585 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:E3C3DDAB plane_checksums: [ EBB95D2B F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:5 pts:5120 pts_time:0.1161 pos:5950 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:DECFEC8F plane_checksums: [ 98D36C0F F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:6 pts:6144 pts_time:0.13932 pos:13409 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:77C1983E plane_checksums: [ 90D017BE F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:7 pts:7168 pts_time:0.16254 pos:15731 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:5B31E34B plane_checksums: [ 5DE162CB F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:8 pts:8192 pts_time:0.18576 pos:16097 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:8EDBC430 plane_checksums: [ 5EB943B0 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:9 pts:9216 pts_time:0.20898 pos:18484 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:98C50595 plane_checksums: [ CB598506 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:10 pts:10240 pts_time:0.2322 pos:18859 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:04D1ED80 plane_checksums: [ ADE56D00 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:11 pts:11264 pts_time:0.25542 pos:39206 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:8DA1DFCD plane_checksums: [ 73995F4D F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:12 pts:12288 pts_time:0.278639 pos:39581 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:39F81CC2 plane_checksums: [ 86CF9C33 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:13 pts:13312 pts_time:0.301859 pos:45265 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:20894F54 plane_checksums: [ 1DF9CEC5 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:14 pts:14336 pts_time:0.325079 pos:48184 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:C9EDF318 plane_checksums: [ EDCA7298 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:15 pts:15360 pts_time:0.348299 pos:48546 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:022F1F64 plane_checksums: [ 2C909ED5 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:16 pts:16384 pts_time:0.371519 pos:50602 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:81452214 plane_checksums: [ A921A185 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:17 pts:17408 pts_time:0.394739 pos:50981 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:0803053E plane_checksums: [ AAE284AF F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:18 pts:18432 pts_time:0.417959 pos:74648 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:693EF255 plane_checksums: [ BDCF71D5 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:19 pts:19456 pts_time:0.441179 pos:77240 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:FACE27AD plane_checksums: [ 8D73A71E F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:20 pts:20480 pts_time:0.464399 pos:77619 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:7DA13308 plane_checksums: [ 559CB279 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:21 pts:21504 pts_time:0.487619 pos:109263 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:8A9744AB plane_checksums: [ 220CC41C F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:22 pts:22528 pts_time:0.510839 pos:109620 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:83EB0B61 plane_checksums: [ F10C8AD2 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:23 pts:23552 pts_time:0.534059 pos:115774 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:B6D9320B plane_checksums: [ 5FC4B17C F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:24 pts:24576 pts_time:0.557279 pos:116144 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:6B435611 plane_checksums: [ 925FD582 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:25 pts:25600 pts_time:0.580499 pos:119027 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:AECAE50D plane_checksums: [ 8FD6648D F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:26 pts:26624 pts_time:0.603719 pos:126894 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:35FF3839 plane_checksums: [ F90EB7AA F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:27 pts:27648 pts_time:0.626939 pos:127260 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:C48348A7 plane_checksums: [ 9838C818 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:28 pts:28672 pts_time:0.650159 pos:149922 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:4FC8108E plane_checksums: [ E80C8FFF F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:29 pts:29696 pts_time:0.673379 pos:150304 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:700233AC plane_checksums: [ 0767B31D F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:30 pts:30720 pts_time:0.696599 pos:153240 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:F1210744 plane_checksums: [ 322F86B5 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:31 pts:31744 pts_time:0.719819 pos:153617 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:1D592BB6 plane_checksums: [ 1C2FAB27 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:32 pts:32768 pts_time:0.743039 pos:164029 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:15983A11 plane_checksums: [ 56F4B982 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:33 pts:33792 pts_time:0.766259 pos:181067 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:2A9470A4 plane_checksums: [ 08C9F015 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:34 pts:34816 pts_time:0.789478 pos:181440 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:16BC32B6 plane_checksums: [ 0F02B227 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:35 pts:35840 pts_time:0.812698 pos:202565 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:D023277E plane_checksums: [ 52F5A6EF F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:36 pts:36864 pts_time:0.835918 pos:202940 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:B0EB03BB plane_checksums: [ 8541832C F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:37 pts:37888 pts_time:0.859138 pos:219307 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:12BA4D84 plane_checksums: [ 11DDCCF5 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:38 pts:38912 pts_time:0.882358 pos:243901 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:E6205175 plane_checksums: [ D192D0E6 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:39 pts:39936 pts_time:0.905578 pos:244276 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:C0984354 plane_checksums: [ C948C2C5 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:40 pts:40960 pts_time:0.928798 pos:259400 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:2A245058 plane_checksums: [ E695CFC9 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:41 pts:41984 pts_time:0.952018 pos:259761 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:D9FF4AFD plane_checksums: [ 4B89CA6E F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:42 pts:43008 pts_time:0.975238 pos:274488 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:7CEB3AD8 plane_checksums: [ 4D93BA49 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:43 pts:44032 pts_time:0.998458 pos:274876 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:861A799A plane_checksums: [ FBDFF90B F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:44 pts:45056 pts_time:1.02168 pos:286432 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:48882142 plane_checksums: [ 9127A0B3 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:45 pts:46080 pts_time:1.0449 pos:298181 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:ABF457C6 plane_checksums: [ 817BD737 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:46 pts:47104 pts_time:1.06812 pos:298539 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:3980259A plane_checksums: [ FE05A50B F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:47 pts:48128 pts_time:1.09134 pos:310094 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:6B6A1379 plane_checksums: [ 50FC92EA F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:48 pts:49152 pts_time:1.11456 pos:310472 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:FCE83D4C plane_checksums: [ 8B47BCBD F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:49 pts:50176 pts_time:1.13778 pos:331693 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:315033B2 plane_checksums: [ 68A6B323 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:50 pts:51200 pts_time:1.161 pos:337612 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:5BE811A3 plane_checksums: [ A32D9114 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:51 pts:52224 pts_time:1.18422 pos:337989 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:02D5412F plane_checksums: [ 5D83C0A0 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:52 pts:53248 pts_time:1.20744 pos:355401 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:550B52CC plane_checksums: [ CF33D23D F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:53 pts:54272 pts_time:1.23066 pos:355767 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:E1CF3550 plane_checksums: [ 37AEB4C1 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:54 pts:55296 pts_time:1.25388 pos:371795 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:9A4B52CD plane_checksums: [ 0482D23E F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:55 pts:56320 pts_time:1.2771 pos:372169 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:65D93947 plane_checksums: [ 47F8B8B8 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:56 pts:57344 pts_time:1.30032 pos:387603 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:FD17406A plane_checksums: [ A888BFDB F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:57 pts:58368 pts_time:1.32354 pos:405268 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:0CD34CD9 plane_checksums: [ BC8CCC4A F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:58 pts:59392 pts_time:1.34676 pos:405637 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:88782A79 plane_checksums: [ 587AA9EA F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:59 pts:60416 pts_time:1.36998 pos:419413 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:0C994120 plane_checksums: [ 5756C091 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:60 pts:61440 pts_time:1.3932 pos:419791 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:D05B4569 plane_checksums: [ 871CC4DA F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:61 pts:62464 pts_time:1.41642 pos:436624 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:5A39164C plane_checksums: [ 0D2895BD F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:62 pts:63488 pts_time:1.43964 pos:436999 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:1ACA2624 plane_checksums: [ 3ED7A595 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:63 pts:64512 pts_time:1.46286 pos:454171 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:BF442823 plane_checksums: [ F171A794 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:64 pts:65536 pts_time:1.48608 pos:467914 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:96D6329B plane_checksums: [ 3F3AB20C F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:65 pts:66560 pts_time:1.5093 pos:468285 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:F3535790 plane_checksums: [ 2916D701 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:66 pts:67584 pts_time:1.53252 pos:480576 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:64D52FE7 plane_checksums: [ 4FBEAF58 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:67 pts:68608 pts_time:1.55574 pos:480941 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:30843481 plane_checksums: [ 7717B3F2 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:68 pts:69632 pts_time:1.57896 pos:492663 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:D02B516B plane_checksums: [ 5BACD0DC F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:69 pts:70656 pts_time:1.60218 pos:503511 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:90145A65 plane_checksums: [ 7325D9D6 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:70 pts:71680 pts_time:1.6254 pos:503887 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:9B9A38AE plane_checksums: [ 0E4FB81F F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:71 pts:72704 pts_time:1.64862 pos:515197 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:BDD709C3 plane_checksums: [ 0C8D8934 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:72 pts:73728 pts_time:1.67184 pos:515567 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:85722E34 plane_checksums: [ A1F0ADA5 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:73 pts:74752 pts_time:1.69506 pos:526929 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:3D1275F4 plane_checksums: [ 164CF565 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:74 pts:75776 pts_time:1.71828 pos:527300 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:7D1C6665 plane_checksums: [ 54EDE5D6 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:75 pts:76800 pts_time:1.7415 pos:538917 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:80CA5294 plane_checksums: [ 7B2ED205 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:76 pts:77824 pts_time:1.76472 pos:547070 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:E29F3561 plane_checksums: [ 286FB4D2 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:77 pts:78848 pts_time:1.78794 pos:547449 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:00231455 plane_checksums: [ 24E393C6 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:78 pts:79872 pts_time:1.81116 pos:566801 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:E73238E9 plane_checksums: [ A9ABB85A F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:79 pts:80896 pts_time:1.83438 pos:567188 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:D90F6FE2 plane_checksums: [ D7F8EF53 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:80 pts:81920 pts_time:1.8576 pos:569864 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:DB1C48D2 plane_checksums: [ FEA4C843 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:81 pts:82944 pts_time:1.88082 pos:572898 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:12373890 plane_checksums: [ 64FBB801 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:82 pts:83968 pts_time:1.90404 pos:573271 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:046C5C0D plane_checksums: [ 65E8DB7E F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:83 pts:84992 pts_time:1.92726 pos:585019 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:901B2C36 plane_checksums: [ 8E79ABA7 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:84 pts:86016 pts_time:1.95048 pos:585391 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:DC172148 plane_checksums: [ C4B6A0B9 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:85 pts:87040 pts_time:1.9737 pos:589415 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:DFC482E3 plane_checksums: [ BCDD0263 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:86 pts:88064 pts_time:1.99692 pos:589808 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:FC272B4D plane_checksums: [ 8B66AABE F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:87 pts:89088 pts_time:2.02014 pos:592362 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:2EC56047 plane_checksums: [ EC45DFB8 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:88 pts:90112 pts_time:2.04336 pos:601578 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:5AB147F8 plane_checksums: [ 1F0BC769 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:89 pts:91136 pts_time:2.06658 pos:601941 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:23FA591F plane_checksums: [ 6837D890 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:90 pts:92160 pts_time:2.0898 pos:604636 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:9F655894 plane_checksums: [ 9429D805 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:91 pts:93184 pts_time:2.11302 pos:605005 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:BAEE65F3 plane_checksums: [ B328E564 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:92 pts:94208 pts_time:2.13624 pos:607768 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:CAF741F9 plane_checksums: [ 84F1C16A F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:93 pts:95232 pts_time:2.15946 pos:608137 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:E6A36BED plane_checksums: [ 394CEB5E F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:94 pts:96256 pts_time:2.18268 pos:613454 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:CBE75647 plane_checksums: [ 92D6D5B8 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:95 pts:97280 pts_time:2.2059 pos:621357 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:D19509BF plane_checksums: [ 604B8930 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:96 pts:98304 pts_time:2.22912 pos:621742 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:599775B8 plane_checksums: [ F2FEF529 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:97 pts:99328 pts_time:2.25234 pos:644296 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:1D63437C plane_checksums: [ A5E6C2ED F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:98 pts:100352 pts_time:2.27556 pos:644659 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:CC215882 plane_checksums: [ E0F4D7F3 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:99 pts:101376 pts_time:2.29878 pos:660050 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:65E54D3B plane_checksums: [ F544CCAC F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:100 pts:102400 pts_time:2.322 pos:663750 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:0E652063 plane_checksums: [ 47D69FD4 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:101 pts:103424 pts_time:2.34522 pos:664104 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:DD7531A6 plane_checksums: [ D6BAB117 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:102 pts:104448 pts_time:2.36844 pos:668625 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:3AF464E3 plane_checksums: [ 342DE454 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:103 pts:105472 pts_time:2.39166 pos:669001 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:79BA15D5 plane_checksums: [ 9D129546 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:104 pts:106496 pts_time:2.41488 pos:679440 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:70CE54E5 plane_checksums: [ 5907D456 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:105 pts:107520 pts_time:2.4381 pos:679805 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:501141CC plane_checksums: [ DA29C13D F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:106 pts:108544 pts_time:2.46132 pos:692589 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:89152A23 plane_checksums: [ B962A994 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:107 pts:109568 pts_time:2.48454 pos:708317 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:3F996C81 plane_checksums: [ 51ACEBF2 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:108 pts:110592 pts_time:2.50776 pos:708694 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:6F0A3866 plane_checksums: [ 61FBB7D7 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:109 pts:111616 pts_time:2.53098 pos:719599 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:DAAA3A92 plane_checksums: [ 0B9DBA03 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:110 pts:112640 pts_time:2.5542 pos:719966 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:7E173F31 plane_checksums: [ BAA5BEA2 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:111 pts:113664 pts_time:2.57741 pos:728968 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:4E084A13 plane_checksums: [ 6064C984 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:112 pts:114688 pts_time:2.60063 pos:739773 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:831F3C48 plane_checksums: [ 526EBBB9 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:113 pts:115712 pts_time:2.62385 pos:740157 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:C00D4420 plane_checksums: [ 0809C391 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:114 pts:116736 pts_time:2.64707 pos:763303 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:38910AAF plane_checksums: [ C6578A20 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:115 pts:117760 pts_time:2.67029 pos:763667 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:E8D23B92 plane_checksums: [ 18D5BB03 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:116 pts:118784 pts_time:2.69351 pos:768671 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:403B30AE plane_checksums: [ BA61B01F F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:117 pts:119808 pts_time:2.71673 pos:769065 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:D8F22815 plane_checksums: [ EB2EA786 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:118 pts:120832 pts_time:2.73995 pos:774328 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:279B3A4C plane_checksums: [ B8BBB9BD F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:119 pts:121856 pts_time:2.76317 pos:787191 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:E76F1D60 plane_checksums: [ 53BF9CD1 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:120 pts:122880 pts_time:2.78639 pos:787547 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:AA26FC13 plane_checksums: [ 15A27B93 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:121 pts:123904 pts_time:2.80961 pos:799112 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:3AB41441 plane_checksums: [ 9F8393B2 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:122 pts:124928 pts_time:2.83283 pos:799488 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:D80E50AB plane_checksums: [ 6443D01C F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:123 pts:125952 pts_time:2.85605 pos:814198 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:0AC75514 plane_checksums: [ 02D3D485 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:124 pts:126976 pts_time:2.87927 pos:814578 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:56F51310 plane_checksums: [ CCE19281 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:125 pts:128000 pts_time:2.90249 pos:827077 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:D1015C5E plane_checksums: [ 2241DBCF F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:126 pts:129024 pts_time:2.92571 pos:851063 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:440C3922 plane_checksums: [ 7649B893 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:127 pts:130048 pts_time:2.94893 pos:851416 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:580542FD plane_checksums: [ D100C26E F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:128 pts:131072 pts_time:2.97215 pos:855405 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:7DEB5457 plane_checksums: [ 46ABD3C8 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:129 pts:132096 pts_time:2.99537 pos:855757 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:C78F22C8 plane_checksums: [ AEC6A239 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:130 pts:133120 pts_time:3.01859 pos:858688 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:6B543FCF plane_checksums: [ C74CBF40 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:131 pts:134144 pts_time:3.04181 pos:868664 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:C31B4293 plane_checksums: [ DC7FC204 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:132 pts:135168 pts_time:3.06503 pos:869039 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:BB2C1464 plane_checksums: [ EFDD93D5 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:133 pts:136192 pts_time:3.08825 pos:879429 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:A3F957EF plane_checksums: [ E953D760 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:134 pts:137216 pts_time:3.11147 pos:879820 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:534B2BBC plane_checksums: [ F212AB2D F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:135 pts:138240 pts_time:3.13469 pos:897115 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:1BF4369F plane_checksums: [ 8089B610 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:136 pts:139264 pts_time:3.15791 pos:897495 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:C3680928 plane_checksums: [ C2A58899 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:137 pts:140288 pts_time:3.18113 pos:912497 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:26B97758 plane_checksums: [ BE9AF6C9 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:138 pts:141312 pts_time:3.20435 pos:915359 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:49854DCE plane_checksums: [ A85DCD3F F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:139 pts:142336 pts_time:3.22757 pos:915743 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:E72E4CF5 plane_checksums: [ D6D8CC66 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:140 pts:143360 pts_time:3.25079 pos:918288 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:CE1660C5 plane_checksums: [ AB2DE036 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:141 pts:144384 pts_time:3.27401 pos:918658 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:628F23E8 plane_checksums: [ 48B8A359 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:142 pts:145408 pts_time:3.29723 pos:929951 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:18AE3BCA plane_checksums: [ C866BB3B F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:143 pts:146432 pts_time:3.32045 pos:932228 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:B2E74004 plane_checksums: [ BEB2BF75 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:144 pts:147456 pts_time:3.34367 pos:932605 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:20816980 plane_checksums: [ 4564E8F1 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:145 pts:148480 pts_time:3.36689 pos:934548 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:6D13420D plane_checksums: [ E6EFC17E F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:146 pts:149504 pts_time:3.39011 pos:934924 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:21A14FC2 plane_checksums: [ 3EA8CF33 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:147 pts:150528 pts_time:3.41333 pos:942417 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:31CC853F plane_checksums: [ 4CAB04BF F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:148 pts:151552 pts_time:3.43655 pos:942774 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:F0405601 plane_checksums: [ 177AD572 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:149 pts:152576 pts_time:3.45977 pos:955114 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:F7AE2754 plane_checksums: [ 1AADA6C5 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:150 pts:153600 pts_time:3.48299 pos:957626 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:A7B5385D plane_checksums: [ 2AB5B7CE F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:151 pts:154624 pts_time:3.50621 pos:958006 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:0BB23EC7 plane_checksums: [ E89ABE38 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:152 pts:155648 pts_time:3.52943 pos:960180 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:BE314630 plane_checksums: [ 043EC5A1 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:153 pts:156672 pts_time:3.55265 pos:960548 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:663D77DD plane_checksums: [ ADA6F74E F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:154 pts:157696 pts_time:3.57587 pos:969079 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:62814BB6 plane_checksums: [ 4357CB27 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:155 pts:158720 pts_time:3.59909 pos:969440 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:08596CF5 plane_checksums: [ D9F4EC66 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:156 pts:159744 pts_time:3.62231 pos:971708 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:612C8672 plane_checksums: [ 4AEE05F2 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:157 pts:160768 pts_time:3.64553 pos:973680 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:31074A06 plane_checksums: [ 1372C977 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:158 pts:161792 pts_time:3.66875 pos:974047 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:B02161D8 plane_checksums: [ 5C39E149 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:159 pts:162816 pts_time:3.69197 pos:979589 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:6F6F640F plane_checksums: [ A96BE380 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:160 pts:163840 pts_time:3.71519 pos:979954 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:041E51B6 plane_checksums: [ DF45D127 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:161 pts:164864 pts_time:3.73841 pos:992737 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:377B42EF plane_checksums: [ 9085C260 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:162 pts:165888 pts_time:3.76163 pos:998544 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:E0B833B5 plane_checksums: [ E80EB326 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:163 pts:166912 pts_time:3.78485 pos:998919 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:DFB51FD8 plane_checksums: [ C9AD9F49 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:164 pts:167936 pts_time:3.80807 pos:1005094 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:FF013E7A plane_checksums: [ AC43BDEB F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:165 pts:168960 pts_time:3.83129 pos:1005464 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:F2F70C79 plane_checksums: [ DF198BEA F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:166 pts:169984 pts_time:3.85451 pos:1012788 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:742A24EF plane_checksums: [ E954A460 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:167 pts:171008 pts_time:3.87773 pos:1013172 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:43325B0B plane_checksums: [ C59EDA7C F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:168 pts:172032 pts_time:3.90095 pos:1019834 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:6CAE3C46 plane_checksums: [ 5BFDBBB7 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:169 pts:173056 pts_time:3.92417 pos:1020206 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:3C1247C8 plane_checksums: [ 0099C739 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:170 pts:174080 pts_time:3.94739 pos:1020577 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:A13C64A4 plane_checksums: [ 8AB1E415 F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:171 pts:175104 pts_time:3.97061 pos:1020941 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:51E602BC plane_checksums: [ 172C822D F09E8080 ]
[Parsed_ashowinfo_0 @ 0x38db100] n:172 pts:176128 pts_time:3.99383 pos:1021325 fmt:fltp channels:2 chlayout:stereo rate:44100 nb_samples:1024 checksum:0C9C18E4 plane_checksums: [ 3D159855 F09E8080 ]
frame=   99 fps= 19 q=28.0 size=     840kB time=00:00:03.41 bitrate=2016.8kbits/s speed=0.657x

comment:23 by friday, 7 years ago

Addition (probably something you already know): asetnsamples=n=X seems to work with X being anything except nb_samples from the ashowinfo output (I'm guessing resampling(?) circumvents the issue, but is ignored if samples is the same as the input).

Last edited 7 years ago by friday (previous) (diff)

comment:24 by tinybug, 7 years ago

The patch of 'index f19e6b3..c0609d8' doesn't change anything for me either. It work fine if I add asetnsamples before amix. Why will this happen...

comment:25 by friday, 7 years ago

Has the issue been fixed? If not, shouldn't this be reopened?

comment:26 by Carl Eugen Hoyos, 7 years ago

Resolution: fixed
Status: closedreopened

comment:27 by Carl Eugen Hoyos, 7 years ago

Resolution: fixed
Status: reopenedclosed

in reply to:  25 comment:28 by Elon Musk, 7 years ago

Replying to friday:

Has the issue been fixed? If not, shouldn't this be reopened?

Try latest master.

Note: See TracTickets for help on using tickets.