This file is indexed.

/usr/share/doc/libav/libavfilter.html is in libav-tools 6:11.12-1~deb8u1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
<!DOCTYPE html>
<html>
<!-- Created on February 18, 2018 by texi2html 1.82 -->
<!--
texi2html was written by: 
            Lionel Cons <Lionel.Cons@cern.ch> (original author)
            Karl Berry  <karl@freefriends.org>
            Olaf Bachmann <obachman@mathematik.uni-kl.de>
            and many others.
Maintained by: Many creative people.
Send bugs and suggestions to <texi2html-bug@nongnu.org>

-->
<head>
<title>Libav documentation : Libavfilter </title>

<meta name="description" content="Libavfilter Documentation: ">
<meta name="keywords" content="Libav documentation : Libavfilter ">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="texi2html 1.82">

<style type="text/css">
<!--
.container {
  margin-right: auto;
  margin-left: auto;
  width: 1070px;
}
body {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}
a {
  color: #0088cc;
  text-decoration: none;
}
a:hover {
  color: #005580;
  text-decoration: underline;
}
p {
  margin: 0 0 10px;
}
h2,
h3,
h4 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  border-color: #D6E9C6;
  color: #468847;
  border-style: solid;
  border-width: 0 0 1px;
  padding-left: 0.5em;
}

h1 a,
h2 a,
h3 a,
h4 a {
  color: inherit;
}
h1 {
  font-size: 30px;
  line-height: 40px;
}
h2 {
  font-size: 20px;
  line-height: 40px;
}
h3 {
  font-size: 18px;
  line-height: 40px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: monospace;
  font-size: 12px;
  color: #333333;
  border-radius: 3px;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px;
  color: #c09853;
}

.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}

ul.toc {
  list-style-type: none;
}
-->
</style>

<link rel="icon" href="favicon.png" type="image/png" />
</head>
<body>
<div class="container">

<a name="SEC_Top"></a>
<h1 class="settitle">Libavfilter Documentation</h1>

<a name="SEC_Contents"></a>
<h1>Table of Contents</h1>
<div class="contents">

<ul class="toc">
  <li><a name="toc-Introduction" href="#Introduction">1. Introduction</a></li>
  <li><a name="toc-Tutorial" href="#Tutorial">2. Tutorial</a></li>
  <li><a name="toc-graph2dot" href="#graph2dot">3. graph2dot</a></li>
  <li><a name="toc-Filtergraph-description" href="#Filtergraph-description">4. Filtergraph description</a>
  <ul class="toc">
    <li><a name="toc-Filtergraph-syntax-1" href="#Filtergraph-syntax-1">4.1 Filtergraph syntax</a></li>
  </ul></li>
  <li><a name="toc-Audio-Filters" href="#Audio-Filters">5. Audio Filters</a>
  <ul class="toc">
    <li><a name="toc-aformat" href="#aformat">5.1 aformat</a></li>
    <li><a name="toc-amix" href="#amix">5.2 amix</a></li>
    <li><a name="toc-anull" href="#anull">5.3 anull</a></li>
    <li><a name="toc-asetpts" href="#asetpts">5.4 asetpts</a></li>
    <li><a name="toc-asettb" href="#asettb">5.5 asettb</a></li>
    <li><a name="toc-ashowinfo" href="#ashowinfo">5.6 ashowinfo</a></li>
    <li><a name="toc-asplit" href="#asplit">5.7 asplit</a></li>
    <li><a name="toc-asyncts" href="#asyncts">5.8 asyncts</a></li>
    <li><a name="toc-atrim" href="#atrim">5.9 atrim</a></li>
    <li><a name="toc-bs2b" href="#bs2b">5.10 bs2b</a></li>
    <li><a name="toc-channelsplit" href="#channelsplit">5.11 channelsplit</a></li>
    <li><a name="toc-channelmap" href="#channelmap">5.12 channelmap</a></li>
    <li><a name="toc-compand" href="#compand">5.13 compand</a>
    <ul class="toc">
      <li><a name="toc-Examples-1" href="#Examples-1">5.13.1 Examples</a></li>
    </ul></li>
    <li><a name="toc-join" href="#join">5.14 join</a></li>
    <li><a name="toc-resample" href="#resample">5.15 resample</a></li>
    <li><a name="toc-volume" href="#volume">5.16 volume</a>
    <ul class="toc">
      <li><a name="toc-Examples" href="#Examples">5.16.1 Examples</a></li>
    </ul>
</li>
  </ul></li>
  <li><a name="toc-Audio-Sources" href="#Audio-Sources">6. Audio Sources</a>
  <ul class="toc">
    <li><a name="toc-anullsrc" href="#anullsrc">6.1 anullsrc</a></li>
    <li><a name="toc-abuffer" href="#abuffer">6.2 abuffer</a></li>
  </ul></li>
  <li><a name="toc-Audio-Sinks" href="#Audio-Sinks">7. Audio Sinks</a>
  <ul class="toc">
    <li><a name="toc-anullsink" href="#anullsink">7.1 anullsink</a></li>
    <li><a name="toc-abuffersink" href="#abuffersink">7.2 abuffersink</a></li>
  </ul></li>
  <li><a name="toc-Video-Filters" href="#Video-Filters">8. Video Filters</a>
  <ul class="toc">
    <li><a name="toc-blackframe" href="#blackframe">8.1 blackframe</a></li>
    <li><a name="toc-boxblur" href="#boxblur">8.2 boxblur</a></li>
    <li><a name="toc-copy" href="#copy">8.3 copy</a></li>
    <li><a name="toc-crop" href="#crop">8.4 crop</a></li>
    <li><a name="toc-cropdetect" href="#cropdetect">8.5 cropdetect</a></li>
    <li><a name="toc-delogo" href="#delogo">8.6 delogo</a></li>
    <li><a name="toc-drawbox" href="#drawbox">8.7 drawbox</a></li>
    <li><a name="toc-drawtext" href="#drawtext">8.8 drawtext</a></li>
    <li><a name="toc-fade" href="#fade">8.9 fade</a></li>
    <li><a name="toc-fieldorder" href="#fieldorder">8.10 fieldorder</a></li>
    <li><a name="toc-fifo" href="#fifo">8.11 fifo</a></li>
    <li><a name="toc-format" href="#format">8.12 format</a></li>
    <li><a name="toc-fps-1" href="#fps-1">8.13 fps</a></li>
    <li><a name="toc-framepack" href="#framepack">8.14 framepack</a></li>
    <li><a name="toc-frei0r-1" href="#frei0r-1">8.15 frei0r</a></li>
    <li><a name="toc-gradfun" href="#gradfun">8.16 gradfun</a></li>
    <li><a name="toc-hflip" href="#hflip">8.17 hflip</a></li>
    <li><a name="toc-hqdn3d" href="#hqdn3d">8.18 hqdn3d</a></li>
    <li><a name="toc-interlace" href="#interlace">8.19 interlace</a></li>
    <li><a name="toc-lut_002c-lutrgb_002c-lutyuv" href="#lut_002c-lutrgb_002c-lutyuv">8.20 lut, lutrgb, lutyuv</a></li>
    <li><a name="toc-negate" href="#negate">8.21 negate</a></li>
    <li><a name="toc-noformat" href="#noformat">8.22 noformat</a></li>
    <li><a name="toc-null" href="#null">8.23 null</a></li>
    <li><a name="toc-ocv" href="#ocv">8.24 ocv</a>
    <ul class="toc">
      <li><a name="toc-dilate-1" href="#dilate-1">8.24.1 dilate</a></li>
      <li><a name="toc-erode" href="#erode">8.24.2 erode</a></li>
      <li><a name="toc-smooth" href="#smooth">8.24.3 smooth</a></li>
    </ul></li>
    <li><a name="toc-overlay-1" href="#overlay-1">8.25 overlay</a></li>
    <li><a name="toc-pad" href="#pad">8.26 pad</a></li>
    <li><a name="toc-pixdesctest" href="#pixdesctest">8.27 pixdesctest</a></li>
    <li><a name="toc-scale-1" href="#scale-1">8.28 scale</a></li>
    <li><a name="toc-select" href="#select">8.29 select</a></li>
    <li><a name="toc-setdar-1" href="#setdar-1">8.30 setdar</a></li>
    <li><a name="toc-setpts" href="#setpts">8.31 setpts</a></li>
    <li><a name="toc-setsar-1" href="#setsar-1">8.32 setsar</a></li>
    <li><a name="toc-settb" href="#settb">8.33 settb</a></li>
    <li><a name="toc-showinfo" href="#showinfo">8.34 showinfo</a></li>
    <li><a name="toc-shuffleplanes" href="#shuffleplanes">8.35 shuffleplanes</a></li>
    <li><a name="toc-split" href="#split">8.36 split</a></li>
    <li><a name="toc-transpose" href="#transpose">8.37 transpose</a></li>
    <li><a name="toc-trim" href="#trim">8.38 trim</a></li>
    <li><a name="toc-unsharp" href="#unsharp">8.39 unsharp</a></li>
    <li><a name="toc-vflip" href="#vflip">8.40 vflip</a></li>
    <li><a name="toc-yadif" href="#yadif">8.41 yadif</a></li>
  </ul></li>
  <li><a name="toc-Video-Sources" href="#Video-Sources">9. Video Sources</a>
  <ul class="toc">
    <li><a name="toc-buffer" href="#buffer">9.1 buffer</a></li>
    <li><a name="toc-color" href="#color">9.2 color</a></li>
    <li><a name="toc-movie" href="#movie">9.3 movie</a></li>
    <li><a name="toc-nullsrc" href="#nullsrc">9.4 nullsrc</a></li>
    <li><a name="toc-frei0r_005fsrc" href="#frei0r_005fsrc">9.5 frei0r_src</a></li>
    <li><a name="toc-rgbtestsrc_002c-testsrc" href="#rgbtestsrc_002c-testsrc">9.6 rgbtestsrc, testsrc</a></li>
  </ul></li>
  <li><a name="toc-Video-Sinks" href="#Video-Sinks">10. Video Sinks</a>
  <ul class="toc">
    <li><a name="toc-buffersink" href="#buffersink">10.1 buffersink</a></li>
    <li><a name="toc-nullsink" href="#nullsink">10.2 nullsink</a></li>
  </ul>
</li>
</ul>
</div>

<a name="Introduction"></a>
<h1 class="chapter"><a href="libavfilter.html#toc-Introduction">1. Introduction</a></h1>

<p>Libavfilter is the filtering API of Libav. It replaces &rsquo;vhooks&rsquo;, and
started as a Google Summer of Code project.
</p>
<p>Note that there may still be serious bugs in the code and its API
and ABI should not be considered stable yet!
</p>
<a name="Tutorial"></a>
<h1 class="chapter"><a href="libavfilter.html#toc-Tutorial">2. Tutorial</a></h1>

<p>In libavfilter, it is possible for filters to have multiple inputs and
multiple outputs.
To illustrate the sorts of things that are possible, we can
use a complex filter graph. For example, the following one:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example">input --&gt; split --&gt; fifo -----------------------&gt; overlay --&gt; output
            |                                        ^
            |                                        |
            +------&gt; fifo --&gt; crop --&gt; vflip --------+
</pre></td></tr></table>

<p>splits the stream in two streams, then sends one stream through the crop filter
and the vflip filter, before merging it back with the other stream by
overlaying it on top. You can use the following command to achieve this:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example">./avconv -i input -vf &quot;[in] split [T1], fifo, [T2] overlay=0:H/2 [out]; [T1] fifo, crop=iw:ih/2:0:ih/2, vflip [T2]&quot; output
</pre></td></tr></table>

<p>The result will be that the top half of the video is mirrored
onto the bottom half of the output video.
</p>
<p>Video filters are loaded using the <var>-vf</var> option passed to
avconv or to avplay. Filters in the same linear chain are separated by
commas. In our example, <var>split</var>, <var>fifo</var>, and <var>overlay</var> are in one
linear chain, and <var>fifo</var>, <var>crop</var>, and <var>vflip</var> are in another. The
points where the linear chains join are labeled by names enclosed in square
brackets. In our example, they join at <var>[T1]</var> and <var>[T2]</var>. The magic
labels <var>[in]</var> and <var>[out]</var> are the points where video is input
and output.
</p>
<p>Some filters take a list of parameters: they are specified
after the filter name and an equal sign, and are separated
by a semicolon.
</p>
<p>There are so-called <var>source filters</var> that do not take video
input, and we expect that some <var>sink filters</var> will
not have video output, at some point in the future.
</p>
<a name="graph2dot"></a>
<h1 class="chapter"><a href="libavfilter.html#toc-graph2dot">3. graph2dot</a></h1>

<p>The &lsquo;<tt>graph2dot</tt>&rsquo; program included in the Libav &lsquo;<tt>tools</tt>&rsquo;
directory can be used to parse a filter graph description and issue a
corresponding textual representation in the dot language.
</p>
<p>Invoke the command:
</p><table><tr><td>&nbsp;</td><td><pre class="example">graph2dot -h
</pre></td></tr></table>

<p>to see how to use &lsquo;<tt>graph2dot</tt>&rsquo;.
</p>
<p>You can then pass the dot description to the &lsquo;<tt>dot</tt>&rsquo; program (from
the graphviz suite of programs) and obtain a graphical representation
of the filter graph.
</p>
<p>For example the sequence of commands:
</p><table><tr><td>&nbsp;</td><td><pre class="example">echo <var>GRAPH_DESCRIPTION</var> | \
tools/graph2dot -o graph.tmp &amp;&amp; \
dot -Tpng graph.tmp -o graph.png &amp;&amp; \
display graph.png
</pre></td></tr></table>

<p>can be used to create and display an image representing the graph
described by the <var>GRAPH_DESCRIPTION</var> string.
</p>
<a name="Filtergraph-description"></a>
<h1 class="chapter"><a href="libavfilter.html#toc-Filtergraph-description">4. Filtergraph description</a></h1>

<p>A filtergraph is a directed graph of connected filters. It can contain
cycles, and there can be multiple links between a pair of
filters. Each link has one input pad on one side connecting it to one
filter from which it takes its input, and one output pad on the other
side connecting it to one filter accepting its output.
</p>
<p>Each filter in a filtergraph is an instance of a filter class
registered in the application, which defines the features and the
number of input and output pads of the filter.
</p>
<p>A filter with no input pads is called a &quot;source&quot;, and a filter with no
output pads is called a &quot;sink&quot;.
</p>
<p><a name="Filtergraph-syntax"></a>
</p><a name="Filtergraph-syntax-1"></a>
<h2 class="section"><a href="libavfilter.html#toc-Filtergraph-syntax-1">4.1 Filtergraph syntax</a></h2>

<p>A filtergraph has a textual representation, which is
recognized by the &lsquo;<samp>-filter</samp>&rsquo;/&lsquo;<samp>-vf</samp>&rsquo; and &lsquo;<samp>-filter_complex</samp>&rsquo;
options in <code>avconv</code> and &lsquo;<samp>-vf</samp>&rsquo; in <code>avplay</code>, and by the
<code>avfilter_graph_parse()</code>/<code>avfilter_graph_parse2()</code> functions defined in
&lsquo;<tt>libavfilter/avfilter.h</tt>&rsquo;.
</p>
<p>A filterchain consists of a sequence of connected filters, each one
connected to the previous one in the sequence. A filterchain is
represented by a list of &quot;,&quot;-separated filter descriptions.
</p>
<p>A filtergraph consists of a sequence of filterchains. A sequence of
filterchains is represented by a list of &quot;;&quot;-separated filterchain
descriptions.
</p>
<p>A filter is represented by a string of the form:
[<var>in_link_1</var>]...[<var>in_link_N</var>]<var>filter_name</var>=<var>arguments</var>[<var>out_link_1</var>]...[<var>out_link_M</var>]
</p>
<p><var>filter_name</var> is the name of the filter class of which the
described filter is an instance of, and has to be the name of one of
the filter classes registered in the program.
The name of the filter class is optionally followed by a string
&quot;=<var>arguments</var>&quot;.
</p>
<p><var>arguments</var> is a string which contains the parameters used to
initialize the filter instance. It may have one of two forms:
</p><ul>
<li>
A &rsquo;:&rsquo;-separated list of <var>key=value</var> pairs.

</li><li>
A &rsquo;:&rsquo;-separated list of <var>value</var>. In this case, the keys are assumed to be
the option names in the order they are declared. E.g. the <code>fade</code> filter
declares three options in this order &ndash; &lsquo;<samp>type</samp>&rsquo;, &lsquo;<samp>start_frame</samp>&rsquo; and
&lsquo;<samp>nb_frames</samp>&rsquo;. Then the parameter list <var>in:0:30</var> means that the value
<var>in</var> is assigned to the option &lsquo;<samp>type</samp>&rsquo;, <var>0</var> to
&lsquo;<samp>start_frame</samp>&rsquo; and <var>30</var> to &lsquo;<samp>nb_frames</samp>&rsquo;.

</li></ul>

<p>If the option value itself is a list of items (e.g. the <code>format</code> filter
takes a list of pixel formats), the items in the list are usually separated by
&rsquo;|&rsquo;.
</p>
<p>The list of arguments can be quoted using the character &quot;&rsquo;&quot; as initial
and ending mark, and the character &rsquo;\&rsquo; for escaping the characters
within the quoted text; otherwise the argument string is considered
terminated when the next special character (belonging to the set
&quot;[]=;,&quot;) is encountered.
</p>
<p>The name and arguments of the filter are optionally preceded and
followed by a list of link labels.
A link label allows to name a link and associate it to a filter output
or input pad. The preceding labels <var>in_link_1</var>
... <var>in_link_N</var>, are associated to the filter input pads,
the following labels <var>out_link_1</var> ... <var>out_link_M</var>, are
associated to the output pads.
</p>
<p>When two link labels with the same name are found in the
filtergraph, a link between the corresponding input and output pad is
created.
</p>
<p>If an output pad is not labelled, it is linked by default to the first
unlabelled input pad of the next filter in the filterchain.
For example in the filterchain
</p><table><tr><td>&nbsp;</td><td><pre class="example">nullsrc, split[L1], [L2]overlay, nullsink
</pre></td></tr></table>
<p>the split filter instance has two output pads, and the overlay filter
instance two input pads. The first output pad of split is labelled
&quot;L1&quot;, the first input pad of overlay is labelled &quot;L2&quot;, and the second
output pad of split is linked to the second input pad of overlay,
which are both unlabelled.
</p>
<p>In a complete filterchain all the unlabelled filter input and output
pads must be connected. A filtergraph is considered valid if all the
filter input and output pads of all the filterchains are connected.
</p>
<p>Libavfilter will automatically insert <a href="#scale">scale</a> filters where format
conversion is required. It is possible to specify swscale flags
for those automatically inserted scalers by prepending
<code>sws_flags=<var>flags</var>;</code>
to the filtergraph description.
</p>
<p>Here is a BNF description of the filtergraph syntax:
</p><table><tr><td>&nbsp;</td><td><pre class="example"><var>NAME</var>             ::= sequence of alphanumeric characters and '_'
<var>LINKLABEL</var>        ::= &quot;[&quot; <var>NAME</var> &quot;]&quot;
<var>LINKLABELS</var>       ::= <var>LINKLABEL</var> [<var>LINKLABELS</var>]
<var>FILTER_ARGUMENTS</var> ::= sequence of chars (possibly quoted)
<var>FILTER</var>           ::= [<var>LINKLABELS</var>] <var>NAME</var> [&quot;=&quot; <var>FILTER_ARGUMENTS</var>] [<var>LINKLABELS</var>]
<var>FILTERCHAIN</var>      ::= <var>FILTER</var> [,<var>FILTERCHAIN</var>]
<var>FILTERGRAPH</var>      ::= [sws_flags=<var>flags</var>;] <var>FILTERCHAIN</var> [;<var>FILTERGRAPH</var>]
</pre></td></tr></table>


