Opened 7 years ago

Last modified 7 years ago

#6597 new defect

ffmpeg quits after trying to get stream from 3 IP cameras one failing with CSeq expected 0 received

Reported by: walter Owned by:
Priority: normal Component: undetermined
Version: unspecified Keywords: rtsp
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

  • I'm trying to get video from 3 IP cameras and save locally as .flv (h264 & aac)
  • One of the 3 cameras starts failing, not dropping frames but stop sending stream. I get CSeq errors (expected #, received 0) and then ffmpeg quits after some time not receiving any data from it
  • Bug is reproducible even not saving the file to disk (using -f null):
  • ffmpeg.exe -report -rtsp_transport tcp -acodec pcm_s16le -vcodec h264 -i rtsp://admin:password@10.16.187.65/media/video/1 -rtsp_transport tcp -acodec pcm_s16le -codec h264 -i rtsp://admin:password@10.16.187.64/media/video/1 -rtsp_transport tcp -acodec pcm_s16le -vcodec h264 -i rtsp://admin:password@10.16.187.70/media/video/1 -map 0:0 -map 0:1? -acodec aac -b:a 48k -ac 1 -ar 8000 -vcodec libx264 -x264opts "keyint=32:min-keyint=32:no-scenecut" -preset fast -crf 30 -r 20 -copyts -f null -map 1:0 -map 1:1? -acodec aac -b:a 48k -ac 1 -ar 8000 -vcodec libx264 -x264opts "keyint=32:min-keyint=32:no-scenecut" -preset fast -crf 30 -r 20 -copyts -f null -map 2:0 -map 2:1? -acodec aac -b:a 48k -ac 1 -ar 8000 -vcodec libx264 -x264opts "keyint=32:min-keyint=32:no-scenecut" -preset fast -crf 30 -r 20 -copyts -f null
  • ffmpeg version 3.2
  • Cameras I'm using:

10.16.187.64: Hikvision DS-2CD2710F-IS
10.16.187.65: Hikvision DS-2CD2710F-IS
10.16.187.70: Hikvision DS-2CD2710F-ISNS

  • Cameras and PC are connectec to a switch, which is setup inside a VLAN
  • Usually, the first camera that ffmpeg tries to connect to is the one that fails, and makes the entire task to quit.
  • CONSOLE output:

[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 2: 27 >= 27
[libx264 @ 0000000000448660] non-strictly-monotonic PTS
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 4: 30 >= 30
[libx264 @ 0000000000435160] non-strictly-monotonic PTS
frame= 78 fps= 13 q=35.0 q=35.0 q=35.0 size=N/A time=00:00:02.94 bitrate=N/A s
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 0: 31 >= 31
[libx264 @ 0000000000446980] non-strictly-monotonic PTS
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 2: 31 >= 31
[libx264 @ 0000000000448660] non-strictly-monotonic PTS
frame= 81 fps= 13 q=40.0 q=35.0 q=35.0 size=N/A time=00:00:03.07 bitrate=N/A s
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 4: 34 >= 34
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 0: 35 >= 35
[libx264 @ 0000000000446980] non-strictly-monotonic PTS
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 2: 35 >= 35
[libx264 @ 0000000000448660] non-strictly-monotonic PTS
[libx264 @ 0000000000435160] non-strictly-monotonic PTS
frame= 87 fps= 13 q=39.0 q=39.0 q=37.0 size=N/A time=00:00:03.32 bitrate=N/A s
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 4: 38 >= 38
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 0: 39 >= 39
[libx264 @ 0000000000446980] non-strictly-monotonic PTS
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 2: 39 >= 39
[libx264 @ 0000000000448660] non-strictly-monotonic PTS
[libx264 @ 0000000000435160] non-strictly-monotonic PTS
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 4: 42 >= 42
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 0: 43 >= 43
[libx264 @ 0000000000446980] non-strictly-monotonic PTS
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 2: 43 >= 43
[libx264 @ 0000000000448660] non-strictly-monotonic PTS
[libx264 @ 0000000000435160] non-strictly-monotonic PTS
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 4: 46 >= 46
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 0: 47 >= 47
[libx264 @ 0000000000446980] non-strictly-monotonic PTS
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 2: 47 >= 47
[libx264 @ 0000000000448660] non-strictly-monotonic PTS
frame= 102 fps= 14 q=40.0 q=40.0 q=35.0 size=N/A time=00:00:07.11 bitrate=N/A s
[libx264 @ 0000000000435160] non-strictly-monotonic PTS
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 4: 50 >= 50
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 0: 51 >= 51
[libx264 @ 0000000000446980] non-strictly-monotonic PTS
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 2: 51 >= 51
[libx264 @ 0000000000448660] non-strictly-monotonic PTS
[libx264 @ 0000000000435160] non-strictly-monotonic PTS
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 4: 54 >= 54
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 0: 55 >= 55
[libx264 @ 0000000000446980] non-strictly-monotonic PTS
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 2: 55 >= 55
[libx264 @ 0000000000448660] non-strictly-monotonic PTS
[libx264 @ 0000000000446980] non-strictly-monotonic PTS
[libx264 @ 0000000000448660] non-strictly-monotonic PTS
[libx264 @ 0000000000435160] non-strictly-monotonic PTS
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 4: 58 >= 58
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 0: 59 >= 59
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 2: 59 >= 59
[libx264 @ 0000000000446980] non-strictly-monotonic PTS
[libx264 @ 0000000000448660] non-strictly-monotonic PTS
frame= 117 fps= 14 q=35.0 q=35.0 q=35.0 size=N/A time=00:00:07.75 bitrate=N/A s
[libx264 @ 0000000000446980] non-strictly-monotonic PTS
[libx264 @ 0000000000448660] non-strictly-monotonic PTS
[libx264 @ 0000000000435160] non-strictly-monotonic PTS
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 4: 62 >= 62
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 0: 63 >= 63
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 2: 63 >= 63
[libx264 @ 0000000000446980] non-strictly-monotonic PTS
[libx264 @ 0000000000448660] non-strictly-monotonic PTS
[libx264 @ 0000000000446980] non-strictly-monotonic PTS
[libx264 @ 0000000000448660] non-strictly-monotonic PTS
[libx264 @ 0000000000435160] non-strictly-monotonic PTS
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 0: 67 >= 67
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 2: 67 >= 67
[libx264 @ 0000000000446980] non-strictly-monotonic PTS
[libx264 @ 0000000000448660] non-strictly-monotonic PTS
[libx264 @ 0000000000446980] non-strictly-monotonic PTS
[libx264 @ 0000000000448660] non-strictly-monotonic PTS
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 0: 71 >= 71
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 2: 71 >= 71
frame= 130 fps= 15 q=35.0 q=35.0 q=35.0 size=N/A time=00:00:08.01 bitrate=N/A s
[rtsp @ 0000000002b48560] CSeq 6 expected, 0 received.

Last message repeated 2 times

[libx264 @ 0000000000446980] non-strictly-monotonic PTS
[libx264 @ 0000000000448660] non-strictly-monotonic PTS
[libx264 @ 0000000000446980] non-strictly-monotonic PTS
frame= 133 fps= 14 q=35.0 q=33.0 q=35.0 size=N/A time=00:00:08.01 bitrate=N/A s
[libx264 @ 0000000000448660] non-strictly-monotonic PTS
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 0: 75 >= 75
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 2: 75 >= 75
[h264 @ 00000000004377e0] corrupted macroblock 29 2 (total_coeff=-1)
[h264 @ 00000000004377e0] error while decoding MB 29 2
[h264 @ 00000000004377e0] concealing 1252 DC, 1252 AC, 1252 MV errors in P frame

[libx264 @ 0000000000446980] non-strictly-monotonic PTS
[libx264 @ 0000000000448660] non-strictly-monotonic PTS
[libx264 @ 0000000000446980] non-strictly-monotonic PTS
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 0: 79 >= 79
[libx264 @ 0000000000446980] non-strictly-monotonic PTS

Last message repeated 1 times

frame= 143 fps= 14 q=36.0 q=35.0 q=35.0 size=N/A time=00:00:08.01 bitrate=N/A s
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 0: 83 >= 83
[libx264 @ 0000000000446980] non-strictly-monotonic PTS

Last message repeated 1 times

[rtsp @ 000000000059e400] CSeq 6 expected, 0 received.

Last message repeated 9 times

[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 0: 87 >= 87
[rtsp @ 000000000059e400] CSeq 6 expected, 0 received.

Last message repeated 14 times

[libx264 @ 0000000000446980] non-strictly-monotonic PTS
[rtsp @ 000000000059e400] CSeq 6 expected, 0 received.

Last message repeated 10 times

[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 0: 90 >= 90
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 0: 92 >= 92
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 0: 94 >= 94
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 0: 96 >= 96
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 0: 98 >= 98
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 0: 100 >= 100
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 0: 102 >= 102
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 0: 104 >= 104
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 0: 106 >= 106
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 0: 108 >= 108
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 0: 110 >= 110
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 0: 112 >= 112
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 0: 114 >= 114
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 0: 116 >= 116
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 0: 118 >= 118
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 2: 79 >= 79
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 2: 83 >= 83
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 2: 87 >= 87
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 2: 90 >= 90
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 2: 92 >= 92
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 2: 94 >= 94
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 2: 96 >= 96
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 2: 98 >= 98
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 2: 100 >= 100
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 2: 102 >= 102
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 2: 104 >= 104
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 2: 106 >= 106
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 4: 123 >= 123
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 4: 139 >= 139
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 4: 143 >= 143
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 4: 147 >= 147
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 4: 151 >= 151
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 4: 155 >= 155
[null @ 0000000002d1fe40] Application provided invalid, non monotonically increa
sing dts to muxer in stream 4: 159 >= 159
frame= 151 fps= 12 q=-1.0 Lq=-1.0 q=-1.0 size=N/A time=00:00:08.27 bitrate=N/A
speed=0.633x
video:197kB audio:54kB subtitle:0kB other streams:0kB global headers:0kB muxing
overhead: unknown
[libx264 @ 0000000000446980] frame I:5 Avg QP:24.17 size: 3950
[libx264 @ 0000000000446980] frame P:39 Avg QP:25.52 size: 562
[libx264 @ 0000000000446980] frame B:107 Avg QP:30.11 size: 180
[libx264 @ 0000000000446980] consecutive B-frames: 4.0% 2.6% 6.0% 87.4%
[libx264 @ 0000000000446980] mb I I16..4: 56.6% 39.3% 4.1%
[libx264 @ 0000000000446980] mb P I16..4: 3.3% 1.2% 0.0% P16..4: 23.2% 0.6
% 0.3% 0.0% 0.0% skip:71.3%
[libx264 @ 0000000000446980] mb B I16..4: 0.4% 0.0% 0.0% B16..8: 9.0% 0.2
% 0.0% direct: 0.5% skip:90.0% L0:50.5% L1:49.3% BI: 0.2%
[libx264 @ 0000000000446980] 8x8 transform intra:34.2% inter:95.3%
[libx264 @ 0000000000446980] coded y,uvDC,uvAC intra: 12.1% 9.5% 0.4% inter: 0.2
% 0.6% 0.0%
[libx264 @ 0000000000446980] i16 v,h,dc,p: 33% 14% 7% 46%
[libx264 @ 0000000000446980] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 63% 13% 16% 2% 1%

2% 1% 1% 0%

[libx264 @ 0000000000446980] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 43% 22% 23% 3% 2%

3% 2% 2% 2%

[libx264 @ 0000000000446980] i8c dc,h,v,p: 80% 10% 9% 1%
[libx264 @ 0000000000446980] Weighted P-Frames: Y:0.0% UV:0.0%
[libx264 @ 0000000000446980] ref P L0: 61.1% 38.9%
[libx264 @ 0000000000446980] ref B L0: 59.9% 40.1%
[libx264 @ 0000000000446980] ref B L1: 79.6% 20.4%
[libx264 @ 0000000000446980] kb/s:84.75
[aac @ 00000000004477e0] Qavg: 61047.539
[libx264 @ 0000000000448660] frame I:5 Avg QP:25.75 size: 4107
[libx264 @ 0000000000448660] frame P:35 Avg QP:27.31 size: 683
[libx264 @ 0000000000448660] frame B:97 Avg QP:30.72 size: 242
[libx264 @ 0000000000448660] consecutive B-frames: 4.4% 0.0% 10.9% 84.7%
[libx264 @ 0000000000448660] mb I I16..4: 62.9% 32.6% 4.5%
[libx264 @ 0000000000448660] mb P I16..4: 3.0% 0.6% 0.0% P16..4: 29.6% 0.8
% 0.6% 0.0% 0.0% skip:65.4%
[libx264 @ 0000000000448660] mb B I16..4: 0.6% 0.1% 0.0% B16..8: 12.8% 0.2
% 0.0% direct: 0.6% skip:85.7% L0:50.1% L1:49.8% BI: 0.1%
[libx264 @ 0000000000448660] 8x8 transform intra:27.6% inter:98.0%
[libx264 @ 0000000000448660] coded y,uvDC,uvAC intra: 11.1% 13.8% 0.6% inter: 0.
3% 1.0% 0.0%
[libx264 @ 0000000000448660] i16 v,h,dc,p: 19% 25% 5% 52%
[libx264 @ 0000000000448660] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 48% 19% 20% 2% 3%

3% 3% 2% 1%

[libx264 @ 0000000000448660] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 45% 21% 20% 4% 2%

3% 2% 2% 2%

[libx264 @ 0000000000448660] i8c dc,h,v,p: 78% 11% 11% 1%
[libx264 @ 0000000000448660] Weighted P-Frames: Y:0.0% UV:0.0%
[libx264 @ 0000000000448660] ref P L0: 56.6% 43.4%
[libx264 @ 0000000000448660] ref B L0: 57.5% 42.5%
[libx264 @ 0000000000448660] ref B L1: 77.4% 22.6%
[libx264 @ 0000000000448660] kb/s:101.60
[aac @ 00000000004494c0] Qavg: 60693.398
[libx264 @ 0000000000435160] frame I:4 Avg QP:24.66 size: 5193
[libx264 @ 0000000000435160] frame P:31 Avg QP:25.06 size: 627
[libx264 @ 0000000000435160] frame B:88 Avg QP:26.09 size: 373
[libx264 @ 0000000000435160] consecutive B-frames: 3.3% 1.6% 7.3% 87.8%
[libx264 @ 0000000000435160] mb I I16..4: 68.9% 27.1% 4.0%
[libx264 @ 0000000000435160] mb P I16..4: 4.6% 2.2% 0.0% P16..4: 12.9% 0.2
% 0.3% 0.0% 0.0% skip:79.9%
[libx264 @ 0000000000435160] mb B I16..4: 1.8% 0.3% 0.0% B16..8: 3.3% 0.1
% 0.0% direct: 5.5% skip:89.0% L0:49.7% L1:49.9% BI: 0.4%
[libx264 @ 0000000000435160] 8x8 transform intra:25.6% inter:87.3%
[libx264 @ 0000000000435160] coded y,uvDC,uvAC intra: 15.1% 16.7% 0.0% inter: 0.
2% 6.4% 0.0%
[libx264 @ 0000000000435160] i16 v,h,dc,p: 27% 36% 16% 21%
[libx264 @ 0000000000435160] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 20% 18% 60% 1% 0%

0% 0% 0% 0%

[libx264 @ 0000000000435160] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 34% 24% 29% 3% 2%

3% 2% 2% 2%

[libx264 @ 0000000000435160] i8c dc,h,v,p: 68% 13% 17% 2%
[libx264 @ 0000000000435160] Weighted P-Frames: Y:0.0% UV:0.0%
[libx264 @ 0000000000435160] ref P L0: 62.9% 37.1%
[libx264 @ 0000000000435160] ref B L0: 63.8% 36.2%
[libx264 @ 0000000000435160] ref B L1: 87.2% 12.8%
[libx264 @ 0000000000435160] kb/s:73.98
[aac @ 0000000000435fc0] Qavg: 60123.445

REPORT output:

https://docs.google.com/document/d/1wS0NB_keDaS28qib5hs4JLLWXZEjxYtxQXL_msEH64s/edit?usp=sharing

Change History (3)

comment:1 by walter, 7 years ago

Keywords: rtsp added

comment:2 by Carl Eugen Hoyos, 7 years ago

Component: ffmpegundetermined
Keywords: ffmpeg cseq h264 ip hikvision removed
Priority: importantnormal
Version: 3.2.4unspecified

comment:3 by walter, 7 years ago

ffmpeg_x64 -version
ffmpeg started on 2017-08-18 at 10:47:08
Report written to "ffreport.log"
ffmpeg version 3.2 Copyright (c) 2000-2016 the FFmpeg developers
built with gcc 5.4.0 (GCC)
configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-dxva
2 --enable-libmfx --enable-nvenc --enable-avisynth --enable-bzlib --enable-libeb
ur128 --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enabl
e-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libfreety
pe --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable
-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libop
enh264 --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroe
dinger --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora
--enable-libtwolame --enable-libvidstab --enable-libvo-amrwbenc --enable-libvorb
is --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enabl
e-libx265 --enable-libxavs --enable-libxvid --enable-libzimg --enable-lzma --ena
ble-decklink --enable-zlib
libavutil 55. 34.100 / 55. 34.100
libavcodec 57. 64.100 / 57. 64.100
libavformat 57. 56.100 / 57. 56.100
libavdevice 57. 1.100 / 57. 1.100
libavfilter 6. 65.100 / 6. 65.100
libswscale 4. 2.100 / 4. 2.100
libswresample 2. 3.100 / 2. 3.100
libpostproc 54. 1.100 / 54. 1.100

Note: See TracTickets for help on using tickets.