[FFmpeg-trac] #4580(ffmpeg:new): Choppy audio while recording. Queue input is backward in time Non-monotonous DTS in output stream
FFmpeg
trac at avcodec.org
Fri May 29 08:41:21 CEST 2015
#4580: Choppy audio while recording. Queue input is backward in time Non-
monotonous DTS in output stream
----------------------------------+--------------------------------------
Reporter: aoeu1234 | Type: defect
Status: new | Priority: normal
Component: ffmpeg | Version: git-master
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
----------------------------------+--------------------------------------
Summary of the bug: While recording my screen and the output of 5 channels
of sound I get very very choppy audio.
My current work around is to create a loopback device in pulseaudio and
output to my headset then record from that, but there is a tiny delay
making it not sync up.
How to reproduce:
{{{
bober at BoberBot:~$ ffmpeg -video_size 1920x1080 -framerate 30 -f x11grab -i
:0.0+1920,0 -f pulse -ac 5 -i default -c:v libx264 -preset ultrafast -c:a
libvorbis -q 9 output.mkv
ffmpeg version 2.6.git Copyright (c) 2000-2015 the FFmpeg developers
built with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1)
configuration: --prefix=/home/bober/ffmpeg_build --pkg-config-
flags=--static --extra-cflags=-I/home/bober/ffmpeg_build/include --extra-
ldflags=-L/home/bober/ffmpeg_build/lib --bindir=/home/bober/bin --enable-
gpl --enable-libass --enable-libfdk-aac --enable-libfreetype --enable-
libmp3lame --enable-libopus --enable-libpulse --enable-libtheora --enable-
libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-
nonfree
libavutil 54. 26.100 / 54. 26.100
libavcodec 56. 41.100 / 56. 41.100
libavformat 56. 33.101 / 56. 33.101
libavdevice 56. 4.100 / 56. 4.100
libavfilter 5. 16.101 / 5. 16.101
libswscale 3. 1.101 / 3. 1.101
libswresample 1. 1.100 / 1. 1.100
libpostproc 53. 3.100 / 53. 3.100
Input #0, x11grab, from ':0.0+1920,0':
Duration: N/A, start: 1432879286.698229, bitrate: N/A
Stream #0:0: Video: rawvideo (BGR[0] / 0x524742), bgr0, 1920x1080, 30
fps, 30 tbr, 1000k tbn, 30 tbc
Guessed Channel Layout for Input Stream #1.0 : 5.0
Input #1, pulse, from 'default':
Duration: N/A, start: 1432879286.704338, bitrate: 3840 kb/s
Stream #1:0: Audio: pcm_s16le, 48000 Hz, 5 channels, s16, 3840 kb/s
File 'output.mkv' already exists. Overwrite ? [y/N] y
No pixel format specified, yuv444p for H.264 encoding chosen.
Use -pix_fmt yuv420p for compatibility with outdated media players.
[libx264 @ 0x3bc9ba0] -qscale is ignored, -crf is recommended.
[libx264 @ 0x3bc9ba0] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2
AVX AVX2 FMA3 LZCNT BMI2
[libx264 @ 0x3bc9ba0] profile High 4:4:4 Predictive, level 4.0, 4:4:4
8-bit
[libx264 @ 0x3bc9ba0] 264 - core 142 r2389 956c8d8 - H.264/MPEG-4 AVC
codec - Copyleft 2003-2014 - http://www.videolan.org/x264.html - options:
cabac=0 ref=1 deblock=0:0:0 analyse=0:0 me=dia subme=0 psy=1
psy_rd=1.00:0.00 mixed_ref=0 me_range=16 chroma_me=1 trellis=0 8x8dct=0
cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=6 threads=12
lookahead_threads=2 sliced_threads=0 nr=0 decimate=1 interlaced=0
bluray_compat=0 constrained_intra=0 bframes=0 weightp=0 keyint=250
keyint_min=25 scenecut=0 intra_refresh=0 rc=crf mbtree=0 crf=23.0
qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=0
Output #0, matroska, to 'output.mkv':
Metadata:
encoder : Lavf56.33.101
Stream #0:0: Video: h264 (libx264) (H264 / 0x34363248), yuv444p,
1920x1080, q=-1--1, 30 fps, 1k tbn, 30 tbc
Metadata:
encoder : Lavc56.41.100 libx264
Stream #0:1: Audio: vorbis (libvorbis) (oV[0][0] / 0x566F), 48000 Hz,
5.0, fltp
Metadata:
encoder : Lavc56.41.100 libvorbis
Stream mapping:
Stream #0:0 -> #0:0 (rawvideo (native) -> h264 (libx264))
Stream #1:0 -> #0:1 (pcm_s16le (native) -> vorbis (libvorbis))
Press [q] to stop, [?] for help
Past duration 0.825722 too large
[x11grab @ 0x3bb6cc0] Thread message queue blocking; consider raising the
thread_queue_size option (current value: 8)
[pulse @ 0x3bbf0a0] Thread message queue blocking; consider raising the
thread_queue_size option (current value: 8)
[libvorbis @ 0x3bcaae0] Queue input is backward in time
Last message repeated 6 times
[matroska @ 0x3bc8940] Non-monotonous DTS in output stream 0:1; previous:
3976, current: 3892; changing to 3976. This may result in incorrect
timestamps in the output file.
[matroska @ 0x3bc8940] Non-monotonous DTS in output stream 0:1; previous:
3976, current: 3912; changing to 3976. This may result in incorrect
timestamps in the output file.
[libvorbis @ 0x3bcaae0] Queue input is backward in time
Last message repeated 1 times
[matroska @ 0x3bc8940] Non-monotonous DTS in output stream 0:1; previous:
3976, current: 3933; changing to 3976. This may result in incorrect
timestamps in the output file.
[libvorbis @ 0x3bcaae0] Queue input is backward in time
[matroska @ 0x3bc8940] Non-monotonous DTS in output stream 0:1; previous:
3976, current: 3929; changing to 3976. This may result in incorrect
timestamps in the output file.
[libvorbis @ 0x3bcaae0] Queue input is backward in time
[matroska @ 0x3bc8940] Non-monotonous DTS in output stream 0:1; previous:
3976, current: 3951; changing to 3976. This may result in incorrect
timestamps in the output file.
[libvorbis @ 0x3bcaae0] Queue input is backward in time
[matroska @ 0x3bc8940] Non-monotonous DTS in output stream 0:1; previous:
3976, current: 3902; changing to 3976. This may result in incorrect
timestamps in the output file.
[matroska @ 0x3bc8940] Non-monotonous DTS in output stream 0:1; previous:
3976, current: 3900; changing to 3976. This may result in incorrect
timestamps in the output file.
[libvorbis @ 0x3bcaae0] Queue input is backward in time
Last message repeated 1 times
[matroska @ 0x3bc8940] Non-monotonous DTS in output stream 0:1; previous:
3976, current: 3905; changing to 3976. This may result in incorrect
timestamps in the output file.
[libvorbis @ 0x3bcaae0] Queue input is backward in time
Last message repeated 1 times
[matroska @ 0x3bc8940] Non-monotonous DTS in output stream 0:1; previous:
3976, current: 3912; changing to 3976. This may result in incorrect
timestamps in the output file.
[libvorbis @ 0x3bcaae0] Queue input is backward in time
[matroska @ 0x3bc8940] Non-monotonous DTS in output stream 0:1; previous:
3976, current: 3933; changing to 3976. This may result in incorrect
timestamps in the output file.
[matroska @ 0x3bc8940] Non-monotonous DTS in output stream 0:1; previous:
3976, current: 3930; changing to 3976. This may result in incorrect
timestamps in the output file.
[libvorbis @ 0x3bcaae0] Queue input is backward in time
[matroska @ 0x3bc8940] Non-monotonous DTS in output stream 0:1; previous:
3976, current: 3937; changing to 3976. This may result in incorrect
timestamps in the output file.
[matroska @ 0x3bc8940] Non-monotonous DTS in output stream 0:1; previous:
3976, current: 3954; changing to 3976. This may result in incorrect
timestamps in the output file.
[libvorbis @ 0x3bcaae0] Queue input is backward in time
Last message repeated 5 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time2.16
bitrate=1238.3kbits/s dup=0 drop=51
Last message repeated 22 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time2.80
bitrate=1736.7kbits/s dup=0 drop=92
Last message repeated 9 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time3.30
bitrate=1984.7kbits/s dup=0 drop=138
Last message repeated 14 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time3.80
bitrate=2204.9kbits/s dup=0 drop=183
Last message repeated 14 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time4.30
bitrate=2372.2kbits/s dup=0 drop=227
Last message repeated 11 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time4.80
bitrate=2551.5kbits/s dup=0 drop=272
Last message repeated 14 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time5.30
bitrate=2709.7kbits/s dup=0 drop=317
Last message repeated 16 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time5.86
bitrate=3543.5kbits/s dup=0 drop=353
Last message repeated 13 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time6.36
bitrate=4574.3kbits/s dup=0 drop=353
Last message repeated 14 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time6.86
bitrate=5742.9kbits/s dup=0 drop=353
Last message repeated 15 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time7.36
bitrate=6802.9kbits/s dup=0 drop=353
Last message repeated 12 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time7.90
bitrate=7514.2kbits/s dup=0 drop=353
Last message repeated 14 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time8.40
bitrate=7823.1kbits/s dup=0 drop=353
Last message repeated 16 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time8.90
bitrate=7926.3kbits/s dup=0 drop=353
Last message repeated 15 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time9.40
bitrate=8027.2kbits/s dup=0 drop=353
Last message repeated 11 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time9.90
bitrate=8011.2kbits/s dup=0 drop=353
Last message repeated 14 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time0.43
bitrate=8255.0kbits/s dup=0 drop=353
Last message repeated 19 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time0.93
bitrate=8129.8kbits/s dup=0 drop=353
Last message repeated 1 times
[matroska @ 0x3bc8940] Non-monotonous DTS in output stream 0:1; previous:
20989, current: 20984; changing to 20989. This may result in incorrect
timestamps in the output file.
[libvorbis @ 0x3bcaae0] Queue input is backward in time
Last message repeated 25 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time1.43
bitrate=8001.0kbits/s dup=0 drop=353
Last message repeated 15 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time1.93
bitrate=7922.9kbits/s dup=0 drop=353
Last message repeated 9 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time2.43
bitrate=7830.9kbits/s dup=0 drop=353
Last message repeated 34 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time2.93
bitrate=7744.9kbits/s dup=0 drop=353
Last message repeated 24 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time3.43
bitrate=7738.5kbits/s dup=0 drop=353
Last message repeated 25 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time3.93
bitrate=7615.8kbits/s dup=0 drop=353
Last message repeated 4 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time4.46
bitrate=7488.0kbits/s dup=0 drop=353
Last message repeated 26 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time4.96
bitrate=7375.4kbits/s dup=0 drop=353
Last message repeated 30 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time5.46
bitrate=7458.0kbits/s dup=0 drop=353
Last message repeated 18 times
[matroska @ 0x3bc8940] Non-monotonous DTS in output stream 0:1; previous:
25830, current: 25825; changing to 25830. This may result in incorrect
timestamps in the output file.
[matroska @ 0x3bc8940] Non-monotonous DTS in output stream 0:1; previous:
25830, current: 25827; changing to 25830. This may result in incorrect
timestamps in the output file.
[libvorbis @ 0x3bcaae0] Queue input is backward in time
[matroska @ 0x3bc8940] Non-monotonous DTS in output stream 0:1; previous:
25830, current: 25826; changing to 25830. This may result in incorrect
timestamps in the output file.
[matroska @ 0x3bc8940] Non-monotonous DTS in output stream 0:1; previous:
25840, current: 25836; changing to 25840. This may result in incorrect
timestamps in the output file.
[libvorbis @ 0x3bcaae0] Queue input is backward in time
Last message repeated 7 times
[matroska @ 0x3bc8940] Non-monotonous DTS in output stream 0:1; previous:
25925, current: 25921; changing to 25925. This may result in incorrect
timestamps in the output file.
[libvorbis @ 0x3bcaae0] Queue input is backward in time
[libvorbis @ 0x3bcaae0] Queue input is backward in time5.96
bitrate=7355.1kbits/s dup=0 drop=353
Last message repeated 1 times
[matroska @ 0x3bc8940] Non-monotonous DTS in output stream 0:1; previous:
25935, current: 25931; changing to 25935. This may result in incorrect
timestamps in the output file.
[libvorbis @ 0x3bcaae0] Queue input is backward in time
Last message repeated 16 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time6.49
bitrate=7322.9kbits/s dup=0 drop=353
Last message repeated 2 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time7.00
bitrate=7304.5kbits/s dup=0 drop=353
Last message repeated 21 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time7.50
bitrate=7382.3kbits/s dup=0 drop=353
Last message repeated 28 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time8.00
bitrate=7348.1kbits/s dup=0 drop=353
Last message repeated 32 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time8.50
bitrate=7345.2kbits/s dup=0 drop=353
Last message repeated 7 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time9.01
bitrate=7523.2kbits/s dup=0 drop=353
Last message repeated 25 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time9.50
bitrate=7536.8kbits/s dup=0 drop=353
Last message repeated 34 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time0.00
bitrate=7618.3kbits/s dup=0 drop=353
Last message repeated 19 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time0.50
bitrate=7597.4kbits/s dup=0 drop=353
[libvorbis @ 0x3bcaae0] Queue input is backward in time1.04
bitrate=7594.5kbits/s dup=0 drop=353
Last message repeated 16 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time1.53
bitrate=7629.1kbits/s dup=0 drop=353
Last message repeated 23 times
[matroska @ 0x3bc8940] Non-monotonous DTS in output stream 0:1; previous:
31837, current: 31834; changing to 31837. This may result in incorrect
timestamps in the output file.
[libvorbis @ 0x3bcaae0] Queue input is backward in time
Last message repeated 8 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time2.03
bitrate=7631.7kbits/s dup=0 drop=353
Last message repeated 20 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time2.53
bitrate=7658.1kbits/s dup=0 drop=353
Last message repeated 2 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time3.06
bitrate=7620.4kbits/s dup=0 drop=353
Last message repeated 28 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time3.56
bitrate=7717.8kbits/s dup=0 drop=353
Last message repeated 2 times
[matroska @ 0x3bc8940] Non-monotonous DTS in output stream 0:1; previous:
33639, current: 33635; changing to 33639. This may result in incorrect
timestamps in the output file.
[libvorbis @ 0x3bcaae0] Queue input is backward in time
Last message repeated 26 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time4.06
bitrate=7726.4kbits/s dup=0 drop=353
Last message repeated 9 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time4.56
bitrate=7800.3kbits/s dup=0 drop=353
Last message repeated 10 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time5.06
bitrate=7803.0kbits/s dup=0 drop=353
Last message repeated 36 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time5.56
bitrate=7847.1kbits/s dup=0 drop=353
Last message repeated 12 times
[matroska @ 0x3bc8940] Non-monotonous DTS in output stream 0:1; previous:
35756, current: 35753; changing to 35756. This may result in incorrect
timestamps in the output file.
[libvorbis @ 0x3bcaae0] Queue input is backward in time
Last message repeated 11 times
[matroska @ 0x3bc8940] Non-monotonous DTS in output stream 0:1; previous:
35859, current: 35856; changing to 35859. This may result in incorrect
timestamps in the output file.
[libvorbis @ 0x3bcaae0] Queue input is backward in time
Last message repeated 7 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time6.10
bitrate=7875.2kbits/s dup=0 drop=353
Last message repeated 8 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time6.60
bitrate=7907.0kbits/s dup=0 drop=353
Last message repeated 11 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time7.10
bitrate=8079.6kbits/s dup=0 drop=353
Last message repeated 28 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time7.60
bitrate=8012.3kbits/s dup=0 drop=353
Last message repeated 32 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time8.10
bitrate=8073.6kbits/s dup=0 drop=353
Last message repeated 16 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time8.60
bitrate=8004.5kbits/s dup=0 drop=353
Last message repeated 11 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time9.13
bitrate=7995.1kbits/s dup=0 drop=353
Last message repeated 33 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time9.63
bitrate=8025.2kbits/s dup=0 drop=353
Last message repeated 23 times
[matroska @ 0x3bc8940] Non-monotonous DTS in output stream 0:1; previous:
40038, current: 40031; changing to 40038. This may result in incorrect
timestamps in the output file.
[matroska @ 0x3bc8940] Non-monotonous DTS in output stream 0:1; previous:
40038, current: 40034; changing to 40038. This may result in incorrect
timestamps in the output file.
[libvorbis @ 0x3bcaae0] Queue input is backward in time
[matroska @ 0x3bc8940] Non-monotonous DTS in output stream 0:1; previous:
40038, current: 40034; changing to 40038. This may result in incorrect
timestamps in the output file.
[libvorbis @ 0x3bcaae0] Queue input is backward in time
Last message repeated 6 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time0.13
bitrate=7993.4kbits/s dup=0 drop=353
Last message repeated 2 times
[matroska @ 0x3bc8940] Non-monotonous DTS in output stream 0:1; previous:
40137, current: 40131; changing to 40137. This may result in incorrect
timestamps in the output file.
[matroska @ 0x3bc8940] Non-monotonous DTS in output stream 0:1; previous:
40137, current: 40134; changing to 40137. This may result in incorrect
timestamps in the output file.
[libvorbis @ 0x3bcaae0] Queue input is backward in time
Last message repeated 17 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time0.63
bitrate=7998.5kbits/s dup=0 drop=353
[libvorbis @ 0x3bcaae0] Queue input is backward in time1.13
bitrate=8044.0kbits/s dup=0 drop=353
Last message repeated 25 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time1.63
bitrate=8080.9kbits/s dup=0 drop=353
Last message repeated 28 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time2.13
bitrate=8127.1kbits/s dup=0 drop=353
Last message repeated 17 times
[matroska @ 0x3bc8940] Non-monotonous DTS in output stream 0:1; previous:
42591, current: 42587; changing to 42591. This may result in incorrect
timestamps in the output file.
[libvorbis @ 0x3bcaae0] Queue input is backward in time2.63
bitrate=8047.7kbits/s dup=0 drop=353
Last message repeated 27 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time3.16
bitrate=7961.5kbits/s dup=0 drop=353
Last message repeated 9 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time3.66
bitrate=7903.3kbits/s dup=0 drop=353
Last message repeated 4 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time4.16
bitrate=7827.6kbits/s dup=0 drop=353
Last message repeated 6 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time4.66
bitrate=7950.3kbits/s dup=0 drop=353
Last message repeated 10 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time5.16
bitrate=8107.1kbits/s dup=0 drop=353
Last message repeated 16 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time5.66
bitrate=8089.0kbits/s dup=0 drop=353
Last message repeated 12 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time6.20
bitrate=8174.7kbits/s dup=0 drop=353
Last message repeated 11 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time6.70
bitrate=8542.2kbits/s dup=0 drop=353
Last message repeated 5 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time7.20
bitrate=8926.5kbits/s dup=0 drop=353
Last message repeated 19 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time7.70
bitrate=9349.8kbits/s dup=0 drop=353
Last message repeated 5 times
Past duration 0.996193 too large
[libvorbis @ 0x3bcaae0] Queue input is backward in time
Last message repeated 1 times
Past duration 0.954277 too large
[libvorbis @ 0x3bcaae0] Queue input is backward in time
Last message repeated 4 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time8.20
bitrate=9772.6kbits/s dup=0 drop=353
Last message repeated 11 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time8.66
bitrate=10192.6kbits/s dup=0 drop=354
Last message repeated 7 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time9.20
bitrate=10480.0kbits/s dup=0 drop=354
Last message repeated 10 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time9.70
bitrate=10687.3kbits/s dup=0 drop=354
Last message repeated 10 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time0.20
bitrate=10831.8kbits/s dup=0 drop=354
Last message repeated 12 times
Past duration 0.979469 too large 67900kB time=00:00:50.70
bitrate=10970.9kbits/s dup=0 drop=354
[libvorbis @ 0x3bcaae0] Queue input is backward in time
Last message repeated 8 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time1.20
bitrate=11006.7kbits/s dup=0 drop=354
Last message repeated 15 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time1.71
bitrate=10978.6kbits/s dup=0 drop=354
Last message repeated 12 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time2.20
bitrate=10943.3kbits/s dup=0 drop=354
Last message repeated 15 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time2.73
bitrate=10945.8kbits/s dup=0 drop=354
Last message repeated 9 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time3.23
bitrate=10923.9kbits/s dup=0 drop=354
Last message repeated 16 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time3.73
bitrate=11019.1kbits/s dup=0 drop=354
Last message repeated 9 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time4.23
bitrate=10954.4kbits/s dup=0 drop=354
Last message repeated 13 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time4.73
bitrate=10890.2kbits/s dup=0 drop=354
Last message repeated 13 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time5.23
bitrate=10900.5kbits/s dup=0 drop=354
Last message repeated 12 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time5.76
bitrate=10831.2kbits/s dup=0 drop=354
Last message repeated 13 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time6.26
bitrate=10804.4kbits/s dup=0 drop=354
Last message repeated 21 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time6.76
bitrate=10740.6kbits/s dup=0 drop=354
Last message repeated 9 times
[matroska @ 0x3bc8940] Non-monotonous DTS in output stream 0:1; previous:
56828, current: 56824; changing to 56828. This may result in incorrect
timestamps in the output file.
[libvorbis @ 0x3bcaae0] Queue input is backward in time
Last message repeated 26 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time7.26
bitrate=10650.4kbits/s dup=0 drop=354
Last message repeated 11 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time7.76
bitrate=10565.8kbits/s dup=0 drop=354
Last message repeated 2 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time8.26
bitrate=10475.9kbits/s dup=0 drop=354
Last message repeated 11 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time8.76
bitrate=10412.7kbits/s dup=0 drop=354
Last message repeated 10 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time9.30
bitrate=10439.5kbits/s dup=0 drop=354
Last message repeated 14 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time9.80
bitrate=10437.7kbits/s dup=0 drop=354
Last message repeated 17 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time0.30
bitrate=10380.0kbits/s dup=0 drop=354
Last message repeated 13 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time0.80
bitrate=10349.1kbits/s dup=0 drop=354
Last message repeated 12 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time1.30
bitrate=10344.2kbits/s dup=0 drop=354
Last message repeated 18 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time1.80
bitrate=10324.7kbits/s dup=0 drop=354
Last message repeated 24 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time2.30
bitrate=10369.0kbits/s dup=0 drop=354
Last message repeated 26 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time2.80
bitrate=10345.9kbits/s dup=0 drop=354
Last message repeated 12 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time3.33
bitrate=10278.7kbits/s dup=0 drop=354
Last message repeated 27 times
[matroska @ 0x3bc8940] Non-monotonous DTS in output stream 0:1; previous:
63745, current: 63739; changing to 63745. This may result in incorrect
timestamps in the output file.
[libvorbis @ 0x3bcaae0] Queue input is backward in time
Last message repeated 8 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time3.83
bitrate=10204.5kbits/s dup=0 drop=354
[matroska @ 0x3bc8940] Non-monotonous DTS in output stream 0:1; previous:
63857, current: 63854; changing to 63857. This may result in incorrect
timestamps in the output file.
[libvorbis @ 0x3bcaae0] Queue input is backward in time
Last message repeated 22 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time4.33
bitrate=10144.3kbits/s dup=0 drop=354
Last message repeated 3 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time4.83
bitrate=10148.0kbits/s dup=0 drop=354
Last message repeated 22 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time5.33
bitrate=10149.2kbits/s dup=0 drop=354
Last message repeated 7 times
[matroska @ 0x3bc8940] Non-monotonous DTS in output stream 0:1; previous:
65388, current: 65381; changing to 65388. This may result in incorrect
timestamps in the output file.
[libvorbis @ 0x3bcaae0] Queue input is backward in time
Last message repeated 22 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time5.83
bitrate=10135.6kbits/s dup=0 drop=354
Last message repeated 12 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time6.33
bitrate=10098.4kbits/s dup=0 drop=354
Last message repeated 6 times
[matroska @ 0x3bc8940] Non-monotonous DTS in output stream 0:1; previous:
66379, current: 66376; changing to 66379. This may result in incorrect
timestamps in the output file.
[libvorbis @ 0x3bcaae0] Queue input is backward in time
Last message repeated 6 times
[matroska @ 0x3bc8940] Non-monotonous DTS in output stream 0:1; previous:
66445, current: 66437; changing to 66445. This may result in incorrect
timestamps in the output file.
[libvorbis @ 0x3bcaae0] Queue input is backward in time
Last message repeated 21 times
[matroska @ 0x3bc8940] Non-monotonous DTS in output stream 0:1; previous:
66747, current: 66741; changing to 66747. This may result in incorrect
timestamps in the output file.
[libvorbis @ 0x3bcaae0] Queue input is backward in time
[matroska @ 0x3bc8940] Non-monotonous DTS in output stream 0:1; previous:
66747, current: 66743; changing to 66747. This may result in incorrect
timestamps in the output file.
[libvorbis @ 0x3bcaae0] Queue input is backward in time
Last message repeated 4 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time6.86
bitrate=10043.7kbits/s dup=0 drop=354
Last message repeated 18 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time7.36
bitrate=10080.7kbits/s dup=0 drop=354
Last message repeated 15 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time7.86
bitrate=10071.8kbits/s dup=0 drop=354
Last message repeated 19 times
[matroska @ 0x3bc8940] Non-monotonous DTS in output stream 0:1; previous:
68127, current: 68122; changing to 68127. This may result in incorrect
timestamps in the output file.
[matroska @ 0x3bc8940] Non-monotonous DTS in output stream 0:1; previous:
68127, current: 68124; changing to 68127. This may result in incorrect
timestamps in the output file.
[libvorbis @ 0x3bcaae0] Queue input is backward in time
Last message repeated 9 times
[libvorbis @ 0x3bcaae0] Queue input is backward in time8.36
bitrate=10078.6kbits/s dup=0 drop=354
Last message repeated 10 times
frame= 1735 fps= 30 q=-1.0 Lsize= 85992kB time=00:01:09.66
bitrate=10111.7kbits/s dup=0 drop=354
video:83885kB audio:2048kB subtitle:0kB other streams:0kB global
headers:4kB muxing overhead: 0.068452%
[libx264 @ 0x3bc9ba0] frame I:7 Avg QP:14.14 size:810889
[libx264 @ 0x3bc9ba0] frame P:1728 Avg QP:17.22 size: 46424
[libx264 @ 0x3bc9ba0] mb I I16..4: 100.0% 0.0% 0.0%
[libx264 @ 0x3bc9ba0] mb P I16..4: 3.5% 0.0% 0.0% P16..4: 12.7% 0.0%
0.0% 0.0% 0.0% skip:83.8%
[libx264 @ 0x3bc9ba0] coded y,u,v intra: 35.2% 27.2% 24.4% inter: 6.7%
4.6% 4.2%
[libx264 @ 0x3bc9ba0] i16 v,h,dc,p: 42% 48% 6% 3%
[libx264 @ 0x3bc9ba0] kb/s:9863.84
bober at BoberBot:~$
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/4580>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list