<a name="Audio-Filters"></a>
<h1 class="chapter"><a href="libavfilter.html#toc-Audio-Filters">5. Audio Filters</a></h1>

<p>When you configure your Libav build, you can disable any of the
existing filters using &ndash;disable-filters.
The configure output will show the audio filters included in your
build.
</p>
<p>Below is a description of the currently available audio filters.
</p>
<a name="aformat"></a>
<h2 class="section"><a href="libavfilter.html#toc-aformat">5.1 aformat</a></h2>

<p>Convert the input audio to one of the specified formats. The framework will
negotiate the most appropriate format to minimize conversions.
</p>
<p>It accepts the following parameters:
</p><dl compact="compact">
<dt> &lsquo;<samp>sample_fmts</samp>&rsquo;</dt>
<dd><p>A &rsquo;|&rsquo;-separated list of requested sample formats.
</p>
</dd>
<dt> &lsquo;<samp>sample_rates</samp>&rsquo;</dt>
<dd><p>A &rsquo;|&rsquo;-separated list of requested sample rates.
</p>
</dd>
<dt> &lsquo;<samp>channel_layouts</samp>&rsquo;</dt>
<dd><p>A &rsquo;|&rsquo;-separated list of requested channel layouts.
</p>
</dd>
</dl>

<p>If a parameter is omitted, all values are allowed.
</p>
<p>Force the output to either unsigned 8-bit or signed 16-bit stereo
</p><table><tr><td>&nbsp;</td><td><pre class="example">aformat=sample_fmts=u8|s16:channel_layouts=stereo
</pre></td></tr></table>

<a name="amix"></a>
<h2 class="section"><a href="libavfilter.html#toc-amix">5.2 amix</a></h2>

<p>Mixes multiple audio inputs into a single output.
</p>
<p>For example
</p><table><tr><td>&nbsp;</td><td><pre class="example">avconv -i INPUT1 -i INPUT2 -i INPUT3 -filter_complex amix=inputs=3:duration=first:dropout_transition=3 OUTPUT
</pre></td></tr></table>
<p>will mix 3 input audio streams to a single output with the same duration as the
first input and a dropout transition time of 3 seconds.
</p>
<p>It accepts the following parameters:
</p><dl compact="compact">
<dt> &lsquo;<samp>inputs</samp>&rsquo;</dt>
<dd><p>The number of inputs. If unspecified, it defaults to 2.
</p>
</dd>
<dt> &lsquo;<samp>duration</samp>&rsquo;</dt>
<dd><p>How to determine the end-of-stream.
</p><dl compact="compact">
<dt> &lsquo;<samp>longest</samp>&rsquo;</dt>
<dd><p>The duration of the longest input. (default)
</p>
</dd>
<dt> &lsquo;<samp>shortest</samp>&rsquo;</dt>
<dd><p>The duration of the shortest input.
</p>
</dd>
<dt> &lsquo;<samp>first</samp>&rsquo;</dt>
<dd><p>The duration of the first input.
</p>
</dd>
</dl>

</dd>
<dt> &lsquo;<samp>dropout_transition</samp>&rsquo;</dt>
<dd><p>The transition time, in seconds, for volume renormalization when an input
stream ends. The default value is 2 seconds.
</p>
</dd>
</dl>

<a name="anull"></a>
<h2 class="section"><a href="libavfilter.html#toc-anull">5.3 anull</a></h2>

<p>Pass the audio source unchanged to the output.
</p>
<a name="asetpts"></a>
<h2 class="section"><a href="libavfilter.html#toc-asetpts">5.4 asetpts</a></h2>

<p>Change the PTS (presentation timestamp) of the input audio frames.
</p>
<p>It accepts the following parameters:
</p>
<dl compact="compact">
<dt> &lsquo;<samp>expr</samp>&rsquo;</dt>
<dd><p>The expression which is evaluated for each frame to construct its timestamp.
</p>
</dd>
</dl>

<p>The expression is evaluated through the eval API and can contain the following
constants:
</p>
<dl compact="compact">
<dt> &lsquo;<samp>PTS</samp>&rsquo;</dt>
<dd><p>the presentation timestamp in input
</p>
</dd>
<dt> &lsquo;<samp>E, PI, PHI</samp>&rsquo;</dt>
<dd><p>These are approximated values for the mathematical constants e
(Euler&rsquo;s number), pi (Greek pi), and phi (the golden ratio).
</p>
</dd>
<dt> &lsquo;<samp>N</samp>&rsquo;</dt>
<dd><p>The number of audio samples passed through the filter so far, starting at 0.
</p>
</dd>
<dt> &lsquo;<samp>S</samp>&rsquo;</dt>
<dd><p>The number of audio samples in the current frame.
</p>
</dd>
<dt> &lsquo;<samp>SR</samp>&rsquo;</dt>
<dd><p>The audio sample rate.
</p>
</dd>
<dt> &lsquo;<samp>STARTPTS</samp>&rsquo;</dt>
<dd><p>The PTS of the first frame.
</p>
</dd>
<dt> &lsquo;<samp>PREV_INPTS</samp>&rsquo;</dt>
<dd><p>The previous input PTS.
</p>
</dd>
<dt> &lsquo;<samp>PREV_OUTPTS</samp>&rsquo;</dt>
<dd><p>The previous output PTS.
</p>
</dd>
<dt> &lsquo;<samp>RTCTIME</samp>&rsquo;</dt>
<dd><p>The wallclock (RTC) time in microseconds.
</p>
</dd>
<dt> &lsquo;<samp>RTCSTART</samp>&rsquo;</dt>
<dd><p>The wallclock (RTC) time at the start of the movie in microseconds.
</p>
</dd>
</dl>

<p>Some examples:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"># Start counting PTS from zero
asetpts=expr=PTS-STARTPTS

# Generate timestamps by counting samples
asetpts=expr=N/SR/TB

# Generate timestamps from a &quot;live source&quot; and rebase onto the current timebase
asetpts='(RTCTIME - RTCSTART) / (TB * 1000000)&quot;
</pre></td></tr></table>

<a name="asettb"></a>
<h2 class="section"><a href="libavfilter.html#toc-asettb">5.5 asettb</a></h2>

<p>Set the timebase to use for the output frames timestamps.
It is mainly useful for testing timebase configuration.
</p>
<p>This filter accepts the following parameters:
</p>
<dl compact="compact">
<dt> &lsquo;<samp>expr</samp>&rsquo;</dt>
<dd><p>The expression which is evaluated into the output timebase.
</p>
</dd>
</dl>

<p>The expression can contain the constants <var>PI</var>, <var>E</var>, <var>PHI</var>, <var>AVTB</var> (the
default timebase), <var>intb</var> (the input timebase), and <var>sr</var> (the sample rate,
audio only).
</p>
<p>The default value for the input is <var>intb</var>.
</p>
<p>Some examples:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"># Set the timebase to 1/25:
settb=1/25

# Set the timebase to 1/10:
settb=0.1

# Set the timebase to 1001/1000:
settb=1+0.001

# Set the timebase to 2*intb:
settb=2*intb

# Set the default timebase value:
settb=AVTB

# Set the timebase to twice the sample rate:
asettb=sr*2
</pre></td></tr></table>

<a name="ashowinfo"></a>
<h2 class="section"><a href="libavfilter.html#toc-ashowinfo">5.6 ashowinfo</a></h2>

<p>Show a line containing various information for each input audio frame.
The input audio is not modified.
</p>
<p>The shown line contains a sequence of key/value pairs of the form
<var>key</var>:<var>value</var>.
</p>
<p>It accepts the following parameters:
</p>
<dl compact="compact">
<dt> &lsquo;<samp>n</samp>&rsquo;</dt>
<dd><p>The (sequential) number of the input frame, starting from 0.
</p>
</dd>
<dt> &lsquo;<samp>pts</samp>&rsquo;</dt>
<dd><p>The presentation timestamp of the input frame, in time base units; the time base
depends on the filter input pad, and is usually 1/<var>sample_rate</var>.
</p>
</dd>
<dt> &lsquo;<samp>pts_time</samp>&rsquo;</dt>
<dd><p>The presentation timestamp of the input frame in seconds.
</p>
</dd>
<dt> &lsquo;<samp>fmt</samp>&rsquo;</dt>
<dd><p>The sample format.
</p>
</dd>
<dt> &lsquo;<samp>chlayout</samp>&rsquo;</dt>
<dd><p>The channel layout.
</p>
</dd>
<dt> &lsquo;<samp>rate</samp>&rsquo;</dt>
<dd><p>The sample rate for the audio frame.
</p>
</dd>
<dt> &lsquo;<samp>nb_samples</samp>&rsquo;</dt>
<dd><p>The number of samples (per channel) in the frame.
</p>
</dd>
<dt> &lsquo;<samp>checksum</samp>&rsquo;</dt>
<dd><p>The Adler-32 checksum (printed in hexadecimal) of the audio data. For planar
audio, the data is treated as if all the planes were concatenated.
</p>
</dd>
<dt> &lsquo;<samp>plane_checksums</samp>&rsquo;</dt>
<dd><p>A list of Adler-32 checksums for each data plane.
</p></dd>
</dl>

<a name="asplit"></a>
<h2 class="section"><a href="libavfilter.html#toc-asplit">5.7 asplit</a></h2>

<p>Split input audio into several identical outputs.
</p>
<p>It accepts a single parameter, which specifies the number of outputs. If
unspecified, it defaults to 2.
</p>
<p>For example,
</p><table><tr><td>&nbsp;</td><td><pre class="example">avconv -i INPUT -filter_complex asplit=5 OUTPUT
</pre></td></tr></table>
<p>will create 5 copies of the input audio.
</p>
<a name="asyncts"></a>
<h2 class="section"><a href="libavfilter.html#toc-asyncts">5.8 asyncts</a></h2>
<p>Synchronize audio data with timestamps by squeezing/stretching it and/or
dropping samples/adding silence when needed.
</p>
<p>It accepts the following parameters:
</p><dl compact="compact">
<dt> &lsquo;<samp>compensate</samp>&rsquo;</dt>
<dd><p>Enable stretching/squeezing the data to make it match the timestamps. Disabled
by default. When disabled, time gaps are covered with silence.
</p>
</dd>
<dt> &lsquo;<samp>min_delta</samp>&rsquo;</dt>
<dd><p>The minimum difference between timestamps and audio data (in seconds) to trigger
adding/dropping samples. The default value is 0.1. If you get an imperfect
sync with this filter, try setting this parameter to 0.
</p>
</dd>
<dt> &lsquo;<samp>max_comp</samp>&rsquo;</dt>
<dd><p>The maximum compensation in samples per second. Only relevant with compensate=1.
The default value is 500.
</p>
</dd>
<dt> &lsquo;<samp>first_pts</samp>&rsquo;</dt>
<dd><p>Assume that the first PTS should be this value. The time base is 1 / sample
rate. This allows for padding/trimming at the start of the stream. By default,
no assumption is made about the first frame&rsquo;s expected PTS, so no padding or
trimming is done. For example, this could be set to 0 to pad the beginning with
silence if an audio stream starts after the video stream or to trim any samples
with a negative PTS due to encoder delay.
</p>
</dd>
</dl>

<a name="atrim"></a>
<h2 class="section"><a href="libavfilter.html#toc-atrim">5.9 atrim</a></h2>
<p>Trim the input so that the output contains one continuous subpart of the input.
</p>
<p>It accepts the following parameters:
</p><dl compact="compact">
<dt> &lsquo;<samp>start</samp>&rsquo;</dt>
<dd><p>Timestamp (in seconds) of the start of the section to keep. I.e. the audio
sample with the timestamp <var>start</var> will be the first sample in the output.
</p>
</dd>
<dt> &lsquo;<samp>end</samp>&rsquo;</dt>
<dd><p>Timestamp (in seconds) of the first audio sample that will be dropped. I.e. the
audio sample immediately preceding the one with the timestamp <var>end</var> will be
the last sample in the output.
</p>
</dd>
<dt> &lsquo;<samp>start_pts</samp>&rsquo;</dt>
<dd><p>Same as <var>start</var>, except this option sets the start timestamp in samples
instead of seconds.
</p>
</dd>
<dt> &lsquo;<samp>end_pts</samp>&rsquo;</dt>
<dd><p>Same as <var>end</var>, except this option sets the end timestamp in samples instead
of seconds.
</p>
</dd>
<dt> &lsquo;<samp>duration</samp>&rsquo;</dt>
<dd><p>The maximum duration of the output in seconds.
</p>
</dd>
<dt> &lsquo;<samp>start_sample</samp>&rsquo;</dt>
<dd><p>The number of the first sample that should be output.
</p>
</dd>
<dt> &lsquo;<samp>end_sample</samp>&rsquo;</dt>
<dd><p>The number of the first sample that should be dropped.
</p></dd>
</dl>

<p>Note that the first two sets of the start/end options and the &lsquo;<samp>duration</samp>&rsquo;
option look at the frame timestamp, while the _sample options simply count the
samples that pass through the filter. So start/end_pts and start/end_sample will
give different results when the timestamps are wrong, inexact or do not start at
zero. Also note that this filter does not modify the timestamps. If you wish
to have the output timestamps start at zero, insert the asetpts filter after the
atrim filter.
</p>
<p>If multiple start or end options are set, this filter tries to be greedy and
keep all samples that match at least one of the specified constraints. To keep
only the part that matches all the constraints at once, chain multiple atrim
filters.
</p>
<p>The defaults are such that all the input is kept. So it is possible to set e.g.
just the end values to keep everything before the specified time.
</p>
<p>Examples:
</p><ul>
<li>
Drop everything except the second minute of input:
<table><tr><td>&nbsp;</td><td><pre class="example">avconv -i INPUT -af atrim=60:120
</pre></td></tr></table>

</li><li>
Keep only the first 1000 samples:
<table><tr><td>&nbsp;</td><td><pre class="example">avconv -i INPUT -af atrim=end_sample=1000
</pre></td></tr></table>

</li></ul>

<a name="bs2b"></a>
<h2 class="section"><a href="libavfilter.html#toc-bs2b">5.10 bs2b</a></h2>
<p>Bauer stereo to binaural transformation, which improves headphone listening of
stereo audio records.
</p>
<p>It accepts the following parameters:
</p><dl compact="compact">
<dt> &lsquo;<samp>profile</samp>&rsquo;</dt>
<dd><p>Pre-defined crossfeed level.
</p><dl compact="compact">
<dt> &lsquo;<samp>default</samp>&rsquo;</dt>
<dd><p>Default level (fcut=700, feed=50).
</p>
</dd>
<dt> &lsquo;<samp>cmoy</samp>&rsquo;</dt>
<dd><p>Chu Moy circuit (fcut=700, feed=60).
</p>
</dd>
<dt> &lsquo;<samp>jmeier</samp>&rsquo;</dt>
<dd><p>Jan Meier circuit (fcut=650, feed=95).
</p>
</dd>
</dl>

</dd>
<dt> &lsquo;<samp>fcut</samp>&rsquo;</dt>
<dd><p>Cut frequency (in Hz).
</p>
</dd>
<dt> &lsquo;<samp>feed</samp>&rsquo;</dt>
<dd><p>Feed level (in Hz).
</p>
</dd>
</dl>

<a name="channelsplit"></a>
<h2 class="section"><a href="libavfilter.html#toc-channelsplit">5.11 channelsplit</a></h2>
<p>Split each channel from an input audio stream into a separate output stream.
</p>
<p>It accepts the following parameters:
</p><dl compact="compact">
<dt> &lsquo;<samp>channel_layout</samp>&rsquo;</dt>
<dd><p>The channel layout of the input stream. The default is &quot;stereo&quot;.
</p></dd>
</dl>

<p>For example, assuming a stereo input MP3 file,
</p><table><tr><td>&nbsp;</td><td><pre class="example">avconv -i in.mp3 -filter_complex channelsplit out.mkv
</pre></td></tr></table>
<p>will create an output Matroska file with two audio streams, one containing only
the left channel and the other the right channel.
</p>
<p>Split a 5.1 WAV file into per-channel files:
</p><table><tr><td>&nbsp;</td><td><pre class="example">avconv -i in.wav -filter_complex
'channelsplit=channel_layout=5.1[FL][FR][FC][LFE][SL][SR]'
-map '[FL]' front_left.wav -map '[FR]' front_right.wav -map '[FC]'
front_center.wav -map '[LFE]' lfe.wav -map '[SL]' side_left.wav -map '[SR]'
side_right.wav
</pre></td></tr></table>

<a name="channelmap"></a>
<h2 class="section"><a href="libavfilter.html#toc-channelmap">5.12 channelmap</a></h2>
<p>Remap input channels to new locations.
</p>
<p>It accepts the following parameters:
</p><dl compact="compact">
<dt> &lsquo;<samp>channel_layout</samp>&rsquo;</dt>
<dd><p>The channel layout of the output stream.
</p>
</dd>
<dt> &lsquo;<samp>map</samp>&rsquo;</dt>
<dd><p>Map channels from input to output. The argument is a &rsquo;|&rsquo;-separated list of
mappings, each in the <code><var>in_channel</var>-<var>out_channel</var></code> or
<var>in_channel</var> form. <var>in_channel</var> can be either the name of the input
channel (e.g. FL for front left) or its index in the input channel layout.
<var>out_channel</var> is the name of the output channel or its index in the output
channel layout. If <var>out_channel</var> is not given then it is implicitly an
index, starting with zero and increasing by one for each mapping.
</p></dd>
</dl>

<p>If no mapping is present, the filter will implicitly map input channels to
output channels, preserving indices.
</p>
<p>For example, assuming a 5.1+downmix input MOV file,
</p><table><tr><td>&nbsp;</td><td><pre class="example">avconv -i in.mov -filter 'channelmap=map=DL-FL|DR-FR' out.wav
</pre></td></tr></table>
<p>will create an output WAV file tagged as stereo from the downmix channels of
the input.
</p>
<p>To fix a 5.1 WAV improperly encoded in AAC&rsquo;s native channel order
</p><table><tr><td>&nbsp;</td><td><pre class="example">avconv -i in.wav -filter 'channelmap=1|2|0|5|3|4:channel_layout=5.1' out.wav
</pre></td></tr></table>

<a name="compand"></a>
<h2 class="section"><a href="libavfilter.html#toc-compand">5.13 compand</a></h2>
<p>Compress or expand the audio&rsquo;s dynamic range.
</p>
<p>It accepts the following parameters:
</p>
<dl compact="compact">
<dt> &lsquo;<samp>attacks</samp>&rsquo;</dt>
<dt> &lsquo;<samp>decays</samp>&rsquo;</dt>
<dd><p>A list of times in seconds for each channel over which the instantaneous level
of the input signal is averaged to determine its volume. <var>attacks</var> refers to
increase of volume and <var>decays</var> refers to decrease of volume. For most
situations, the attack time (response to the audio getting louder) should be
shorter than the decay time, because the human ear is more sensitive to sudden
loud audio than sudden soft audio. A typical value for attack is 0.3 seconds and
a typical value for decay is 0.8 seconds.
</p>
</dd>
<dt> &lsquo;<samp>points</samp>&rsquo;</dt>
<dd><p>A list of points for the transfer function, specified in dB relative to the
maximum possible signal amplitude. Each key points list must be defined using
the following syntax: <code>x0/y0|x1/y1|x2/y2|....</code>
</p>
<p>The input values must be in strictly increasing order but the transfer function
does not have to be monotonically rising. The point <code>0/0</code> is assumed but
may be overridden (by <code>0/out-dBn</code>). Typical values for the transfer
function are <code>-70/-70|-60/-20</code>.
</p>
</dd>
<dt> &lsquo;<samp>soft-knee</samp>&rsquo;</dt>
<dd><p>Set the curve radius in dB for all joints. It defaults to 0.01.
</p>
</dd>
<dt> &lsquo;<samp>gain</samp>&rsquo;</dt>
<dd><p>Set the additional gain in dB to be applied at all points on the transfer
function. This allows for easy adjustment of the overall gain.
It defaults to 0.
</p>
</dd>
<dt> &lsquo;<samp>volume</samp>&rsquo;</dt>
<dd><p>Set an initial volume, in dB, to be assumed for each channel when filtering
starts. This permits the user to supply a nominal level initially, so that, for
example, a very large gain is not applied to initial signal levels before the
companding has begun to operate. A typical value for audio which is initially
quiet is -90 dB. It defaults to 0.
</p>
</dd>
<dt> &lsquo;<samp>delay</samp>&rsquo;</dt>
<dd><p>Set a delay, in seconds. The input audio is analyzed immediately, but audio is
delayed before being fed to the volume adjuster. Specifying a delay
approximately equal to the attack/decay times allows the filter to effectively
operate in predictive rather than reactive mode. It defaults to 0.
</p>
</dd>
</dl>

<a name="Examples-1"></a>
<h3 class="subsection"><a href="libavfilter.html#toc-Examples-1">5.13.1 Examples</a></h3>

<ul>
<li>
Make music with both quiet and loud passages suitable for listening to in a
noisy environment:
<table><tr><td>&nbsp;</td><td><pre class="example">compand=.3|.3:1|1:-90/-60|-60/-40|-40/-30|-20/-20:6:0:-90:0.2
</pre></td></tr></table>

</li><li>
A noise gate for when the noise is at a lower level than the signal:
<table><tr><td>&nbsp;</td><td><pre class="example">compand=.1|.1:.2|.2:-900/-900|-50.1/-900|-50/-50:.01:0:-90:.1
</pre></td></tr></table>

</li><li>
Here is another noise gate, this time for when the noise is at a higher level
than the signal (making it, in some ways, similar to squelch):
<table><tr><td>&nbsp;</td><td><pre class="example">compand=.1|.1:.1|.1:-45.1/-45.1|-45/-900|0/-900:.01:45:-90:.1
</pre></td></tr></table>
</li></ul>

<a name="join"></a>
<h2 class="section"><a href="libavfilter.html#toc-join">5.14 join</a></h2>
<p>Join multiple input streams into one multi-channel stream.
</p>
<p>It accepts the following parameters:
</p><dl compact="compact">
<dt> &lsquo;<samp>inputs</samp>&rsquo;</dt>
<dd><p>The number of input streams. It defaults to 2.
</p>
</dd>
<dt> &lsquo;<samp>channel_layout</samp>&rsquo;</dt>
<dd><p>The desired output channel layout. It defaults to stereo.
</p>
</dd>
<dt> &lsquo;<samp>map</samp>&rsquo;</dt>
<dd><p>Map channels from inputs to output. The argument is a &rsquo;|&rsquo;-separated list of
mappings, each in the <code><var>input_idx</var>.<var>in_channel</var>-<var>out_channel</var></code>
form. <var>input_idx</var> is the 0-based index of the input stream. <var>in_channel</var>
can be either the name of the input channel (e.g. FL for front left) or its
index in the specified input stream. <var>out_channel</var> is the name of the output
channel.
</p></dd>
</dl>

<p>The filter will attempt to guess the mappings when they are not specified
explicitly. It does so by first trying to find an unused matching input channel
and if that fails it picks the first unused input channel.
</p>
<p>Join 3 inputs (with properly set channel layouts):
</p><table><tr><td>&nbsp;</td><td><pre class="example">avconv -i INPUT1 -i INPUT2 -i INPUT3 -filter_complex join=inputs=3 OUTPUT
</pre></td></tr></table>

<p>Build a 5.1 output from 6 single-channel streams:
</p><table><tr><td>&nbsp;</td><td><pre class="example">avconv -i fl -i fr -i fc -i sl -i sr -i lfe -filter_complex
'join=inputs=6:channel_layout=5.1:map=0.0-FL|1.0-FR|2.0-FC|3.0-SL|4.0-SR|5.0-LFE'
out
</pre></td></tr></table>

<a name="resample"></a>
<h2 class="section"><a href="libavfilter.html#toc-resample">5.15 resample</a></h2>
<p>Convert the audio sample format, sample rate and channel layout. It is
not meant to be used directly; it is inserted automatically by libavfilter
whenever conversion is needed. Use the <var>aformat</var> filter to force a specific
conversion.
</p>
<a name="volume"></a>
<h2 class="section"><a href="libavfilter.html#toc-volume">5.16 volume</a></h2>

<p>Adjust the input audio volume.
</p>
<p>It accepts the following parameters:
</p><dl compact="compact">
<dt> &lsquo;<samp>volume</samp>&rsquo;</dt>
<dd><p>This expresses how the audio volume will be increased or decreased.
</p>
<p>Output values are clipped to the maximum value.
</p>
<p>The output audio volume is given by the relation:
</p><table><tr><td>&nbsp;</td><td><pre class="example"><var>output_volume</var> = <var>volume</var> * <var>input_volume</var>
</pre></td></tr></table>

<p>The default value for <var>volume</var> is 1.0.
</p>
</dd>
<dt> &lsquo;<samp>precision</samp>&rsquo;</dt>
<dd><p>This parameter represents the mathematical precision.
</p>
<p>It determines which input sample formats will be allowed, which affects the
precision of the volume scaling.
</p>
<dl compact="compact">
<dt> &lsquo;<samp>fixed</samp>&rsquo;</dt>
<dd><p>8-bit fixed-point; this limits input sample format to U8, S16, and S32.
</p></dd>
<dt> &lsquo;<samp>float</samp>&rsquo;</dt>
<dd><p>32-bit floating-point; this limits input sample format to FLT. (default)
</p></dd>
<dt> &lsquo;<samp>double</samp>&rsquo;</dt>
<dd><p>64-bit floating-point; this limits input sample format to DBL.
</p></dd>
</dl>

</dd>
<dt> &lsquo;<samp>replaygain</samp>&rsquo;</dt>
<dd><p>Choose the behaviour on encountering ReplayGain side data in input frames.
</p>
<dl compact="compact">
<dt> &lsquo;<samp>drop</samp>&rsquo;</dt>
<dd><p>Remove ReplayGain side data, ignoring its contents (the default).
</p>
</dd>
<dt> &lsquo;<samp>ignore</samp>&rsquo;</dt>
<dd><p>Ignore ReplayGain side data, but leave it in the frame.
</p>
</dd>
<dt> &lsquo;<samp>track</samp>&rsquo;</dt>
<dd><p>Prefer the track gain, if present.
</p>
</dd>
<dt> &lsquo;<samp>album</samp>&rsquo;</dt>
<dd><p>Prefer the album gain, if present.
</p></dd>
</dl>

</dd>
<dt> &lsquo;<samp>replaygain_preamp</samp>&rsquo;</dt>
<dd><p>Pre-amplification gain in dB to apply to the selected replaygain gain.
</p>
<p>Default value for <var>replaygain_preamp</var> is 0.0.
</p>
</dd>
<dt> &lsquo;<samp>replaygain_noclip</samp>&rsquo;</dt>
<dd><p>Prevent clipping by limiting the gain applied.
</p>
<p>Default value for <var>replaygain_noclip</var> is 1.
</p>
</dd>
</dl>

<a name="Examples"></a>
<h3 class="subsection"><a href="libavfilter.html#toc-Examples">5.16.1 Examples</a></h3>

<ul>
<li>
Halve the input audio volume:
<table><tr><td>&nbsp;</td><td><pre class="example">volume=volume=0.5
volume=volume=1/2
volume=volume=-6.0206dB
</pre></td></tr></table>

</li><li>
Increase input audio power by 6 decibels using fixed-point precision:
<table><tr><td>&nbsp;</td><td><pre class="example">volume=volume=6dB:precision=fixed
</pre></td></tr></table>
</li></ul>


<a name="Audio-Sources"></a>
<h1 class="chapter"><a href="libavfilter.html#toc-Audio-Sources">6. Audio Sources</a></h1>

<p>Below is a description of the currently available audio sources.
</p>
<a name="anullsrc"></a>
<h2 class="section"><a href="libavfilter.html#toc-anullsrc">6.1 anullsrc</a></h2>

<p>The null audio source; it never returns audio frames. It is mainly useful as a
template and for use in analysis / debugging tools.
</p>
<p>It accepts, as an optional parameter, a string of the form
<var>sample_rate</var>:<var>channel_layout</var>.
</p>
<p><var>sample_rate</var> specifies the sample rate, and defaults to 44100.
</p>
<p><var>channel_layout</var> specifies the channel layout, and can be either an
integer or a string representing a channel layout. The default value
of <var>channel_layout</var> is 3, which corresponds to CH_LAYOUT_STEREO.
</p>
<p>Check the channel_layout_map definition in
&lsquo;<tt>libavutil/channel_layout.c</tt>&rsquo; for the mapping between strings and
channel layout values.
</p>
<p>Some examples:
</p><table><tr><td>&nbsp;</td><td><pre class="example"># Set the sample rate to 48000 Hz and the channel layout to CH_LAYOUT_MONO
anullsrc=48000:4

# The same as above
anullsrc=48000:mono
</pre></td></tr></table>

<a name="abuffer"></a>
<h2 class="section"><a href="libavfilter.html#toc-abuffer">6.2 abuffer</a></h2>
<p>Buffer audio frames, and make them available to the filter chain.
</p>
<p>This source is not intended to be part of user-supplied graph descriptions; it
is for insertion by calling programs, through the interface defined in
&lsquo;<tt>libavfilter/buffersrc.h</tt>&rsquo;.
</p>
<p>It accepts the following parameters:
</p><dl compact="compact">
<dt> &lsquo;<samp>time_base</samp>&rsquo;</dt>
<dd><p>The timebase which will be used for timestamps of submitted frames. It must be
either a floating-point number or in <var>numerator</var>/<var>denominator</var> form.
</p>
</dd>
<dt> &lsquo;<samp>sample_rate</samp>&rsquo;</dt>
<dd><p>The audio sample rate.
</p>
</dd>
<dt> &lsquo;<samp>sample_fmt</samp>&rsquo;</dt>
<dd><p>The name of the sample format, as returned by <code>av_get_sample_fmt_name()</code>.
</p>
</dd>
<dt> &lsquo;<samp>channel_layout</samp>&rsquo;</dt>
<dd><p>The channel layout of the audio data, in the form that can be accepted by
<code>av_get_channel_layout()</code>.
</p></dd>
</dl>

<p>All the parameters need to be explicitly defined.
</p>

<a name="Audio-Sinks"></a>
<h1 class="chapter"><a href="libavfilter.html#toc-Audio-Sinks">7. Audio Sinks</a></h1>

<p>Below is a description of the currently available audio sinks.
</p>
<a name="anullsink"></a>
<h2 class="section"><a href="libavfilter.html#toc-anullsink">7.1 anullsink</a></h2>

<p>Null audio sink; do absolutely nothing with the input audio. It is
mainly useful as a template and for use in analysis / debugging
tools.
</p>
<a name="abuffersink"></a>
<h2 class="section"><a href="libavfilter.html#toc-abuffersink">7.2 abuffersink</a></h2>
<p>This sink is intended for programmatic use. Frames that arrive on this sink can
be retrieved by the calling program, using the interface defined in
&lsquo;<tt>libavfilter/buffersink.h</tt>&rsquo;.
</p>
<p>It does not accept any parameters.
</p>

<a name="Video-Filters"></a>
<h1 class="chapter"><a href="libavfilter.html#toc-Video-Filters">8. Video Filters</a></h1>

<p>When you configure your Libav build, you can disable any of the
existing filters using &ndash;disable-filters.
The configure output will show the video filters included in your
build.
</p>
<p>Below is a description of the currently available video filters.
</p>
<a name="blackframe"></a>
<h2 class="section"><a href="libavfilter.html#toc-blackframe">8.1 blackframe</a></h2>

<p>Detect frames that are (almost) completely black. Can be useful to
detect chapter transitions or commercials. Output lines consist of
the frame number of the detected frame, the percentage of blackness,
the position in the file if known or -1 and the timestamp in seconds.
</p>
<p>In order to display the output lines, you need to set the loglevel at
least to the AV_LOG_INFO value.
</p>
<p>It accepts the following parameters:
</p>
<dl compact="compact">
<dt> &lsquo;<samp>amount</samp>&rsquo;</dt>
<dd><p>The percentage of the pixels that have to be below the threshold; it defaults to
98.
</p>
</dd>
<dt> &lsquo;<samp>threshold</samp>&rsquo;</dt>
<dd><p>The threshold below which a pixel value is considered black; it defaults to 32.
</p>
</dd>
</dl>

<a name="boxblur"></a>
<h2 class="section"><a href="libavfilter.html#toc-boxblur">8.2 boxblur</a></h2>

<p>Apply a boxblur algorithm to the input video.
</p>
<p>It accepts the following parameters:
</p>
<dl compact="compact">
<dt> &lsquo;<samp>luma_radius</samp>&rsquo;</dt>
<dt> &lsquo;<samp>luma_power</samp>&rsquo;</dt>
<dt> &lsquo;<samp>chroma_radius</samp>&rsquo;</dt>
<dt> &lsquo;<samp>chroma_power</samp>&rsquo;</dt>
<dt> &lsquo;<samp>alpha_radius</samp>&rsquo;</dt>
<dt> &lsquo;<samp>alpha_power</samp>&rsquo;</dt>
</dl>

<p>The chroma and alpha parameters are optional. If not specified, they default
to the corresponding values set for <var>luma_radius</var> and
<var>luma_power</var>.
</p>
<p><var>luma_radius</var>, <var>chroma_radius</var>, and <var>alpha_radius</var> represent
the radius in pixels of the box used for blurring the corresponding
input plane. They are expressions, and can contain the following
constants:
</p><dl compact="compact">
<dt> &lsquo;<samp>w, h</samp>&rsquo;</dt>
<dd><p>The input width and height in pixels.
</p>
</dd>
<dt> &lsquo;<samp>cw, ch</samp>&rsquo;</dt>
<dd><p>The input chroma image width and height in pixels.
</p>
</dd>
<dt> &lsquo;<samp>hsub, vsub</samp>&rsquo;</dt>
<dd><p>The horizontal and vertical chroma subsample values. For example, for the
pixel format &quot;yuv422p&quot;, <var>hsub</var> is 2 and <var>vsub</var> is 1.
</p></dd>
</dl>

<p>The radius must be a non-negative number, and must not be greater than
the value of the expression <code>min(w,h)/2</code> for the luma and alpha planes,
and of <code>min(cw,ch)/2</code> for the chroma planes.
</p>
<p><var>luma_power</var>, <var>chroma_power</var>, and <var>alpha_power</var> represent
how many times the boxblur filter is applied to the corresponding
plane.
</p>
<p>Some examples:
</p>
<ul>
<li>
Apply a boxblur filter with the luma, chroma, and alpha radii
set to 2:
<table><tr><td>&nbsp;</td><td><pre class="example">boxblur=luma_radius=2:luma_power=1
</pre></td></tr></table>

</li><li>
Set the luma radius to 2, and alpha and chroma radius to 0:
<table><tr><td>&nbsp;</td><td><pre class="example">boxblur=2:1:0:0:0:0
</pre></td></tr></table>

</li><li>
Set the luma and chroma radii to a fraction of the video dimension:
<table><tr><td>&nbsp;</td><td><pre class="example">boxblur=luma_radius=min(h\,w)/10:luma_power=1:chroma_radius=min(cw\,ch)/10:chroma_power=1
</pre></td></tr></table>

</li></ul>

<a name="copy"></a>
<h2 class="section"><a href="libavfilter.html#toc-copy">8.3 copy</a></h2>

<p>Copy the input source unchanged to the output. This is mainly useful for
testing purposes.
</p>
<a name="crop"></a>
<h2 class="section"><a href="libavfilter.html#toc-crop">8.4 crop</a></h2>

<p>Crop the input video to given dimensions.
</p>
<p>It accepts the following parameters:
</p>
<dl compact="compact">
<dt> &lsquo;<samp>out_w</samp>&rsquo;</dt>
<dd><p>The width of the output video.
</p>
</dd>
<dt> &lsquo;<samp>out_h</samp>&rsquo;</dt>
<dd><p>The height of the output video.
</p>
</dd>
<dt> &lsquo;<samp>x</samp>&rsquo;</dt>
<dd><p>The horizontal position, in the input video, of the left edge of the output
video.
</p>
</dd>
<dt> &lsquo;<samp>y</samp>&rsquo;</dt>
<dd><p>The vertical position, in the input video, of the top edge of the output video.
</p>
</dd>
</dl>

<p>The parameters are expressions containing the following constants:
</p>
<dl compact="compact">
<dt> &lsquo;<samp>E, PI, PHI</samp>&rsquo;</dt>
<dd><p>These are approximated values for the mathematical constants e
(Euler&rsquo;s number), pi (Greek pi), and phi (the golden ratio).
</p>
</dd>
<dt> &lsquo;<samp>x, y</samp>&rsquo;</dt>
<dd><p>The computed values for <var>x</var> and <var>y</var>. They are evaluated for
each new frame.
</p>
</dd>
<dt> &lsquo;<samp>in_w, in_h</samp>&rsquo;</dt>
<dd><p>The input width and height.
</p>
</dd>
<dt> &lsquo;<samp>iw, ih</samp>&rsquo;</dt>
<dd><p>These are the same as <var>in_w</var> and <var>in_h</var>.
</p>
</dd>
<dt> &lsquo;<samp>out_w, out_h</samp>&rsquo;</dt>
<dd><p>The output (cropped) width and height.
</p>
</dd>
<dt> &lsquo;<samp>ow, oh</samp>&rsquo;</dt>
<dd><p>These are the same as <var>out_w</var> and <var>out_h</var>.
</p>
</dd>
<dt> &lsquo;<samp>n</samp>&rsquo;</dt>
<dd><p>The number of the input frame, starting from 0.
</p>
</dd>
<dt> &lsquo;<samp>t</samp>&rsquo;</dt>
<dd><p>The timestamp expressed in seconds. It&rsquo;s NAN if the input timestamp is unknown.
</p>
</dd>
</dl>

<p>The <var>out_w</var> and <var>out_h</var> parameters specify the expressions for
the width and height of the output (cropped) video. They are only
evaluated during the configuration of the filter.
</p>
<p>The default value of <var>out_w</var> is &quot;in_w&quot;, and the default value of
<var>out_h</var> is &quot;in_h&quot;.
</p>
<p>The expression for <var>out_w</var> may depend on the value of <var>out_h</var>,
and the expression for <var>out_h</var> may depend on <var>out_w</var>, but they
cannot depend on <var>x</var> and <var>y</var>, as <var>x</var> and <var>y</var> are
evaluated after <var>out_w</var> and <var>out_h</var>.
</p>
<p>The <var>x</var> and <var>y</var> parameters specify the expressions for the
position of the top-left corner of the output (non-cropped) area. They
are evaluated for each frame. If the evaluated value is not valid, it
is approximated to the nearest valid value.
</p>
<p>The default value of <var>x</var> is &quot;(in_w-out_w)/2&quot;, and the default
value for <var>y</var> is &quot;(in_h-out_h)/2&quot;, which set the cropped area at
the center of the input image.
</p>
<p>The expression for <var>x</var> may depend on <var>y</var>, and the expression
for <var>y</var> may depend on <var>x</var>.
</p>
<p>Some examples:
</p><table><tr><td>&nbsp;</td><td><pre class="example"># Crop the central input area with size 100x100
crop=out_w=100:out_h=100

# Crop the central input area with size 2/3 of the input video
&quot;crop=out_w=2/3*in_w:out_h=2/3*in_h&quot;

# Crop the input video central square
crop=out_w=in_h

# Delimit the rectangle with the top-left corner placed at position
# 100:100 and the right-bottom corner corresponding to the right-bottom
# corner of the input image
crop=out_w=in_w-100:out_h=in_h-100:x=100:y=100

# Crop 10 pixels from the left and right borders, and 20 pixels from
# the top and bottom borders
&quot;crop=out_w=in_w-2*10:out_h=in_h-2*20&quot;

# Keep only the bottom right quarter of the input image
&quot;crop=out_w=in_w/2:out_h=in_h/2:x=in_w/2:y=in_h/2&quot;

# Crop height for getting Greek harmony
&quot;crop=out_w=in_w:out_h=1/PHI*in_w&quot;

# Trembling effect
&quot;crop=in_w/2:in_h/2:(in_w-out_w)/2+((in_w-out_w)/2)*sin(n/10):(in_h-out_h)/2 +((in_h-out_h)/2)*sin(n/7)&quot;

# Erratic camera effect depending on timestamp
&quot;crop=out_w=in_w/2:out_h=in_h/2:x=(in_w-out_w)/2+((in_w-out_w)/2)*sin(t*10):y=(in_h-out_h)/2 +((in_h-out_h)/2)*sin(t*13)&quot;

# Set x depending on the value of y
&quot;crop=in_w/2:in_h/2:y:10+10*sin(n/10)&quot;
</pre></td></tr></table>

<a name="cropdetect"></a>
<h2 class="section"><a href="libavfilter.html#toc-cropdetect">8.5 cropdetect</a></h2>

<p>Auto-detect the crop size.
</p>
<p>It calculates the necessary cropping parameters and prints the
recommended parameters via the logging system. The detected dimensions
correspond to the non-black area of the input video.
</p>
<p>It accepts the following parameters:
</p>
<dl compact="compact">
<dt> &lsquo;<samp>limit</samp>&rsquo;</dt>
<dd><p>The threshold, an optional parameter between nothing (0) and
everything (255). It defaults to 24.
</p>
</dd>
<dt> &lsquo;<samp>round</samp>&rsquo;</dt>
<dd><p>The value which the width/height should be divisible by. It defaults to
16. The offset is automatically adjusted to center the video. Use 2 to
get only even dimensions (needed for 4:2:2 video). 16 is best when
encoding to most video codecs.
</p>
</dd>
<dt> &lsquo;<samp>reset</samp>&rsquo;</dt>
<dd><p>A counter that determines how many frames cropdetect will reset
the previously detected largest video area after. It will then start over
and detect the current optimal crop area. It defaults to 0.
</p>
<p>This can be useful when channel logos distort the video area. 0
indicates &rsquo;never reset&rsquo;, and returns the largest area encountered during
playback.
</p></dd>
</dl>

<a name="delogo"></a>
<h2 class="section"><a href="libavfilter.html#toc-delogo">8.6 delogo</a></h2>

<p>Suppress a TV station logo by a simple interpolation of the surrounding
pixels. Just set a rectangle covering the logo and watch it disappear
(and sometimes something even uglier appear - your mileage may vary).
</p>
<p>It accepts the following parameters:
</p><dl compact="compact">
<dt> &lsquo;<samp>x, y</samp>&rsquo;</dt>
<dd><p>Specify the top left corner coordinates of the logo. They must be
specified.
</p>
</dd>
<dt> &lsquo;<samp>w, h</samp>&rsquo;</dt>
<dd><p>Specify the width and height of the logo to clear. They must be
specified.
</p>
</dd>
<dt> &lsquo;<samp>band, t</samp>&rsquo;</dt>
<dd><p>Specify the thickness of the fuzzy edge of the rectangle (added to
<var>w</var> and <var>h</var>). The default value is 4.
</p>
</dd>
<dt> &lsquo;<samp>show</samp>&rsquo;</dt>
<dd><p>When set to 1, a green rectangle is drawn on the screen to simplify
finding the right <var>x</var>, <var>y</var>, <var>w</var>, <var>h</var> parameters, and
<var>band</var> is set to 4. The default value is 0.
</p>
</dd>
</dl>

<p>An example:
</p>
<ul>
<li>
Set a rectangle covering the area with top left corner coordinates 0,0
and size 100x77, and a band of size 10:
<table><tr><td>&nbsp;</td><td><pre class="example">delogo=x=0:y=0:w=100:h=77:band=10
</pre></td></tr></table>

</li></ul>

<a name="drawbox"></a>
<h2 class="section"><a href="libavfilter.html#toc-drawbox">8.7 drawbox</a></h2>

<p>Draw a colored box on the input image.
</p>
<p>It accepts the following parameters:
</p>
<dl compact="compact">
<dt> &lsquo;<samp>x, y</samp>&rsquo;</dt>
<dd><p>Specify the top left corner coordinates of the box. It defaults to 0.
</p>
</dd>
<dt> &lsquo;<samp>width, height</samp>&rsquo;</dt>
<dd><p>Specify the width and height of the box; if 0 they are interpreted as
the input width and height. It defaults to 0.
</p>
</dd>
<dt> &lsquo;<samp>color</samp>&rsquo;</dt>
<dd><p>Specify the color of the box to write. It can be the name of a color
(case insensitive match) or a 0xRRGGBB[AA] sequence.
</p></dd>
</dl>

<p>Some examples:
</p><table><tr><td>&nbsp;</td><td><pre class="example"># Draw a black box around the edge of the input image
drawbox

# Draw a box with color red and an opacity of 50%
drawbox=x=10:y=20:width=200:height=60:color=red@0.5&quot;
</pre></td></tr></table>

<a name="drawtext"></a>
<h2 class="section"><a href="libavfilter.html#toc-drawtext">8.8 drawtext</a></h2>

<p>Draw a text string or text from a specified file on top of a video, using the
libfreetype library.
</p>
<p>To enable compilation of this filter, you need to configure Libav with
<code>--enable-libfreetype</code>.
To enable default font fallback and the <var>font</var> option you need to
configure Libav with <code>--enable-libfontconfig</code>.
</p>
<p>The filter also recognizes strftime() sequences in the provided text
and expands them accordingly. Check the documentation of strftime().
</p>
<p>It accepts the following parameters:
</p>
<dl compact="compact">
<dt> &lsquo;<samp>font</samp>&rsquo;</dt>
<dd><p>The font family to be used for drawing text. By default Sans.
</p>
</dd>
<dt> &lsquo;<samp>fontfile</samp>&rsquo;</dt>
<dd><p>The font file to be used for drawing text. The path must be included.
This parameter is mandatory if the fontconfig support is disabled.
</p>
</dd>
<dt> &lsquo;<samp>text</samp>&rsquo;</dt>
<dd><p>The text string to be drawn. The text must be a sequence of UTF-8
encoded characters.
This parameter is mandatory if no file is specified with the parameter
<var>textfile</var>.
</p>
</dd>
<dt> &lsquo;<samp>textfile</samp>&rsquo;</dt>
<dd><p>A text file containing text to be drawn. The text must be a sequence
of UTF-8 encoded characters.
</p>
<p>This parameter is mandatory if no text string is specified with the
parameter <var>text</var>.
</p>
<p>If both text and textfile are specified, an error is thrown.
</p>
</dd>
<dt> &lsquo;<samp>x, y</samp>&rsquo;</dt>
<dd><p>The offsets where text will be drawn within the video frame.
It is relative to the top/left border of the output image.
They accept expressions similar to the <a href="#overlay">overlay</a> filter:
</p><dl compact="compact">
<dt> &lsquo;<samp>x, y</samp>&rsquo;</dt>
<dd><p>The computed values for <var>x</var> and <var>y</var>. They are evaluated for
each new frame.
</p>
</dd>
<dt> &lsquo;<samp>main_w, main_h</samp>&rsquo;</dt>
<dd><p>The main input width and height.
</p>
</dd>
<dt> &lsquo;<samp>W, H</samp>&rsquo;</dt>
<dd><p>These are the same as <var>main_w</var> and <var>main_h</var>.
</p>
</dd>
<dt> &lsquo;<samp>text_w, text_h</samp>&rsquo;</dt>
<dd><p>The rendered text&rsquo;s width and height.
</p>
</dd>
<dt> &lsquo;<samp>w, h</samp>&rsquo;</dt>
<dd><p>These are the same as <var>text_w</var> and <var>text_h</var>.
</p>
</dd>
<dt> &lsquo;<samp>n</samp>&rsquo;</dt>
<dd><p>The number of frames processed, starting from 0.
</p>
</dd>
<dt> &lsquo;<samp>t</samp>&rsquo;</dt>
<dd><p>The timestamp, expressed in seconds. It&rsquo;s NAN if the input timestamp is unknown.
</p>
</dd>
</dl>

<p>The default value of <var>x</var> and <var>y</var> is 0.
</p>
</dd>
<dt> &lsquo;<samp>fontsize</samp>&rsquo;</dt>
<dd><p>The font size to be used for drawing text.
The default value of <var>fontsize</var> is 16.
</p>
</dd>
<dt> &lsquo;<samp>fontcolor</samp>&rsquo;</dt>
<dd><p>The color to be used for drawing fonts.
It is either a string (e.g. &quot;red&quot;), or in 0xRRGGBB[AA] format
(e.g. &quot;0xff000033&quot;), possibly followed by an alpha specifier.
The default value of <var>fontcolor</var> is &quot;black&quot;.
</p>
</dd>
<dt> &lsquo;<samp>boxcolor</samp>&rsquo;</dt>
<dd><p>The color to be used for drawing box around text.
It is either a string (e.g. &quot;yellow&quot;) or in 0xRRGGBB[AA] format
(e.g. &quot;0xff00ff&quot;), possibly followed by an alpha specifier.
The default value of <var>boxcolor</var> is &quot;white&quot;.
</p>
</dd>
<dt> &lsquo;<samp>box</samp>&rsquo;</dt>
<dd><p>Used to draw a box around text using the background color.
The value must be either 1 (enable) or 0 (disable).
The default value of <var>box</var> is 0.
</p>
</dd>
<dt> &lsquo;<samp>shadowx, shadowy</samp>&rsquo;</dt>
<dd><p>The x and y offsets for the text shadow position with respect to the
position of the text. They can be either positive or negative
values. The default value for both is &quot;0&quot;.
</p>
</dd>
<dt> &lsquo;<samp>shadowcolor</samp>&rsquo;</dt>
<dd><p>The color to be used for drawing a shadow behind the drawn text.  It
can be a color name (e.g. &quot;yellow&quot;) or a string in the 0xRRGGBB[AA]
form (e.g. &quot;0xff00ff&quot;), possibly followed by an alpha specifier.
The default value of <var>shadowcolor</var> is &quot;black&quot;.
</p>
</dd>
<dt> &lsquo;<samp>ft_load_flags</samp>&rsquo;</dt>
<dd><p>The flags to be used for loading the fonts.
</p>
<p>The flags map the corresponding flags supported by libfreetype, and are
a combination of the following values:
</p><dl compact="compact">
<dt> <var>default</var></dt>
<dt> <var>no_scale</var></dt>
<dt> <var>no_hinting</var></dt>
<dt> <var>render</var></dt>
<dt> <var>no_bitmap</var></dt>
<dt> <var>vertical_layout</var></dt>
<dt> <var>force_autohint</var></dt>
<dt> <var>crop_bitmap</var></dt>
<dt> <var>pedantic</var></dt>
<dt> <var>ignore_global_advance_width</var></dt>
<dt> <var>no_recurse</var></dt>
<dt> <var>ignore_transform</var></dt>
<dt> <var>monochrome</var></dt>
<dt> <var>linear_design</var></dt>
<dt> <var>no_autohint</var></dt>
<dt> <var>end table</var></dt>
</dl>

<p>Default value is &quot;render&quot;.
</p>
<p>For more information consult the documentation for the FT_LOAD_*
libfreetype flags.
</p>
</dd>
<dt> &lsquo;<samp>tabsize</samp>&rsquo;</dt>
<dd><p>The size in number of spaces to use for rendering the tab.
Default value is 4.
</p>
</dd>
<dt> &lsquo;<samp>fix_bounds</samp>&rsquo;</dt>
<dd><p>If true, check and fix text coords to avoid clipping.
</p></dd>
</dl>

<p>For example the command:
</p><table><tr><td>&nbsp;</td><td><pre class="example">drawtext=&quot;fontfile=/usr/share/fonts/truetype/freefont/FreeSerif.ttf: text='Test Text'&quot;
</pre></td></tr></table>

<p>will draw &quot;Test Text&quot; with font FreeSerif, using the default values
for the optional parameters.
</p>
<p>The command:
</p><table><tr><td>&nbsp;</td><td><pre class="example">drawtext=&quot;fontfile=/usr/share/fonts/truetype/freefont/FreeSerif.ttf: text='Test Text':\
          x=100: y=50: fontsize=24: fontcolor=yellow@0.2: box=1: boxcolor=red@0.2&quot;
</pre></td></tr></table>

<p>will draw &rsquo;Test Text&rsquo; with font FreeSerif of size 24 at position x=100
and y=50 (counting from the top-left corner of the screen), text is
yellow with a red box around it. Both the text and the box have an
opacity of 20%.
</p>
<p>Note that the double quotes are not necessary if spaces are not used
within the parameter list.
</p>
<p>For more information about libfreetype, check:
<a href="http://www.freetype.org/">http://www.freetype.org/</a>.
</p>
<a name="fade"></a>
<h2 class="section"><a href="libavfilter.html#toc-fade">8.9 fade</a></h2>

<p>Apply a fade-in/out effect to the input video.
</p>
<p>It accepts the following parameters:
</p>
<dl compact="compact">
<dt> &lsquo;<samp>type</samp>&rsquo;</dt>
<dd><p>The effect type can be either &quot;in&quot; for a fade-in, or &quot;out&quot; for a fade-out
effect.
</p>
</dd>
<dt> &lsquo;<samp>start_frame</samp>&rsquo;</dt>
<dd><p>The number of the frame to start applying the fade effect at.
</p>
</dd>
<dt> &lsquo;<samp>nb_frames</samp>&rsquo;</dt>
<dd><p>The number of frames that the fade effect lasts. At the end of the
fade-in effect, the output video will have the same intensity as the input video.
At the end of the fade-out transition, the output video will be completely black.
</p>
</dd>
</dl>

<p>Some examples:
</p><table><tr><td>&nbsp;</td><td><pre class="example"># Fade in the first 30 frames of video
fade=type=in:nb_frames=30

# Fade out the last 45 frames of a 200-frame video
fade=type=out:start_frame=155:nb_frames=45

# Fade in the first 25 frames and fade out the last 25 frames of a 1000-frame video
fade=type=in:start_frame=0:nb_frames=25, fade=type=out:start_frame=975:nb_frames=25

# Make the first 5 frames black, then fade in from frame 5-24
fade=type=in:start_frame=5:nb_frames=20
</pre></td></tr></table>

<a name="fieldorder"></a>
<h2 class="section"><a href="libavfilter.html#toc-fieldorder">8.10 fieldorder</a></h2>

<p>Transform the field order of the input video.
</p>
<p>It accepts the following parameters:
</p>
<dl compact="compact">
<dt> &lsquo;<samp>order</samp>&rsquo;</dt>
<dd><p>The output field order. Valid values are <var>tff</var> for top field first or <var>bff</var>
for bottom field first.
</p></dd>
</dl>

<p>The default value is &quot;tff&quot;.
</p>
<p>The transformation is done by shifting the picture content up or down
by one line, and filling the remaining line with appropriate picture content.
This method is consistent with most broadcast field order converters.
</p>
<p>If the input video is not flagged as being interlaced, or it is already
flagged as being of the required output field order, then this filter does
not alter the incoming video.
</p>
<p>It is very useful when converting to or from PAL DV material,
which is bottom field first.
</p>
<p>For example:
</p><table><tr><td>&nbsp;</td><td><pre class="example">./avconv -i in.vob -vf &quot;fieldorder=order=bff&quot; out.dv
</pre></td></tr></table>

<a name="fifo"></a>
<h2 class="section"><a href="libavfilter.html#toc-fifo">8.11 fifo</a></h2>

<p>Buffer input images and send them when they are requested.
</p>
<p>It is mainly useful when auto-inserted by the libavfilter
framework.
</p>
<p>It does not take parameters.
</p>
<a name="format"></a>
<h2 class="section"><a href="libavfilter.html#toc-format">8.12 format</a></h2>

<p>Convert the input video to one of the specified pixel formats.
Libavfilter will try to pick one that is suitable as input to
the next filter.
</p>
<p>It accepts the following parameters:
</p><dl compact="compact">
<dt> &lsquo;<samp>pix_fmts</samp>&rsquo;</dt>
<dd><p>A &rsquo;|&rsquo;-separated list of pixel format names, such as
&quot;pix_fmts=yuv420p|monow|rgb24&quot;.
</p>
</dd>
</dl>

<p>Some examples:
</p><table><tr><td>&nbsp;</td><td><pre class="example"># Convert the input video to the &quot;yuv420p&quot; format
format=pix_fmts=yuv420p

# Convert the input video to any of the formats in the list
format=pix_fmts=yuv420p|yuv444p|yuv410p
</pre></td></tr></table>

<p><a name="fps"></a>
</p><a name="fps-1"></a>
<h2 class="section"><a href="libavfilter.html#toc-fps-1">8.13 fps</a></h2>

<p>Convert the video to specified constant framerate by duplicating or dropping
frames as necessary.
</p>
<p>It accepts the following parameters:
</p><dl compact="compact">
<dt> &lsquo;<samp>fps</samp>&rsquo;</dt>
<dd><p>The desired output framerate.
</p>
</dd>
<dt> &lsquo;<samp>start_time</samp>&rsquo;</dt>
<dd><p>Assume the first PTS should be the given value, in seconds. This allows for
padding/trimming at the start of stream. By default, no assumption is made
about the first frame&rsquo;s expected PTS, so no padding or trimming is done.
For example, this could be set to 0 to pad the beginning with duplicates of
the first frame if a video stream starts after the audio stream or to trim any
frames with a negative PTS.
</p>
</dd>
</dl>

<a name="framepack"></a>
<h2 class="section"><a href="libavfilter.html#toc-framepack">8.14 framepack</a></h2>

<p>Pack two different video streams into a stereoscopic video, setting proper
metadata on supported codecs. The two views should have the same size and
framerate and processing will stop when the shorter video ends. Please note
that you may conveniently adjust view properties with the <a href="#scale">scale</a> and
<a href="#fps">fps</a> filters.
</p>
<p>It accepts the following parameters:
</p><dl compact="compact">
<dt> &lsquo;<samp>format</samp>&rsquo;</dt>
<dd><p>The desired packing format. Supported values are:
</p>
<dl compact="compact">
<dt> &lsquo;<samp>sbs</samp>&rsquo;</dt>
<dd><p>The views are next to each other (default).
</p>
</dd>
<dt> &lsquo;<samp>tab</samp>&rsquo;</dt>
<dd><p>The views are on top of each other.
</p>
</dd>
<dt> &lsquo;<samp>lines</samp>&rsquo;</dt>
<dd><p>The views are packed by line.
</p>
</dd>
<dt> &lsquo;<samp>columns</samp>&rsquo;</dt>
<dd><p>The views are packed by column.
</p>
</dd>
<dt> &lsquo;<samp>frameseq</samp>&rsquo;</dt>
<dd><p>The views are temporally interleaved.
</p>
</dd>
</dl>

</dd>
</dl>

<p>Some examples:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"># Convert left and right views into a frame-sequential video
avconv -i LEFT -i RIGHT -filter_complex framepack=frameseq OUTPUT

# Convert views into a side-by-side video with the same output resolution as the input
avconv -i LEFT -i RIGHT -filter_complex [0:v]scale=w=iw/2[left],[1:v]scale=w=iw/2[right],[left][right]framepack=sbs OUTPUT
</pre></td></tr></table>

<p><a name="frei0r"></a>
</p><a name="frei0r-1"></a>
<h2 class="section"><a href="libavfilter.html#toc-frei0r-1">8.15 frei0r</a></h2>

<p>Apply a frei0r effect to the input video.
</p>
<p>To enable the compilation of this filter, you need to install the frei0r
header and configure Libav with &ndash;enable-frei0r.
</p>
<p>It accepts the following parameters:
</p>
<dl compact="compact">
<dt> &lsquo;<samp>filter_name</samp>&rsquo;</dt>
<dd><p>The name of the frei0r effect to load. If the environment variable
<code>FREI0R_PATH</code> is defined, the frei0r effect is searched for in each of the
directories specified by the colon-separated list in <code>FREIOR_PATH</code>.
Otherwise, the standard frei0r paths are searched, in this order:
&lsquo;<tt>HOME/.frei0r-1/lib/</tt>&rsquo;, &lsquo;<tt>/usr/local/lib/frei0r-1/</tt>&rsquo;,
&lsquo;<tt>/usr/lib/frei0r-1/</tt>&rsquo;.
</p>
</dd>
<dt> &lsquo;<samp>filter_params</samp>&rsquo;</dt>
<dd><p>A &rsquo;|&rsquo;-separated list of parameters to pass to the frei0r effect.
</p>
</dd>
</dl>

<p>A frei0r effect parameter can be a boolean (its value is either
&quot;y&quot; or &quot;n&quot;), a double, a color (specified as
<var>R</var>/<var>G</var>/<var>B</var>, where <var>R</var>, <var>G</var>, and <var>B</var> are floating point
numbers between 0.0 and 1.0, inclusive) or by an <code>av_parse_color()</code> color
description), a position (specified as <var>X</var>/<var>Y</var>, where
<var>X</var> and <var>Y</var> are floating point numbers) and/or a string.
</p>
<p>The number and types of parameters depend on the loaded effect. If an
effect parameter is not specified, the default value is set.
</p>
<p>Some examples:
</p><table><tr><td>&nbsp;</td><td><pre class="example"># Apply the distort0r effect, setting the first two double parameters
frei0r=filter_name=distort0r:filter_params=0.5|0.01

# Apply the colordistance effect, taking a color as the first parameter
frei0r=colordistance:0.2/0.3/0.4
frei0r=colordistance:violet
frei0r=colordistance:0x112233

# Apply the perspective effect, specifying the top left and top right
# image positions
frei0r=perspective:0.2/0.2|0.8/0.2
</pre></td></tr></table>

<p>For more information, see
<a href="http://piksel.org/frei0r">http://piksel.org/frei0r</a>
</p>
<a name="gradfun"></a>
<h2 class="section"><a href="libavfilter.html#toc-gradfun">8.16 gradfun</a></h2>

<p>Fix the banding artifacts that are sometimes introduced into nearly flat
regions by truncation to 8bit colordepth.
Interpolate the gradients that should go where the bands are, and
dither them.
</p>
<p>It is designed for playback only.  Do not use it prior to
lossy compression, because compression tends to lose the dither and
bring back the bands.
</p>
<p>It accepts the following parameters:
</p>
<dl compact="compact">
<dt> &lsquo;<samp>strength</samp>&rsquo;</dt>
<dd><p>The maximum amount by which the filter will change any one pixel. This is also
the threshold for detecting nearly flat regions. Acceptable values range from
.51 to 64; the default value is 1.2. Out-of-range values will be clipped to the
valid range.
</p>
</dd>
<dt> &lsquo;<samp>radius</samp>&rsquo;</dt>
<dd><p>The neighborhood to fit the gradient to. A larger radius makes for smoother
gradients, but also prevents the filter from modifying the pixels near detailed
regions. Acceptable values are 8-32; the default value is 16. Out-of-range
values will be clipped to the valid range.
</p>
</dd>
</dl>

<table><tr><td>&nbsp;</td><td><pre class="example"># Default parameters
gradfun=strength=1.2:radius=16

# Omitting the radius
gradfun=1.2
</pre></td></tr></table>

<a name="hflip"></a>
<h2 class="section"><a href="libavfilter.html#toc-hflip">8.17 hflip</a></h2>

<p>Flip the input video horizontally.
</p>
<p>For example, to horizontally flip the input video with <code>avconv</code>:
</p><table><tr><td>&nbsp;</td><td><pre class="example">avconv -i in.avi -vf &quot;hflip&quot; out.avi
</pre></td></tr></table>

<a name="hqdn3d"></a>
<h2 class="section"><a href="libavfilter.html#toc-hqdn3d">8.18 hqdn3d</a></h2>

<p>This is a high precision/quality 3d denoise filter. It aims to reduce
image noise, producing smooth images and making still images really
still. It should enhance compressibility.
</p>
<p>It accepts the following optional parameters:
</p>
<dl compact="compact">
<dt> &lsquo;<samp>luma_spatial</samp>&rsquo;</dt>
<dd><p>A non-negative floating point number which specifies spatial luma strength.
It defaults to 4.0.
</p>
</dd>
<dt> &lsquo;<samp>chroma_spatial</samp>&rsquo;</dt>
<dd><p>A non-negative floating point number which specifies spatial chroma strength.
It defaults to 3.0*<var>luma_spatial</var>/4.0.
</p>
</dd>
<dt> &lsquo;<samp>luma_tmp</samp>&rsquo;</dt>
<dd><p>A floating point number which specifies luma temporal strength. It defaults to
6.0*<var>luma_spatial</var>/4.0.
</p>
</dd>
<dt> &lsquo;<samp>chroma_tmp</samp>&rsquo;</dt>
<dd><p>A floating point number which specifies chroma temporal strength. It defaults to
<var>luma_tmp</var>*<var>chroma_spatial</var>/<var>luma_spatial</var>.
</p></dd>
</dl>

<a name="interlace"></a>
<h2 class="section"><a href="libavfilter.html#toc-interlace">8.19 interlace</a></h2>

<p>Simple interlacing filter from progressive contents. This interleaves upper (or
lower) lines from odd frames with lower (or upper) lines from even frames,
halving the frame rate and preserving image height.
</p>
<table><tr><td>&nbsp;</td><td><pre class="example">   Original        Original             New Frame
   Frame 'j'      Frame 'j+1'             (tff)
  ==========      ===========       ==================
    Line 0  --------------------&gt;    Frame 'j' Line 0
    Line 1          Line 1  ----&gt;   Frame 'j+1' Line 1
    Line 2 ---------------------&gt;    Frame 'j' Line 2
    Line 3          Line 3  ----&gt;   Frame 'j+1' Line 3
     ...             ...                   ...
New Frame + 1 will be generated by Frame 'j+2' and Frame 'j+3' and so on
</pre></td></tr></table>

<p>It accepts the following optional parameters:
</p>
<dl compact="compact">
<dt> &lsquo;<samp>scan</samp>&rsquo;</dt>
<dd><p>This determines whether the interlaced frame is taken from the even
(tff - default) or odd (bff) lines of the progressive frame.
</p>
</dd>
<dt> &lsquo;<samp>lowpass</samp>&rsquo;</dt>
<dd><p>Enable (default) or disable the vertical lowpass filter to avoid twitter
interlacing and reduce moire patterns.
</p></dd>
</dl>

<a name="lut_002c-lutrgb_002c-lutyuv"></a>
<h2 class="section"><a href="libavfilter.html#toc-lut_002c-lutrgb_002c-lutyuv">8.20 lut, lutrgb, lutyuv</a></h2>

<p>Compute a look-up table for binding each pixel component input value
to an output value, and apply it to the input video.
</p>
<p><var>lutyuv</var> applies a lookup table to a YUV input video, <var>lutrgb</var>
to an RGB input video.
</p>
<p>These filters accept the following parameters:
</p><dl compact="compact">
<dt> &lsquo;<samp><var>c0</var> (first  pixel component)</samp>&rsquo;</dt>
<dt> &lsquo;<samp><var>c1</var> (second pixel component)</samp>&rsquo;</dt>
<dt> &lsquo;<samp><var>c2</var> (third  pixel component)</samp>&rsquo;</dt>
<dt> &lsquo;<samp><var>c3</var> (fourth pixel component, corresponds to the alpha component)</samp>&rsquo;</dt>
<dt> &lsquo;<samp><var>r</var> (red component)</samp>&rsquo;</dt>
<dt> &lsquo;<samp><var>g</var> (green component)</samp>&rsquo;</dt>
<dt> &lsquo;<samp><var>b</var> (blue component)</samp>&rsquo;</dt>
<dt> &lsquo;<samp><var>a</var> (alpha component)</samp>&rsquo;</dt>
<dt> &lsquo;<samp><var>y</var> (Y/luminance component)</samp>&rsquo;</dt>
<dt> &lsquo;<samp><var>u</var> (U/Cb component)</samp>&rsquo;</dt>
<dt> &lsquo;<samp><var>v</var> (V/Cr component)</samp>&rsquo;</dt>
</dl>

<p>Each of them specifies the expression to use for computing the lookup table for
the corresponding pixel component values.
</p>
<p>The exact component associated to each of the <var>c*</var> options depends on the
format in input.
</p>
<p>The <var>lut</var> filter requires either YUV or RGB pixel formats in input,
<var>lutrgb</var> requires RGB pixel formats in input, and <var>lutyuv</var> requires YUV.
</p>
<p>The expressions can contain the following constants and functions:
</p>
<dl compact="compact">
<dt> &lsquo;<samp>E, PI, PHI</samp>&rsquo;</dt>
<dd><p>These are approximated values for the mathematical constants e
(Euler&rsquo;s number), pi (Greek pi), and phi (the golden ratio).
</p>
</dd>
<dt> &lsquo;<samp>w, h</samp>&rsquo;</dt>
<dd><p>The input width and height.
</p>
</dd>
<dt> &lsquo;<samp>val</samp>&rsquo;</dt>
<dd><p>The input value for the pixel component.
</p>
</dd>
<dt> &lsquo;<samp>clipval</samp>&rsquo;</dt>
<dd><p>The input value, clipped to the <var>minval</var>-<var>maxval</var> range.
</p>
</dd>
<dt> &lsquo;<samp>maxval</samp>&rsquo;</dt>
<dd><p>The maximum value for the pixel component.
</p>
</dd>
<dt> &lsquo;<samp>minval</samp>&rsquo;</dt>
<dd><p>The minimum value for the pixel component.
</p>
</dd>
<dt> &lsquo;<samp>negval</samp>&rsquo;</dt>
<dd><p>The negated value for the pixel component value, clipped to the
<var>minval</var>-<var>maxval</var> range; it corresponds to the expression
&quot;maxval-clipval+minval&quot;.
</p>
</dd>
<dt> &lsquo;<samp>clip(val)</samp>&rsquo;</dt>
<dd><p>The computed value in <var>val</var>, clipped to the
<var>minval</var>-<var>maxval</var> range.
</p>
</dd>
<dt> &lsquo;<samp>gammaval(gamma)</samp>&rsquo;</dt>
<dd><p>The computed gamma correction value of the pixel component value,
clipped to the <var>minval</var>-<var>maxval</var> range. It corresponds to the
expression
&quot;pow((clipval-minval)/(maxval-minval)\,<var>gamma</var>)*(maxval-minval)+minval&quot;
</p>
</dd>
</dl>

<p>All expressions default to &quot;val&quot;.
</p>
<p>Some examples:
</p><table><tr><td>&nbsp;</td><td><pre class="example"># Negate input video
lutrgb=&quot;r=maxval+minval-val:g=maxval+minval-val:b=maxval+minval-val&quot;
lutyuv=&quot;y=maxval+minval-val:u=maxval+minval-val:v=maxval+minval-val&quot;

# The above is the same as
lutrgb=&quot;r=negval:g=negval:b=negval&quot;
lutyuv=&quot;y=negval:u=negval:v=negval&quot;

# Negate luminance
lutyuv=negval

# Remove chroma components, turning the video into a graytone image
lutyuv=&quot;u=128:v=128&quot;

# Apply a luma burning effect
lutyuv=&quot;y=2*val&quot;

# Remove green and blue components
lutrgb=&quot;g=0:b=0&quot;

# Set a constant alpha channel value on input
format=rgba,lutrgb=a=&quot;maxval-minval/2&quot;

# Correct luminance gamma by a factor of 0.5
lutyuv=y=gammaval(0.5)
</pre></td></tr></table>

<a name="negate"></a>
<h2 class="section"><a href="libavfilter.html#toc-negate">8.21 negate</a></h2>

<p>Negate input video.
</p>
<p>It accepts an integer in input; if non-zero it negates the
alpha component (if available). The default value in input is 0.
</p>
<a name="noformat"></a>
<h2 class="section"><a href="libavfilter.html#toc-noformat">8.22 noformat</a></h2>

<p>Force libavfilter not to use any of the specified pixel formats for the
input to the next filter.
</p>
<p>It accepts the following parameters:
</p><dl compact="compact">
<dt> &lsquo;<samp>pix_fmts</samp>&rsquo;</dt>
<dd><p>A &rsquo;|&rsquo;-separated list of pixel format names, such as
apix_fmts=yuv420p|monow|rgb24&quot;.
</p>
</dd>
</dl>

<p>Some examples:
</p><table><tr><td>&nbsp;</td><td><pre class="example"># Force libavfilter to use a format different from &quot;yuv420p&quot; for the
# input to the vflip filter
noformat=pix_fmts=yuv420p,vflip

# Convert the input video to any of the formats not contained in the list
noformat=yuv420p|yuv444p|yuv410p
</pre></td></tr></table>

<a name="null"></a>
<h2 class="section"><a href="libavfilter.html#toc-null">8.23 null</a></h2>

<p>Pass the video source unchanged to the output.
</p>
<a name="ocv"></a>
<h2 class="section"><a href="libavfilter.html#toc-ocv">8.24 ocv</a></h2>

<p>Apply a video transform using libopencv.
</p>
<p>To enable this filter, install the libopencv library and headers and
configure Libav with &ndash;enable-libopencv.
</p>
<p>It accepts the following parameters:
</p>
<dl compact="compact">
<dt> &lsquo;<samp>filter_name</samp>&rsquo;</dt>
<dd><p>The name of the libopencv filter to apply.
</p>
</dd>
<dt> &lsquo;<samp>filter_params</samp>&rsquo;</dt>
<dd><p>The parameters to pass to the libopencv filter. If not specified, the default
values are assumed.
</p>
</dd>
</dl>

<p>Refer to the official libopencv documentation for more precise
information:
<a href="http://opencv.willowgarage.com/documentation/c/image_filtering.html">http://opencv.willowgarage.com/documentation/c/image_filtering.html</a>
</p>
<p>Several libopencv filters are supported; see the following subsections.
</p>
<p><a name="dilate"></a>
</p><a name="dilate-1"></a>
<h3 class="subsection"><a href="libavfilter.html#toc-dilate-1">8.24.1 dilate</a></h3>

<p>Dilate an image by using a specific structuring element.
It corresponds to the libopencv function <code>cvDilate</code>.
</p>
<p>It accepts the parameters: <var>struct_el</var>|<var>nb_iterations</var>.
</p>
<p><var>struct_el</var> represents a structuring element, and has the syntax:
<var>cols</var>x<var>rows</var>+<var>anchor_x</var>x<var>anchor_y</var>/<var>shape</var>
</p>
<p><var>cols</var> and <var>rows</var> represent the number of columns and rows of
the structuring element, <var>anchor_x</var> and <var>anchor_y</var> the anchor
point, and <var>shape</var> the shape for the structuring element. <var>shape</var>
must be &quot;rect&quot;, &quot;cross&quot;, &quot;ellipse&quot;, or &quot;custom&quot;.
</p>
<p>If the value for <var>shape</var> is &quot;custom&quot;, it must be followed by a
string of the form &quot;=<var>filename</var>&quot;. The file with name
<var>filename</var> is assumed to represent a binary image, with each
printable character corresponding to a bright pixel. When a custom
<var>shape</var> is used, <var>cols</var> and <var>rows</var> are ignored, the number
or columns and rows of the read file are assumed instead.
</p>
<p>The default value for <var>struct_el</var> is &quot;3x3+0x0/rect&quot;.
</p>
<p><var>nb_iterations</var> specifies the number of times the transform is
applied to the image, and defaults to 1.
</p>
<p>Some examples:
</p><table><tr><td>&nbsp;</td><td><pre class="example"># Use the default values
ocv=dilate

# Dilate using a structuring element with a 5x5 cross, iterating two times
ocv=filter_name=dilate:filter_params=5x5+2x2/cross|2

# Read the shape from the file diamond.shape, iterating two times.
# The file diamond.shape may contain a pattern of characters like this
#   *
#  ***
# *****
#  ***
#   *
# The specified columns and rows are ignored
# but the anchor point coordinates are not
ocv=dilate:0x0+2x2/custom=diamond.shape|2
</pre></td></tr></table>

<a name="erode"></a>
<h3 class="subsection"><a href="libavfilter.html#toc-erode">8.24.2 erode</a></h3>

<p>Erode an image by using a specific structuring element.
It corresponds to the libopencv function <code>cvErode</code>.
</p>
<p>It accepts the parameters: <var>struct_el</var>:<var>nb_iterations</var>,
with the same syntax and semantics as the <a href="#dilate">dilate</a> filter.
</p>
<a name="smooth"></a>
<h3 class="subsection"><a href="libavfilter.html#toc-smooth">8.24.3 smooth</a></h3>

<p>Smooth the input video.
</p>
<p>The filter takes the following parameters:
<var>type</var>|<var>param1</var>|<var>param2</var>|<var>param3</var>|<var>param4</var>.
</p>
<p><var>type</var> is the type of smooth filter to apply, and must be one of
the following values: &quot;blur&quot;, &quot;blur_no_scale&quot;, &quot;median&quot;, &quot;gaussian&quot;,
or &quot;bilateral&quot;. The default value is &quot;gaussian&quot;.
</p>
<p>The meaning of <var>param1</var>, <var>param2</var>, <var>param3</var>, and <var>param4</var>
depend on the smooth type. <var>param1</var> and
<var>param2</var> accept integer positive values or 0. <var>param3</var> and
<var>param4</var> accept floating point values.
</p>
<p>The default value for <var>param1</var> is 3. The default value for the
other parameters is 0.
</p>
<p>These parameters correspond to the parameters assigned to the
libopencv function <code>cvSmooth</code>.
</p>
<p><a name="overlay"></a>
</p><a name="overlay-1"></a>
<h2 class="section"><a href="libavfilter.html#toc-overlay-1">8.25 overlay</a></h2>

<p>Overlay one video on top of another.
</p>
<p>It takes two inputs and has one output. The first input is the &quot;main&quot;
video on which the second input is overlayed.
</p>
<p>It accepts the following parameters:
</p>
<dl compact="compact">
<dt> &lsquo;<samp>x</samp>&rsquo;</dt>
<dd><p>The horizontal position of the left edge of the overlaid video on the main video.
</p>
</dd>
<dt> &lsquo;<samp>y</samp>&rsquo;</dt>
<dd><p>The vertical position of the top edge of the overlaid video on the main video.
</p>
</dd>
</dl>

<p>The parameters are expressions containing the following parameters:
</p>
<dl compact="compact">
<dt> &lsquo;<samp>main_w, main_h</samp>&rsquo;</dt>
<dd><p>The main input width and height.
</p>
</dd>
<dt> &lsquo;<samp>W, H</samp>&rsquo;</dt>
<dd><p>These are the same as <var>main_w</var> and <var>main_h</var>.
</p>
</dd>
<dt> &lsquo;<samp>overlay_w, overlay_h</samp>&rsquo;</dt>
<dd><p>The overlay input width and height.
</p>
</dd>
<dt> &lsquo;<samp>w, h</samp>&rsquo;</dt>
<dd><p>These are the same as <var>overlay_w</var> and <var>overlay_h</var>.
</p>
</dd>
<dt> &lsquo;<samp>eof_action</samp>&rsquo;</dt>
<dd><p>The action to take when EOF is encountered on the secondary input; it accepts
one of the following values:
</p>
<dl compact="compact">
<dt> &lsquo;<samp>repeat</samp>&rsquo;</dt>
<dd><p>Repeat the last frame (the default).
</p></dd>
<dt> &lsquo;<samp>endall</samp>&rsquo;</dt>
<dd><p>End both streams.
</p></dd>
<dt> &lsquo;<samp>pass</samp>&rsquo;</dt>
<dd><p>Pass the main input through.
</p></dd>
</dl>

</dd>
</dl>

<p>Be aware that frames are taken from each input video in timestamp
order, hence, if their initial timestamps differ, it is a a good idea
to pass the two inputs through a <var>setpts=PTS-STARTPTS</var> filter to
have them begin in the same zero timestamp, as the example for
the <var>movie</var> filter does.
</p>
<p>Some examples:
</p><table><tr><td>&nbsp;</td><td><pre class="example"># Draw the overlay at 10 pixels from the bottom right
# corner of the main video
overlay=x=main_w-overlay_w-10:y=main_h-overlay_h-10

# Insert a transparent PNG logo in the bottom left corner of the input
avconv -i input -i logo -filter_complex 'overlay=x=10:y=main_h-overlay_h-10' output

# Insert 2 different transparent PNG logos (second logo on bottom
# right corner)
avconv -i input -i logo1 -i logo2 -filter_complex
'overlay=x=10:y=H-h-10,overlay=x=W-w-10:y=H-h-10' output

# Add a transparent color layer on top of the main video;
# WxH specifies the size of the main input to the overlay filter
color=red.3:WxH [over]; [in][over] overlay [out]

# Mask 10-20 seconds of a video by applying the delogo filter to a section
avconv -i test.avi -codec:v:0 wmv2 -ar 11025 -b:v 9000k
-vf '[in]split[split_main][split_delogo];[split_delogo]trim=start=360:end=371,delogo=0:0:640:480[delogoed];[split_main][delogoed]overlay=eof_action=pass[out]'
masked.avi
</pre></td></tr></table>

<p>You can chain together more overlays but the efficiency of such
approach is yet to be tested.
</p>
<a name="pad"></a>
<h2 class="section"><a href="libavfilter.html#toc-pad">8.26 pad</a></h2>

<p>Add paddings to the input image, and place the original input at the
provided <var>x</var>, <var>y</var> coordinates.
</p>
<p>It accepts the following parameters:
</p>
<dl compact="compact">
<dt> &lsquo;<samp>width, height</samp>&rsquo;</dt>
<dd>
<p>Specify the size of the output image with the paddings added. If the
value for <var>width</var> or <var>height</var> is 0, the corresponding input size
is used for the output.
</p>
<p>The <var>width</var> expression can reference the value set by the
<var>height</var> expression, and vice versa.
</p>
<p>The default value of <var>width</var> and <var>height</var> is 0.
</p>
</dd>
<dt> &lsquo;<samp>x, y</samp>&rsquo;</dt>
<dd>
<p>Specify the offsets to place the input image at within the padded area,
with respect to the top/left border of the output image.
</p>
<p>The <var>x</var> expression can reference the value set by the <var>y</var>
expression, and vice versa.
</p>
<p>The default value of <var>x</var> and <var>y</var> is 0.
</p>
</dd>
<dt> &lsquo;<samp>color</samp>&rsquo;</dt>
<dd>
<p>Specify the color of the padded area. It can be the name of a color
(case insensitive match) or an 0xRRGGBB[AA] sequence.
</p>
<p>The default value of <var>color</var> is &quot;black&quot;.
</p>
</dd>
</dl>

<p>The parameters <var>width</var>, <var>height</var>, <var>x</var>, and <var>y</var> are
expressions containing the following constants:
</p>
<dl compact="compact">
<dt> &lsquo;<samp>E, PI, PHI</samp>&rsquo;</dt>
<dd><p>These are approximated values for the mathematical constants e
(Euler&rsquo;s number), pi (Greek pi), and phi (the golden ratio).
</p>
</dd>
<dt> &lsquo;<samp>in_w, in_h</samp>&rsquo;</dt>
<dd><p>The input video width and height.
</p>
</dd>
<dt> &lsquo;<samp>iw, ih</samp>&rsquo;</dt>
<dd><p>These are the same as <var>in_w</var> and <var>in_h</var>.
</p>
</dd>
<dt> &lsquo;<samp>out_w, out_h</samp>&rsquo;</dt>
<dd><p>The output width and height (the size of the padded area), as
specified by the <var>width</var> and <var>height</var> expressions.
</p>
</dd>
<dt> &lsquo;<samp>ow, oh</samp>&rsquo;</dt>
<dd><p>These are the same as <var>out_w</var> and <var>out_h</var>.
</p>
</dd>
<dt> &lsquo;<samp>x, y</samp>&rsquo;</dt>
<dd><p>The x and y offsets as specified by the <var>x</var> and <var>y</var>
expressions, or NAN if not yet specified.
</p>
</dd>
<dt> &lsquo;<samp>a</samp>&rsquo;</dt>
<dd><p>The input display aspect ratio, same as <var>iw</var> / <var>ih</var>.
</p>
</dd>
<dt> &lsquo;<samp>hsub, vsub</samp>&rsquo;</dt>
<dd><p>The horizontal and vertical chroma subsample values. For example for the
pixel format &quot;yuv422p&quot; <var>hsub</var> is 2 and <var>vsub</var> is 1.
</p></dd>
</dl>

<p>Some examples:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"># Add paddings with the color &quot;violet&quot; to the input video. The output video
# size is 640x480, and the top-left corner of the input video is placed at
# column 0, row 40
pad=width=640:height=480:x=0:y=40:color=violet

# Pad the input to get an output with dimensions increased by 3/2,
# and put the input video at the center of the padded area
pad=&quot;3/2*iw:3/2*ih:(ow-iw)/2:(oh-ih)/2&quot;

# Pad the input to get a squared output with size equal to the maximum
# value between the input width and height, and put the input video at
# the center of the padded area
pad=&quot;max(iw\,ih):ow:(ow-iw)/2:(oh-ih)/2&quot;

# Pad the input to get a final w/h ratio of 16:9
pad=&quot;ih*16/9:ih:(ow-iw)/2:(oh-ih)/2&quot;

# Double the output size and put the input video in the bottom-right
# corner of the output padded area
pad=&quot;2*iw:2*ih:ow-iw:oh-ih&quot;
</pre></td></tr></table>

<a name="pixdesctest"></a>
<h2 class="section"><a href="libavfilter.html#toc-pixdesctest">8.27 pixdesctest</a></h2>

<p>Pixel format descriptor test filter, mainly useful for internal
testing. The output video should be equal to the input video.
</p>
<p>For example:
</p><table><tr><td>&nbsp;</td><td><pre class="example">format=monow, pixdesctest
</pre></td></tr></table>

<p>can be used to test the monowhite pixel format descriptor definition.
</p>
<p><a name="scale"></a>
</p><a name="scale-1"></a>
<h2 class="section"><a href="libavfilter.html#toc-scale-1">8.28 scale</a></h2>

<p>Scale the input video and/or convert the image format.
</p>
<p>It accepts the following parameters:
</p>
<dl compact="compact">
<dt> &lsquo;<samp>w</samp>&rsquo;</dt>
<dd><p>The output video width.
</p>
</dd>
<dt> &lsquo;<samp>h</samp>&rsquo;</dt>
<dd><p>The output video height.
</p>
</dd>
</dl>

<p>The parameters <var>w</var> and <var>h</var> are expressions containing
the following constants:
</p>
<dl compact="compact">
<dt> &lsquo;<samp>E, PI, PHI</samp>&rsquo;</dt>
<dd><p>These are approximated values for the mathematical constants e
(Euler&rsquo;s number), pi (Greek pi), and phi (the golden ratio).
</p>
</dd>
<dt> &lsquo;<samp>in_w, in_h</samp>&rsquo;</dt>
<dd><p>The input width and height.
</p>
</dd>
<dt> &lsquo;<samp>iw, ih</samp>&rsquo;</dt>
<dd><p>These are the same as <var>in_w</var> and <var>in_h</var>.
</p>
</dd>
<dt> &lsquo;<samp>out_w, out_h</samp>&rsquo;</dt>
<dd><p>The output (cropped) width and height.
</p>
</dd>
<dt> &lsquo;<samp>ow, oh</samp>&rsquo;</dt>
<dd><p>These are the same as <var>out_w</var> and <var>out_h</var>.
</p>
</dd>
<dt> &lsquo;<samp>a</samp>&rsquo;</dt>
<dd><p>This is the same as <var>iw</var> / <var>ih</var>.
</p>
</dd>
<dt> &lsquo;<samp>sar</samp>&rsquo;</dt>
<dd><p>input sample aspect ratio
</p>
</dd>
<dt> &lsquo;<samp>dar</samp>&rsquo;</dt>
<dd><p>The input display aspect ratio; it is the same as
(<var>iw</var> / <var>ih</var>) * <var>sar</var>.
</p>
</dd>
<dt> &lsquo;<samp>hsub, vsub</samp>&rsquo;</dt>
<dd><p>The horizontal and vertical chroma subsample values. For example, for the
pixel format &quot;yuv422p&quot; <var>hsub</var> is 2 and <var>vsub</var> is 1.
</p></dd>
</dl>

<p>If the input image format is different from the format requested by
the next filter, the scale filter will convert the input to the
requested format.
</p>
<p>If the value for <var>w</var> or <var>h</var> is 0, the respective input
size is used for the output.
</p>
<p>If the value for <var>w</var> or <var>h</var> is -1, the scale filter will use, for the
respective output size, a value that maintains the aspect ratio of the input
image.
</p>
<p>The default value of <var>w</var> and <var>h</var> is 0.
</p>
<p>Some examples:
</p><table><tr><td>&nbsp;</td><td><pre class="example"># Scale the input video to a size of 200x100
scale=w=200:h=100

# Scale the input to 2x
scale=w=2*iw:h=2*ih
# The above is the same as
scale=2*in_w:2*in_h

# Scale the input to half the original size
scale=w=iw/2:h=ih/2

# Increase the width, and set the height to the same size
scale=3/2*iw:ow

# Seek Greek harmony
scale=iw:1/PHI*iw
scale=ih*PHI:ih

# Increase the height, and set the width to 3/2 of the height
scale=w=3/2*oh:h=3/5*ih

# Increase the size, making the size a multiple of the chroma
scale=&quot;trunc(3/2*iw/hsub)*hsub:trunc(3/2*ih/vsub)*vsub&quot;

# Increase the width to a maximum of 500 pixels,
# keeping the same aspect ratio as the input
scale=w='min(500\, iw*3/2):h=-1'
</pre></td></tr></table>

<a name="select"></a>
<h2 class="section"><a href="libavfilter.html#toc-select">8.29 select</a></h2>
<p>Select frames to pass in output.
</p>
<p>It accepts the following parameters:
</p>
<dl compact="compact">
<dt> &lsquo;<samp>expr</samp>&rsquo;</dt>
<dd><p>An expression, which is evaluated for each input frame. If the expression is
evaluated to a non-zero value, the frame is selected and passed to the output,
otherwise it is discarded.
</p>
</dd>
</dl>

<p>The expression can contain the following constants:
</p>
<dl compact="compact">
<dt> &lsquo;<samp>E, PI, PHI</samp>&rsquo;</dt>
<dd><p>These are approximated values for the mathematical constants e
(Euler&rsquo;s number), pi (Greek pi), and phi (the golden ratio).
</p>
</dd>
<dt> &lsquo;<samp>n</samp>&rsquo;</dt>
<dd><p>The (sequential) number of the filtered frame, starting from 0.
</p>
</dd>
<dt> &lsquo;<samp>selected_n</samp>&rsquo;</dt>
<dd><p>The (sequential) number of the selected frame, starting from 0.
</p>
</dd>
<dt> &lsquo;<samp>prev_selected_n</samp>&rsquo;</dt>
<dd><p>The sequential number of the last selected frame. It&rsquo;s NAN if undefined.
</p>
</dd>
<dt> &lsquo;<samp>TB</samp>&rsquo;</dt>
<dd><p>The timebase of the input timestamps.
</p>
</dd>
<dt> &lsquo;<samp>pts</samp>&rsquo;</dt>
<dd><p>The PTS (Presentation TimeStamp) of the filtered video frame,
expressed in <var>TB</var> units. It&rsquo;s NAN if undefined.
</p>
</dd>
<dt> &lsquo;<samp>t</samp>&rsquo;</dt>
<dd><p>The PTS of the filtered video frame,
expressed in seconds. It&rsquo;s NAN if undefined.
</p>
</dd>
<dt> &lsquo;<samp>prev_pts</samp>&rsquo;</dt>
<dd><p>The PTS of the previously filtered video frame. It&rsquo;s NAN if undefined.
</p>
</dd>
<dt> &lsquo;<samp>prev_selected_pts</samp>&rsquo;</dt>
<dd><p>The PTS of the last previously filtered video frame. It&rsquo;s NAN if undefined.
</p>
</dd>
<dt> &lsquo;<samp>prev_selected_t</samp>&rsquo;</dt>
<dd><p>The PTS of the last previously selected video frame. It&rsquo;s NAN if undefined.
</p>
</dd>
<dt> &lsquo;<samp>start_pts</samp>&rsquo;</dt>
<dd><p>The PTS of the first video frame in the video. It&rsquo;s NAN if undefined.
</p>
</dd>
<dt> &lsquo;<samp>start_t</samp>&rsquo;</dt>
<dd><p>The time of the first video frame in the video. It&rsquo;s NAN if undefined.
</p>
</dd>
<dt> &lsquo;<samp>pict_type</samp>&rsquo;</dt>
<dd><p>The type of the filtered frame. It can assume one of the following
values:
</p><dl compact="compact">
<dt> &lsquo;<samp>I</samp>&rsquo;</dt>
<dt> &lsquo;<samp>P</samp>&rsquo;</dt>
<dt> &lsquo;<samp>B</samp>&rsquo;</dt>
<dt> &lsquo;<samp>S</samp>&rsquo;</dt>
<dt> &lsquo;<samp>SI</samp>&rsquo;</dt>
<dt> &lsquo;<samp>SP</samp>&rsquo;</dt>
<dt> &lsquo;<samp>BI</samp>&rsquo;</dt>
</dl>

</dd>
<dt> &lsquo;<samp>interlace_type</samp>&rsquo;</dt>
<dd><p>The frame interlace type. It can assume one of the following values:
</p><dl compact="compact">
<dt> &lsquo;<samp>PROGRESSIVE</samp>&rsquo;</dt>
<dd><p>The frame is progressive (not interlaced).
</p></dd>
<dt> &lsquo;<samp>TOPFIRST</samp>&rsquo;</dt>
<dd><p>The frame is top-field-first.
</p></dd>
<dt> &lsquo;<samp>BOTTOMFIRST</samp>&rsquo;</dt>
<dd><p>The frame is bottom-field-first.
</p></dd>
</dl>

</dd>
<dt> &lsquo;<samp>key</samp>&rsquo;</dt>
<dd><p>This is 1 if the filtered frame is a key-frame, 0 otherwise.
</p>
</dd>
</dl>

<p>The default value of the select expression is &quot;1&quot;.
</p>
<p>Some examples:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"># Select all the frames in input
select

# The above is the same as
select=expr=1

# Skip all frames
select=expr=0

# Select only I-frames
select='expr=eq(pict_type\,I)'

# Select one frame per 100
select='not(mod(n\,100))'

# Select only frames contained in the 10-20 time interval
select='gte(t\,10)*lte(t\,20)'

# Select only I frames contained in the 10-20 time interval
select='gte(t\,10)*lte(t\,20)*eq(pict_type\,I)'

# Select frames with a minimum distance of 10 seconds
select='isnan(prev_selected_t)+gte(t-prev_selected_t\,10)'
</pre></td></tr></table>

<p><a name="setdar"></a>
</p><a name="setdar-1"></a>
<h2 class="section"><a href="libavfilter.html#toc-setdar-1">8.30 setdar</a></h2>

<p>Set the Display Aspect Ratio for the filter output video.
</p>
<p>This is done by changing the specified Sample (aka Pixel) Aspect
Ratio, according to the following equation:
<em>DAR = HORIZONTAL_RESOLUTION / VERTICAL_RESOLUTION * SAR</em>
</p>
<p>Keep in mind that this filter does not modify the pixel dimensions of
the video frame. Also, the display aspect ratio set by this filter may
be changed by later filters in the filterchain, e.g. in case of
scaling or if another &quot;setdar&quot; or a &quot;setsar&quot; filter is applied.
</p>
<p>It accepts the following parameters:
</p>
<dl compact="compact">
<dt> &lsquo;<samp>dar</samp>&rsquo;</dt>
<dd><p>The output display aspect ratio.
</p>
</dd>
</dl>

<p>The parameter <var>dar</var> is an expression containing
the following constants:
</p>
<dl compact="compact">
<dt> &lsquo;<samp>E, PI, PHI</samp>&rsquo;</dt>
<dd><p>These are approximated values for the mathematical constants e
(Euler&rsquo;s number), pi (Greek pi), and phi (the golden ratio).
</p>
</dd>
<dt> &lsquo;<samp>w, h</samp>&rsquo;</dt>
<dd><p>The input width and height.
</p>
</dd>
<dt> &lsquo;<samp>a</samp>&rsquo;</dt>
<dd><p>This is the same as <var>w</var> / <var>h</var>.
</p>
</dd>
<dt> &lsquo;<samp>sar</samp>&rsquo;</dt>
<dd><p>The input sample aspect ratio.
</p>
</dd>
<dt> &lsquo;<samp>dar</samp>&rsquo;</dt>
<dd><p>The input display aspect ratio. It is the same as
(<var>w</var> / <var>h</var>) * <var>sar</var>.
</p>
</dd>
<dt> &lsquo;<samp>hsub, vsub</samp>&rsquo;</dt>
<dd><p>The horizontal and vertical chroma subsample values. For example, for the
pixel format &quot;yuv422p&quot; <var>hsub</var> is 2 and <var>vsub</var> is 1.
</p></dd>
</dl>

<p>To change the display aspect ratio to 16:9, specify:
</p><table><tr><td>&nbsp;</td><td><pre class="example">setdar=dar=16/9
# The above is equivalent to
setdar=dar=1.77777
</pre></td></tr></table>

<p>Also see the the <a href="#setsar">setsar</a> filter documentation.
</p>
<a name="setpts"></a>
<h2 class="section"><a href="libavfilter.html#toc-setpts">8.31 setpts</a></h2>

<p>Change the PTS (presentation timestamp) of the input video frames.
</p>
<p>It accepts the following parameters:
</p>
<dl compact="compact">
<dt> &lsquo;<samp>expr</samp>&rsquo;</dt>
<dd><p>The expression which is evaluated for each frame to construct its timestamp.
</p>
</dd>
</dl>

<p>The expression is evaluated through the eval API and can contain the following
constants:
</p>
<dl compact="compact">
<dt> &lsquo;<samp>PTS</samp>&rsquo;</dt>
<dd><p>The presentation timestamp in input.
</p>
</dd>
<dt> &lsquo;<samp>E, PI, PHI</samp>&rsquo;</dt>
<dd><p>These are approximated values for the mathematical constants e
(Euler&rsquo;s number), pi (Greek pi), and phi (the golden ratio).
</p>
</dd>
<dt> &lsquo;<samp>N</samp>&rsquo;</dt>
<dd><p>The count of the input frame, starting from 0.
</p>
</dd>
<dt> &lsquo;<samp>STARTPTS</samp>&rsquo;</dt>
<dd><p>The PTS of the first video frame.
</p>
</dd>
<dt> &lsquo;<samp>INTERLACED</samp>&rsquo;</dt>
<dd><p>State whether the current frame is interlaced.
</p>
</dd>
<dt> &lsquo;<samp>PREV_INPTS</samp>&rsquo;</dt>
<dd><p>The previous input PTS.
</p>
</dd>
<dt> &lsquo;<samp>PREV_OUTPTS</samp>&rsquo;</dt>
<dd><p>The previous output PTS.
</p>
</dd>
<dt> &lsquo;<samp>RTCTIME</samp>&rsquo;</dt>
<dd><p>The wallclock (RTC) time in microseconds.
</p>
</dd>
<dt> &lsquo;<samp>RTCSTART</samp>&rsquo;</dt>
<dd><p>The wallclock (RTC) time at the start of the movie in microseconds.
</p>
</dd>
<dt> &lsquo;<samp>TB</samp>&rsquo;</dt>
<dd><p>The timebase of the input timestamps.
</p>
</dd>
</dl>

<p>Some examples:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"># Start counting the PTS from zero
setpts=expr=PTS-STARTPTS

# Fast motion
setpts=expr=0.5*PTS

# Slow motion
setpts=2.0*PTS

# Fixed rate 25 fps
setpts=N/(25*TB)

# Fixed rate 25 fps with some jitter
setpts='1/(25*TB) * (N + 0.05 * sin(N*2*PI/25))'

# Generate timestamps from a &quot;live source&quot; and rebase onto the current timebase
setpts='(RTCTIME - RTCSTART) / (TB * 1000000)&quot;
</pre></td></tr></table>

<p><a name="setsar"></a>
</p><a name="setsar-1"></a>
<h2 class="section"><a href="libavfilter.html#toc-setsar-1">8.32 setsar</a></h2>

<p>Set the Sample (aka Pixel) Aspect Ratio for the filter output video.
</p>
<p>Note that as a consequence of the application of this filter, the
output display aspect ratio will change according to the following
equation:
<em>DAR = HORIZONTAL_RESOLUTION / VERTICAL_RESOLUTION * SAR</em>
</p>
<p>Keep in mind that the sample aspect ratio set by this filter may be
changed by later filters in the filterchain, e.g. if another &quot;setsar&quot;
or a &quot;setdar&quot; filter is applied.
</p>
<p>It accepts the following parameters:
</p>
<dl compact="compact">
<dt> &lsquo;<samp>sar</samp>&rsquo;</dt>
<dd><p>The output sample aspect ratio.
</p>
</dd>
</dl>

<p>The parameter <var>sar</var> is an expression containing
the following constants:
</p>
<dl compact="compact">
<dt> &lsquo;<samp>E, PI, PHI</samp>&rsquo;</dt>
<dd><p>These are approximated values for the mathematical constants e
(Euler&rsquo;s number), pi (Greek pi), and phi (the golden ratio).
</p>
</dd>
<dt> &lsquo;<samp>w, h</samp>&rsquo;</dt>
<dd><p>The input width and height.
</p>
</dd>
<dt> &lsquo;<samp>a</samp>&rsquo;</dt>
<dd><p>These are the same as <var>w</var> / <var>h</var>.
</p>
</dd>
<dt> &lsquo;<samp>sar</samp>&rsquo;</dt>
<dd><p>The input sample aspect ratio.
</p>
</dd>
<dt> &lsquo;<samp>dar</samp>&rsquo;</dt>
<dd><p>The input display aspect ratio. It is the same as
(<var>w</var> / <var>h</var>) * <var>sar</var>.
</p>
</dd>
<dt> &lsquo;<samp>hsub, vsub</samp>&rsquo;</dt>
<dd><p>Horizontal and vertical chroma subsample values. For example, for the
pixel format &quot;yuv422p&quot; <var>hsub</var> is 2 and <var>vsub</var> is 1.
</p></dd>
</dl>

<p>To change the sample aspect ratio to 10:11, specify:
</p><table><tr><td>&nbsp;</td><td><pre class="example">setsar=sar=10/11
</pre></td></tr></table>

<a name="settb"></a>
<h2 class="section"><a href="libavfilter.html#toc-settb">8.33 settb</a></h2>

<p>Set the timebase to use for the output frames timestamps.
It is mainly useful for testing timebase configuration.
</p>
<p>It accepts the following parameters:
</p>
<dl compact="compact">
<dt> &lsquo;<samp>expr</samp>&rsquo;</dt>
<dd><p>The expression which is evaluated into the output timebase.
</p>
</dd>
</dl>

<p>The expression can contain the constants &quot;PI&quot;, &quot;E&quot;, &quot;PHI&quot;, &quot;AVTB&quot; (the
default timebase), and &quot;intb&quot; (the input timebase).
</p>
<p>The default value for the input is &quot;intb&quot;.
</p>
<p>Some examples:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"># Set the timebase to 1/25
settb=expr=1/25

# Set the timebase to 1/10
settb=expr=0.1

# Set the timebase to 1001/1000
settb=1+0.001

#Set the timebase to 2*intb
settb=2*intb

#Set the default timebase value
settb=AVTB
</pre></td></tr></table>

<a name="showinfo"></a>
<h2 class="section"><a href="libavfilter.html#toc-showinfo">8.34 showinfo</a></h2>

<p>Show a line containing various information for each input video frame.
The input video is not modified.
</p>
<p>The shown line contains a sequence of key/value pairs of the form
<var>key</var>:<var>value</var>.
</p>
<p>It accepts the following parameters:
</p>
<dl compact="compact">
<dt> &lsquo;<samp>n</samp>&rsquo;</dt>
<dd><p>The (sequential) number of the input frame, starting from 0.
</p>
</dd>
<dt> &lsquo;<samp>pts</samp>&rsquo;</dt>
<dd><p>The Presentation TimeStamp of the input frame, expressed as a number of
time base units. The time base unit depends on the filter input pad.
</p>
</dd>
<dt> &lsquo;<samp>pts_time</samp>&rsquo;</dt>
<dd><p>The Presentation TimeStamp of the input frame, expressed as a number of
seconds.
</p>
</dd>
<dt> &lsquo;<samp>pos</samp>&rsquo;</dt>
<dd><p>The position of the frame in the input stream, or -1 if this information is
unavailable and/or meaningless (for example in case of synthetic video).
</p>
</dd>
<dt> &lsquo;<samp>fmt</samp>&rsquo;</dt>
<dd><p>The pixel format name.
</p>
</dd>
<dt> &lsquo;<samp>sar</samp>&rsquo;</dt>
<dd><p>The sample aspect ratio of the input frame, expressed in the form
<var>num</var>/<var>den</var>.
</p>
</dd>
<dt> &lsquo;<samp>s</samp>&rsquo;</dt>
<dd><p>The size of the input frame, expressed in the form
<var>width</var>x<var>height</var>.
</p>
</dd>
<dt> &lsquo;<samp>i</samp>&rsquo;</dt>
<dd><p>The type of interlaced mode (&quot;P&quot; for &quot;progressive&quot;, &quot;T&quot; for top field first, &quot;B&quot;
for bottom field first).
</p>
</dd>
<dt> &lsquo;<samp>iskey</samp>&rsquo;</dt>
<dd><p>This is 1 if the frame is a key frame, 0 otherwise.
</p>
</dd>
<dt> &lsquo;<samp>type</samp>&rsquo;</dt>
<dd><p>The picture type of the input frame (&quot;I&quot; for an I-frame, &quot;P&quot; for a
P-frame, &quot;B&quot; for a B-frame, or &quot;?&quot; for an unknown type).
Also refer to the documentation of the <code>AVPictureType</code> enum and of
the <code>av_get_picture_type_char</code> function defined in
&lsquo;<tt>libavutil/avutil.h</tt>&rsquo;.
</p>
</dd>
<dt> &lsquo;<samp>checksum</samp>&rsquo;</dt>
<dd><p>The Adler-32 checksum of all the planes of the input frame.
</p>
</dd>
<dt> &lsquo;<samp>plane_checksum</samp>&rsquo;</dt>
<dd><p>The Adler-32 checksum of each plane of the input frame, expressed in the form
&quot;[<var>c0</var> <var>c1</var> <var>c2</var> <var>c3</var>]&quot;.
</p></dd>
</dl>

<a name="shuffleplanes"></a>
<h2 class="section"><a href="libavfilter.html#toc-shuffleplanes">8.35 shuffleplanes</a></h2>

<p>Reorder and/or duplicate video planes.
</p>
<p>It accepts the following parameters:
</p>
<dl compact="compact">
<dt> &lsquo;<samp>map0</samp>&rsquo;</dt>
<dd><p>The index of the input plane to be used as the first output plane.
</p>
</dd>
<dt> &lsquo;<samp>map1</samp>&rsquo;</dt>
<dd><p>The index of the input plane to be used as the second output plane.
</p>
</dd>
<dt> &lsquo;<samp>map2</samp>&rsquo;</dt>
<dd><p>The index of the input plane to be used as the third output plane.
</p>
</dd>
<dt> &lsquo;<samp>map3</samp>&rsquo;</dt>
<dd><p>The index of the input plane to be used as the fourth output plane.
</p>
</dd>
</dl>

<p>The first plane has the index 0. The default is to keep the input unchanged.
</p>
<p>Swap the second and third planes of the input:
</p><table><tr><td>&nbsp;</td><td><pre class="example">avconv -i INPUT -vf shuffleplanes=0:2:1:3 OUTPUT
</pre></td></tr></table>

<a name="split"></a>
<h2 class="section"><a href="libavfilter.html#toc-split">8.36 split</a></h2>

<p>Split input video into several identical outputs.
</p>
<p>It accepts a single parameter, which specifies the number of outputs. If
unspecified, it defaults to 2.
</p>
<p>Create 5 copies of the input video:
</p><table><tr><td>&nbsp;</td><td><pre class="example">avconv -i INPUT -filter_complex split=5 OUTPUT
</pre></td></tr></table>

<a name="transpose"></a>
<h2 class="section"><a href="libavfilter.html#toc-transpose">8.37 transpose</a></h2>

<p>Transpose rows with columns in the input video and optionally flip it.
</p>
<p>It accepts the following parameters:
</p>
<dl compact="compact">
<dt> &lsquo;<samp>dir</samp>&rsquo;</dt>
<dd><p>The direction of the transpose.
</p>
</dd>
</dl>

<p>The direction can assume the following values:
</p>
<dl compact="compact">
<dt> &lsquo;<samp>cclock_flip</samp>&rsquo;</dt>
<dd><p>Rotate by 90 degrees counterclockwise and vertically flip (default), that is:
</p><table><tr><td>&nbsp;</td><td><pre class="example">L.R     L.l
. . -&gt;  . .
l.r     R.r
</pre></td></tr></table>

</dd>
<dt> &lsquo;<samp>clock</samp>&rsquo;</dt>
<dd><p>Rotate by 90 degrees clockwise, that is:
</p><table><tr><td>&nbsp;</td><td><pre class="example">L.R     l.L
. . -&gt;  . .
l.r     r.R
</pre></td></tr></table>

</dd>
<dt> &lsquo;<samp>cclock</samp>&rsquo;</dt>
<dd><p>Rotate by 90 degrees counterclockwise, that is:
</p><table><tr><td>&nbsp;</td><td><pre class="example">L.R     R.r
. . -&gt;  . .
l.r     L.l
</pre></td></tr></table>

</dd>
<dt> &lsquo;<samp>clock_flip</samp>&rsquo;</dt>
<dd><p>Rotate by 90 degrees clockwise and vertically flip, that is:
</p><table><tr><td>&nbsp;</td><td><pre class="example">L.R     r.R
. . -&gt;  . .
l.r     l.L
</pre></td></tr></table>
</dd>
</dl>

<a name="trim"></a>
<h2 class="section"><a href="libavfilter.html#toc-trim">8.38 trim</a></h2>
<p>Trim the input so that the output contains one continuous subpart of the input.
</p>
<p>It accepts the following parameters:
</p><dl compact="compact">
<dt> &lsquo;<samp>start</samp>&rsquo;</dt>
<dd><p>The timestamp (in seconds) of the start of the kept section. The frame with the
timestamp <var>start</var> will be the first frame in the output.
</p>
</dd>
<dt> &lsquo;<samp>end</samp>&rsquo;</dt>
<dd><p>The timestamp (in seconds) of the first frame that will be dropped. The frame
immediately preceding the one with the timestamp <var>end</var> will be the last
frame in the output.
</p>
</dd>
<dt> &lsquo;<samp>start_pts</samp>&rsquo;</dt>
<dd><p>This is the same as <var>start</var>, except this option sets the start timestamp
in timebase units instead of seconds.
</p>
</dd>
<dt> &lsquo;<samp>end_pts</samp>&rsquo;</dt>
<dd><p>This is the same as <var>end</var>, except this option sets the end timestamp
in timebase units instead of seconds.
</p>
</dd>
<dt> &lsquo;<samp>duration</samp>&rsquo;</dt>
<dd><p>The maximum duration of the output in seconds.
</p>
</dd>
<dt> &lsquo;<samp>start_frame</samp>&rsquo;</dt>
<dd><p>The number of the first frame that should be passed to the output.
</p>
</dd>
<dt> &lsquo;<samp>end_frame</samp>&rsquo;</dt>
<dd><p>The number of the first frame that should be dropped.
</p></dd>
</dl>

<p>Note that the first two sets of the start/end options and the &lsquo;<samp>duration</samp>&rsquo;
option look at the frame timestamp, while the _frame variants simply count the
frames that pass through the filter. Also note that this filter does not modify
the timestamps. If you wish for the output timestamps to start at zero, insert a
setpts filter after the trim filter.
</p>
<p>If multiple start or end options are set, this filter tries to be greedy and
keep all the frames that match at least one of the specified constraints. To keep
only the part that matches all the constraints at once, chain multiple trim
filters.
</p>
<p>The defaults are such that all the input is kept. So it is possible to set e.g.
just the end values to keep everything before the specified time.
</p>
<p>Examples:
</p><ul>
<li>
Drop everything except the second minute of input:
<table><tr><td>&nbsp;</td><td><pre class="example">avconv -i INPUT -vf trim=60:120
</pre></td></tr></table>

</li><li>
Keep only the first second:
<table><tr><td>&nbsp;</td><td><pre class="example">avconv -i INPUT -vf trim=duration=1
</pre></td></tr></table>

</li></ul>
<a name="unsharp"></a>
<h2 class="section"><a href="libavfilter.html#toc-unsharp">8.39 unsharp</a></h2>

<p>Sharpen or blur the input video.
</p>
<p>It accepts the following parameters:
</p>
<dl compact="compact">
<dt> &lsquo;<samp>luma_msize_x</samp>&rsquo;</dt>
<dd><p>Set the luma matrix horizontal size. It must be an integer between 3
and 13. The default value is 5.
</p>
</dd>
<dt> &lsquo;<samp>luma_msize_y</samp>&rsquo;</dt>
<dd><p>Set the luma matrix vertical size. It must be an integer between 3
and 13. The default value is 5.
</p>
</dd>
<dt> &lsquo;<samp>luma_amount</samp>&rsquo;</dt>
<dd><p>Set the luma effect strength. It must be a floating point number between -2.0
and 5.0. The default value is 1.0.
</p>
</dd>
<dt> &lsquo;<samp>chroma_msize_x</samp>&rsquo;</dt>
<dd><p>Set the chroma matrix horizontal size. It must be an integer between 3
and 13. The default value is 5.
</p>
</dd>
<dt> &lsquo;<samp>chroma_msize_y</samp>&rsquo;</dt>
<dd><p>Set the chroma matrix vertical size. It must be an integer between 3
and 13. The default value is 5.
</p>
</dd>
<dt> &lsquo;<samp>chroma_amount</samp>&rsquo;</dt>
<dd><p>Set the chroma effect strength. It must be a floating point number between -2.0
and 5.0. The default value is 0.0.
</p>
</dd>
</dl>

<p>Negative values for the amount will blur the input video, while positive
values will sharpen. All parameters are optional and default to the
equivalent of the string &rsquo;5:5:1.0:5:5:0.0&rsquo;.
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"># Strong luma sharpen effect parameters
unsharp=luma_msize_x=7:luma_msize_y=7:luma_amount=2.5

# A strong blur of both luma and chroma parameters
unsharp=7:7:-2:7:7:-2

# Use the default values with <code>avconv</code>
./avconv -i in.avi -vf &quot;unsharp&quot; out.mp4
</pre></td></tr></table>

<a name="vflip"></a>
<h2 class="section"><a href="libavfilter.html#toc-vflip">8.40 vflip</a></h2>

<p>Flip the input video vertically.
</p>
<table><tr><td>&nbsp;</td><td><pre class="example">./avconv -i in.avi -vf &quot;vflip&quot; out.avi
</pre></td></tr></table>

<a name="yadif"></a>
<h2 class="section"><a href="libavfilter.html#toc-yadif">8.41 yadif</a></h2>

<p>Deinterlace the input video (&quot;yadif&quot; means &quot;yet another deinterlacing
filter&quot;).
</p>
<p>It accepts the following parameters:
</p>
<dl compact="compact">
<dt> &lsquo;<samp>mode</samp>&rsquo;</dt>
<dd><p>The interlacing mode to adopt. It accepts one of the following values:
</p>
<dl compact="compact">
<dt> &lsquo;<samp>0</samp>&rsquo;</dt>
<dd><p>Output one frame for each frame.
</p></dd>
<dt> &lsquo;<samp>1</samp>&rsquo;</dt>
<dd><p>Output one frame for each field.
</p></dd>
<dt> &lsquo;<samp>2</samp>&rsquo;</dt>
<dd><p>Like 0, but it skips the spatial interlacing check.
</p></dd>
<dt> &lsquo;<samp>3</samp>&rsquo;</dt>
<dd><p>Like 1, but it skips the spatial interlacing check.
</p></dd>
</dl>

<p>The default value is 0.
</p>
</dd>
<dt> &lsquo;<samp>parity</samp>&rsquo;</dt>
<dd><p>The picture field parity assumed for the input interlaced video. It accepts one
of the following values:
</p>
<dl compact="compact">
<dt> &lsquo;<samp>0</samp>&rsquo;</dt>
<dd><p>Assume the top field is first.
</p></dd>
<dt> &lsquo;<samp>1</samp>&rsquo;</dt>
<dd><p>Assume the bottom field is first.
</p></dd>
<dt> &lsquo;<samp>-1</samp>&rsquo;</dt>
<dd><p>Enable automatic detection of field parity.
</p></dd>
</dl>

<p>The default value is -1.
If the interlacing is unknown or the decoder does not export this information,
top field first will be assumed.
</p>
</dd>
<dt> &lsquo;<samp>auto</samp>&rsquo;</dt>
<dd><p>Whether the deinterlacer should trust the interlaced flag and only deinterlace
frames marked as interlaced.
</p>
<dl compact="compact">
<dt> &lsquo;<samp>0</samp>&rsquo;</dt>
<dd><p>Deinterlace all frames.
</p></dd>
<dt> &lsquo;<samp>1</samp>&rsquo;</dt>
<dd><p>Only deinterlace frames marked as interlaced.
</p></dd>
</dl>

<p>The default value is 0.
</p>
</dd>
</dl>


<a name="Video-Sources"></a>
<h1 class="chapter"><a href="libavfilter.html#toc-Video-Sources">9. Video Sources</a></h1>

<p>Below is a description of the currently available video sources.
</p>
<a name="buffer"></a>
<h2 class="section"><a href="libavfilter.html#toc-buffer">9.1 buffer</a></h2>

<p>Buffer video frames, and make them available to the filter chain.
</p>
<p>This source is mainly intended for a programmatic use, in particular
through the interface defined in &lsquo;<tt>libavfilter/vsrc_buffer.h</tt>&rsquo;.
</p>
<p>It accepts the following parameters:
</p>
<dl compact="compact">
<dt> &lsquo;<samp>width</samp>&rsquo;</dt>
<dd><p>The input video width.
</p>
</dd>
<dt> &lsquo;<samp>height</samp>&rsquo;</dt>
<dd><p>The input video height.
</p>
</dd>
<dt> &lsquo;<samp>pix_fmt</samp>&rsquo;</dt>
<dd><p>The name of the input video pixel format.
</p>
</dd>
<dt> &lsquo;<samp>time_base</samp>&rsquo;</dt>
<dd><p>The time base used for input timestamps.
</p>
</dd>
<dt> &lsquo;<samp>sar</samp>&rsquo;</dt>
<dd><p>The sample (pixel) aspect ratio of the input video.
</p>
</dd>
</dl>

<p>For example:
</p><table><tr><td>&nbsp;</td><td><pre class="example">buffer=width=320:height=240:pix_fmt=yuv410p:time_base=1/24:sar=1
</pre></td></tr></table>

<p>will instruct the source to accept video frames with size 320x240 and
with format &quot;yuv410p&quot;, assuming 1/24 as the timestamps timebase and
square pixels (1:1 sample aspect ratio).
</p>
<a name="color"></a>
<h2 class="section"><a href="libavfilter.html#toc-color">9.2 color</a></h2>

<p>Provide an uniformly colored input.
</p>
<p>It accepts the following parameters:
</p>
<dl compact="compact">
<dt> &lsquo;<samp>color</samp>&rsquo;</dt>
<dd><p>Specify the color of the source. It can be the name of a color (case
insensitive match) or a 0xRRGGBB[AA] sequence, possibly followed by an
alpha specifier. The default value is &quot;black&quot;.
</p>
</dd>
<dt> &lsquo;<samp>size</samp>&rsquo;</dt>
<dd><p>Specify the size of the sourced video, it may be a string of the form
<var>width</var>x<var>height</var>, or the name of a size abbreviation. The
default value is &quot;320x240&quot;.
</p>
</dd>
<dt> &lsquo;<samp>framerate</samp>&rsquo;</dt>
<dd><p>Specify the frame rate of the sourced video, as the number of frames
generated per second. It has to be a string in the format
<var>frame_rate_num</var>/<var>frame_rate_den</var>, an integer number, a floating point
number or a valid video frame rate abbreviation. The default value is
&quot;25&quot;.
</p>
</dd>
</dl>

<p>The following graph description will generate a red source
with an opacity of 0.2, with size &quot;qcif&quot; and a frame rate of 10
frames per second, which will be overlayed over the source connected
to the pad with identifier &quot;in&quot;:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example">&quot;color=red@0.2:qcif:10 [color]; [in][color] overlay [out]&quot;
</pre></td></tr></table>

<a name="movie"></a>
<h2 class="section"><a href="libavfilter.html#toc-movie">9.3 movie</a></h2>

<p>Read a video stream from a movie container.
</p>
<p>Note that this source is a hack that bypasses the standard input path. It can be
useful in applications that do not support arbitrary filter graphs, but its use
is discouraged in those that do. It should never be used with
<code>avconv</code>; the &lsquo;<samp>-filter_complex</samp>&rsquo; option fully replaces it.
</p>
<p>It accepts the following parameters:
</p>
<dl compact="compact">
<dt> &lsquo;<samp>filename</samp>&rsquo;</dt>
<dd><p>The name of the resource to read (not necessarily a file; it can also be a
device or a stream accessed through some protocol).
</p>
</dd>
<dt> &lsquo;<samp>format_name, f</samp>&rsquo;</dt>
<dd><p>Specifies the format assumed for the movie to read, and can be either
the name of a container or an input device. If not specified, the
format is guessed from <var>movie_name</var> or by probing.
</p>
</dd>
<dt> &lsquo;<samp>seek_point, sp</samp>&rsquo;</dt>
<dd><p>Specifies the seek point in seconds. The frames will be output
starting from this seek point. The parameter is evaluated with
<code>av_strtod</code>, so the numerical value may be suffixed by an IS
postfix. The default value is &quot;0&quot;.
</p>
</dd>
<dt> &lsquo;<samp>stream_index, si</samp>&rsquo;</dt>
<dd><p>Specifies the index of the video stream to read. If the value is -1,
the most suitable video stream will be automatically selected. The default
value is &quot;-1&quot;.
</p>
</dd>
</dl>

<p>It allows overlaying a second video on top of the main input of
a filtergraph, as shown in this graph:
</p><table><tr><td>&nbsp;</td><td><pre class="example">input -----------&gt; deltapts0 --&gt; overlay --&gt; output
                                    ^
                                    |
movie --&gt; scale--&gt; deltapts1 -------+
</pre></td></tr></table>

<p>Some examples:
</p><table><tr><td>&nbsp;</td><td><pre class="example"># Skip 3.2 seconds from the start of the AVI file in.avi, and overlay it
# on top of the input labelled &quot;in&quot;
movie=in.avi:seek_point=3.2, scale=180:-1, setpts=PTS-STARTPTS [movie];
[in] setpts=PTS-STARTPTS, [movie] overlay=16:16 [out]

# Read from a video4linux2 device, and overlay it on top of the input
# labelled &quot;in&quot;
movie=/dev/video0:f=video4linux2, scale=180:-1, setpts=PTS-STARTPTS [movie];
[in] setpts=PTS-STARTPTS, [movie] overlay=16:16 [out]

</pre></td></tr></table>

<a name="nullsrc"></a>
<h2 class="section"><a href="libavfilter.html#toc-nullsrc">9.4 nullsrc</a></h2>

<p>Null video source: never return images. It is mainly useful as a
template and to be employed in analysis / debugging tools.
</p>
<p>It accepts a string of the form
<var>width</var>:<var>height</var>:<var>timebase</var> as an optional parameter.
</p>
<p><var>width</var> and <var>height</var> specify the size of the configured
source. The default values of <var>width</var> and <var>height</var> are
respectively 352 and 288 (corresponding to the CIF size format).
</p>
<p><var>timebase</var> specifies an arithmetic expression representing a
timebase. The expression can contain the constants &quot;PI&quot;, &quot;E&quot;, &quot;PHI&quot;, and
&quot;AVTB&quot; (the default timebase), and defaults to the value &quot;AVTB&quot;.
</p>
<a name="frei0r_005fsrc"></a>
<h2 class="section"><a href="libavfilter.html#toc-frei0r_005fsrc">9.5 frei0r_src</a></h2>

<p>Provide a frei0r source.
</p>
<p>To enable compilation of this filter you need to install the frei0r
header and configure Libav with &ndash;enable-frei0r.
</p>
<p>This source accepts the following parameters:
</p>
<dl compact="compact">
<dt> &lsquo;<samp>size</samp>&rsquo;</dt>
<dd><p>The size of the video to generate. It may be a string of the form
<var>width</var>x<var>height</var> or a frame size abbreviation.
</p>
</dd>
<dt> &lsquo;<samp>framerate</samp>&rsquo;</dt>
<dd><p>The framerate of the generated video. It may be a string of the form
<var>num</var>/<var>den</var> or a frame rate abbreviation.
</p>
</dd>
<dt> &lsquo;<samp>filter_name</samp>&rsquo;</dt>
<dd><p>The name to the frei0r source to load. For more information regarding frei0r and
how to set the parameters, read the <a href="#frei0r">frei0r</a> section in the video filters
documentation.
</p>
</dd>
<dt> &lsquo;<samp>filter_params</samp>&rsquo;</dt>
<dd><p>A &rsquo;|&rsquo;-separated list of parameters to pass to the frei0r source.
</p>
</dd>
</dl>

<p>An example:
</p><table><tr><td>&nbsp;</td><td><pre class="example"># Generate a frei0r partik0l source with size 200x200 and framerate 10
# which is overlayed on the overlay filter main input
frei0r_src=size=200x200:framerate=10:filter_name=partik0l:filter_params=1234 [overlay]; [in][overlay] overlay
</pre></td></tr></table>

<a name="rgbtestsrc_002c-testsrc"></a>
<h2 class="section"><a href="libavfilter.html#toc-rgbtestsrc_002c-testsrc">9.6 rgbtestsrc, testsrc</a></h2>

<p>The <code>rgbtestsrc</code> source generates an RGB test pattern useful for
detecting RGB vs BGR issues. You should see a red, green and blue
stripe from top to bottom.
</p>
<p>The <code>testsrc</code> source generates a test video pattern, showing a
color pattern, a scrolling gradient and a timestamp. This is mainly
intended for testing purposes.
</p>
<p>The sources accept the following parameters:
</p>
<dl compact="compact">
<dt> &lsquo;<samp>size, s</samp>&rsquo;</dt>
<dd><p>Specify the size of the sourced video, it may be a string of the form
<var>width</var>x<var>height</var>, or the name of a size abbreviation. The
default value is &quot;320x240&quot;.
</p>
</dd>
<dt> &lsquo;<samp>rate, r</samp>&rsquo;</dt>
<dd><p>Specify the frame rate of the sourced video, as the number of frames
generated per second. It has to be a string in the format
<var>frame_rate_num</var>/<var>frame_rate_den</var>, an integer number, a floating point
number or a valid video frame rate abbreviation. The default value is
&quot;25&quot;.
</p>
</dd>
<dt> &lsquo;<samp>sar</samp>&rsquo;</dt>
<dd><p>Set the sample aspect ratio of the sourced video.
</p>
</dd>
<dt> &lsquo;<samp>duration</samp>&rsquo;</dt>
<dd><p>Set the video duration of the sourced video. The accepted syntax is:
</p><table><tr><td>&nbsp;</td><td><pre class="example">[-]HH[:MM[:SS[.m...]]]
[-]S+[.m...]
</pre></td></tr></table>
<p>Also see the the <code>av_parse_time()</code> function.
</p>
<p>If not specified, or the expressed duration is negative, the video is
supposed to be generated forever.
</p></dd>
</dl>

<p>For example the following:
</p><table><tr><td>&nbsp;</td><td><pre class="example">testsrc=duration=5.3:size=qcif:rate=10
</pre></td></tr></table>

<p>will generate a video with a duration of 5.3 seconds, with size
176x144 and a framerate of 10 frames per second.
</p>

<a name="Video-Sinks"></a>
<h1 class="chapter"><a href="libavfilter.html#toc-Video-Sinks">10. Video Sinks</a></h1>

<p>Below is a description of the currently available video sinks.
</p>
<a name="buffersink"></a>
<h2 class="section"><a href="libavfilter.html#toc-buffersink">10.1 buffersink</a></h2>

<p>Buffer video frames, and make them available to the end of the filter
graph.
</p>
<p>This sink is intended for programmatic use through the interface defined in
&lsquo;<tt>libavfilter/buffersink.h</tt>&rsquo;.
</p>
<a name="nullsink"></a>
<h2 class="section"><a href="libavfilter.html#toc-nullsink">10.2 nullsink</a></h2>

<p>Null video sink: do absolutely nothing with the input video. It is
mainly useful as a template and for use in analysis / debugging
tools.
</p>

<footer class="footer pagination-right">
<span class="label label-info">This document was generated by <em>Sebastian Ramacher</em> on <em>February 18, 2018</em> using <a href="http://www.nongnu.org/texi2html/"><em>texi2html 1.82</em></a>.</span></footer></div>