This file is indexed.

/usr/share/doc/ffmpeg/manual/ffmpeg-codecs.html is in ffmpeg-doc 7:2.8.6-1ubuntu2.

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
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.1, http://www.gnu.org/software/texinfo/ -->
  <head>
    <meta charset="utf-8">
    <title>
      FFmpeg Codecs Documentation
    </title>
    <meta name="viewport" content="width=device-width,initial-scale=1.0">
    <link rel="stylesheet" type="text/css" href="bootstrap.min.css">
    <link rel="stylesheet" type="text/css" href="style.min.css">
  </head>
  <body>
    <div style="width: 95%; margin: auto">
      <h1>
      FFmpeg Codecs Documentation
      </h1>
<div align="center">
</div>


<a name="SEC_Top"></a>

<a name="SEC_Contents"></a>
<h2 class="contents-heading">Table of Contents</h2>

<div class="contents">

<ul class="no-bullet">
  <li><a name="toc-Description" href="#Description">1 Description</a></li>
  <li><a name="toc-Codec-Options" href="#Codec-Options">2 Codec Options</a></li>
  <li><a name="toc-Decoders" href="#Decoders">3 Decoders</a></li>
  <li><a name="toc-Video-Decoders" href="#Video-Decoders">4 Video Decoders</a>
  <ul class="no-bullet">
    <li><a name="toc-hevc" href="#hevc">4.1 hevc</a></li>
    <li><a name="toc-rawvideo" href="#rawvideo">4.2 rawvideo</a>
    <ul class="no-bullet">
      <li><a name="toc-Options" href="#Options">4.2.1 Options</a></li>
    </ul></li>
  </ul></li>
  <li><a name="toc-Audio-Decoders" href="#Audio-Decoders">5 Audio Decoders</a>
  <ul class="no-bullet">
    <li><a name="toc-ac3" href="#ac3">5.1 ac3</a>
    <ul class="no-bullet">
      <li><a name="toc-AC_002d3-Decoder-Options" href="#AC_002d3-Decoder-Options">5.1.1 AC-3 Decoder Options</a></li>
    </ul></li>
    <li><a name="toc-flac-1" href="#flac-1">5.2 flac</a>
    <ul class="no-bullet">
      <li><a name="toc-FLAC-Decoder-options" href="#FLAC-Decoder-options">5.2.1 FLAC Decoder options</a></li>
    </ul></li>
    <li><a name="toc-ffwavesynth" href="#ffwavesynth">5.3 ffwavesynth</a></li>
    <li><a name="toc-libcelt" href="#libcelt">5.4 libcelt</a></li>
    <li><a name="toc-libgsm" href="#libgsm">5.5 libgsm</a></li>
    <li><a name="toc-libilbc" href="#libilbc">5.6 libilbc</a>
    <ul class="no-bullet">
      <li><a name="toc-Options-1" href="#Options-1">5.6.1 Options</a></li>
    </ul></li>
    <li><a name="toc-libopencore_002damrnb" href="#libopencore_002damrnb">5.7 libopencore-amrnb</a></li>
    <li><a name="toc-libopencore_002damrwb" href="#libopencore_002damrwb">5.8 libopencore-amrwb</a></li>
    <li><a name="toc-libopus" href="#libopus">5.9 libopus</a></li>
  </ul></li>
  <li><a name="toc-Subtitles-Decoders" href="#Subtitles-Decoders">6 Subtitles Decoders</a>
  <ul class="no-bullet">
    <li><a name="toc-dvbsub" href="#dvbsub">6.1 dvbsub</a>
    <ul class="no-bullet">
      <li><a name="toc-Options-2" href="#Options-2">6.1.1 Options</a></li>
    </ul></li>
    <li><a name="toc-dvdsub" href="#dvdsub">6.2 dvdsub</a>
    <ul class="no-bullet">
      <li><a name="toc-Options-3" href="#Options-3">6.2.1 Options</a></li>
    </ul></li>
    <li><a name="toc-libzvbi_002dteletext" href="#libzvbi_002dteletext">6.3 libzvbi-teletext</a>
    <ul class="no-bullet">
      <li><a name="toc-Options-4" href="#Options-4">6.3.1 Options</a></li>
    </ul></li>
  </ul></li>
  <li><a name="toc-Encoders" href="#Encoders">7 Encoders</a></li>
  <li><a name="toc-Audio-Encoders" href="#Audio-Encoders">8 Audio Encoders</a>
  <ul class="no-bullet">
    <li><a name="toc-aac" href="#aac">8.1 aac</a>
    <ul class="no-bullet">
      <li><a name="toc-Options-5" href="#Options-5">8.1.1 Options</a></li>
    </ul></li>
    <li><a name="toc-ac3-and-ac3_005ffixed" href="#ac3-and-ac3_005ffixed">8.2 ac3 and ac3_fixed</a>
    <ul class="no-bullet">
      <li><a name="toc-AC_002d3-Metadata" href="#AC_002d3-Metadata">8.2.1 AC-3 Metadata</a>
      <ul class="no-bullet">
        <li><a name="toc-Metadata-Control-Options" href="#Metadata-Control-Options">8.2.1.1 Metadata Control Options</a></li>
        <li><a name="toc-Downmix-Levels" href="#Downmix-Levels">8.2.1.2 Downmix Levels</a></li>
        <li><a name="toc-Audio-Production-Information" href="#Audio-Production-Information">8.2.1.3 Audio Production Information</a></li>
        <li><a name="toc-Other-Metadata-Options" href="#Other-Metadata-Options">8.2.1.4 Other Metadata Options</a></li>
      </ul></li>
      <li><a name="toc-Extended-Bitstream-Information" href="#Extended-Bitstream-Information">8.2.2 Extended Bitstream Information</a>
      <ul class="no-bullet">
        <li><a name="toc-Extended-Bitstream-Information-_002d-Part-1" href="#Extended-Bitstream-Information-_002d-Part-1">8.2.2.1 Extended Bitstream Information - Part 1</a></li>
        <li><a name="toc-Extended-Bitstream-Information-_002d-Part-2" href="#Extended-Bitstream-Information-_002d-Part-2">8.2.2.2 Extended Bitstream Information - Part 2</a></li>
      </ul></li>
      <li><a name="toc-Other-AC_002d3-Encoding-Options" href="#Other-AC_002d3-Encoding-Options">8.2.3 Other AC-3 Encoding Options</a></li>
      <li><a name="toc-Floating_002dPoint_002dOnly-AC_002d3-Encoding-Options" href="#Floating_002dPoint_002dOnly-AC_002d3-Encoding-Options">8.2.4 Floating-Point-Only AC-3 Encoding Options</a></li>
    </ul></li>
    <li><a name="toc-flac-2" href="#flac-2">8.3 flac</a>
    <ul class="no-bullet">
      <li><a name="toc-Options-6" href="#Options-6">8.3.1 Options</a></li>
    </ul></li>
    <li><a name="toc-libfaac-1" href="#libfaac-1">8.4 libfaac</a>
    <ul class="no-bullet">
      <li><a name="toc-Options-7" href="#Options-7">8.4.1 Options</a></li>
      <li><a name="toc-Examples" href="#Examples">8.4.2 Examples</a></li>
    </ul></li>
    <li><a name="toc-libfdk_005faac" href="#libfdk_005faac">8.5 libfdk_aac</a>
    <ul class="no-bullet">
      <li><a name="toc-Options-8" href="#Options-8">8.5.1 Options</a></li>
      <li><a name="toc-Examples-1" href="#Examples-1">8.5.2 Examples</a></li>
    </ul></li>
    <li><a name="toc-libmp3lame-1" href="#libmp3lame-1">8.6 libmp3lame</a>
    <ul class="no-bullet">
      <li><a name="toc-Options-9" href="#Options-9">8.6.1 Options</a></li>
    </ul></li>
    <li><a name="toc-libopencore_002damrnb-1" href="#libopencore_002damrnb-1">8.7 libopencore-amrnb</a>
    <ul class="no-bullet">
      <li><a name="toc-Options-10" href="#Options-10">8.7.1 Options</a></li>
    </ul></li>
    <li><a name="toc-libshine-1" href="#libshine-1">8.8 libshine</a>
    <ul class="no-bullet">
      <li><a name="toc-Options-11" href="#Options-11">8.8.1 Options</a></li>
    </ul></li>
    <li><a name="toc-libtwolame" href="#libtwolame">8.9 libtwolame</a>
    <ul class="no-bullet">
      <li><a name="toc-Options-12" href="#Options-12">8.9.1 Options</a></li>
    </ul></li>
    <li><a name="toc-libvo_002daacenc-1" href="#libvo_002daacenc-1">8.10 libvo-aacenc</a>
    <ul class="no-bullet">
      <li><a name="toc-Options-13" href="#Options-13">8.10.1 Options</a></li>
    </ul></li>
    <li><a name="toc-libvo_002damrwbenc" href="#libvo_002damrwbenc">8.11 libvo-amrwbenc</a>
    <ul class="no-bullet">
      <li><a name="toc-Options-14" href="#Options-14">8.11.1 Options</a></li>
    </ul></li>
    <li><a name="toc-libopus-1" href="#libopus-1">8.12 libopus</a>
    <ul class="no-bullet">
      <li><a name="toc-Option-Mapping" href="#Option-Mapping">8.12.1 Option Mapping</a></li>
    </ul></li>
    <li><a name="toc-libvorbis" href="#libvorbis">8.13 libvorbis</a>
    <ul class="no-bullet">
      <li><a name="toc-Options-15" href="#Options-15">8.13.1 Options</a></li>
    </ul></li>
    <li><a name="toc-libwavpack-1" href="#libwavpack-1">8.14 libwavpack</a>
    <ul class="no-bullet">
      <li><a name="toc-Options-16" href="#Options-16">8.14.1 Options</a></li>
    </ul></li>
    <li><a name="toc-wavpack" href="#wavpack">8.15 wavpack</a>
    <ul class="no-bullet">
      <li><a name="toc-Options-17" href="#Options-17">8.15.1 Options</a>
      <ul class="no-bullet">
        <li><a name="toc-Shared-options" href="#Shared-options">8.15.1.1 Shared options</a></li>
        <li><a name="toc-Private-options" href="#Private-options">8.15.1.2 Private options</a></li>
      </ul></li>
    </ul></li>
  </ul></li>
  <li><a name="toc-Video-Encoders" href="#Video-Encoders">9 Video Encoders</a>
  <ul class="no-bullet">
    <li><a name="toc-jpeg2000" href="#jpeg2000">9.1 jpeg2000</a>
    <ul class="no-bullet">
      <li><a name="toc-Options-18" href="#Options-18">9.1.1 Options</a></li>
    </ul></li>
    <li><a name="toc-snow" href="#snow">9.2 snow</a>
    <ul class="no-bullet">
      <li><a name="toc-Options-19" href="#Options-19">9.2.1 Options</a></li>
    </ul></li>
    <li><a name="toc-libtheora" href="#libtheora">9.3 libtheora</a>
    <ul class="no-bullet">
      <li><a name="toc-Options-20" href="#Options-20">9.3.1 Options</a></li>
      <li><a name="toc-Examples-2" href="#Examples-2">9.3.2 Examples</a></li>
    </ul></li>
    <li><a name="toc-libvpx" href="#libvpx">9.4 libvpx</a>
    <ul class="no-bullet">
      <li><a name="toc-Options-21" href="#Options-21">9.4.1 Options</a></li>
    </ul></li>
    <li><a name="toc-libwebp" href="#libwebp">9.5 libwebp</a>
    <ul class="no-bullet">
      <li><a name="toc-Pixel-Format" href="#Pixel-Format">9.5.1 Pixel Format</a></li>
      <li><a name="toc-Options-22" href="#Options-22">9.5.2 Options</a></li>
    </ul></li>
    <li><a name="toc-libx264_002c-libx264rgb" href="#libx264_002c-libx264rgb">9.6 libx264, libx264rgb</a>
    <ul class="no-bullet">
      <li><a name="toc-Supported-Pixel-Formats" href="#Supported-Pixel-Formats">9.6.1 Supported Pixel Formats</a></li>
      <li><a name="toc-Options-23" href="#Options-23">9.6.2 Options</a></li>
    </ul></li>
    <li><a name="toc-libx265" href="#libx265">9.7 libx265</a>
    <ul class="no-bullet">
      <li><a name="toc-Options-24" href="#Options-24">9.7.1 Options</a></li>
    </ul></li>
    <li><a name="toc-libxvid" href="#libxvid">9.8 libxvid</a>
    <ul class="no-bullet">
      <li><a name="toc-Options-25" href="#Options-25">9.8.1 Options</a></li>
    </ul></li>
    <li><a name="toc-mpeg2" href="#mpeg2">9.9 mpeg2</a>
    <ul class="no-bullet">
      <li><a name="toc-Options-26" href="#Options-26">9.9.1 Options</a></li>
    </ul></li>
    <li><a name="toc-png" href="#png">9.10 png</a>
    <ul class="no-bullet">
      <li><a name="toc-Private-options-1" href="#Private-options-1">9.10.1 Private options</a></li>
    </ul></li>
    <li><a name="toc-ProRes" href="#ProRes">9.11 ProRes</a>
    <ul class="no-bullet">
      <li><a name="toc-Private-Options-for-prores_002dks" href="#Private-Options-for-prores_002dks">9.11.1 Private Options for prores-ks</a></li>
      <li><a name="toc-Speed-considerations" href="#Speed-considerations">9.11.2 Speed considerations</a></li>
    </ul></li>
    <li><a name="toc-libkvazaar" href="#libkvazaar">9.12 libkvazaar</a>
    <ul class="no-bullet">
      <li><a name="toc-Options-27" href="#Options-27">9.12.1 Options</a></li>
    </ul></li>
  </ul></li>
  <li><a name="toc-Subtitles-Encoders" href="#Subtitles-Encoders">10 Subtitles Encoders</a>
  <ul class="no-bullet">
    <li><a name="toc-dvdsub-1" href="#dvdsub-1">10.1 dvdsub</a>
    <ul class="no-bullet">
      <li><a name="toc-Options-28" href="#Options-28">10.1.1 Options</a></li>
    </ul></li>
  </ul></li>
  <li><a name="toc-See-Also" href="#See-Also">11 See Also</a></li>
  <li><a name="toc-Authors" href="#Authors">12 Authors</a></li>
</ul>
</div>


<a name="Description"></a>
<h2 class="chapter">1 Description<span class="pull-right"><a class="anchor hidden-xs" href="#Description" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Description" aria-hidden="true">TOC</a></span></h2>

<p>This document describes the codecs (decoders and encoders) provided by
the libavcodec library.
</p>

<a name="codec_002doptions"></a><a name="Codec-Options"></a>
<h2 class="chapter">2 Codec Options<span class="pull-right"><a class="anchor hidden-xs" href="#Codec-Options" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Codec-Options" aria-hidden="true">TOC</a></span></h2>

<p>libavcodec provides some generic global options, which can be set on
all the encoders and decoders. In addition each codec may support
so-called private options, which are specific for a given codec.
</p>
<p>Sometimes, a global option may only affect a specific kind of codec,
and may be nonsensical or ignored by another, so you need to be aware
of the meaning of the specified options. Also some options are
meant only for decoding or encoding.
</p>
<p>Options may be set by specifying -<var>option</var> <var>value</var> in the
FFmpeg tools, or by setting the value explicitly in the
<code>AVCodecContext</code> options or using the <samp>libavutil/opt.h</samp> API
for programmatic use.
</p>
<p>The list of supported options follow:
</p>
<dl compact="compact">
<dt><samp>b <var>integer</var> (<em>encoding,audio,video</em>)</samp></dt>
<dd><p>Set bitrate in bits/s. Default value is 200K.
</p>
</dd>
<dt><samp>ab <var>integer</var> (<em>encoding,audio</em>)</samp></dt>
<dd><p>Set audio bitrate (in bits/s). Default value is 128K.
</p>
</dd>
<dt><samp>bt <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set video bitrate tolerance (in bits/s). In 1-pass mode, bitrate
tolerance specifies how far ratecontrol is willing to deviate from the
target average bitrate value. This is not related to min/max
bitrate. Lowering tolerance too much has an adverse effect on quality.
</p>
</dd>
<dt><samp>flags <var>flags</var> (<em>decoding/encoding,audio,video,subtitles</em>)</samp></dt>
<dd><p>Set generic flags.
</p>
<p>Possible values:
</p><dl compact="compact">
<dt>&lsquo;<samp>mv4</samp>&rsquo;</dt>
<dd><p>Use four motion vector by macroblock (mpeg4).
</p></dd>
<dt>&lsquo;<samp>qpel</samp>&rsquo;</dt>
<dd><p>Use 1/4 pel motion compensation.
</p></dd>
<dt>&lsquo;<samp>loop</samp>&rsquo;</dt>
<dd><p>Use loop filter.
</p></dd>
<dt>&lsquo;<samp>qscale</samp>&rsquo;</dt>
<dd><p>Use fixed qscale.
</p></dd>
<dt>&lsquo;<samp>gmc</samp>&rsquo;</dt>
<dd><p>Use gmc.
</p></dd>
<dt>&lsquo;<samp>mv0</samp>&rsquo;</dt>
<dd><p>Always try a mb with mv=&lt;0,0&gt;.
</p></dd>
<dt>&lsquo;<samp>input_preserved</samp>&rsquo;</dt>
<dt>&lsquo;<samp>pass1</samp>&rsquo;</dt>
<dd><p>Use internal 2pass ratecontrol in first pass mode.
</p></dd>
<dt>&lsquo;<samp>pass2</samp>&rsquo;</dt>
<dd><p>Use internal 2pass ratecontrol in second pass mode.
</p></dd>
<dt>&lsquo;<samp>gray</samp>&rsquo;</dt>
<dd><p>Only decode/encode grayscale.
</p></dd>
<dt>&lsquo;<samp>emu_edge</samp>&rsquo;</dt>
<dd><p>Do not draw edges.
</p></dd>
<dt>&lsquo;<samp>psnr</samp>&rsquo;</dt>
<dd><p>Set error[?] variables during encoding.
</p></dd>
<dt>&lsquo;<samp>truncated</samp>&rsquo;</dt>
<dt>&lsquo;<samp>naq</samp>&rsquo;</dt>
<dd><p>Normalize adaptive quantization.
</p></dd>
<dt>&lsquo;<samp>ildct</samp>&rsquo;</dt>
<dd><p>Use interlaced DCT.
</p></dd>
<dt>&lsquo;<samp>low_delay</samp>&rsquo;</dt>
<dd><p>Force low delay.
</p></dd>
<dt>&lsquo;<samp>global_header</samp>&rsquo;</dt>
<dd><p>Place global headers in extradata instead of every keyframe.
</p></dd>
<dt>&lsquo;<samp>bitexact</samp>&rsquo;</dt>
<dd><p>Only write platform-, build- and time-independent data. (except (I)DCT).
This ensures that file and data checksums are reproducible and match between
platforms. Its primary use is for regression testing.
</p></dd>
<dt>&lsquo;<samp>aic</samp>&rsquo;</dt>
<dd><p>Apply H263 advanced intra coding / mpeg4 ac prediction.
</p></dd>
<dt>&lsquo;<samp>cbp</samp>&rsquo;</dt>
<dd><p>Deprecated, use mpegvideo private options instead.
</p></dd>
<dt>&lsquo;<samp>qprd</samp>&rsquo;</dt>
<dd><p>Deprecated, use mpegvideo private options instead.
</p></dd>
<dt>&lsquo;<samp>ilme</samp>&rsquo;</dt>
<dd><p>Apply interlaced motion estimation.
</p></dd>
<dt>&lsquo;<samp>cgop</samp>&rsquo;</dt>
<dd><p>Use closed gop.
</p></dd>
</dl>

</dd>
<dt><samp>me_method <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set motion estimation method.
</p>
<p>Possible values:
</p><dl compact="compact">
<dt>&lsquo;<samp>zero</samp>&rsquo;</dt>
<dd><p>zero motion estimation (fastest)
</p></dd>
<dt>&lsquo;<samp>full</samp>&rsquo;</dt>
<dd><p>full motion estimation (slowest)
</p></dd>
<dt>&lsquo;<samp>epzs</samp>&rsquo;</dt>
<dd><p>EPZS motion estimation (default)
</p></dd>
<dt>&lsquo;<samp>esa</samp>&rsquo;</dt>
<dd><p>esa motion estimation (alias for full)
</p></dd>
<dt>&lsquo;<samp>tesa</samp>&rsquo;</dt>
<dd><p>tesa motion estimation
</p></dd>
<dt>&lsquo;<samp>dia</samp>&rsquo;</dt>
<dd><p>dia motion estimation (alias for epzs)
</p></dd>
<dt>&lsquo;<samp>log</samp>&rsquo;</dt>
<dd><p>log motion estimation
</p></dd>
<dt>&lsquo;<samp>phods</samp>&rsquo;</dt>
<dd><p>phods motion estimation
</p></dd>
<dt>&lsquo;<samp>x1</samp>&rsquo;</dt>
<dd><p>X1 motion estimation
</p></dd>
<dt>&lsquo;<samp>hex</samp>&rsquo;</dt>
<dd><p>hex motion estimation
</p></dd>
<dt>&lsquo;<samp>umh</samp>&rsquo;</dt>
<dd><p>umh motion estimation
</p></dd>
<dt>&lsquo;<samp>iter</samp>&rsquo;</dt>
<dd><p>iter motion estimation
</p></dd>
</dl>

</dd>
<dt><samp>extradata_size <var>integer</var></samp></dt>
<dd><p>Set extradata size.
</p>
</dd>
<dt><samp>time_base <var>rational number</var></samp></dt>
<dd><p>Set codec time base.
</p>
<p>It is the fundamental unit of time (in seconds) in terms of which
frame timestamps are represented. For fixed-fps content, timebase
should be <code>1 / frame_rate</code> and timestamp increments should be
identically 1.
</p>
</dd>
<dt><samp>g <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set the group of picture size. Default value is 12.
</p>
</dd>
<dt><samp>ar <var>integer</var> (<em>decoding/encoding,audio</em>)</samp></dt>
<dd><p>Set audio sampling rate (in Hz).
</p>
</dd>
<dt><samp>ac <var>integer</var> (<em>decoding/encoding,audio</em>)</samp></dt>
<dd><p>Set number of audio channels.
</p>
</dd>
<dt><samp>cutoff <var>integer</var> (<em>encoding,audio</em>)</samp></dt>
<dd><p>Set cutoff bandwidth.
</p>
</dd>
<dt><samp>frame_size <var>integer</var> (<em>encoding,audio</em>)</samp></dt>
<dd><p>Set audio frame size.
</p>
<p>Each submitted frame except the last must contain exactly frame_size
samples per channel. May be 0 when the codec has
CODEC_CAP_VARIABLE_FRAME_SIZE set, in that case the frame size is not
restricted. It is set by some decoders to indicate constant frame
size.
</p>
</dd>
<dt><samp>frame_number <var>integer</var></samp></dt>
<dd><p>Set the frame number.
</p>
</dd>
<dt><samp>delay <var>integer</var></samp></dt>
<dt><samp>qcomp <var>float</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set video quantizer scale compression (VBR). It is used as a constant
in the ratecontrol equation. Recommended range for default rc_eq:
0.0-1.0.
</p>
</dd>
<dt><samp>qblur <var>float</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set video quantizer scale blur (VBR).
</p>
</dd>
<dt><samp>qmin <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set min video quantizer scale (VBR). Must be included between -1 and
69, default value is 2.
</p>
</dd>
<dt><samp>qmax <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set max video quantizer scale (VBR). Must be included between -1 and
1024, default value is 31.
</p>
</dd>
<dt><samp>qdiff <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set max difference between the quantizer scale (VBR).
</p>
</dd>
<dt><samp>bf <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set max number of B frames between non-B-frames.
</p>
<p>Must be an integer between -1 and 16. 0 means that B-frames are
disabled. If a value of -1 is used, it will choose an automatic value
depending on the encoder.
</p>
<p>Default value is 0.
</p>
</dd>
<dt><samp>b_qfactor <var>float</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set qp factor between P and B frames.
</p>
</dd>
<dt><samp>rc_strategy <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set ratecontrol method.
</p>
</dd>
<dt><samp>b_strategy <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set strategy to choose between I/P/B-frames.
</p>
</dd>
<dt><samp>ps <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set RTP payload size in bytes.
</p>
</dd>
<dt><samp>mv_bits <var>integer</var></samp></dt>
<dt><samp>header_bits <var>integer</var></samp></dt>
<dt><samp>i_tex_bits <var>integer</var></samp></dt>
<dt><samp>p_tex_bits <var>integer</var></samp></dt>
<dt><samp>i_count <var>integer</var></samp></dt>
<dt><samp>p_count <var>integer</var></samp></dt>
<dt><samp>skip_count <var>integer</var></samp></dt>
<dt><samp>misc_bits <var>integer</var></samp></dt>
<dt><samp>frame_bits <var>integer</var></samp></dt>
<dt><samp>codec_tag <var>integer</var></samp></dt>
<dt><samp>bug <var>flags</var> (<em>decoding,video</em>)</samp></dt>
<dd><p>Workaround not auto detected encoder bugs.
</p>
<p>Possible values:
</p><dl compact="compact">
<dt>&lsquo;<samp>autodetect</samp>&rsquo;</dt>
<dt>&lsquo;<samp>old_msmpeg4</samp>&rsquo;</dt>
<dd><p>some old lavc generated msmpeg4v3 files (no autodetection)
</p></dd>
<dt>&lsquo;<samp>xvid_ilace</samp>&rsquo;</dt>
<dd><p>Xvid interlacing bug (autodetected if fourcc==XVIX)
</p></dd>
<dt>&lsquo;<samp>ump4</samp>&rsquo;</dt>
<dd><p>(autodetected if fourcc==UMP4)
</p></dd>
<dt>&lsquo;<samp>no_padding</samp>&rsquo;</dt>
<dd><p>padding bug (autodetected)
</p></dd>
<dt>&lsquo;<samp>amv</samp>&rsquo;</dt>
<dt>&lsquo;<samp>ac_vlc</samp>&rsquo;</dt>
<dd><p>illegal vlc bug (autodetected per fourcc)
</p></dd>
<dt>&lsquo;<samp>qpel_chroma</samp>&rsquo;</dt>
<dt>&lsquo;<samp>std_qpel</samp>&rsquo;</dt>
<dd><p>old standard qpel (autodetected per fourcc/version)
</p></dd>
<dt>&lsquo;<samp>qpel_chroma2</samp>&rsquo;</dt>
<dt>&lsquo;<samp>direct_blocksize</samp>&rsquo;</dt>
<dd><p>direct-qpel-blocksize bug (autodetected per fourcc/version)
</p></dd>
<dt>&lsquo;<samp>edge</samp>&rsquo;</dt>
<dd><p>edge padding bug (autodetected per fourcc/version)
</p></dd>
<dt>&lsquo;<samp>hpel_chroma</samp>&rsquo;</dt>
<dt>&lsquo;<samp>dc_clip</samp>&rsquo;</dt>
<dt>&lsquo;<samp>ms</samp>&rsquo;</dt>
<dd><p>Workaround various bugs in microsoft broken decoders.
</p></dd>
<dt>&lsquo;<samp>trunc</samp>&rsquo;</dt>
<dd><p>trancated frames
</p></dd>
</dl>

</dd>
<dt><samp>lelim <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set single coefficient elimination threshold for luminance (negative
values also consider DC coefficient).
</p>
</dd>
<dt><samp>celim <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set single coefficient elimination threshold for chrominance (negative
values also consider dc coefficient)
</p>
</dd>
<dt><samp>strict <var>integer</var> (<em>decoding/encoding,audio,video</em>)</samp></dt>
<dd><p>Specify how strictly to follow the standards.
</p>
<p>Possible values:
</p><dl compact="compact">
<dt>&lsquo;<samp>very</samp>&rsquo;</dt>
<dd><p>strictly conform to a older more strict version of the spec or reference software
</p></dd>
<dt>&lsquo;<samp>strict</samp>&rsquo;</dt>
<dd><p>strictly conform to all the things in the spec no matter what consequences
</p></dd>
<dt>&lsquo;<samp>normal</samp>&rsquo;</dt>
<dt>&lsquo;<samp>unofficial</samp>&rsquo;</dt>
<dd><p>allow unofficial extensions
</p></dd>
<dt>&lsquo;<samp>experimental</samp>&rsquo;</dt>
<dd><p>allow non standardized experimental things, experimental
(unfinished/work in progress/not well tested) decoders and encoders.
Note: experimental decoders can pose a security risk, do not use this for
decoding untrusted input.
</p></dd>
</dl>

</dd>
<dt><samp>b_qoffset <var>float</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set QP offset between P and B frames.
</p>
</dd>
<dt><samp>err_detect <var>flags</var> (<em>decoding,audio,video</em>)</samp></dt>
<dd><p>Set error detection flags.
</p>
<p>Possible values:
</p><dl compact="compact">
<dt>&lsquo;<samp>crccheck</samp>&rsquo;</dt>
<dd><p>verify embedded CRCs
</p></dd>
<dt>&lsquo;<samp>bitstream</samp>&rsquo;</dt>
<dd><p>detect bitstream specification deviations
</p></dd>
<dt>&lsquo;<samp>buffer</samp>&rsquo;</dt>
<dd><p>detect improper bitstream length
</p></dd>
<dt>&lsquo;<samp>explode</samp>&rsquo;</dt>
<dd><p>abort decoding on minor error detection
</p></dd>
<dt>&lsquo;<samp>ignore_err</samp>&rsquo;</dt>
<dd><p>ignore decoding errors, and continue decoding.
This is useful if you want to analyze the content of a video and thus want
everything to be decoded no matter what. This option will not result in a video
that is pleasing to watch in case of errors.
</p></dd>
<dt>&lsquo;<samp>careful</samp>&rsquo;</dt>
<dd><p>consider things that violate the spec and have not been seen in the wild as errors
</p></dd>
<dt>&lsquo;<samp>compliant</samp>&rsquo;</dt>
<dd><p>consider all spec non compliancies as errors
</p></dd>
<dt>&lsquo;<samp>aggressive</samp>&rsquo;</dt>
<dd><p>consider things that a sane encoder should not do as an error
</p></dd>
</dl>

</dd>
<dt><samp>has_b_frames <var>integer</var></samp></dt>
<dt><samp>block_align <var>integer</var></samp></dt>
<dt><samp>mpeg_quant <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Use MPEG quantizers instead of H.263.
</p>
</dd>
<dt><samp>qsquish <var>float</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>How to keep quantizer between qmin and qmax (0 = clip, 1 = use
differentiable function).
</p>
</dd>
<dt><samp>rc_qmod_amp <var>float</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set experimental quantizer modulation.
</p>
</dd>
<dt><samp>rc_qmod_freq <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set experimental quantizer modulation.
</p>
</dd>
<dt><samp>rc_override_count <var>integer</var></samp></dt>
<dt><samp>rc_eq <var>string</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set rate control equation. When computing the expression, besides the
standard functions defined in the section &rsquo;Expression Evaluation&rsquo;, the
following functions are available: bits2qp(bits), qp2bits(qp). Also
the following constants are available: iTex pTex tex mv fCode iCount
mcVar var isI isP isB avgQP qComp avgIITex avgPITex avgPPTex avgBPTex
avgTex.
</p>
</dd>
<dt><samp>maxrate <var>integer</var> (<em>encoding,audio,video</em>)</samp></dt>
<dd><p>Set max bitrate tolerance (in bits/s). Requires bufsize to be set.
</p>
</dd>
<dt><samp>minrate <var>integer</var> (<em>encoding,audio,video</em>)</samp></dt>
<dd><p>Set min bitrate tolerance (in bits/s). Most useful in setting up a CBR
encode. It is of little use elsewise.
</p>
</dd>
<dt><samp>bufsize <var>integer</var> (<em>encoding,audio,video</em>)</samp></dt>
<dd><p>Set ratecontrol buffer size (in bits).
</p>
</dd>
<dt><samp>rc_buf_aggressivity <var>float</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Currently useless.
</p>
</dd>
<dt><samp>i_qfactor <var>float</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set QP factor between P and I frames.
</p>
</dd>
<dt><samp>i_qoffset <var>float</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set QP offset between P and I frames.
</p>
</dd>
<dt><samp>rc_init_cplx <var>float</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set initial complexity for 1-pass encoding.
</p>
</dd>
<dt><samp>dct <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set DCT algorithm.
</p>
<p>Possible values:
</p><dl compact="compact">
<dt>&lsquo;<samp>auto</samp>&rsquo;</dt>
<dd><p>autoselect a good one (default)
</p></dd>
<dt>&lsquo;<samp>fastint</samp>&rsquo;</dt>
<dd><p>fast integer
</p></dd>
<dt>&lsquo;<samp>int</samp>&rsquo;</dt>
<dd><p>accurate integer
</p></dd>
<dt>&lsquo;<samp>mmx</samp>&rsquo;</dt>
<dt>&lsquo;<samp>altivec</samp>&rsquo;</dt>
<dt>&lsquo;<samp>faan</samp>&rsquo;</dt>
<dd><p>floating point AAN DCT
</p></dd>
</dl>

</dd>
<dt><samp>lumi_mask <var>float</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Compress bright areas stronger than medium ones.
</p>
</dd>
<dt><samp>tcplx_mask <var>float</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set temporal complexity masking.
</p>
</dd>
<dt><samp>scplx_mask <var>float</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set spatial complexity masking.
</p>
</dd>
<dt><samp>p_mask <var>float</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set inter masking.
</p>
</dd>
<dt><samp>dark_mask <var>float</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Compress dark areas stronger than medium ones.
</p>
</dd>
<dt><samp>idct <var>integer</var> (<em>decoding/encoding,video</em>)</samp></dt>
<dd><p>Select IDCT implementation.
</p>
<p>Possible values:
</p><dl compact="compact">
<dt>&lsquo;<samp>auto</samp>&rsquo;</dt>
<dt>&lsquo;<samp>int</samp>&rsquo;</dt>
<dt>&lsquo;<samp>simple</samp>&rsquo;</dt>
<dt>&lsquo;<samp>simplemmx</samp>&rsquo;</dt>
<dt>&lsquo;<samp>simpleauto</samp>&rsquo;</dt>
<dd><p>Automatically pick a IDCT compatible with the simple one
</p>
</dd>
<dt>&lsquo;<samp>arm</samp>&rsquo;</dt>
<dt>&lsquo;<samp>altivec</samp>&rsquo;</dt>
<dt>&lsquo;<samp>sh4</samp>&rsquo;</dt>
<dt>&lsquo;<samp>simplearm</samp>&rsquo;</dt>
<dt>&lsquo;<samp>simplearmv5te</samp>&rsquo;</dt>
<dt>&lsquo;<samp>simplearmv6</samp>&rsquo;</dt>
<dt>&lsquo;<samp>simpleneon</samp>&rsquo;</dt>
<dt>&lsquo;<samp>simplealpha</samp>&rsquo;</dt>
<dt>&lsquo;<samp>ipp</samp>&rsquo;</dt>
<dt>&lsquo;<samp>xvidmmx</samp>&rsquo;</dt>
<dt>&lsquo;<samp>faani</samp>&rsquo;</dt>
<dd><p>floating point AAN IDCT
</p></dd>
</dl>

</dd>
<dt><samp>slice_count <var>integer</var></samp></dt>
<dt><samp>ec <var>flags</var> (<em>decoding,video</em>)</samp></dt>
<dd><p>Set error concealment strategy.
</p>
<p>Possible values:
</p><dl compact="compact">
<dt>&lsquo;<samp>guess_mvs</samp>&rsquo;</dt>
<dd><p>iterative motion vector (MV) search (slow)
</p></dd>
<dt>&lsquo;<samp>deblock</samp>&rsquo;</dt>
<dd><p>use strong deblock filter for damaged MBs
</p></dd>
<dt>&lsquo;<samp>favor_inter</samp>&rsquo;</dt>
<dd><p>favor predicting from the previous frame instead of the current
</p></dd>
</dl>

</dd>
<dt><samp>bits_per_coded_sample <var>integer</var></samp></dt>
<dt><samp>pred <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set prediction method.
</p>
<p>Possible values:
</p><dl compact="compact">
<dt>&lsquo;<samp>left</samp>&rsquo;</dt>
<dt>&lsquo;<samp>plane</samp>&rsquo;</dt>
<dt>&lsquo;<samp>median</samp>&rsquo;</dt>
</dl>

</dd>
<dt><samp>aspect <var>rational number</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set sample aspect ratio.
</p>
</dd>
<dt><samp>debug <var>flags</var> (<em>decoding/encoding,audio,video,subtitles</em>)</samp></dt>
<dd><p>Print specific debug info.
</p>
<p>Possible values:
</p><dl compact="compact">
<dt>&lsquo;<samp>pict</samp>&rsquo;</dt>
<dd><p>picture info
</p></dd>
<dt>&lsquo;<samp>rc</samp>&rsquo;</dt>
<dd><p>rate control
</p></dd>
<dt>&lsquo;<samp>bitstream</samp>&rsquo;</dt>
<dt>&lsquo;<samp>mb_type</samp>&rsquo;</dt>
<dd><p>macroblock (MB) type
</p></dd>
<dt>&lsquo;<samp>qp</samp>&rsquo;</dt>
<dd><p>per-block quantization parameter (QP)
</p></dd>
<dt>&lsquo;<samp>mv</samp>&rsquo;</dt>
<dd><p>motion vector
</p></dd>
<dt>&lsquo;<samp>dct_coeff</samp>&rsquo;</dt>
<dt>&lsquo;<samp>green_metadata</samp>&rsquo;</dt>
<dd><p>display complexity metadata for the upcoming frame, GoP or for a given duration.
</p>
</dd>
<dt>&lsquo;<samp>skip</samp>&rsquo;</dt>
<dt>&lsquo;<samp>startcode</samp>&rsquo;</dt>
<dt>&lsquo;<samp>pts</samp>&rsquo;</dt>
<dt>&lsquo;<samp>er</samp>&rsquo;</dt>
<dd><p>error recognition
</p></dd>
<dt>&lsquo;<samp>mmco</samp>&rsquo;</dt>
<dd><p>memory management control operations (H.264)
</p></dd>
<dt>&lsquo;<samp>bugs</samp>&rsquo;</dt>
<dt>&lsquo;<samp>vis_qp</samp>&rsquo;</dt>
<dd><p>visualize quantization parameter (QP), lower QP are tinted greener
</p></dd>
<dt>&lsquo;<samp>vis_mb_type</samp>&rsquo;</dt>
<dd><p>visualize block types
</p></dd>
<dt>&lsquo;<samp>buffers</samp>&rsquo;</dt>
<dd><p>picture buffer allocations
</p></dd>
<dt>&lsquo;<samp>thread_ops</samp>&rsquo;</dt>
<dd><p>threading operations
</p></dd>
<dt>&lsquo;<samp>nomc</samp>&rsquo;</dt>
<dd><p>skip motion compensation
</p></dd>
</dl>

</dd>
<dt><samp>vismv <var>integer</var> (<em>decoding,video</em>)</samp></dt>
<dd><p>Visualize motion vectors (MVs).
</p>
<p>This option is deprecated, see the codecview filter instead.
</p>
<p>Possible values:
</p><dl compact="compact">
<dt>&lsquo;<samp>pf</samp>&rsquo;</dt>
<dd><p>forward predicted MVs of P-frames
</p></dd>
<dt>&lsquo;<samp>bf</samp>&rsquo;</dt>
<dd><p>forward predicted MVs of B-frames
</p></dd>
<dt>&lsquo;<samp>bb</samp>&rsquo;</dt>
<dd><p>backward predicted MVs of B-frames
</p></dd>
</dl>

</dd>
<dt><samp>cmp <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set full pel me compare function.
</p>
<p>Possible values:
</p><dl compact="compact">
<dt>&lsquo;<samp>sad</samp>&rsquo;</dt>
<dd><p>sum of absolute differences, fast (default)
</p></dd>
<dt>&lsquo;<samp>sse</samp>&rsquo;</dt>
<dd><p>sum of squared errors
</p></dd>
<dt>&lsquo;<samp>satd</samp>&rsquo;</dt>
<dd><p>sum of absolute Hadamard transformed differences
</p></dd>
<dt>&lsquo;<samp>dct</samp>&rsquo;</dt>
<dd><p>sum of absolute DCT transformed differences
</p></dd>
<dt>&lsquo;<samp>psnr</samp>&rsquo;</dt>
<dd><p>sum of squared quantization errors (avoid, low quality)
</p></dd>
<dt>&lsquo;<samp>bit</samp>&rsquo;</dt>
<dd><p>number of bits needed for the block
</p></dd>
<dt>&lsquo;<samp>rd</samp>&rsquo;</dt>
<dd><p>rate distortion optimal, slow
</p></dd>
<dt>&lsquo;<samp>zero</samp>&rsquo;</dt>
<dd><p>0
</p></dd>
<dt>&lsquo;<samp>vsad</samp>&rsquo;</dt>
<dd><p>sum of absolute vertical differences
</p></dd>
<dt>&lsquo;<samp>vsse</samp>&rsquo;</dt>
<dd><p>sum of squared vertical differences
</p></dd>
<dt>&lsquo;<samp>nsse</samp>&rsquo;</dt>
<dd><p>noise preserving sum of squared differences
</p></dd>
<dt>&lsquo;<samp>w53</samp>&rsquo;</dt>
<dd><p>5/3 wavelet, only used in snow
</p></dd>
<dt>&lsquo;<samp>w97</samp>&rsquo;</dt>
<dd><p>9/7 wavelet, only used in snow
</p></dd>
<dt>&lsquo;<samp>dctmax</samp>&rsquo;</dt>
<dt>&lsquo;<samp>chroma</samp>&rsquo;</dt>
</dl>

</dd>
<dt><samp>subcmp <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set sub pel me compare function.
</p>
<p>Possible values:
</p><dl compact="compact">
<dt>&lsquo;<samp>sad</samp>&rsquo;</dt>
<dd><p>sum of absolute differences, fast (default)
</p></dd>
<dt>&lsquo;<samp>sse</samp>&rsquo;</dt>
<dd><p>sum of squared errors
</p></dd>
<dt>&lsquo;<samp>satd</samp>&rsquo;</dt>
<dd><p>sum of absolute Hadamard transformed differences
</p></dd>
<dt>&lsquo;<samp>dct</samp>&rsquo;</dt>
<dd><p>sum of absolute DCT transformed differences
</p></dd>
<dt>&lsquo;<samp>psnr</samp>&rsquo;</dt>
<dd><p>sum of squared quantization errors (avoid, low quality)
</p></dd>
<dt>&lsquo;<samp>bit</samp>&rsquo;</dt>
<dd><p>number of bits needed for the block
</p></dd>
<dt>&lsquo;<samp>rd</samp>&rsquo;</dt>
<dd><p>rate distortion optimal, slow
</p></dd>
<dt>&lsquo;<samp>zero</samp>&rsquo;</dt>
<dd><p>0
</p></dd>
<dt>&lsquo;<samp>vsad</samp>&rsquo;</dt>
<dd><p>sum of absolute vertical differences
</p></dd>
<dt>&lsquo;<samp>vsse</samp>&rsquo;</dt>
<dd><p>sum of squared vertical differences
</p></dd>
<dt>&lsquo;<samp>nsse</samp>&rsquo;</dt>
<dd><p>noise preserving sum of squared differences
</p></dd>
<dt>&lsquo;<samp>w53</samp>&rsquo;</dt>
<dd><p>5/3 wavelet, only used in snow
</p></dd>
<dt>&lsquo;<samp>w97</samp>&rsquo;</dt>
<dd><p>9/7 wavelet, only used in snow
</p></dd>
<dt>&lsquo;<samp>dctmax</samp>&rsquo;</dt>
<dt>&lsquo;<samp>chroma</samp>&rsquo;</dt>
</dl>

</dd>
<dt><samp>mbcmp <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set macroblock compare function.
</p>
<p>Possible values:
</p><dl compact="compact">
<dt>&lsquo;<samp>sad</samp>&rsquo;</dt>
<dd><p>sum of absolute differences, fast (default)
</p></dd>
<dt>&lsquo;<samp>sse</samp>&rsquo;</dt>
<dd><p>sum of squared errors
</p></dd>
<dt>&lsquo;<samp>satd</samp>&rsquo;</dt>
<dd><p>sum of absolute Hadamard transformed differences
</p></dd>
<dt>&lsquo;<samp>dct</samp>&rsquo;</dt>
<dd><p>sum of absolute DCT transformed differences
</p></dd>
<dt>&lsquo;<samp>psnr</samp>&rsquo;</dt>
<dd><p>sum of squared quantization errors (avoid, low quality)
</p></dd>
<dt>&lsquo;<samp>bit</samp>&rsquo;</dt>
<dd><p>number of bits needed for the block
</p></dd>
<dt>&lsquo;<samp>rd</samp>&rsquo;</dt>
<dd><p>rate distortion optimal, slow
</p></dd>
<dt>&lsquo;<samp>zero</samp>&rsquo;</dt>
<dd><p>0
</p></dd>
<dt>&lsquo;<samp>vsad</samp>&rsquo;</dt>
<dd><p>sum of absolute vertical differences
</p></dd>
<dt>&lsquo;<samp>vsse</samp>&rsquo;</dt>
<dd><p>sum of squared vertical differences
</p></dd>
<dt>&lsquo;<samp>nsse</samp>&rsquo;</dt>
<dd><p>noise preserving sum of squared differences
</p></dd>
<dt>&lsquo;<samp>w53</samp>&rsquo;</dt>
<dd><p>5/3 wavelet, only used in snow
</p></dd>
<dt>&lsquo;<samp>w97</samp>&rsquo;</dt>
<dd><p>9/7 wavelet, only used in snow
</p></dd>
<dt>&lsquo;<samp>dctmax</samp>&rsquo;</dt>
<dt>&lsquo;<samp>chroma</samp>&rsquo;</dt>
</dl>

</dd>
<dt><samp>ildctcmp <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set interlaced dct compare function.
</p>
<p>Possible values:
</p><dl compact="compact">
<dt>&lsquo;<samp>sad</samp>&rsquo;</dt>
<dd><p>sum of absolute differences, fast (default)
</p></dd>
<dt>&lsquo;<samp>sse</samp>&rsquo;</dt>
<dd><p>sum of squared errors
</p></dd>
<dt>&lsquo;<samp>satd</samp>&rsquo;</dt>
<dd><p>sum of absolute Hadamard transformed differences
</p></dd>
<dt>&lsquo;<samp>dct</samp>&rsquo;</dt>
<dd><p>sum of absolute DCT transformed differences
</p></dd>
<dt>&lsquo;<samp>psnr</samp>&rsquo;</dt>
<dd><p>sum of squared quantization errors (avoid, low quality)
</p></dd>
<dt>&lsquo;<samp>bit</samp>&rsquo;</dt>
<dd><p>number of bits needed for the block
</p></dd>
<dt>&lsquo;<samp>rd</samp>&rsquo;</dt>
<dd><p>rate distortion optimal, slow
</p></dd>
<dt>&lsquo;<samp>zero</samp>&rsquo;</dt>
<dd><p>0
</p></dd>
<dt>&lsquo;<samp>vsad</samp>&rsquo;</dt>
<dd><p>sum of absolute vertical differences
</p></dd>
<dt>&lsquo;<samp>vsse</samp>&rsquo;</dt>
<dd><p>sum of squared vertical differences
</p></dd>
<dt>&lsquo;<samp>nsse</samp>&rsquo;</dt>
<dd><p>noise preserving sum of squared differences
</p></dd>
<dt>&lsquo;<samp>w53</samp>&rsquo;</dt>
<dd><p>5/3 wavelet, only used in snow
</p></dd>
<dt>&lsquo;<samp>w97</samp>&rsquo;</dt>
<dd><p>9/7 wavelet, only used in snow
</p></dd>
<dt>&lsquo;<samp>dctmax</samp>&rsquo;</dt>
<dt>&lsquo;<samp>chroma</samp>&rsquo;</dt>
</dl>

</dd>
<dt><samp>dia_size <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set diamond type &amp; size for motion estimation.
</p>
</dd>
<dt><samp>last_pred <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set amount of motion predictors from the previous frame.
</p>
</dd>
<dt><samp>preme <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set pre motion estimation.
</p>
</dd>
<dt><samp>precmp <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set pre motion estimation compare function.
</p>
<p>Possible values:
</p><dl compact="compact">
<dt>&lsquo;<samp>sad</samp>&rsquo;</dt>
<dd><p>sum of absolute differences, fast (default)
</p></dd>
<dt>&lsquo;<samp>sse</samp>&rsquo;</dt>
<dd><p>sum of squared errors
</p></dd>
<dt>&lsquo;<samp>satd</samp>&rsquo;</dt>
<dd><p>sum of absolute Hadamard transformed differences
</p></dd>
<dt>&lsquo;<samp>dct</samp>&rsquo;</dt>
<dd><p>sum of absolute DCT transformed differences
</p></dd>
<dt>&lsquo;<samp>psnr</samp>&rsquo;</dt>
<dd><p>sum of squared quantization errors (avoid, low quality)
</p></dd>
<dt>&lsquo;<samp>bit</samp>&rsquo;</dt>
<dd><p>number of bits needed for the block
</p></dd>
<dt>&lsquo;<samp>rd</samp>&rsquo;</dt>
<dd><p>rate distortion optimal, slow
</p></dd>
<dt>&lsquo;<samp>zero</samp>&rsquo;</dt>
<dd><p>0
</p></dd>
<dt>&lsquo;<samp>vsad</samp>&rsquo;</dt>
<dd><p>sum of absolute vertical differences
</p></dd>
<dt>&lsquo;<samp>vsse</samp>&rsquo;</dt>
<dd><p>sum of squared vertical differences
</p></dd>
<dt>&lsquo;<samp>nsse</samp>&rsquo;</dt>
<dd><p>noise preserving sum of squared differences
</p></dd>
<dt>&lsquo;<samp>w53</samp>&rsquo;</dt>
<dd><p>5/3 wavelet, only used in snow
</p></dd>
<dt>&lsquo;<samp>w97</samp>&rsquo;</dt>
<dd><p>9/7 wavelet, only used in snow
</p></dd>
<dt>&lsquo;<samp>dctmax</samp>&rsquo;</dt>
<dt>&lsquo;<samp>chroma</samp>&rsquo;</dt>
</dl>

</dd>
<dt><samp>pre_dia_size <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set diamond type &amp; size for motion estimation pre-pass.
</p>
</dd>
<dt><samp>subq <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set sub pel motion estimation quality.
</p>
</dd>
<dt><samp>dtg_active_format <var>integer</var></samp></dt>
<dt><samp>me_range <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set limit motion vectors range (1023 for DivX player).
</p>
</dd>
<dt><samp>ibias <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set intra quant bias.
</p>
</dd>
<dt><samp>pbias <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set inter quant bias.
</p>
</dd>
<dt><samp>color_table_id <var>integer</var></samp></dt>
<dt><samp>global_quality <var>integer</var> (<em>encoding,audio,video</em>)</samp></dt>
<dt><samp>coder <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd>
<p>Possible values:
</p><dl compact="compact">
<dt>&lsquo;<samp>vlc</samp>&rsquo;</dt>
<dd><p>variable length coder / huffman coder
</p></dd>
<dt>&lsquo;<samp>ac</samp>&rsquo;</dt>
<dd><p>arithmetic coder
</p></dd>
<dt>&lsquo;<samp>raw</samp>&rsquo;</dt>
<dd><p>raw (no encoding)
</p></dd>
<dt>&lsquo;<samp>rle</samp>&rsquo;</dt>
<dd><p>run-length coder
</p></dd>
<dt>&lsquo;<samp>deflate</samp>&rsquo;</dt>
<dd><p>deflate-based coder
</p></dd>
</dl>

</dd>
<dt><samp>context <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set context model.
</p>
</dd>
<dt><samp>slice_flags <var>integer</var></samp></dt>
<dt><samp>xvmc_acceleration <var>integer</var></samp></dt>
<dt><samp>mbd <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set macroblock decision algorithm (high quality mode).
</p>
<p>Possible values:
</p><dl compact="compact">
<dt>&lsquo;<samp>simple</samp>&rsquo;</dt>
<dd><p>use mbcmp (default)
</p></dd>
<dt>&lsquo;<samp>bits</samp>&rsquo;</dt>
<dd><p>use fewest bits
</p></dd>
<dt>&lsquo;<samp>rd</samp>&rsquo;</dt>
<dd><p>use best rate distortion
</p></dd>
</dl>

</dd>
<dt><samp>stream_codec_tag <var>integer</var></samp></dt>
<dt><samp>sc_threshold <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set scene change threshold.
</p>
</dd>
<dt><samp>lmin <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set min lagrange factor (VBR).
</p>
</dd>
<dt><samp>lmax <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set max lagrange factor (VBR).
</p>
</dd>
<dt><samp>nr <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set noise reduction.
</p>
</dd>
<dt><samp>rc_init_occupancy <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set number of bits which should be loaded into the rc buffer before
decoding starts.
</p>
</dd>
<dt><samp>flags2 <var>flags</var> (<em>decoding/encoding,audio,video</em>)</samp></dt>
<dd>
<p>Possible values:
</p><dl compact="compact">
<dt>&lsquo;<samp>fast</samp>&rsquo;</dt>
<dd><p>Allow non spec compliant speedup tricks.
</p></dd>
<dt>&lsquo;<samp>sgop</samp>&rsquo;</dt>
<dd><p>Deprecated, use mpegvideo private options instead.
</p></dd>
<dt>&lsquo;<samp>noout</samp>&rsquo;</dt>
<dd><p>Skip bitstream encoding.
</p></dd>
<dt>&lsquo;<samp>ignorecrop</samp>&rsquo;</dt>
<dd><p>Ignore cropping information from sps.
</p></dd>
<dt>&lsquo;<samp>local_header</samp>&rsquo;</dt>
<dd><p>Place global headers at every keyframe instead of in extradata.
</p></dd>
<dt>&lsquo;<samp>chunks</samp>&rsquo;</dt>
<dd><p>Frame data might be split into multiple chunks.
</p></dd>
<dt>&lsquo;<samp>showall</samp>&rsquo;</dt>
<dd><p>Show all frames before the first keyframe.
</p></dd>
<dt>&lsquo;<samp>skiprd</samp>&rsquo;</dt>
<dd><p>Deprecated, use mpegvideo private options instead.
</p></dd>
<dt>&lsquo;<samp>export_mvs</samp>&rsquo;</dt>
<dd><p>Export motion vectors into frame side-data (see <code>AV_FRAME_DATA_MOTION_VECTORS</code>)
for codecs that support it. See also <samp>doc/examples/export_mvs.c</samp>.
</p></dd>
</dl>

</dd>
<dt><samp>error <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dt><samp>qns <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Deprecated, use mpegvideo private options instead.
</p>
</dd>
<dt><samp>threads <var>integer</var> (<em>decoding/encoding,video</em>)</samp></dt>
<dd>
<p>Possible values:
</p><dl compact="compact">
<dt>&lsquo;<samp>auto</samp>&rsquo;</dt>
<dd><p>detect a good number of threads
</p></dd>
</dl>

</dd>
<dt><samp>me_threshold <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set motion estimation threshold.
</p>
</dd>
<dt><samp>mb_threshold <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set macroblock threshold.
</p>
</dd>
<dt><samp>dc <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set intra_dc_precision.
</p>
</dd>
<dt><samp>nssew <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set nsse weight.
</p>
</dd>
<dt><samp>skip_top <var>integer</var> (<em>decoding,video</em>)</samp></dt>
<dd><p>Set number of macroblock rows at the top which are skipped.
</p>
</dd>
<dt><samp>skip_bottom <var>integer</var> (<em>decoding,video</em>)</samp></dt>
<dd><p>Set number of macroblock rows at the bottom which are skipped.
</p>
</dd>
<dt><samp>profile <var>integer</var> (<em>encoding,audio,video</em>)</samp></dt>
<dd>
<p>Possible values:
</p><dl compact="compact">
<dt>&lsquo;<samp>unknown</samp>&rsquo;</dt>
<dt>&lsquo;<samp>aac_main</samp>&rsquo;</dt>
<dt>&lsquo;<samp>aac_low</samp>&rsquo;</dt>
<dt>&lsquo;<samp>aac_ssr</samp>&rsquo;</dt>
<dt>&lsquo;<samp>aac_ltp</samp>&rsquo;</dt>
<dt>&lsquo;<samp>aac_he</samp>&rsquo;</dt>
<dt>&lsquo;<samp>aac_he_v2</samp>&rsquo;</dt>
<dt>&lsquo;<samp>aac_ld</samp>&rsquo;</dt>
<dt>&lsquo;<samp>aac_eld</samp>&rsquo;</dt>
<dt>&lsquo;<samp>mpeg2_aac_low</samp>&rsquo;</dt>
<dt>&lsquo;<samp>mpeg2_aac_he</samp>&rsquo;</dt>
<dt>&lsquo;<samp>mpeg4_sp</samp>&rsquo;</dt>
<dt>&lsquo;<samp>mpeg4_core</samp>&rsquo;</dt>
<dt>&lsquo;<samp>mpeg4_main</samp>&rsquo;</dt>
<dt>&lsquo;<samp>mpeg4_asp</samp>&rsquo;</dt>
<dt>&lsquo;<samp>dts</samp>&rsquo;</dt>
<dt>&lsquo;<samp>dts_es</samp>&rsquo;</dt>
<dt>&lsquo;<samp>dts_96_24</samp>&rsquo;</dt>
<dt>&lsquo;<samp>dts_hd_hra</samp>&rsquo;</dt>
<dt>&lsquo;<samp>dts_hd_ma</samp>&rsquo;</dt>
</dl>

</dd>
<dt><samp>level <var>integer</var> (<em>encoding,audio,video</em>)</samp></dt>
<dd>
<p>Possible values:
</p><dl compact="compact">
<dt>&lsquo;<samp>unknown</samp>&rsquo;</dt>
</dl>

</dd>
<dt><samp>lowres <var>integer</var> (<em>decoding,audio,video</em>)</samp></dt>
<dd><p>Decode at 1= 1/2, 2=1/4, 3=1/8 resolutions.
</p>
</dd>
<dt><samp>skip_threshold <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set frame skip threshold.
</p>
</dd>
<dt><samp>skip_factor <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set frame skip factor.
</p>
</dd>
<dt><samp>skip_exp <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set frame skip exponent.
Negative values behave identical to the corresponding positive ones, except
that the score is normalized.
Positive values exist primarily for compatibility reasons and are not so useful.
</p>
</dd>
<dt><samp>skipcmp <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set frame skip compare function.
</p>
<p>Possible values:
</p><dl compact="compact">
<dt>&lsquo;<samp>sad</samp>&rsquo;</dt>
<dd><p>sum of absolute differences, fast (default)
</p></dd>
<dt>&lsquo;<samp>sse</samp>&rsquo;</dt>
<dd><p>sum of squared errors
</p></dd>
<dt>&lsquo;<samp>satd</samp>&rsquo;</dt>
<dd><p>sum of absolute Hadamard transformed differences
</p></dd>
<dt>&lsquo;<samp>dct</samp>&rsquo;</dt>
<dd><p>sum of absolute DCT transformed differences
</p></dd>
<dt>&lsquo;<samp>psnr</samp>&rsquo;</dt>
<dd><p>sum of squared quantization errors (avoid, low quality)
</p></dd>
<dt>&lsquo;<samp>bit</samp>&rsquo;</dt>
<dd><p>number of bits needed for the block
</p></dd>
<dt>&lsquo;<samp>rd</samp>&rsquo;</dt>
<dd><p>rate distortion optimal, slow
</p></dd>
<dt>&lsquo;<samp>zero</samp>&rsquo;</dt>
<dd><p>0
</p></dd>
<dt>&lsquo;<samp>vsad</samp>&rsquo;</dt>
<dd><p>sum of absolute vertical differences
</p></dd>
<dt>&lsquo;<samp>vsse</samp>&rsquo;</dt>
<dd><p>sum of squared vertical differences
</p></dd>
<dt>&lsquo;<samp>nsse</samp>&rsquo;</dt>
<dd><p>noise preserving sum of squared differences
</p></dd>
<dt>&lsquo;<samp>w53</samp>&rsquo;</dt>
<dd><p>5/3 wavelet, only used in snow
</p></dd>
<dt>&lsquo;<samp>w97</samp>&rsquo;</dt>
<dd><p>9/7 wavelet, only used in snow
</p></dd>
<dt>&lsquo;<samp>dctmax</samp>&rsquo;</dt>
<dt>&lsquo;<samp>chroma</samp>&rsquo;</dt>
</dl>

</dd>
<dt><samp>border_mask <var>float</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Increase the quantizer for macroblocks close to borders.
</p>
</dd>
<dt><samp>mblmin <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set min macroblock lagrange factor (VBR).
</p>
</dd>
<dt><samp>mblmax <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set max macroblock lagrange factor (VBR).
</p>
</dd>
<dt><samp>mepc <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set motion estimation bitrate penalty compensation (1.0 = 256).
</p>
</dd>
<dt><samp>skip_loop_filter <var>integer</var> (<em>decoding,video</em>)</samp></dt>
<dt><samp>skip_idct        <var>integer</var> (<em>decoding,video</em>)</samp></dt>
<dt><samp>skip_frame       <var>integer</var> (<em>decoding,video</em>)</samp></dt>
<dd>
<p>Make decoder discard processing depending on the frame type selected
by the option value.
</p>
<p><samp>skip_loop_filter</samp> skips frame loop filtering, <samp>skip_idct</samp>
skips frame IDCT/dequantization, <samp>skip_frame</samp> skips decoding.
</p>
<p>Possible values:
</p><dl compact="compact">
<dt>&lsquo;<samp>none</samp>&rsquo;</dt>
<dd><p>Discard no frame.
</p>
</dd>
<dt>&lsquo;<samp>default</samp>&rsquo;</dt>
<dd><p>Discard useless frames like 0-sized frames.
</p>
</dd>
<dt>&lsquo;<samp>noref</samp>&rsquo;</dt>
<dd><p>Discard all non-reference frames.
</p>
</dd>
<dt>&lsquo;<samp>bidir</samp>&rsquo;</dt>
<dd><p>Discard all bidirectional frames.
</p>
</dd>
<dt>&lsquo;<samp>nokey</samp>&rsquo;</dt>
<dd><p>Discard all frames excepts keyframes.
</p>
</dd>
<dt>&lsquo;<samp>all</samp>&rsquo;</dt>
<dd><p>Discard all frames.
</p></dd>
</dl>

<p>Default value is &lsquo;<samp>default</samp>&rsquo;.
</p>
</dd>
<dt><samp>bidir_refine <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Refine the two motion vectors used in bidirectional macroblocks.
</p>
</dd>
<dt><samp>brd_scale <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Downscale frames for dynamic B-frame decision.
</p>
</dd>
<dt><samp>keyint_min <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set minimum interval between IDR-frames.
</p>
</dd>
<dt><samp>refs <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set reference frames to consider for motion compensation.
</p>
</dd>
<dt><samp>chromaoffset <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set chroma qp offset from luma.
</p>
</dd>
<dt><samp>trellis <var>integer</var> (<em>encoding,audio,video</em>)</samp></dt>
<dd><p>Set rate-distortion optimal quantization.
</p>
</dd>
<dt><samp>sc_factor <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set value multiplied by qscale for each frame and added to
scene_change_score.
</p>
</dd>
<dt><samp>mv0_threshold <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dt><samp>b_sensitivity <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Adjust sensitivity of b_frame_strategy 1.
</p>
</dd>
<dt><samp>compression_level <var>integer</var> (<em>encoding,audio,video</em>)</samp></dt>
<dt><samp>min_prediction_order <var>integer</var> (<em>encoding,audio</em>)</samp></dt>
<dt><samp>max_prediction_order <var>integer</var> (<em>encoding,audio</em>)</samp></dt>
<dt><samp>timecode_frame_start <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Set GOP timecode frame start number, in non drop frame format.
</p>
</dd>
<dt><samp>request_channels <var>integer</var> (<em>decoding,audio</em>)</samp></dt>
<dd><p>Set desired number of audio channels.
</p>
</dd>
<dt><samp>bits_per_raw_sample <var>integer</var></samp></dt>
<dt><samp>channel_layout <var>integer</var> (<em>decoding/encoding,audio</em>)</samp></dt>
<dd>
<p>Possible values:
</p></dd>
<dt><samp>request_channel_layout <var>integer</var> (<em>decoding,audio</em>)</samp></dt>
<dd>
<p>Possible values:
</p></dd>
<dt><samp>rc_max_vbv_use <var>float</var> (<em>encoding,video</em>)</samp></dt>
<dt><samp>rc_min_vbv_use <var>float</var> (<em>encoding,video</em>)</samp></dt>
<dt><samp>ticks_per_frame <var>integer</var> (<em>decoding/encoding,audio,video</em>)</samp></dt>
<dt><samp>color_primaries <var>integer</var> (<em>decoding/encoding,video</em>)</samp></dt>
<dt><samp>color_trc <var>integer</var> (<em>decoding/encoding,video</em>)</samp></dt>
<dt><samp>colorspace <var>integer</var> (<em>decoding/encoding,video</em>)</samp></dt>
<dt><samp>color_range <var>integer</var> (<em>decoding/encoding,video</em>)</samp></dt>
<dd><p>If used as input parameter, it serves as a hint to the decoder, which
color_range the input has.
</p>
</dd>
<dt><samp>chroma_sample_location <var>integer</var> (<em>decoding/encoding,video</em>)</samp></dt>
<dt><samp>log_level_offset <var>integer</var></samp></dt>
<dd><p>Set the log level offset.
</p>
</dd>
<dt><samp>slices <var>integer</var> (<em>encoding,video</em>)</samp></dt>
<dd><p>Number of slices, used in parallelized encoding.
</p>
</dd>
<dt><samp>thread_type <var>flags</var> (<em>decoding/encoding,video</em>)</samp></dt>
<dd><p>Select which multithreading methods to use.
</p>
<p>Use of &lsquo;<samp>frame</samp>&rsquo; will increase decoding delay by one frame per
thread, so clients which cannot provide future frames should not use
it.
</p>
<p>Possible values:
</p><dl compact="compact">
<dt>&lsquo;<samp>slice</samp>&rsquo;</dt>
<dd><p>Decode more than one part of a single frame at once.
</p>
<p>Multithreading using slices works only when the video was encoded with
slices.
</p>
</dd>
<dt>&lsquo;<samp>frame</samp>&rsquo;</dt>
<dd><p>Decode more than one frame at once.
</p></dd>
</dl>

<p>Default value is &lsquo;<samp>slice+frame</samp>&rsquo;.
</p>
</dd>
<dt><samp>audio_service_type <var>integer</var> (<em>encoding,audio</em>)</samp></dt>
<dd><p>Set audio service type.
</p>
<p>Possible values:
</p><dl compact="compact">
<dt>&lsquo;<samp>ma</samp>&rsquo;</dt>
<dd><p>Main Audio Service
</p></dd>
<dt>&lsquo;<samp>ef</samp>&rsquo;</dt>
<dd><p>Effects
</p></dd>
<dt>&lsquo;<samp>vi</samp>&rsquo;</dt>
<dd><p>Visually Impaired
</p></dd>
<dt>&lsquo;<samp>hi</samp>&rsquo;</dt>
<dd><p>Hearing Impaired
</p></dd>
<dt>&lsquo;<samp>di</samp>&rsquo;</dt>
<dd><p>Dialogue
</p></dd>
<dt>&lsquo;<samp>co</samp>&rsquo;</dt>
<dd><p>Commentary
</p></dd>
<dt>&lsquo;<samp>em</samp>&rsquo;</dt>
<dd><p>Emergency
</p></dd>
<dt>&lsquo;<samp>vo</samp>&rsquo;</dt>
<dd><p>Voice Over
</p></dd>
<dt>&lsquo;<samp>ka</samp>&rsquo;</dt>
<dd><p>Karaoke
</p></dd>
</dl>

</dd>
<dt><samp>request_sample_fmt <var>sample_fmt</var> (<em>decoding,audio</em>)</samp></dt>
<dd><p>Set sample format audio decoders should prefer. Default value is
<code>none</code>.
</p>
</dd>
<dt><samp>pkt_timebase <var>rational number</var></samp></dt>
<dt><samp>sub_charenc <var>encoding</var> (<em>decoding,subtitles</em>)</samp></dt>
<dd><p>Set the input subtitles character encoding.
</p>
</dd>
<dt><samp>field_order  <var>field_order</var> (<em>video</em>)</samp></dt>
<dd><p>Set/override the field order of the video.
Possible values:
</p><dl compact="compact">
<dt>&lsquo;<samp>progressive</samp>&rsquo;</dt>
<dd><p>Progressive video
</p></dd>
<dt>&lsquo;<samp>tt</samp>&rsquo;</dt>
<dd><p>Interlaced video, top field coded and displayed first
</p></dd>
<dt>&lsquo;<samp>bb</samp>&rsquo;</dt>
<dd><p>Interlaced video, bottom field coded and displayed first
</p></dd>
<dt>&lsquo;<samp>tb</samp>&rsquo;</dt>
<dd><p>Interlaced video, top coded first, bottom displayed first
</p></dd>
<dt>&lsquo;<samp>bt</samp>&rsquo;</dt>
<dd><p>Interlaced video, bottom coded first, top displayed first
</p></dd>
</dl>

</dd>
<dt><samp>skip_alpha <var>integer</var> (<em>decoding,video</em>)</samp></dt>
<dd><p>Set to 1 to disable processing alpha (transparency). This works like the
&lsquo;<samp>gray</samp>&rsquo; flag in the <samp>flags</samp> option which skips chroma information
instead of alpha. Default is 0.
</p>
</dd>
<dt><samp>codec_whitelist <var>list</var> (<em>input</em>)</samp></dt>
<dd><p>&quot;,&quot; separated List of allowed decoders. By default all are allowed.
</p>
</dd>
<dt><samp>dump_separator <var>string</var> (<em>input</em>)</samp></dt>
<dd><p>Separator used to separate the fields printed on the command line about the
Stream parameters.
For example to separate the fields with newlines and indention:
</p><div class="example">
<pre class="example">ffprobe -dump_separator &quot;
                          &quot;  -i ~/videos/matrixbench_mpeg2.mpg
</pre></div>

</dd>
</dl>


<a name="Decoders"></a>
<h2 class="chapter">3 Decoders<span class="pull-right"><a class="anchor hidden-xs" href="#Decoders" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Decoders" aria-hidden="true">TOC</a></span></h2>

<p>Decoders are configured elements in FFmpeg which allow the decoding of
multimedia streams.
</p>
<p>When you configure your FFmpeg build, all the supported native decoders
are enabled by default. Decoders requiring an external library must be enabled
manually via the corresponding <code>--enable-lib</code> option. You can list all
available decoders using the configure option <code>--list-decoders</code>.
</p>
<p>You can disable all the decoders with the configure option
<code>--disable-decoders</code> and selectively enable / disable single decoders
with the options <code>--enable-decoder=<var>DECODER</var></code> /
<code>--disable-decoder=<var>DECODER</var></code>.
</p>
<p>The option <code>-decoders</code> of the ff* tools will display the list of
enabled decoders.
</p>

<a name="Video-Decoders"></a>
<h2 class="chapter">4 Video Decoders<span class="pull-right"><a class="anchor hidden-xs" href="#Video-Decoders" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Video-Decoders" aria-hidden="true">TOC</a></span></h2>

<p>A description of some of the currently available video decoders
follows.
</p>
<a name="hevc"></a>
<h3 class="section">4.1 hevc<span class="pull-right"><a class="anchor hidden-xs" href="#hevc" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-hevc" aria-hidden="true">TOC</a></span></h3>

<p>HEVC / H.265 decoder.
</p>
<p>Note: the <samp>skip_loop_filter</samp> option has effect only at level
<code>all</code>.
</p>
<a name="rawvideo"></a>
<h3 class="section">4.2 rawvideo<span class="pull-right"><a class="anchor hidden-xs" href="#rawvideo" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-rawvideo" aria-hidden="true">TOC</a></span></h3>

<p>Raw video decoder.
</p>
<p>This decoder decodes rawvideo streams.
</p>
<a name="Options"></a>
<h4 class="subsection">4.2.1 Options<span class="pull-right"><a class="anchor hidden-xs" href="#Options" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Options" aria-hidden="true">TOC</a></span></h4>

<dl compact="compact">
<dt><samp>top <var>top_field_first</var></samp></dt>
<dd><p>Specify the assumed field type of the input video.
</p><dl compact="compact">
<dt><samp>-1</samp></dt>
<dd><p>the video is assumed to be progressive (default)
</p></dd>
<dt><samp>0</samp></dt>
<dd><p>bottom-field-first is assumed
</p></dd>
<dt><samp>1</samp></dt>
<dd><p>top-field-first is assumed
</p></dd>
</dl>

</dd>
</dl>


<a name="Audio-Decoders"></a>
<h2 class="chapter">5 Audio Decoders<span class="pull-right"><a class="anchor hidden-xs" href="#Audio-Decoders" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Audio-Decoders" aria-hidden="true">TOC</a></span></h2>

<p>A description of some of the currently available audio decoders
follows.
</p>
<a name="ac3"></a>
<h3 class="section">5.1 ac3<span class="pull-right"><a class="anchor hidden-xs" href="#ac3" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-ac3" aria-hidden="true">TOC</a></span></h3>

<p>AC-3 audio decoder.
</p>
<p>This decoder implements part of ATSC A/52:2010 and ETSI TS 102 366, as well as
the undocumented RealAudio 3 (a.k.a. dnet).
</p>
<a name="AC_002d3-Decoder-Options"></a>
<h4 class="subsection">5.1.1 AC-3 Decoder Options<span class="pull-right"><a class="anchor hidden-xs" href="#AC_002d3-Decoder-Options" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-AC_002d3-Decoder-Options" aria-hidden="true">TOC</a></span></h4>

<dl compact="compact">
<dt><samp>-drc_scale <var>value</var></samp></dt>
<dd><p>Dynamic Range Scale Factor. The factor to apply to dynamic range values
from the AC-3 stream. This factor is applied exponentially.
There are 3 notable scale factor ranges:
</p><dl compact="compact">
<dt><samp>drc_scale == 0</samp></dt>
<dd><p>DRC disabled. Produces full range audio.
</p></dd>
<dt><samp>0 &lt; drc_scale &lt;= 1</samp></dt>
<dd><p>DRC enabled.  Applies a fraction of the stream DRC value.
Audio reproduction is between full range and full compression.
</p></dd>
<dt><samp>drc_scale &gt; 1</samp></dt>
<dd><p>DRC enabled. Applies drc_scale asymmetrically.
Loud sounds are fully compressed.  Soft sounds are enhanced.
</p></dd>
</dl>

</dd>
</dl>

<a name="flac-1"></a>
<h3 class="section">5.2 flac<span class="pull-right"><a class="anchor hidden-xs" href="#flac-1" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-flac-1" aria-hidden="true">TOC</a></span></h3>

<p>FLAC audio decoder.
</p>
<p>This decoder aims to implement the complete FLAC specification from Xiph.
</p>
<a name="FLAC-Decoder-options"></a>
<h4 class="subsection">5.2.1 FLAC Decoder options<span class="pull-right"><a class="anchor hidden-xs" href="#FLAC-Decoder-options" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-FLAC-Decoder-options" aria-hidden="true">TOC</a></span></h4>

<dl compact="compact">
<dt><samp>-use_buggy_lpc</samp></dt>
<dd><p>The lavc FLAC encoder used to produce buggy streams with high lpc values
(like the default value). This option makes it possible to decode such streams
correctly by using lavc&rsquo;s old buggy lpc logic for decoding.
</p>
</dd>
</dl>

<a name="ffwavesynth"></a>
<h3 class="section">5.3 ffwavesynth<span class="pull-right"><a class="anchor hidden-xs" href="#ffwavesynth" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-ffwavesynth" aria-hidden="true">TOC</a></span></h3>

<p>Internal wave synthetizer.
</p>
<p>This decoder generates wave patterns according to predefined sequences. Its
use is purely internal and the format of the data it accepts is not publicly
documented.
</p>
<a name="libcelt"></a>
<h3 class="section">5.4 libcelt<span class="pull-right"><a class="anchor hidden-xs" href="#libcelt" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-libcelt" aria-hidden="true">TOC</a></span></h3>

<p>libcelt decoder wrapper.
</p>
<p>libcelt allows libavcodec to decode the Xiph CELT ultra-low delay audio codec.
Requires the presence of the libcelt headers and library during configuration.
You need to explicitly configure the build with <code>--enable-libcelt</code>.
</p>
<a name="libgsm"></a>
<h3 class="section">5.5 libgsm<span class="pull-right"><a class="anchor hidden-xs" href="#libgsm" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-libgsm" aria-hidden="true">TOC</a></span></h3>

<p>libgsm decoder wrapper.
</p>
<p>libgsm allows libavcodec to decode the GSM full rate audio codec. Requires
the presence of the libgsm headers and library during configuration. You need
to explicitly configure the build with <code>--enable-libgsm</code>.
</p>
<p>This decoder supports both the ordinary GSM and the Microsoft variant.
</p>
<a name="libilbc"></a>
<h3 class="section">5.6 libilbc<span class="pull-right"><a class="anchor hidden-xs" href="#libilbc" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-libilbc" aria-hidden="true">TOC</a></span></h3>

<p>libilbc decoder wrapper.
</p>
<p>libilbc allows libavcodec to decode the Internet Low Bitrate Codec (iLBC)
audio codec. Requires the presence of the libilbc headers and library during
configuration. You need to explicitly configure the build with
<code>--enable-libilbc</code>.
</p>
<a name="Options-1"></a>
<h4 class="subsection">5.6.1 Options<span class="pull-right"><a class="anchor hidden-xs" href="#Options-1" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Options-1" aria-hidden="true">TOC</a></span></h4>

<p>The following option is supported by the libilbc wrapper.
</p>
<dl compact="compact">
<dt><samp>enhance</samp></dt>
<dd>
<p>Enable the enhancement of the decoded audio when set to 1. The default
value is 0 (disabled).
</p>
</dd>
</dl>

<a name="libopencore_002damrnb"></a>
<h3 class="section">5.7 libopencore-amrnb<span class="pull-right"><a class="anchor hidden-xs" href="#libopencore_002damrnb" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-libopencore_002damrnb" aria-hidden="true">TOC</a></span></h3>

<p>libopencore-amrnb decoder wrapper.
</p>
<p>libopencore-amrnb allows libavcodec to decode the Adaptive Multi-Rate
Narrowband audio codec. Using it requires the presence of the
libopencore-amrnb headers and library during configuration. You need to
explicitly configure the build with <code>--enable-libopencore-amrnb</code>.
</p>
<p>An FFmpeg native decoder for AMR-NB exists, so users can decode AMR-NB
without this library.
</p>
<a name="libopencore_002damrwb"></a>
<h3 class="section">5.8 libopencore-amrwb<span class="pull-right"><a class="anchor hidden-xs" href="#libopencore_002damrwb" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-libopencore_002damrwb" aria-hidden="true">TOC</a></span></h3>

<p>libopencore-amrwb decoder wrapper.
</p>
<p>libopencore-amrwb allows libavcodec to decode the Adaptive Multi-Rate
Wideband audio codec. Using it requires the presence of the
libopencore-amrwb headers and library during configuration. You need to
explicitly configure the build with <code>--enable-libopencore-amrwb</code>.
</p>
<p>An FFmpeg native decoder for AMR-WB exists, so users can decode AMR-WB
without this library.
</p>
<a name="libopus"></a>
<h3 class="section">5.9 libopus<span class="pull-right"><a class="anchor hidden-xs" href="#libopus" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-libopus" aria-hidden="true">TOC</a></span></h3>

<p>libopus decoder wrapper.
</p>
<p>libopus allows libavcodec to decode the Opus Interactive Audio Codec.
Requires the presence of the libopus headers and library during
configuration. You need to explicitly configure the build with
<code>--enable-libopus</code>.
</p>
<p>An FFmpeg native decoder for Opus exists, so users can decode Opus
without this library.
</p>

<a name="Subtitles-Decoders"></a>
<h2 class="chapter">6 Subtitles Decoders<span class="pull-right"><a class="anchor hidden-xs" href="#Subtitles-Decoders" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Subtitles-Decoders" aria-hidden="true">TOC</a></span></h2>

<a name="dvbsub"></a>
<h3 class="section">6.1 dvbsub<span class="pull-right"><a class="anchor hidden-xs" href="#dvbsub" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-dvbsub" aria-hidden="true">TOC</a></span></h3>

<a name="Options-2"></a>
<h4 class="subsection">6.1.1 Options<span class="pull-right"><a class="anchor hidden-xs" href="#Options-2" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Options-2" aria-hidden="true">TOC</a></span></h4>

<dl compact="compact">
<dt><samp>compute_clut</samp></dt>
<dd><dl compact="compact">
<dt><samp>-1</samp></dt>
<dd><p>Compute clut if no matching CLUT is in the stream.
</p></dd>
<dt><samp>0</samp></dt>
<dd><p>Never compute CLUT
</p></dd>
<dt><samp>1</samp></dt>
<dd><p>Always compute CLUT and override the one provided in the stream.
</p></dd>
</dl>
</dd>
<dt><samp>dvb_substream</samp></dt>
<dd><p>Selects the dvb substream, or all substreams if -1 which is default.
</p>
</dd>
</dl>

<a name="dvdsub"></a>
<h3 class="section">6.2 dvdsub<span class="pull-right"><a class="anchor hidden-xs" href="#dvdsub" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-dvdsub" aria-hidden="true">TOC</a></span></h3>

<p>This codec decodes the bitmap subtitles used in DVDs; the same subtitles can
also be found in VobSub file pairs and in some Matroska files.
</p>
<a name="Options-3"></a>
<h4 class="subsection">6.2.1 Options<span class="pull-right"><a class="anchor hidden-xs" href="#Options-3" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Options-3" aria-hidden="true">TOC</a></span></h4>

<dl compact="compact">
<dt><samp>palette</samp></dt>
<dd><p>Specify the global palette used by the bitmaps. When stored in VobSub, the
palette is normally specified in the index file; in Matroska, the palette is
stored in the codec extra-data in the same format as in VobSub. In DVDs, the
palette is stored in the IFO file, and therefore not available when reading
from dumped VOB files.
</p>
<p>The format for this option is a string containing 16 24-bits hexadecimal
numbers (without 0x prefix) separated by comas, for example <code>0d00ee,
ee450d, 101010, eaeaea, 0ce60b, ec14ed, ebff0b, 0d617a, 7b7b7b, d1d1d1,
7b2a0e, 0d950c, 0f007b, cf0dec, cfa80c, 7c127b</code>.
</p>
</dd>
<dt><samp>ifo_palette</samp></dt>
<dd><p>Specify the IFO file from which the global palette is obtained.
(experimental)
</p>
</dd>
<dt><samp>forced_subs_only</samp></dt>
<dd><p>Only decode subtitle entries marked as forced. Some titles have forced
and non-forced subtitles in the same track. Setting this flag to <code>1</code>
will only keep the forced subtitles. Default value is <code>0</code>.
</p></dd>
</dl>

<a name="libzvbi_002dteletext"></a>
<h3 class="section">6.3 libzvbi-teletext<span class="pull-right"><a class="anchor hidden-xs" href="#libzvbi_002dteletext" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-libzvbi_002dteletext" aria-hidden="true">TOC</a></span></h3>

<p>Libzvbi allows libavcodec to decode DVB teletext pages and DVB teletext
subtitles. Requires the presence of the libzvbi headers and library during
configuration. You need to explicitly configure the build with
<code>--enable-libzvbi</code>.
</p>
<a name="Options-4"></a>
<h4 class="subsection">6.3.1 Options<span class="pull-right"><a class="anchor hidden-xs" href="#Options-4" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Options-4" aria-hidden="true">TOC</a></span></h4>

<dl compact="compact">
<dt><samp>txt_page</samp></dt>
<dd><p>List of teletext page numbers to decode. You may use the special * string to
match all pages. Pages that do not match the specified list are dropped.
Default value is *.
</p></dd>
<dt><samp>txt_chop_top</samp></dt>
<dd><p>Discards the top teletext line. Default value is 1.
</p></dd>
<dt><samp>txt_format</samp></dt>
<dd><p>Specifies the format of the decoded subtitles. The teletext decoder is capable
of decoding the teletext pages to bitmaps or to simple text, you should use
&quot;bitmap&quot; for teletext pages, because certain graphics and colors cannot be
expressed in simple text. You might use &quot;text&quot; for teletext based subtitles if
your application can handle simple text based subtitles. Default value is
bitmap.
</p></dd>
<dt><samp>txt_left</samp></dt>
<dd><p>X offset of generated bitmaps, default is 0.
</p></dd>
<dt><samp>txt_top</samp></dt>
<dd><p>Y offset of generated bitmaps, default is 0.
</p></dd>
<dt><samp>txt_chop_spaces</samp></dt>
<dd><p>Chops leading and trailing spaces and removes empty lines from the generated
text. This option is useful for teletext based subtitles where empty spaces may
be present at the start or at the end of the lines or empty lines may be
present between the subtitle lines because of double-sized teletext charactes.
Default value is 1.
</p></dd>
<dt><samp>txt_duration</samp></dt>
<dd><p>Sets the display duration of the decoded teletext pages or subtitles in
miliseconds. Default value is 30000 which is 30 seconds.
</p></dd>
<dt><samp>txt_transparent</samp></dt>
<dd><p>Force transparent background of the generated teletext bitmaps. Default value
is 0 which means an opaque (black) background.
</p></dd>
</dl>

<a name="Encoders"></a>
<h2 class="chapter">7 Encoders<span class="pull-right"><a class="anchor hidden-xs" href="#Encoders" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Encoders" aria-hidden="true">TOC</a></span></h2>

<p>Encoders are configured elements in FFmpeg which allow the encoding of
multimedia streams.
</p>
<p>When you configure your FFmpeg build, all the supported native encoders
are enabled by default. Encoders requiring an external library must be enabled
manually via the corresponding <code>--enable-lib</code> option. You can list all
available encoders using the configure option <code>--list-encoders</code>.
</p>
<p>You can disable all the encoders with the configure option
<code>--disable-encoders</code> and selectively enable / disable single encoders
with the options <code>--enable-encoder=<var>ENCODER</var></code> /
<code>--disable-encoder=<var>ENCODER</var></code>.
</p>
<p>The option <code>-encoders</code> of the ff* tools will display the list of
enabled encoders.
</p>

<a name="Audio-Encoders"></a>
<h2 class="chapter">8 Audio Encoders<span class="pull-right"><a class="anchor hidden-xs" href="#Audio-Encoders" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Audio-Encoders" aria-hidden="true">TOC</a></span></h2>

<p>A description of some of the currently available audio encoders
follows.
</p>
<a name="aacenc"></a><a name="aac"></a>
<h3 class="section">8.1 aac<span class="pull-right"><a class="anchor hidden-xs" href="#aac" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-aac" aria-hidden="true">TOC</a></span></h3>

<p>Advanced Audio Coding (AAC) encoder.
</p>
<p>This encoder is an experimental FFmpeg-native AAC encoder. Currently only the
low complexity (AAC-LC) profile is supported. To use this encoder, you must set
<samp>strict</samp> option to &lsquo;<samp>experimental</samp>&rsquo; or lower.
</p>
<p>As this encoder is experimental, unexpected behavior may exist from time to
time. For a more stable AAC encoder, see <a href="#libvo_002daacenc">libvo-aacenc</a>. However, be warned
that it has a worse quality reported by some users.
</p>
<p>See also <a href="#libfdk_002daac_002denc">libfdk_aac</a> and <a href="#libfaac">libfaac</a>.
</p>
<a name="Options-5"></a>
<h4 class="subsection">8.1.1 Options<span class="pull-right"><a class="anchor hidden-xs" href="#Options-5" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Options-5" aria-hidden="true">TOC</a></span></h4>

<dl compact="compact">
<dt><samp>b</samp></dt>
<dd><p>Set bit rate in bits/s. Setting this automatically activates constant bit rate
(CBR) mode.
</p>
</dd>
<dt><samp>q</samp></dt>
<dd><p>Set quality for variable bit rate (VBR) mode. This option is valid only using
the <code>ffmpeg</code> command-line tool. For library interface users, use
<samp>global_quality</samp>.
</p>
</dd>
<dt><samp>stereo_mode</samp></dt>
<dd><p>Set stereo encoding mode. Possible values:
</p>
<dl compact="compact">
<dt>&lsquo;<samp>auto</samp>&rsquo;</dt>
<dd><p>Automatically selected by the encoder.
</p>
</dd>
<dt>&lsquo;<samp>ms_off</samp>&rsquo;</dt>
<dd><p>Disable middle/side encoding. This is the default.
</p>
</dd>
<dt>&lsquo;<samp>ms_force</samp>&rsquo;</dt>
<dd><p>Force middle/side encoding.
</p></dd>
</dl>

</dd>
<dt><samp>aac_coder</samp></dt>
<dd><p>Set AAC encoder coding method. Possible values:
</p>
<dl compact="compact">
<dt>&lsquo;<samp>faac</samp>&rsquo;</dt>
<dd><p>FAAC-inspired method.
</p>
<p>This method is a simplified reimplementation of the method used in FAAC, which
sets thresholds proportional to the band energies, and then decreases all the
thresholds with quantizer steps to find the appropriate quantization with
distortion below threshold band by band.
</p>
<p>The quality of this method is comparable to the two loop searching method
described below, but somewhat a little better and slower.
</p>
</dd>
<dt>&lsquo;<samp>anmr</samp>&rsquo;</dt>
<dd><p>Average noise to mask ratio (ANMR) trellis-based solution.
</p>
<p>This has a theoretic best quality out of all the coding methods, but at the
cost of the slowest speed.
</p>
</dd>
<dt>&lsquo;<samp>twoloop</samp>&rsquo;</dt>
<dd><p>Two loop searching (TLS) method.
</p>
<p>This method first sets quantizers depending on band thresholds and then tries
to find an optimal combination by adding or subtracting a specific value from
all quantizers and adjusting some individual quantizer a little.
</p>
<p>This method produces similar quality with the FAAC method and is the default.
</p>
</dd>
<dt>&lsquo;<samp>fast</samp>&rsquo;</dt>
<dd><p>Constant quantizer method.
</p>
<p>This method sets a constant quantizer for all bands. This is the fastest of all
the methods, yet produces the worst quality.
</p>
</dd>
</dl>

</dd>
</dl>

<a name="ac3-and-ac3_005ffixed"></a>
<h3 class="section">8.2 ac3 and ac3_fixed<span class="pull-right"><a class="anchor hidden-xs" href="#ac3-and-ac3_005ffixed" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-ac3-and-ac3_005ffixed" aria-hidden="true">TOC</a></span></h3>

<p>AC-3 audio encoders.
</p>
<p>These encoders implement part of ATSC A/52:2010 and ETSI TS 102 366, as well as
the undocumented RealAudio 3 (a.k.a. dnet).
</p>
<p>The <var>ac3</var> encoder uses floating-point math, while the <var>ac3_fixed</var>
encoder only uses fixed-point integer math. This does not mean that one is
always faster, just that one or the other may be better suited to a
particular system. The floating-point encoder will generally produce better
quality audio for a given bitrate. The <var>ac3_fixed</var> encoder is not the
default codec for any of the output formats, so it must be specified explicitly
using the option <code>-acodec ac3_fixed</code> in order to use it.
</p>
<a name="AC_002d3-Metadata"></a>
<h4 class="subsection">8.2.1 AC-3 Metadata<span class="pull-right"><a class="anchor hidden-xs" href="#AC_002d3-Metadata" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-AC_002d3-Metadata" aria-hidden="true">TOC</a></span></h4>

<p>The AC-3 metadata options are used to set parameters that describe the audio,
but in most cases do not affect the audio encoding itself. Some of the options
do directly affect or influence the decoding and playback of the resulting
bitstream, while others are just for informational purposes. A few of the
options will add bits to the output stream that could otherwise be used for
audio data, and will thus affect the quality of the output. Those will be
indicated accordingly with a note in the option list below.
</p>
<p>These parameters are described in detail in several publicly-available
documents.
</p><ul>
<li> <a href="http://www.atsc.org/cms/standards/a_52-2010.pdf">A/52:2010 - Digital Audio Compression (AC-3) (E-AC-3) Standard</a>
</li><li> <a href="http://www.atsc.org/cms/standards/a_54a_with_corr_1.pdf">A/54 - Guide to the Use of the ATSC Digital Television Standard</a>
</li><li> <a href="http://www.dolby.com/uploadedFiles/zz-_Shared_Assets/English_PDFs/Professional/18_Metadata.Guide.pdf">Dolby Metadata Guide</a>
</li><li> <a href="http://www.dolby.com/uploadedFiles/zz-_Shared_Assets/English_PDFs/Professional/46_DDEncodingGuidelines.pdf">Dolby Digital Professional Encoding Guidelines</a>
</li></ul>

<a name="Metadata-Control-Options"></a>
<h4 class="subsubsection">8.2.1.1 Metadata Control Options<span class="pull-right"><a class="anchor hidden-xs" href="#Metadata-Control-Options" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Metadata-Control-Options" aria-hidden="true">TOC</a></span></h4>

<dl compact="compact">
<dt><samp>-per_frame_metadata <var>boolean</var></samp></dt>
<dd><p>Allow Per-Frame Metadata. Specifies if the encoder should check for changing
metadata for each frame.
</p><dl compact="compact">
<dt><samp>0</samp></dt>
<dd><p>The metadata values set at initialization will be used for every frame in the
stream. (default)
</p></dd>
<dt><samp>1</samp></dt>
<dd><p>Metadata values can be changed before encoding each frame.
</p></dd>
</dl>

</dd>
</dl>

<a name="Downmix-Levels"></a>
<h4 class="subsubsection">8.2.1.2 Downmix Levels<span class="pull-right"><a class="anchor hidden-xs" href="#Downmix-Levels" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Downmix-Levels" aria-hidden="true">TOC</a></span></h4>

<dl compact="compact">
<dt><samp>-center_mixlev <var>level</var></samp></dt>
<dd><p>Center Mix Level. The amount of gain the decoder should apply to the center
channel when downmixing to stereo. This field will only be written to the
bitstream if a center channel is present. The value is specified as a scale
factor. There are 3 valid values:
</p><dl compact="compact">
<dt><samp>0.707</samp></dt>
<dd><p>Apply -3dB gain
</p></dd>
<dt><samp>0.595</samp></dt>
<dd><p>Apply -4.5dB gain (default)
</p></dd>
<dt><samp>0.500</samp></dt>
<dd><p>Apply -6dB gain
</p></dd>
</dl>

</dd>
<dt><samp>-surround_mixlev <var>level</var></samp></dt>
<dd><p>Surround Mix Level. The amount of gain the decoder should apply to the surround
channel(s) when downmixing to stereo. This field will only be written to the
bitstream if one or more surround channels are present. The value is specified
as a scale factor.  There are 3 valid values:
</p><dl compact="compact">
<dt><samp>0.707</samp></dt>
<dd><p>Apply -3dB gain
</p></dd>
<dt><samp>0.500</samp></dt>
<dd><p>Apply -6dB gain (default)
</p></dd>
<dt><samp>0.000</samp></dt>
<dd><p>Silence Surround Channel(s)
</p></dd>
</dl>

</dd>
</dl>

<a name="Audio-Production-Information"></a>
<h4 class="subsubsection">8.2.1.3 Audio Production Information<span class="pull-right"><a class="anchor hidden-xs" href="#Audio-Production-Information" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Audio-Production-Information" aria-hidden="true">TOC</a></span></h4>
<p>Audio Production Information is optional information describing the mixing
environment.  Either none or both of the fields are written to the bitstream.
</p>
<dl compact="compact">
<dt><samp>-mixing_level <var>number</var></samp></dt>
<dd><p>Mixing Level. Specifies peak sound pressure level (SPL) in the production
environment when the mix was mastered. Valid values are 80 to 111, or -1 for
unknown or not indicated. The default value is -1, but that value cannot be
used if the Audio Production Information is written to the bitstream. Therefore,
if the <code>room_type</code> option is not the default value, the <code>mixing_level</code>
option must not be -1.
</p>
</dd>
<dt><samp>-room_type <var>type</var></samp></dt>
<dd><p>Room Type. Describes the equalization used during the final mixing session at
the studio or on the dubbing stage. A large room is a dubbing stage with the
industry standard X-curve equalization; a small room has flat equalization.
This field will not be written to the bitstream if both the <code>mixing_level</code>
option and the <code>room_type</code> option have the default values.
</p><dl compact="compact">
<dt><samp>0</samp></dt>
<dt><samp>notindicated</samp></dt>
<dd><p>Not Indicated (default)
</p></dd>
<dt><samp>1</samp></dt>
<dt><samp>large</samp></dt>
<dd><p>Large Room
</p></dd>
<dt><samp>2</samp></dt>
<dt><samp>small</samp></dt>
<dd><p>Small Room
</p></dd>
</dl>

</dd>
</dl>

<a name="Other-Metadata-Options"></a>
<h4 class="subsubsection">8.2.1.4 Other Metadata Options<span class="pull-right"><a class="anchor hidden-xs" href="#Other-Metadata-Options" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Other-Metadata-Options" aria-hidden="true">TOC</a></span></h4>

<dl compact="compact">
<dt><samp>-copyright <var>boolean</var></samp></dt>
<dd><p>Copyright Indicator. Specifies whether a copyright exists for this audio.
</p><dl compact="compact">
<dt><samp>0</samp></dt>
<dt><samp>off</samp></dt>
<dd><p>No Copyright Exists (default)
</p></dd>
<dt><samp>1</samp></dt>
<dt><samp>on</samp></dt>
<dd><p>Copyright Exists
</p></dd>
</dl>

</dd>
<dt><samp>-dialnorm <var>value</var></samp></dt>
<dd><p>Dialogue Normalization. Indicates how far the average dialogue level of the
program is below digital 100% full scale (0 dBFS). This parameter determines a
level shift during audio reproduction that sets the average volume of the
dialogue to a preset level. The goal is to match volume level between program
sources. A value of -31dB will result in no volume level change, relative to
the source volume, during audio reproduction. Valid values are whole numbers in
the range -31 to -1, with -31 being the default.
</p>
</dd>
<dt><samp>-dsur_mode <var>mode</var></samp></dt>
<dd><p>Dolby Surround Mode. Specifies whether the stereo signal uses Dolby Surround
(Pro Logic). This field will only be written to the bitstream if the audio
stream is stereo. Using this option does <b>NOT</b> mean the encoder will actually
apply Dolby Surround processing.
</p><dl compact="compact">
<dt><samp>0</samp></dt>
<dt><samp>notindicated</samp></dt>
<dd><p>Not Indicated (default)
</p></dd>
<dt><samp>1</samp></dt>
<dt><samp>off</samp></dt>
<dd><p>Not Dolby Surround Encoded
</p></dd>
<dt><samp>2</samp></dt>
<dt><samp>on</samp></dt>
<dd><p>Dolby Surround Encoded
</p></dd>
</dl>

</dd>
<dt><samp>-original <var>boolean</var></samp></dt>
<dd><p>Original Bit Stream Indicator. Specifies whether this audio is from the
original source and not a copy.
</p><dl compact="compact">
<dt><samp>0</samp></dt>
<dt><samp>off</samp></dt>
<dd><p>Not Original Source
</p></dd>
<dt><samp>1</samp></dt>
<dt><samp>on</samp></dt>
<dd><p>Original Source (default)
</p></dd>
</dl>

</dd>
</dl>

<a name="Extended-Bitstream-Information"></a>
<h4 class="subsection">8.2.2 Extended Bitstream Information<span class="pull-right"><a class="anchor hidden-xs" href="#Extended-Bitstream-Information" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Extended-Bitstream-Information" aria-hidden="true">TOC</a></span></h4>
<p>The extended bitstream options are part of the Alternate Bit Stream Syntax as
specified in Annex D of the A/52:2010 standard. It is grouped into 2 parts.
If any one parameter in a group is specified, all values in that group will be
written to the bitstream.  Default values are used for those that are written
but have not been specified.  If the mixing levels are written, the decoder
will use these values instead of the ones specified in the <code>center_mixlev</code>
and <code>surround_mixlev</code> options if it supports the Alternate Bit Stream
Syntax.
</p>
<a name="Extended-Bitstream-Information-_002d-Part-1"></a>
<h4 class="subsubsection">8.2.2.1 Extended Bitstream Information - Part 1<span class="pull-right"><a class="anchor hidden-xs" href="#Extended-Bitstream-Information-_002d-Part-1" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Extended-Bitstream-Information-_002d-Part-1" aria-hidden="true">TOC</a></span></h4>

<dl compact="compact">
<dt><samp>-dmix_mode <var>mode</var></samp></dt>
<dd><p>Preferred Stereo Downmix Mode. Allows the user to select either Lt/Rt
(Dolby Surround) or Lo/Ro (normal stereo) as the preferred stereo downmix mode.
</p><dl compact="compact">
<dt><samp>0</samp></dt>
<dt><samp>notindicated</samp></dt>
<dd><p>Not Indicated (default)
</p></dd>
<dt><samp>1</samp></dt>
<dt><samp>ltrt</samp></dt>
<dd><p>Lt/Rt Downmix Preferred
</p></dd>
<dt><samp>2</samp></dt>
<dt><samp>loro</samp></dt>
<dd><p>Lo/Ro Downmix Preferred
</p></dd>
</dl>

</dd>
<dt><samp>-ltrt_cmixlev <var>level</var></samp></dt>
<dd><p>Lt/Rt Center Mix Level. The amount of gain the decoder should apply to the
center channel when downmixing to stereo in Lt/Rt mode.
</p><dl compact="compact">
<dt><samp>1.414</samp></dt>
<dd><p>Apply +3dB gain
</p></dd>
<dt><samp>1.189</samp></dt>
<dd><p>Apply +1.5dB gain
</p></dd>
<dt><samp>1.000</samp></dt>
<dd><p>Apply 0dB gain
</p></dd>
<dt><samp>0.841</samp></dt>
<dd><p>Apply -1.5dB gain
</p></dd>
<dt><samp>0.707</samp></dt>
<dd><p>Apply -3.0dB gain
</p></dd>
<dt><samp>0.595</samp></dt>
<dd><p>Apply -4.5dB gain (default)
</p></dd>
<dt><samp>0.500</samp></dt>
<dd><p>Apply -6.0dB gain
</p></dd>
<dt><samp>0.000</samp></dt>
<dd><p>Silence Center Channel
</p></dd>
</dl>

</dd>
<dt><samp>-ltrt_surmixlev <var>level</var></samp></dt>
<dd><p>Lt/Rt Surround Mix Level. The amount of gain the decoder should apply to the
surround channel(s) when downmixing to stereo in Lt/Rt mode.
</p><dl compact="compact">
<dt><samp>0.841</samp></dt>
<dd><p>Apply -1.5dB gain
</p></dd>
<dt><samp>0.707</samp></dt>
<dd><p>Apply -3.0dB gain
</p></dd>
<dt><samp>0.595</samp></dt>
<dd><p>Apply -4.5dB gain
</p></dd>
<dt><samp>0.500</samp></dt>
<dd><p>Apply -6.0dB gain (default)
</p></dd>
<dt><samp>0.000</samp></dt>
<dd><p>Silence Surround Channel(s)
</p></dd>
</dl>

</dd>
<dt><samp>-loro_cmixlev <var>level</var></samp></dt>
<dd><p>Lo/Ro Center Mix Level. The amount of gain the decoder should apply to the
center channel when downmixing to stereo in Lo/Ro mode.
</p><dl compact="compact">
<dt><samp>1.414</samp></dt>
<dd><p>Apply +3dB gain
</p></dd>
<dt><samp>1.189</samp></dt>
<dd><p>Apply +1.5dB gain
</p></dd>
<dt><samp>1.000</samp></dt>
<dd><p>Apply 0dB gain
</p></dd>
<dt><samp>0.841</samp></dt>
<dd><p>Apply -1.5dB gain
</p></dd>
<dt><samp>0.707</samp></dt>
<dd><p>Apply -3.0dB gain
</p></dd>
<dt><samp>0.595</samp></dt>
<dd><p>Apply -4.5dB gain (default)
</p></dd>
<dt><samp>0.500</samp></dt>
<dd><p>Apply -6.0dB gain
</p></dd>
<dt><samp>0.000</samp></dt>
<dd><p>Silence Center Channel
</p></dd>
</dl>

</dd>
<dt><samp>-loro_surmixlev <var>level</var></samp></dt>
<dd><p>Lo/Ro Surround Mix Level. The amount of gain the decoder should apply to the
surround channel(s) when downmixing to stereo in Lo/Ro mode.
</p><dl compact="compact">
<dt><samp>0.841</samp></dt>
<dd><p>Apply -1.5dB gain
</p></dd>
<dt><samp>0.707</samp></dt>
<dd><p>Apply -3.0dB gain
</p></dd>
<dt><samp>0.595</samp></dt>
<dd><p>Apply -4.5dB gain
</p></dd>
<dt><samp>0.500</samp></dt>
<dd><p>Apply -6.0dB gain (default)
</p></dd>
<dt><samp>0.000</samp></dt>
<dd><p>Silence Surround Channel(s)
</p></dd>
</dl>

</dd>
</dl>

<a name="Extended-Bitstream-Information-_002d-Part-2"></a>
<h4 class="subsubsection">8.2.2.2 Extended Bitstream Information - Part 2<span class="pull-right"><a class="anchor hidden-xs" href="#Extended-Bitstream-Information-_002d-Part-2" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Extended-Bitstream-Information-_002d-Part-2" aria-hidden="true">TOC</a></span></h4>

<dl compact="compact">
<dt><samp>-dsurex_mode <var>mode</var></samp></dt>
<dd><p>Dolby Surround EX Mode. Indicates whether the stream uses Dolby Surround EX
(7.1 matrixed to 5.1). Using this option does <b>NOT</b> mean the encoder will actually
apply Dolby Surround EX processing.
</p><dl compact="compact">
<dt><samp>0</samp></dt>
<dt><samp>notindicated</samp></dt>
<dd><p>Not Indicated (default)
</p></dd>
<dt><samp>1</samp></dt>
<dt><samp>on</samp></dt>
<dd><p>Dolby Surround EX Off
</p></dd>
<dt><samp>2</samp></dt>
<dt><samp>off</samp></dt>
<dd><p>Dolby Surround EX On
</p></dd>
</dl>

</dd>
<dt><samp>-dheadphone_mode <var>mode</var></samp></dt>
<dd><p>Dolby Headphone Mode. Indicates whether the stream uses Dolby Headphone
encoding (multi-channel matrixed to 2.0 for use with headphones). Using this
option does <b>NOT</b> mean the encoder will actually apply Dolby Headphone
processing.
</p><dl compact="compact">
<dt><samp>0</samp></dt>
<dt><samp>notindicated</samp></dt>
<dd><p>Not Indicated (default)
</p></dd>
<dt><samp>1</samp></dt>
<dt><samp>on</samp></dt>
<dd><p>Dolby Headphone Off
</p></dd>
<dt><samp>2</samp></dt>
<dt><samp>off</samp></dt>
<dd><p>Dolby Headphone On
</p></dd>
</dl>

</dd>
<dt><samp>-ad_conv_type <var>type</var></samp></dt>
<dd><p>A/D Converter Type. Indicates whether the audio has passed through HDCD A/D
conversion.
</p><dl compact="compact">
<dt><samp>0</samp></dt>
<dt><samp>standard</samp></dt>
<dd><p>Standard A/D Converter (default)
</p></dd>
<dt><samp>1</samp></dt>
<dt><samp>hdcd</samp></dt>
<dd><p>HDCD A/D Converter
</p></dd>
</dl>

</dd>
</dl>

<a name="Other-AC_002d3-Encoding-Options"></a>
<h4 class="subsection">8.2.3 Other AC-3 Encoding Options<span class="pull-right"><a class="anchor hidden-xs" href="#Other-AC_002d3-Encoding-Options" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Other-AC_002d3-Encoding-Options" aria-hidden="true">TOC</a></span></h4>

<dl compact="compact">
<dt><samp>-stereo_rematrixing <var>boolean</var></samp></dt>
<dd><p>Stereo Rematrixing. Enables/Disables use of rematrixing for stereo input. This
is an optional AC-3 feature that increases quality by selectively encoding
the left/right channels as mid/side. This option is enabled by default, and it
is highly recommended that it be left as enabled except for testing purposes.
</p>
</dd>
</dl>

<a name="Floating_002dPoint_002dOnly-AC_002d3-Encoding-Options"></a>
<h4 class="subsection">8.2.4 Floating-Point-Only AC-3 Encoding Options<span class="pull-right"><a class="anchor hidden-xs" href="#Floating_002dPoint_002dOnly-AC_002d3-Encoding-Options" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Floating_002dPoint_002dOnly-AC_002d3-Encoding-Options" aria-hidden="true">TOC</a></span></h4>

<p>These options are only valid for the floating-point encoder and do not exist
for the fixed-point encoder due to the corresponding features not being
implemented in fixed-point.
</p>
<dl compact="compact">
<dt><samp>-channel_coupling <var>boolean</var></samp></dt>
<dd><p>Enables/Disables use of channel coupling, which is an optional AC-3 feature
that increases quality by combining high frequency information from multiple
channels into a single channel. The per-channel high frequency information is
sent with less accuracy in both the frequency and time domains. This allows
more bits to be used for lower frequencies while preserving enough information
to reconstruct the high frequencies. This option is enabled by default for the
floating-point encoder and should generally be left as enabled except for
testing purposes or to increase encoding speed.
</p><dl compact="compact">
<dt><samp>-1</samp></dt>
<dt><samp>auto</samp></dt>
<dd><p>Selected by Encoder (default)
</p></dd>
<dt><samp>0</samp></dt>
<dt><samp>off</samp></dt>
<dd><p>Disable Channel Coupling
</p></dd>
<dt><samp>1</samp></dt>
<dt><samp>on</samp></dt>
<dd><p>Enable Channel Coupling
</p></dd>
</dl>

</dd>
<dt><samp>-cpl_start_band <var>number</var></samp></dt>
<dd><p>Coupling Start Band. Sets the channel coupling start band, from 1 to 15. If a
value higher than the bandwidth is used, it will be reduced to 1 less than the
coupling end band. If <var>auto</var> is used, the start band will be determined by
the encoder based on the bit rate, sample rate, and channel layout. This option
has no effect if channel coupling is disabled.
</p><dl compact="compact">
<dt><samp>-1</samp></dt>
<dt><samp>auto</samp></dt>
<dd><p>Selected by Encoder (default)
</p></dd>
</dl>

</dd>
</dl>

<a name="flac"></a><a name="flac-2"></a>
<h3 class="section">8.3 flac<span class="pull-right"><a class="anchor hidden-xs" href="#flac-2" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-flac-2" aria-hidden="true">TOC</a></span></h3>

<p>FLAC (Free Lossless Audio Codec) Encoder
</p>
<a name="Options-6"></a>
<h4 class="subsection">8.3.1 Options<span class="pull-right"><a class="anchor hidden-xs" href="#Options-6" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Options-6" aria-hidden="true">TOC</a></span></h4>

<p>The following options are supported by FFmpeg&rsquo;s flac encoder.
</p>
<dl compact="compact">
<dt><samp>compression_level</samp></dt>
<dd><p>Sets the compression level, which chooses defaults for many other options
if they are not set explicitly.
</p>
</dd>
<dt><samp>frame_size</samp></dt>
<dd><p>Sets the size of the frames in samples per channel.
</p>
</dd>
<dt><samp>lpc_coeff_precision</samp></dt>
<dd><p>Sets the LPC coefficient precision, valid values are from 1 to 15, 15 is the
default.
</p>
</dd>
<dt><samp>lpc_type</samp></dt>
<dd><p>Sets the first stage LPC algorithm
</p><dl compact="compact">
<dt>&lsquo;<samp>none</samp>&rsquo;</dt>
<dd><p>LPC is not used
</p>
</dd>
<dt>&lsquo;<samp>fixed</samp>&rsquo;</dt>
<dd><p>fixed LPC coefficients
</p>
</dd>
<dt>&lsquo;<samp>levinson</samp>&rsquo;</dt>
<dt>&lsquo;<samp>cholesky</samp>&rsquo;</dt>
</dl>

</dd>
<dt><samp>lpc_passes</samp></dt>
<dd><p>Number of passes to use for Cholesky factorization during LPC analysis
</p>
</dd>
<dt><samp>min_partition_order</samp></dt>
<dd><p>The minimum partition order
</p>
</dd>
<dt><samp>max_partition_order</samp></dt>
<dd><p>The maximum partition order
</p>
</dd>
<dt><samp>prediction_order_method</samp></dt>
<dd><dl compact="compact">
<dt>&lsquo;<samp>estimation</samp>&rsquo;</dt>
<dt>&lsquo;<samp>2level</samp>&rsquo;</dt>
<dt>&lsquo;<samp>4level</samp>&rsquo;</dt>
<dt>&lsquo;<samp>8level</samp>&rsquo;</dt>
<dt>&lsquo;<samp>search</samp>&rsquo;</dt>
<dd><p>Bruteforce search
</p></dd>
<dt>&lsquo;<samp>log</samp>&rsquo;</dt>
</dl>

</dd>
<dt><samp>ch_mode</samp></dt>
<dd><p>Channel mode
</p><dl compact="compact">
<dt>&lsquo;<samp>auto</samp>&rsquo;</dt>
<dd><p>The mode is chosen automatically for each frame
</p></dd>
<dt>&lsquo;<samp>indep</samp>&rsquo;</dt>
<dd><p>Chanels are independently coded
</p></dd>
<dt>&lsquo;<samp>left_side</samp>&rsquo;</dt>
<dt>&lsquo;<samp>right_side</samp>&rsquo;</dt>
<dt>&lsquo;<samp>mid_side</samp>&rsquo;</dt>
</dl>

</dd>
<dt><samp>exact_rice_parameters</samp></dt>
<dd><p>Chooses if rice parameters are calculated exactly or approximately.
if set to 1 then they are chosen exactly, which slows the code down slightly and
improves compression slightly.
</p>
</dd>
<dt><samp>multi_dim_quant</samp></dt>
<dd><p>Multi Dimensional Quantization. If set to 1 then a 2nd stage LPC algorithm is
applied after the first stage to finetune the coefficients. This is quite slow
and slightly improves compression.
</p>
</dd>
</dl>

<a name="libfaac"></a><a name="libfaac-1"></a>
<h3 class="section">8.4 libfaac<span class="pull-right"><a class="anchor hidden-xs" href="#libfaac-1" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-libfaac-1" aria-hidden="true">TOC</a></span></h3>

<p>libfaac AAC (Advanced Audio Coding) encoder wrapper.
</p>
<p>Requires the presence of the libfaac headers and library during
configuration. You need to explicitly configure the build with
<code>--enable-libfaac --enable-nonfree</code>.
</p>
<p>This encoder is considered to be of higher quality with respect to the
<a href="#aacenc">the native experimental FFmpeg AAC encoder</a>.
</p>
<p>For more information see the libfaac project at
<a href="http://www.audiocoding.com/faac.html/">http://www.audiocoding.com/faac.html/</a>.
</p>
<a name="Options-7"></a>
<h4 class="subsection">8.4.1 Options<span class="pull-right"><a class="anchor hidden-xs" href="#Options-7" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Options-7" aria-hidden="true">TOC</a></span></h4>

<p>The following shared FFmpeg codec options are recognized.
</p>
<p>The following options are supported by the libfaac wrapper. The
<code>faac</code>-equivalent of the options are listed in parentheses.
</p>
<dl compact="compact">
<dt><samp>b (<em>-b</em>)</samp></dt>
<dd><p>Set bit rate in bits/s for ABR (Average Bit Rate) mode. If the bit rate
is not explicitly specified, it is automatically set to a suitable
value depending on the selected profile. <code>faac</code> bitrate is
expressed in kilobits/s.
</p>
<p>Note that libfaac does not support CBR (Constant Bit Rate) but only
ABR (Average Bit Rate).
</p>
<p>If VBR mode is enabled this option is ignored.
</p>
</dd>
<dt><samp>ar (<em>-R</em>)</samp></dt>
<dd><p>Set audio sampling rate (in Hz).
</p>
</dd>
<dt><samp>ac (<em>-c</em>)</samp></dt>
<dd><p>Set the number of audio channels.
</p>
</dd>
<dt><samp>cutoff (<em>-C</em>)</samp></dt>
<dd><p>Set cutoff frequency. If not specified (or explicitly set to 0) it
will use a value automatically computed by the library. Default value
is 0.
</p>
</dd>
<dt><samp>profile</samp></dt>
<dd><p>Set audio profile.
</p>
<p>The following profiles are recognized:
</p><dl compact="compact">
<dt>&lsquo;<samp>aac_main</samp>&rsquo;</dt>
<dd><p>Main AAC (Main)
</p>
</dd>
<dt>&lsquo;<samp>aac_low</samp>&rsquo;</dt>
<dd><p>Low Complexity AAC (LC)
</p>
</dd>
<dt>&lsquo;<samp>aac_ssr</samp>&rsquo;</dt>
<dd><p>Scalable Sample Rate (SSR)
</p>
</dd>
<dt>&lsquo;<samp>aac_ltp</samp>&rsquo;</dt>
<dd><p>Long Term Prediction (LTP)
</p></dd>
</dl>

<p>If not specified it is set to &lsquo;<samp>aac_low</samp>&rsquo;.
</p>
</dd>
<dt><samp>flags +qscale</samp></dt>
<dd><p>Set constant quality VBR (Variable Bit Rate) mode.
</p>
</dd>
<dt><samp>global_quality</samp></dt>
<dd><p>Set quality in VBR mode as an integer number of lambda units.
</p>
<p>Only relevant when VBR mode is enabled with <code>flags +qscale</code>.  The
value is converted to QP units by dividing it by <code>FF_QP2LAMBDA</code>,
and used to set the quality value used by libfaac. A reasonable range
for the option value in QP units is [10-500], the higher the value the
higher the quality.
</p>
</dd>
<dt><samp>q (<em>-q</em>)</samp></dt>
<dd><p>Enable VBR mode when set to a non-negative value, and set constant
quality value as a double floating point value in QP units.
</p>
<p>The value sets the quality value used by libfaac. A reasonable range
for the option value is [10-500], the higher the value the higher the
quality.
</p>
<p>This option is valid only using the <code>ffmpeg</code> command-line
tool. For library interface users, use <samp>global_quality</samp>.
</p></dd>
</dl>

<a name="Examples"></a>
<h4 class="subsection">8.4.2 Examples<span class="pull-right"><a class="anchor hidden-xs" href="#Examples" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Examples" aria-hidden="true">TOC</a></span></h4>

<ul>
<li> Use <code>ffmpeg</code> to convert an audio file to ABR 128 kbps AAC in an M4A (MP4)
container:
<div class="example">
<pre class="example">ffmpeg -i input.wav -codec:a libfaac -b:a 128k -output.m4a
</pre></div>

</li><li> Use <code>ffmpeg</code> to convert an audio file to VBR AAC, using the
LTP AAC profile:
<div class="example">
<pre class="example">ffmpeg -i input.wav -c:a libfaac -profile:a aac_ltp -q:a 100 output.m4a
</pre></div>
</li></ul>

<a name="libfdk_002daac_002denc"></a><a name="libfdk_005faac"></a>
<h3 class="section">8.5 libfdk_aac<span class="pull-right"><a class="anchor hidden-xs" href="#libfdk_005faac" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-libfdk_005faac" aria-hidden="true">TOC</a></span></h3>

<p>libfdk-aac AAC (Advanced Audio Coding) encoder wrapper.
</p>
<p>The libfdk-aac library is based on the Fraunhofer FDK AAC code from
the Android project.
</p>
<p>Requires the presence of the libfdk-aac headers and library during
configuration. You need to explicitly configure the build with
<code>--enable-libfdk-aac</code>. The library is also incompatible with GPL,
so if you allow the use of GPL, you should configure with
<code>--enable-gpl --enable-nonfree --enable-libfdk-aac</code>.
</p>
<p>This encoder is considered to be of higher quality with respect to
both <a href="#aacenc">the native experimental FFmpeg AAC encoder</a> and
<a href="#libfaac">libfaac</a>.
</p>
<p>VBR encoding, enabled through the <samp>vbr</samp> or <samp>flags
+qscale</samp> options, is experimental and only works with some
combinations of parameters.
</p>
<p>Support for encoding 7.1 audio is only available with libfdk-aac 0.1.3 or
higher.
</p>
<p>For more information see the fdk-aac project at
<a href="http://sourceforge.net/p/opencore-amr/fdk-aac/">http://sourceforge.net/p/opencore-amr/fdk-aac/</a>.
</p>
<a name="Options-8"></a>
<h4 class="subsection">8.5.1 Options<span class="pull-right"><a class="anchor hidden-xs" href="#Options-8" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Options-8" aria-hidden="true">TOC</a></span></h4>

<p>The following options are mapped on the shared FFmpeg codec options.
</p>
<dl compact="compact">
<dt><samp>b</samp></dt>
<dd><p>Set bit rate in bits/s. If the bitrate is not explicitly specified, it
is automatically set to a suitable value depending on the selected
profile.
</p>
<p>In case VBR mode is enabled the option is ignored.
</p>
</dd>
<dt><samp>ar</samp></dt>
<dd><p>Set audio sampling rate (in Hz).
</p>
</dd>
<dt><samp>channels</samp></dt>
<dd><p>Set the number of audio channels.
</p>
</dd>
<dt><samp>flags +qscale</samp></dt>
<dd><p>Enable fixed quality, VBR (Variable Bit Rate) mode.
Note that VBR is implicitly enabled when the <samp>vbr</samp> value is
positive.
</p>
</dd>
<dt><samp>cutoff</samp></dt>
<dd><p>Set cutoff frequency. If not specified (or explicitly set to 0) it
will use a value automatically computed by the library. Default value
is 0.
</p>
</dd>
<dt><samp>profile</samp></dt>
<dd><p>Set audio profile.
</p>
<p>The following profiles are recognized:
</p><dl compact="compact">
<dt>&lsquo;<samp>aac_low</samp>&rsquo;</dt>
<dd><p>Low Complexity AAC (LC)
</p>
</dd>
<dt>&lsquo;<samp>aac_he</samp>&rsquo;</dt>
<dd><p>High Efficiency AAC (HE-AAC)
</p>
</dd>
<dt>&lsquo;<samp>aac_he_v2</samp>&rsquo;</dt>
<dd><p>High Efficiency AAC version 2 (HE-AACv2)
</p>
</dd>
<dt>&lsquo;<samp>aac_ld</samp>&rsquo;</dt>
<dd><p>Low Delay AAC (LD)
</p>
</dd>
<dt>&lsquo;<samp>aac_eld</samp>&rsquo;</dt>
<dd><p>Enhanced Low Delay AAC (ELD)
</p></dd>
</dl>

<p>If not specified it is set to &lsquo;<samp>aac_low</samp>&rsquo;.
</p></dd>
</dl>

<p>The following are private options of the libfdk_aac encoder.
</p>
<dl compact="compact">
<dt><samp>afterburner</samp></dt>
<dd><p>Enable afterburner feature if set to 1, disabled if set to 0. This
improves the quality but also the required processing power.
</p>
<p>Default value is 1.
</p>
</dd>
<dt><samp>eld_sbr</samp></dt>
<dd><p>Enable SBR (Spectral Band Replication) for ELD if set to 1, disabled
if set to 0.
</p>
<p>Default value is 0.
</p>
</dd>
<dt><samp>signaling</samp></dt>
<dd><p>Set SBR/PS signaling style.
</p>
<p>It can assume one of the following values:
</p><dl compact="compact">
<dt>&lsquo;<samp>default</samp>&rsquo;</dt>
<dd><p>choose signaling implicitly (explicit hierarchical by default,
implicit if global header is disabled)
</p>
</dd>
<dt>&lsquo;<samp>implicit</samp>&rsquo;</dt>
<dd><p>implicit backwards compatible signaling
</p>
</dd>
<dt>&lsquo;<samp>explicit_sbr</samp>&rsquo;</dt>
<dd><p>explicit SBR, implicit PS signaling
</p>
</dd>
<dt>&lsquo;<samp>explicit_hierarchical</samp>&rsquo;</dt>
<dd><p>explicit hierarchical signaling
</p></dd>
</dl>

<p>Default value is &lsquo;<samp>default</samp>&rsquo;.
</p>
</dd>
<dt><samp>latm</samp></dt>
<dd><p>Output LATM/LOAS encapsulated data if set to 1, disabled if set to 0.
</p>
<p>Default value is 0.
</p>
</dd>
<dt><samp>header_period</samp></dt>
<dd><p>Set StreamMuxConfig and PCE repetition period (in frames) for sending
in-band configuration buffers within LATM/LOAS transport layer.
</p>
<p>Must be a 16-bits non-negative integer.
</p>
<p>Default value is 0.
</p>
</dd>
<dt><samp>vbr</samp></dt>
<dd><p>Set VBR mode, from 1 to 5. 1 is lowest quality (though still pretty
good) and 5 is highest quality. A value of 0 will disable VBR, and CBR
(Constant Bit Rate) is enabled.
</p>
<p>Currently only the &lsquo;<samp>aac_low</samp>&rsquo; profile supports VBR encoding.
</p>
<p>VBR modes 1-5 correspond to roughly the following average bit rates:
</p>
<dl compact="compact">
<dt>&lsquo;<samp>1</samp>&rsquo;</dt>
<dd><p>32 kbps/channel
</p></dd>
<dt>&lsquo;<samp>2</samp>&rsquo;</dt>
<dd><p>40 kbps/channel
</p></dd>
<dt>&lsquo;<samp>3</samp>&rsquo;</dt>
<dd><p>48-56 kbps/channel
</p></dd>
<dt>&lsquo;<samp>4</samp>&rsquo;</dt>
<dd><p>64 kbps/channel
</p></dd>
<dt>&lsquo;<samp>5</samp>&rsquo;</dt>
<dd><p>about 80-96 kbps/channel
</p></dd>
</dl>

<p>Default value is 0.
</p></dd>
</dl>

<a name="Examples-1"></a>
<h4 class="subsection">8.5.2 Examples<span class="pull-right"><a class="anchor hidden-xs" href="#Examples-1" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Examples-1" aria-hidden="true">TOC</a></span></h4>

<ul>
<li> Use <code>ffmpeg</code> to convert an audio file to VBR AAC in an M4A (MP4)
container:
<div class="example">
<pre class="example">ffmpeg -i input.wav -codec:a libfdk_aac -vbr 3 output.m4a
</pre></div>

</li><li> Use <code>ffmpeg</code> to convert an audio file to CBR 64k kbps AAC, using the
High-Efficiency AAC profile:
<div class="example">
<pre class="example">ffmpeg -i input.wav -c:a libfdk_aac -profile:a aac_he -b:a 64k output.m4a
</pre></div>
</li></ul>

<a name="libmp3lame"></a><a name="libmp3lame-1"></a>
<h3 class="section">8.6 libmp3lame<span class="pull-right"><a class="anchor hidden-xs" href="#libmp3lame-1" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-libmp3lame-1" aria-hidden="true">TOC</a></span></h3>

<p>LAME (Lame Ain&rsquo;t an MP3 Encoder) MP3 encoder wrapper.
</p>
<p>Requires the presence of the libmp3lame headers and library during
configuration. You need to explicitly configure the build with
<code>--enable-libmp3lame</code>.
</p>
<p>See <a href="#libshine">libshine</a> for a fixed-point MP3 encoder, although with a
lower quality.
</p>
<a name="Options-9"></a>
<h4 class="subsection">8.6.1 Options<span class="pull-right"><a class="anchor hidden-xs" href="#Options-9" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Options-9" aria-hidden="true">TOC</a></span></h4>

<p>The following options are supported by the libmp3lame wrapper. The
<code>lame</code>-equivalent of the options are listed in parentheses.
</p>
<dl compact="compact">
<dt><samp>b (<em>-b</em>)</samp></dt>
<dd><p>Set bitrate expressed in bits/s for CBR or ABR. LAME <code>bitrate</code> is
expressed in kilobits/s.
</p>
</dd>
<dt><samp>q (<em>-V</em>)</samp></dt>
<dd><p>Set constant quality setting for VBR. This option is valid only
using the <code>ffmpeg</code> command-line tool. For library interface
users, use <samp>global_quality</samp>.
</p>
</dd>
<dt><samp>compression_level (<em>-q</em>)</samp></dt>
<dd><p>Set algorithm quality. Valid arguments are integers in the 0-9 range,
with 0 meaning highest quality but slowest, and 9 meaning fastest
while producing the worst quality.
</p>
</dd>
<dt><samp>reservoir</samp></dt>
<dd><p>Enable use of bit reservoir when set to 1. Default value is 1. LAME
has this enabled by default, but can be overridden by use
<samp>--nores</samp> option.
</p>
</dd>
<dt><samp>joint_stereo (<em>-m j</em>)</samp></dt>
<dd><p>Enable the encoder to use (on a frame by frame basis) either L/R
stereo or mid/side stereo. Default value is 1.
</p>
</dd>
<dt><samp>abr (<em>--abr</em>)</samp></dt>
<dd><p>Enable the encoder to use ABR when set to 1. The <code>lame</code>
<samp>--abr</samp> sets the target bitrate, while this options only
tells FFmpeg to use ABR still relies on <samp>b</samp> to set bitrate.
</p>
</dd>
</dl>

<a name="libopencore_002damrnb-1"></a>
<h3 class="section">8.7 libopencore-amrnb<span class="pull-right"><a class="anchor hidden-xs" href="#libopencore_002damrnb-1" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-libopencore_002damrnb-1" aria-hidden="true">TOC</a></span></h3>

<p>OpenCORE Adaptive Multi-Rate Narrowband encoder.
</p>
<p>Requires the presence of the libopencore-amrnb headers and library during
configuration. You need to explicitly configure the build with
<code>--enable-libopencore-amrnb --enable-version3</code>.
</p>
<p>This is a mono-only encoder. Officially it only supports 8000Hz sample rate,
but you can override it by setting <samp>strict</samp> to &lsquo;<samp>unofficial</samp>&rsquo; or
lower.
</p>
<a name="Options-10"></a>
<h4 class="subsection">8.7.1 Options<span class="pull-right"><a class="anchor hidden-xs" href="#Options-10" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Options-10" aria-hidden="true">TOC</a></span></h4>

<dl compact="compact">
<dt><samp>b</samp></dt>
<dd><p>Set bitrate in bits per second. Only the following bitrates are supported,
otherwise libavcodec will round to the nearest valid bitrate.
</p>
<dl compact="compact">
<dt><samp>4750</samp></dt>
<dt><samp>5150</samp></dt>
<dt><samp>5900</samp></dt>
<dt><samp>6700</samp></dt>
<dt><samp>7400</samp></dt>
<dt><samp>7950</samp></dt>
<dt><samp>10200</samp></dt>
<dt><samp>12200</samp></dt>
</dl>

</dd>
<dt><samp>dtx</samp></dt>
<dd><p>Allow discontinuous transmission (generate comfort noise) when set to 1. The
default value is 0 (disabled).
</p>
</dd>
</dl>

<a name="libshine"></a><a name="libshine-1"></a>
<h3 class="section">8.8 libshine<span class="pull-right"><a class="anchor hidden-xs" href="#libshine-1" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-libshine-1" aria-hidden="true">TOC</a></span></h3>

<p>Shine Fixed-Point MP3 encoder wrapper.
</p>
<p>Shine is a fixed-point MP3 encoder. It has a far better performance on
platforms without an FPU, e.g. armel CPUs, and some phones and tablets.
However, as it is more targeted on performance than quality, it is not on par
with LAME and other production-grade encoders quality-wise. Also, according to
the project&rsquo;s homepage, this encoder may not be free of bugs as the code was
written a long time ago and the project was dead for at least 5 years.
</p>
<p>This encoder only supports stereo and mono input. This is also CBR-only.
</p>
<p>The original project (last updated in early 2007) is at
<a href="http://sourceforge.net/projects/libshine-fxp/">http://sourceforge.net/projects/libshine-fxp/</a>. We only support the
updated fork by the Savonet/Liquidsoap project at <a href="https://github.com/savonet/shine">https://github.com/savonet/shine</a>.
</p>
<p>Requires the presence of the libshine headers and library during
configuration. You need to explicitly configure the build with
<code>--enable-libshine</code>.
</p>
<p>See also <a href="#libmp3lame">libmp3lame</a>.
</p>
<a name="Options-11"></a>
<h4 class="subsection">8.8.1 Options<span class="pull-right"><a class="anchor hidden-xs" href="#Options-11" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Options-11" aria-hidden="true">TOC</a></span></h4>

<p>The following options are supported by the libshine wrapper. The
<code>shineenc</code>-equivalent of the options are listed in parentheses.
</p>
<dl compact="compact">
<dt><samp>b (<em>-b</em>)</samp></dt>
<dd><p>Set bitrate expressed in bits/s for CBR. <code>shineenc</code> <samp>-b</samp> option
is expressed in kilobits/s.
</p>
</dd>
</dl>

<a name="libtwolame"></a>
<h3 class="section">8.9 libtwolame<span class="pull-right"><a class="anchor hidden-xs" href="#libtwolame" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-libtwolame" aria-hidden="true">TOC</a></span></h3>

<p>TwoLAME MP2 encoder wrapper.
</p>
<p>Requires the presence of the libtwolame headers and library during
configuration. You need to explicitly configure the build with
<code>--enable-libtwolame</code>.
</p>
<a name="Options-12"></a>
<h4 class="subsection">8.9.1 Options<span class="pull-right"><a class="anchor hidden-xs" href="#Options-12" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Options-12" aria-hidden="true">TOC</a></span></h4>

<p>The following options are supported by the libtwolame wrapper. The
<code>twolame</code>-equivalent options follow the FFmpeg ones and are in
parentheses.
</p>
<dl compact="compact">
<dt><samp>b (<em>-b</em>)</samp></dt>
<dd><p>Set bitrate expressed in bits/s for CBR. <code>twolame</code> <samp>b</samp>
option is expressed in kilobits/s. Default value is 128k.
</p>
</dd>
<dt><samp>q (<em>-V</em>)</samp></dt>
<dd><p>Set quality for experimental VBR support. Maximum value range is
from -50 to 50, useful range is from -10 to 10. The higher the
value, the better the quality. This option is valid only using the
<code>ffmpeg</code> command-line tool. For library interface users,
use <samp>global_quality</samp>.
</p>
</dd>
<dt><samp>mode (<em>--mode</em>)</samp></dt>
<dd><p>Set the mode of the resulting audio. Possible values:
</p>
<dl compact="compact">
<dt>&lsquo;<samp>auto</samp>&rsquo;</dt>
<dd><p>Choose mode automatically based on the input. This is the default.
</p></dd>
<dt>&lsquo;<samp>stereo</samp>&rsquo;</dt>
<dd><p>Stereo
</p></dd>
<dt>&lsquo;<samp>joint_stereo</samp>&rsquo;</dt>
<dd><p>Joint stereo
</p></dd>
<dt>&lsquo;<samp>dual_channel</samp>&rsquo;</dt>
<dd><p>Dual channel
</p></dd>
<dt>&lsquo;<samp>mono</samp>&rsquo;</dt>
<dd><p>Mono
</p></dd>
</dl>

</dd>
<dt><samp>psymodel (<em>--psyc-mode</em>)</samp></dt>
<dd><p>Set psychoacoustic model to use in encoding. The argument must be
an integer between -1 and 4, inclusive. The higher the value, the
better the quality. The default value is 3.
</p>
</dd>
<dt><samp>energy_levels (<em>--energy</em>)</samp></dt>
<dd><p>Enable energy levels extensions when set to 1. The default value is
0 (disabled).
</p>
</dd>
<dt><samp>error_protection (<em>--protect</em>)</samp></dt>
<dd><p>Enable CRC error protection when set to 1. The default value is 0
(disabled).
</p>
</dd>
<dt><samp>copyright (<em>--copyright</em>)</samp></dt>
<dd><p>Set MPEG audio copyright flag when set to 1. The default value is 0
(disabled).
</p>
</dd>
<dt><samp>original (<em>--original</em>)</samp></dt>
<dd><p>Set MPEG audio original flag when set to 1. The default value is 0
(disabled).
</p>
</dd>
</dl>

<a name="libvo_002daacenc"></a><a name="libvo_002daacenc-1"></a>
<h3 class="section">8.10 libvo-aacenc<span class="pull-right"><a class="anchor hidden-xs" href="#libvo_002daacenc-1" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-libvo_002daacenc-1" aria-hidden="true">TOC</a></span></h3>

<p>VisualOn AAC encoder.
</p>
<p>Requires the presence of the libvo-aacenc headers and library during
configuration. You need to explicitly configure the build with
<code>--enable-libvo-aacenc --enable-version3</code>.
</p>
<p>This encoder is considered to be worse than the
<a href="#aacenc">native experimental FFmpeg AAC encoder</a>, according to
multiple sources.
</p>
<a name="Options-13"></a>
<h4 class="subsection">8.10.1 Options<span class="pull-right"><a class="anchor hidden-xs" href="#Options-13" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Options-13" aria-hidden="true">TOC</a></span></h4>

<p>The VisualOn AAC encoder only support encoding AAC-LC and up to 2
channels. It is also CBR-only.
</p>
<dl compact="compact">
<dt><samp>b</samp></dt>
<dd><p>Set bit rate in bits/s.
</p>
</dd>
</dl>

<a name="libvo_002damrwbenc"></a>
<h3 class="section">8.11 libvo-amrwbenc<span class="pull-right"><a class="anchor hidden-xs" href="#libvo_002damrwbenc" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-libvo_002damrwbenc" aria-hidden="true">TOC</a></span></h3>

<p>VisualOn Adaptive Multi-Rate Wideband encoder.
</p>
<p>Requires the presence of the libvo-amrwbenc headers and library during
configuration. You need to explicitly configure the build with
<code>--enable-libvo-amrwbenc --enable-version3</code>.
</p>
<p>This is a mono-only encoder. Officially it only supports 16000Hz sample
rate, but you can override it by setting <samp>strict</samp> to
&lsquo;<samp>unofficial</samp>&rsquo; or lower.
</p>
<a name="Options-14"></a>
<h4 class="subsection">8.11.1 Options<span class="pull-right"><a class="anchor hidden-xs" href="#Options-14" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Options-14" aria-hidden="true">TOC</a></span></h4>

<dl compact="compact">
<dt><samp>b</samp></dt>
<dd><p>Set bitrate in bits/s. Only the following bitrates are supported, otherwise
libavcodec will round to the nearest valid bitrate.
</p>
<dl compact="compact">
<dt>&lsquo;<samp>6600</samp>&rsquo;</dt>
<dt>&lsquo;<samp>8850</samp>&rsquo;</dt>
<dt>&lsquo;<samp>12650</samp>&rsquo;</dt>
<dt>&lsquo;<samp>14250</samp>&rsquo;</dt>
<dt>&lsquo;<samp>15850</samp>&rsquo;</dt>
<dt>&lsquo;<samp>18250</samp>&rsquo;</dt>
<dt>&lsquo;<samp>19850</samp>&rsquo;</dt>
<dt>&lsquo;<samp>23050</samp>&rsquo;</dt>
<dt>&lsquo;<samp>23850</samp>&rsquo;</dt>
</dl>

</dd>
<dt><samp>dtx</samp></dt>
<dd><p>Allow discontinuous transmission (generate comfort noise) when set to 1. The
default value is 0 (disabled).
</p>
</dd>
</dl>

<a name="libopus-1"></a>
<h3 class="section">8.12 libopus<span class="pull-right"><a class="anchor hidden-xs" href="#libopus-1" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-libopus-1" aria-hidden="true">TOC</a></span></h3>

<p>libopus Opus Interactive Audio Codec encoder wrapper.
</p>
<p>Requires the presence of the libopus headers and library during
configuration. You need to explicitly configure the build with
<code>--enable-libopus</code>.
</p>
<a name="Option-Mapping"></a>
<h4 class="subsection">8.12.1 Option Mapping<span class="pull-right"><a class="anchor hidden-xs" href="#Option-Mapping" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Option-Mapping" aria-hidden="true">TOC</a></span></h4>

<p>Most libopus options are modelled after the <code>opusenc</code> utility from
opus-tools. The following is an option mapping chart describing options
supported by the libopus wrapper, and their <code>opusenc</code>-equivalent
in parentheses.
</p>
<dl compact="compact">
<dt><samp>b (<em>bitrate</em>)</samp></dt>
<dd><p>Set the bit rate in bits/s.  FFmpeg&rsquo;s <samp>b</samp> option is
expressed in bits/s, while <code>opusenc</code>&rsquo;s <samp>bitrate</samp> in
kilobits/s.
</p>
</dd>
<dt><samp>vbr (<em>vbr</em>, <em>hard-cbr</em>, and <em>cvbr</em>)</samp></dt>
<dd><p>Set VBR mode. The FFmpeg <samp>vbr</samp> option has the following
valid arguments, with the their <code>opusenc</code> equivalent options
in parentheses:
</p>
<dl compact="compact">
<dt>&lsquo;<samp>off (<em>hard-cbr</em>)</samp>&rsquo;</dt>
<dd><p>Use constant bit rate encoding.
</p>
</dd>
<dt>&lsquo;<samp>on (<em>vbr</em>)</samp>&rsquo;</dt>
<dd><p>Use variable bit rate encoding (the default).
</p>
</dd>
<dt>&lsquo;<samp>constrained (<em>cvbr</em>)</samp>&rsquo;</dt>
<dd><p>Use constrained variable bit rate encoding.
</p></dd>
</dl>

</dd>
<dt><samp>compression_level (<em>comp</em>)</samp></dt>
<dd><p>Set encoding algorithm complexity. Valid options are integers in
the 0-10 range. 0 gives the fastest encodes but lower quality, while 10
gives the highest quality but slowest encoding. The default is 10.
</p>
</dd>
<dt><samp>frame_duration (<em>framesize</em>)</samp></dt>
<dd><p>Set maximum frame size, or duration of a frame in milliseconds. The
argument must be exactly the following: 2.5, 5, 10, 20, 40, 60. Smaller
frame sizes achieve lower latency but less quality at a given bitrate.
Sizes greater than 20ms are only interesting at fairly low bitrates.
The default is 20ms.
</p>
</dd>
<dt><samp>packet_loss (<em>expect-loss</em>)</samp></dt>
<dd><p>Set expected packet loss percentage. The default is 0.
</p>
</dd>
<dt><samp>application (N.A.)</samp></dt>
<dd><p>Set intended application type. Valid options are listed below:
</p>
<dl compact="compact">
<dt>&lsquo;<samp>voip</samp>&rsquo;</dt>
<dd><p>Favor improved speech intelligibility.
</p></dd>
<dt>&lsquo;<samp>audio</samp>&rsquo;</dt>
<dd><p>Favor faithfulness to the input (the default).
</p></dd>
<dt>&lsquo;<samp>lowdelay</samp>&rsquo;</dt>
<dd><p>Restrict to only the lowest delay modes.
</p></dd>
</dl>

</dd>
<dt><samp>cutoff (N.A.)</samp></dt>
<dd><p>Set cutoff bandwidth in Hz. The argument must be exactly one of the
following: 4000, 6000, 8000, 12000, or 20000, corresponding to
narrowband, mediumband, wideband, super wideband, and fullband
respectively. The default is 0 (cutoff disabled).
</p>
</dd>
</dl>

<a name="libvorbis"></a>
<h3 class="section">8.13 libvorbis<span class="pull-right"><a class="anchor hidden-xs" href="#libvorbis" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-libvorbis" aria-hidden="true">TOC</a></span></h3>

<p>libvorbis encoder wrapper.
</p>
<p>Requires the presence of the libvorbisenc headers and library during
configuration. You need to explicitly configure the build with
<code>--enable-libvorbis</code>.
</p>
<a name="Options-15"></a>
<h4 class="subsection">8.13.1 Options<span class="pull-right"><a class="anchor hidden-xs" href="#Options-15" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Options-15" aria-hidden="true">TOC</a></span></h4>

<p>The following options are supported by the libvorbis wrapper. The
<code>oggenc</code>-equivalent of the options are listed in parentheses.
</p>
<p>To get a more accurate and extensive documentation of the libvorbis
options, consult the libvorbisenc&rsquo;s and <code>oggenc</code>&rsquo;s documentations.
See <a href="http://xiph.org/vorbis/">http://xiph.org/vorbis/</a>,
<a href="http://wiki.xiph.org/Vorbis-tools">http://wiki.xiph.org/Vorbis-tools</a>, and oggenc(1).
</p>
<dl compact="compact">
<dt><samp>b (<em>-b</em>)</samp></dt>
<dd><p>Set bitrate expressed in bits/s for ABR. <code>oggenc</code> <samp>-b</samp> is
expressed in kilobits/s.
</p>
</dd>
<dt><samp>q (<em>-q</em>)</samp></dt>
<dd><p>Set constant quality setting for VBR. The value should be a float
number in the range of -1.0 to 10.0. The higher the value, the better
the quality. The default value is &lsquo;<samp>3.0</samp>&rsquo;.
</p>
<p>This option is valid only using the <code>ffmpeg</code> command-line tool.
For library interface users, use <samp>global_quality</samp>.
</p>
</dd>
<dt><samp>cutoff (<em>--advanced-encode-option lowpass_frequency=N</em>)</samp></dt>
<dd><p>Set cutoff bandwidth in Hz, a value of 0 disables cutoff. <code>oggenc</code>&rsquo;s
related option is expressed in kHz. The default value is &lsquo;<samp>0</samp>&rsquo; (cutoff
disabled).
</p>
</dd>
<dt><samp>minrate (<em>-m</em>)</samp></dt>
<dd><p>Set minimum bitrate expressed in bits/s. <code>oggenc</code> <samp>-m</samp> is
expressed in kilobits/s.
</p>
</dd>
<dt><samp>maxrate (<em>-M</em>)</samp></dt>
<dd><p>Set maximum bitrate expressed in bits/s. <code>oggenc</code> <samp>-M</samp> is
expressed in kilobits/s. This only has effect on ABR mode.
</p>
</dd>
<dt><samp>iblock (<em>--advanced-encode-option impulse_noisetune=N</em>)</samp></dt>
<dd><p>Set noise floor bias for impulse blocks. The value is a float number from
-15.0 to 0.0. A negative bias instructs the encoder to pay special attention
to the crispness of transients in the encoded audio. The tradeoff for better
transient response is a higher bitrate.
</p>
</dd>
</dl>

<a name="libwavpack"></a><a name="libwavpack-1"></a>
<h3 class="section">8.14 libwavpack<span class="pull-right"><a class="anchor hidden-xs" href="#libwavpack-1" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-libwavpack-1" aria-hidden="true">TOC</a></span></h3>

<p>A wrapper providing WavPack encoding through libwavpack.
</p>
<p>Only lossless mode using 32-bit integer samples is supported currently.
</p>
<p>Requires the presence of the libwavpack headers and library during
configuration. You need to explicitly configure the build with
<code>--enable-libwavpack</code>.
</p>
<p>Note that a libavcodec-native encoder for the WavPack codec exists so users can
encode audios with this codec without using this encoder. See <a href="#wavpackenc">wavpackenc</a>.
</p>
<a name="Options-16"></a>
<h4 class="subsection">8.14.1 Options<span class="pull-right"><a class="anchor hidden-xs" href="#Options-16" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Options-16" aria-hidden="true">TOC</a></span></h4>

<p><code>wavpack</code> command line utility&rsquo;s corresponding options are listed in
parentheses, if any.
</p>
<dl compact="compact">
<dt><samp>frame_size (<em>--blocksize</em>)</samp></dt>
<dd><p>Default is 32768.
</p>
</dd>
<dt><samp>compression_level</samp></dt>
<dd><p>Set speed vs. compression tradeoff. Acceptable arguments are listed below:
</p>
<dl compact="compact">
<dt>&lsquo;<samp>0 (<em>-f</em>)</samp>&rsquo;</dt>
<dd><p>Fast mode.
</p>
</dd>
<dt>&lsquo;<samp>1</samp>&rsquo;</dt>
<dd><p>Normal (default) settings.
</p>
</dd>
<dt>&lsquo;<samp>2 (<em>-h</em>)</samp>&rsquo;</dt>
<dd><p>High quality.
</p>
</dd>
<dt>&lsquo;<samp>3 (<em>-hh</em>)</samp>&rsquo;</dt>
<dd><p>Very high quality.
</p>
</dd>
<dt>&lsquo;<samp>4-8 (<em>-hh -x</em><var>EXTRAPROC</var>)</samp>&rsquo;</dt>
<dd><p>Same as &lsquo;<samp>3</samp>&rsquo;, but with extra processing enabled.
</p>
<p>&lsquo;<samp>4</samp>&rsquo; is the same as <samp>-x2</samp> and &lsquo;<samp>8</samp>&rsquo; is the same as <samp>-x6</samp>.
</p>
</dd>
</dl>
</dd>
</dl>

<a name="wavpackenc"></a><a name="wavpack"></a>
<h3 class="section">8.15 wavpack<span class="pull-right"><a class="anchor hidden-xs" href="#wavpack" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-wavpack" aria-hidden="true">TOC</a></span></h3>

<p>WavPack lossless audio encoder.
</p>
<p>This is a libavcodec-native WavPack encoder. There is also an encoder based on
libwavpack, but there is virtually no reason to use that encoder.
</p>
<p>See also <a href="#libwavpack">libwavpack</a>.
</p>
<a name="Options-17"></a>
<h4 class="subsection">8.15.1 Options<span class="pull-right"><a class="anchor hidden-xs" href="#Options-17" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Options-17" aria-hidden="true">TOC</a></span></h4>

<p>The equivalent options for <code>wavpack</code> command line utility are listed in
parentheses.
</p>
<a name="Shared-options"></a>
<h4 class="subsubsection">8.15.1.1 Shared options<span class="pull-right"><a class="anchor hidden-xs" href="#Shared-options" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Shared-options" aria-hidden="true">TOC</a></span></h4>

<p>The following shared options are effective for this encoder. Only special notes
about this particular encoder will be documented here. For the general meaning
of the options, see <a href="#codec_002doptions">the Codec Options chapter</a>.
</p>
<dl compact="compact">
<dt><samp>frame_size (<em>--blocksize</em>)</samp></dt>
<dd><p>For this encoder, the range for this option is between 128 and 131072. Default
is automatically decided based on sample rate and number of channel.
</p>
<p>For the complete formula of calculating default, see
<samp>libavcodec/wavpackenc.c</samp>.
</p>
</dd>
<dt><samp>compression_level (<em>-f</em>, <em>-h</em>, <em>-hh</em>, and <em>-x</em>)</samp></dt>
<dd><p>This option&rsquo;s syntax is consistent with <a href="#libwavpack">libwavpack</a>&rsquo;s.
</p></dd>
</dl>

<a name="Private-options"></a>
<h4 class="subsubsection">8.15.1.2 Private options<span class="pull-right"><a class="anchor hidden-xs" href="#Private-options" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Private-options" aria-hidden="true">TOC</a></span></h4>

<dl compact="compact">
<dt><samp>joint_stereo (<em>-j</em>)</samp></dt>
<dd><p>Set whether to enable joint stereo. Valid values are:
</p>
<dl compact="compact">
<dt>&lsquo;<samp>on (<em>1</em>)</samp>&rsquo;</dt>
<dd><p>Force mid/side audio encoding.
</p></dd>
<dt>&lsquo;<samp>off (<em>0</em>)</samp>&rsquo;</dt>
<dd><p>Force left/right audio encoding.
</p></dd>
<dt>&lsquo;<samp>auto</samp>&rsquo;</dt>
<dd><p>Let the encoder decide automatically.
</p></dd>
</dl>

</dd>
<dt><samp>optimize_mono</samp></dt>
<dd><p>Set whether to enable optimization for mono. This option is only effective for
non-mono streams. Available values:
</p>
<dl compact="compact">
<dt>&lsquo;<samp>on</samp>&rsquo;</dt>
<dd><p>enabled
</p></dd>
<dt>&lsquo;<samp>off</samp>&rsquo;</dt>
<dd><p>disabled
</p></dd>
</dl>

</dd>
</dl>


<a name="Video-Encoders"></a>
<h2 class="chapter">9 Video Encoders<span class="pull-right"><a class="anchor hidden-xs" href="#Video-Encoders" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Video-Encoders" aria-hidden="true">TOC</a></span></h2>

<p>A description of some of the currently available video encoders
follows.
</p>
<a name="jpeg2000"></a>
<h3 class="section">9.1 jpeg2000<span class="pull-right"><a class="anchor hidden-xs" href="#jpeg2000" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-jpeg2000" aria-hidden="true">TOC</a></span></h3>

<p>The native jpeg 2000 encoder is lossy by default, the <code>-q:v</code>
option can be used to set the encoding quality. Lossless encoding
can be selected with <code>-pred 1</code>.
</p>
<a name="Options-18"></a>
<h4 class="subsection">9.1.1 Options<span class="pull-right"><a class="anchor hidden-xs" href="#Options-18" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Options-18" aria-hidden="true">TOC</a></span></h4>

<dl compact="compact">
<dt><samp>format</samp></dt>
<dd><p>Can be set to either <code>j2k</code> or <code>jp2</code> (the default) that
makes it possible to store non-rgb pix_fmts.
</p>
</dd>
</dl>

<a name="snow"></a>
<h3 class="section">9.2 snow<span class="pull-right"><a class="anchor hidden-xs" href="#snow" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-snow" aria-hidden="true">TOC</a></span></h3>

<a name="Options-19"></a>
<h4 class="subsection">9.2.1 Options<span class="pull-right"><a class="anchor hidden-xs" href="#Options-19" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Options-19" aria-hidden="true">TOC</a></span></h4>

<dl compact="compact">
<dt><samp>iterative_dia_size</samp></dt>
<dd><p>dia size for the iterative motion estimation
</p></dd>
</dl>

<a name="libtheora"></a>
<h3 class="section">9.3 libtheora<span class="pull-right"><a class="anchor hidden-xs" href="#libtheora" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-libtheora" aria-hidden="true">TOC</a></span></h3>

<p>libtheora Theora encoder wrapper.
</p>
<p>Requires the presence of the libtheora headers and library during
configuration. You need to explicitly configure the build with
<code>--enable-libtheora</code>.
</p>
<p>For more information about the libtheora project see
<a href="http://www.theora.org/">http://www.theora.org/</a>.
</p>
<a name="Options-20"></a>
<h4 class="subsection">9.3.1 Options<span class="pull-right"><a class="anchor hidden-xs" href="#Options-20" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Options-20" aria-hidden="true">TOC</a></span></h4>

<p>The following global options are mapped to internal libtheora options
which affect the quality and the bitrate of the encoded stream.
</p>
<dl compact="compact">
<dt><samp>b</samp></dt>
<dd><p>Set the video bitrate in bit/s for CBR (Constant Bit Rate) mode.  In
case VBR (Variable Bit Rate) mode is enabled this option is ignored.
</p>
</dd>
<dt><samp>flags</samp></dt>
<dd><p>Used to enable constant quality mode (VBR) encoding through the
<samp>qscale</samp> flag, and to enable the <code>pass1</code> and <code>pass2</code>
modes.
</p>
</dd>
<dt><samp>g</samp></dt>
<dd><p>Set the GOP size.
</p>
</dd>
<dt><samp>global_quality</samp></dt>
<dd><p>Set the global quality as an integer in lambda units.
</p>
<p>Only relevant when VBR mode is enabled with <code>flags +qscale</code>. The
value is converted to QP units by dividing it by <code>FF_QP2LAMBDA</code>,
clipped in the [0 - 10] range, and then multiplied by 6.3 to get a
value in the native libtheora range [0-63]. A higher value corresponds
to a higher quality.
</p>
</dd>
<dt><samp>q</samp></dt>
<dd><p>Enable VBR mode when set to a non-negative value, and set constant
quality value as a double floating point value in QP units.
</p>
<p>The value is clipped in the [0-10] range, and then multiplied by 6.3
to get a value in the native libtheora range [0-63].
</p>
<p>This option is valid only using the <code>ffmpeg</code> command-line
tool. For library interface users, use <samp>global_quality</samp>.
</p></dd>
</dl>

<a name="Examples-2"></a>
<h4 class="subsection">9.3.2 Examples<span class="pull-right"><a class="anchor hidden-xs" href="#Examples-2" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Examples-2" aria-hidden="true">TOC</a></span></h4>

<ul>
<li> Set maximum constant quality (VBR) encoding with <code>ffmpeg</code>:
<div class="example">
<pre class="example">ffmpeg -i INPUT -codec:v libtheora -q:v 10 OUTPUT.ogg
</pre></div>

</li><li> Use <code>ffmpeg</code> to convert a CBR 1000 kbps Theora video stream:
<div class="example">
<pre class="example">ffmpeg -i INPUT -codec:v libtheora -b:v 1000k OUTPUT.ogg
</pre></div>
</li></ul>

<a name="libvpx"></a>
<h3 class="section">9.4 libvpx<span class="pull-right"><a class="anchor hidden-xs" href="#libvpx" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-libvpx" aria-hidden="true">TOC</a></span></h3>

<p>VP8/VP9 format supported through libvpx.
</p>
<p>Requires the presence of the libvpx headers and library during configuration.
You need to explicitly configure the build with <code>--enable-libvpx</code>.
</p>
<a name="Options-21"></a>
<h4 class="subsection">9.4.1 Options<span class="pull-right"><a class="anchor hidden-xs" href="#Options-21" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Options-21" aria-hidden="true">TOC</a></span></h4>

<p>The following options are supported by the libvpx wrapper. The
<code>vpxenc</code>-equivalent options or values are listed in parentheses
for easy migration.
</p>
<p>To reduce the duplication of documentation, only the private options
and some others requiring special attention are documented here. For
the documentation of the undocumented generic options, see
<a href="#codec_002doptions">the Codec Options chapter</a>.
</p>
<p>To get more documentation of the libvpx options, invoke the command
<code>ffmpeg -h encoder=libvpx</code>, <code>ffmpeg -h encoder=libvpx-vp9</code> or
<code>vpxenc --help</code>. Further information is available in the libvpx API
documentation.
</p>
<dl compact="compact">
<dt><samp>b (<em>target-bitrate</em>)</samp></dt>
<dd><p>Set bitrate in bits/s. Note that FFmpeg&rsquo;s <samp>b</samp> option is
expressed in bits/s, while <code>vpxenc</code>&rsquo;s <samp>target-bitrate</samp> is in
kilobits/s.
</p>
</dd>
<dt><samp>g (<em>kf-max-dist</em>)</samp></dt>
<dt><samp>keyint_min (<em>kf-min-dist</em>)</samp></dt>
<dt><samp>qmin (<em>min-q</em>)</samp></dt>
<dt><samp>qmax (<em>max-q</em>)</samp></dt>
<dt><samp>bufsize (<em>buf-sz</em>, <em>buf-optimal-sz</em>)</samp></dt>
<dd><p>Set ratecontrol buffer size (in bits). Note <code>vpxenc</code>&rsquo;s options are
specified in milliseconds, the libvpx wrapper converts this value as follows:
<code>buf-sz = bufsize * 1000 / bitrate</code>,
<code>buf-optimal-sz = bufsize * 1000 / bitrate * 5 / 6</code>.
</p>
</dd>
<dt><samp>rc_init_occupancy (<em>buf-initial-sz</em>)</samp></dt>
<dd><p>Set number of bits which should be loaded into the rc buffer before decoding
starts. Note <code>vpxenc</code>&rsquo;s option is specified in milliseconds, the libvpx
wrapper converts this value as follows:
<code>rc_init_occupancy * 1000 / bitrate</code>.
</p>
</dd>
<dt><samp>undershoot-pct</samp></dt>
<dd><p>Set datarate undershoot (min) percentage of the target bitrate.
</p>
</dd>
<dt><samp>overshoot-pct</samp></dt>
<dd><p>Set datarate overshoot (max) percentage of the target bitrate.
</p>
</dd>
<dt><samp>skip_threshold (<em>drop-frame</em>)</samp></dt>
<dt><samp>qcomp (<em>bias-pct</em>)</samp></dt>
<dt><samp>maxrate (<em>maxsection-pct</em>)</samp></dt>
<dd><p>Set GOP max bitrate in bits/s. Note <code>vpxenc</code>&rsquo;s option is specified as a
percentage of the target bitrate, the libvpx wrapper converts this value as
follows: <code>(maxrate * 100 / bitrate)</code>.
</p>
</dd>
<dt><samp>minrate (<em>minsection-pct</em>)</samp></dt>
<dd><p>Set GOP min bitrate in bits/s. Note <code>vpxenc</code>&rsquo;s option is specified as a
percentage of the target bitrate, the libvpx wrapper converts this value as
follows: <code>(minrate * 100 / bitrate)</code>.
</p>
</dd>
<dt><samp>minrate, maxrate, b <em>end-usage=cbr</em></samp></dt>
<dd><p><code>(minrate == maxrate == bitrate)</code>.
</p>
</dd>
<dt><samp>crf (<em>end-usage=cq</em>, <em>cq-level</em>)</samp></dt>
<dt><samp>quality, deadline (<em>deadline</em>)</samp></dt>
<dd><dl compact="compact">
<dt>&lsquo;<samp>best</samp>&rsquo;</dt>
<dd><p>Use best quality deadline. Poorly named and quite slow, this option should be
avoided as it may give worse quality output than good.
</p></dd>
<dt>&lsquo;<samp>good</samp>&rsquo;</dt>
<dd><p>Use good quality deadline. This is a good trade-off between speed and quality
when used with the <samp>cpu-used</samp> option.
</p></dd>
<dt>&lsquo;<samp>realtime</samp>&rsquo;</dt>
<dd><p>Use realtime quality deadline.
</p></dd>
</dl>

</dd>
<dt><samp>speed, cpu-used (<em>cpu-used</em>)</samp></dt>
<dd><p>Set quality/speed ratio modifier. Higher values speed up the encode at the cost
of quality.
</p>
</dd>
<dt><samp>nr (<em>noise-sensitivity</em>)</samp></dt>
<dt><samp>static-thresh</samp></dt>
<dd><p>Set a change threshold on blocks below which they will be skipped by the
encoder.
</p>
</dd>
<dt><samp>slices (<em>token-parts</em>)</samp></dt>
<dd><p>Note that FFmpeg&rsquo;s <samp>slices</samp> option gives the total number of partitions,
while <code>vpxenc</code>&rsquo;s <samp>token-parts</samp> is given as
<code>log2(partitions)</code>.
</p>
</dd>
<dt><samp>max-intra-rate</samp></dt>
<dd><p>Set maximum I-frame bitrate as a percentage of the target bitrate. A value of 0
means unlimited.
</p>
</dd>
<dt><samp>force_key_frames</samp></dt>
<dd><p><code>VPX_EFLAG_FORCE_KF</code>
</p>
</dd>
<dt><samp>Alternate reference frame related</samp></dt>
<dd><dl compact="compact">
<dt><samp>auto-alt-ref</samp></dt>
<dd><p>Enable use of alternate reference frames (2-pass only).
</p></dd>
<dt><samp>arnr-max-frames</samp></dt>
<dd><p>Set altref noise reduction max frame count.
</p></dd>
<dt><samp>arnr-type</samp></dt>
<dd><p>Set altref noise reduction filter type: backward, forward, centered.
</p></dd>
<dt><samp>arnr-strength</samp></dt>
<dd><p>Set altref noise reduction filter strength.
</p></dd>
<dt><samp>rc-lookahead, lag-in-frames (<em>lag-in-frames</em>)</samp></dt>
<dd><p>Set number of frames to look ahead for frametype and ratecontrol.
</p></dd>
</dl>

</dd>
<dt><samp>error-resilient</samp></dt>
<dd><p>Enable error resiliency features.
</p>
</dd>
<dt><samp>VP9-specific options</samp></dt>
<dd><dl compact="compact">
<dt><samp>lossless</samp></dt>
<dd><p>Enable lossless mode.
</p></dd>
<dt><samp>tile-columns</samp></dt>
<dd><p>Set number of tile columns to use. Note this is given as
<code>log2(tile_columns)</code>. For example, 8 tile columns would be requested by
setting the <samp>tile-columns</samp> option to 3.
</p></dd>
<dt><samp>tile-rows</samp></dt>
<dd><p>Set number of tile rows to use. Note this is given as <code>log2(tile_rows)</code>.
For example, 4 tile rows would be requested by setting the <samp>tile-rows</samp>
option to 2.
</p></dd>
<dt><samp>frame-parallel</samp></dt>
<dd><p>Enable frame parallel decodability features.
</p></dd>
<dt><samp>aq-mode</samp></dt>
<dd><p>Set adaptive quantization mode (0: off (default), 1: variance 2: complexity, 3:
cyclic refresh).
</p></dd>
<dt><samp>colorspace <em>color-space</em></samp></dt>
<dd><p>Set input color space. The VP9 bitstream supports signaling the following
colorspaces:
</p><dl compact="compact">
<dt><samp>&lsquo;<samp>rgb</samp>&rsquo; <em>sRGB</em></samp></dt>
<dt><samp>&lsquo;<samp>bt709</samp>&rsquo; <em>bt709</em></samp></dt>
<dt><samp>&lsquo;<samp>unspecified</samp>&rsquo; <em>unknown</em></samp></dt>
<dt><samp>&lsquo;<samp>bt470bg</samp>&rsquo; <em>bt601</em></samp></dt>
<dt><samp>&lsquo;<samp>smpte170m</samp>&rsquo; <em>smpte170</em></samp></dt>
<dt><samp>&lsquo;<samp>smpte240m</samp>&rsquo; <em>smpte240</em></samp></dt>
<dt><samp>&lsquo;<samp>bt2020_ncl</samp>&rsquo; <em>bt2020</em></samp></dt>
</dl>
</dd>
</dl>

</dd>
</dl>

<p>For more information about libvpx see:
<a href="http://www.webmproject.org/">http://www.webmproject.org/</a>
</p>

<a name="libwebp"></a>
<h3 class="section">9.5 libwebp<span class="pull-right"><a class="anchor hidden-xs" href="#libwebp" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-libwebp" aria-hidden="true">TOC</a></span></h3>

<p>libwebp WebP Image encoder wrapper
</p>
<p>libwebp is Google&rsquo;s official encoder for WebP images. It can encode in either
lossy or lossless mode. Lossy images are essentially a wrapper around a VP8
frame. Lossless images are a separate codec developed by Google.
</p>
<a name="Pixel-Format"></a>
<h4 class="subsection">9.5.1 Pixel Format<span class="pull-right"><a class="anchor hidden-xs" href="#Pixel-Format" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Pixel-Format" aria-hidden="true">TOC</a></span></h4>

<p>Currently, libwebp only supports YUV420 for lossy and RGB for lossless due
to limitations of the format and libwebp. Alpha is supported for either mode.
Because of API limitations, if RGB is passed in when encoding lossy or YUV is
passed in for encoding lossless, the pixel format will automatically be
converted using functions from libwebp. This is not ideal and is done only for
convenience.
</p>
<a name="Options-22"></a>
<h4 class="subsection">9.5.2 Options<span class="pull-right"><a class="anchor hidden-xs" href="#Options-22" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Options-22" aria-hidden="true">TOC</a></span></h4>

<dl compact="compact">
<dt><samp>-lossless <var>boolean</var></samp></dt>
<dd><p>Enables/Disables use of lossless mode. Default is 0.
</p>
</dd>
<dt><samp>-compression_level <var>integer</var></samp></dt>
<dd><p>For lossy, this is a quality/speed tradeoff. Higher values give better quality
for a given size at the cost of increased encoding time. For lossless, this is
a size/speed tradeoff. Higher values give smaller size at the cost of increased
encoding time. More specifically, it controls the number of extra algorithms
and compression tools used, and varies the combination of these tools. This
maps to the <var>method</var> option in libwebp. The valid range is 0 to 6.
Default is 4.
</p>
</dd>
<dt><samp>-qscale <var>float</var></samp></dt>
<dd><p>For lossy encoding, this controls image quality, 0 to 100. For lossless
encoding, this controls the effort and time spent at compressing more. The
default value is 75. Note that for usage via libavcodec, this option is called
<var>global_quality</var> and must be multiplied by <var>FF_QP2LAMBDA</var>.
</p>
</dd>
<dt><samp>-preset <var>type</var></samp></dt>
<dd><p>Configuration preset. This does some automatic settings based on the general
type of the image.
</p><dl compact="compact">
<dt><samp>none</samp></dt>
<dd><p>Do not use a preset.
</p></dd>
<dt><samp>default</samp></dt>
<dd><p>Use the encoder default.
</p></dd>
<dt><samp>picture</samp></dt>
<dd><p>Digital picture, like portrait, inner shot
</p></dd>
<dt><samp>photo</samp></dt>
<dd><p>Outdoor photograph, with natural lighting
</p></dd>
<dt><samp>drawing</samp></dt>
<dd><p>Hand or line drawing, with high-contrast details
</p></dd>
<dt><samp>icon</samp></dt>
<dd><p>Small-sized colorful images
</p></dd>
<dt><samp>text</samp></dt>
<dd><p>Text-like
</p></dd>
</dl>

</dd>
</dl>

<a name="libx264_002c-libx264rgb"></a>
<h3 class="section">9.6 libx264, libx264rgb<span class="pull-right"><a class="anchor hidden-xs" href="#libx264_002c-libx264rgb" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-libx264_002c-libx264rgb" aria-hidden="true">TOC</a></span></h3>

<p>x264 H.264/MPEG-4 AVC encoder wrapper.
</p>
<p>This encoder requires the presence of the libx264 headers and library
during configuration. You need to explicitly configure the build with
<code>--enable-libx264</code>.
</p>
<p>libx264 supports an impressive number of features, including 8x8 and
4x4 adaptive spatial transform, adaptive B-frame placement, CAVLC/CABAC
entropy coding, interlacing (MBAFF), lossless mode, psy optimizations
for detail retention (adaptive quantization, psy-RD, psy-trellis).
</p>
<p>Many libx264 encoder options are mapped to FFmpeg global codec
options, while unique encoder options are provided through private
options. Additionally the <samp>x264opts</samp> and <samp>x264-params</samp>
private options allows one to pass a list of key=value tuples as accepted
by the libx264 <code>x264_param_parse</code> function.
</p>
<p>The x264 project website is at
<a href="http://www.videolan.org/developers/x264.html">http://www.videolan.org/developers/x264.html</a>.
</p>
<p>The libx264rgb encoder is the same as libx264, except it accepts packed RGB
pixel formats as input instead of YUV.
</p>
<a name="Supported-Pixel-Formats"></a>
<h4 class="subsection">9.6.1 Supported Pixel Formats<span class="pull-right"><a class="anchor hidden-xs" href="#Supported-Pixel-Formats" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Supported-Pixel-Formats" aria-hidden="true">TOC</a></span></h4>

<p>x264 supports 8- to 10-bit color spaces. The exact bit depth is controlled at
x264&rsquo;s configure time. FFmpeg only supports one bit depth in one particular
build. In other words, it is not possible to build one FFmpeg with multiple
versions of x264 with different bit depths.
</p>
<a name="Options-23"></a>
<h4 class="subsection">9.6.2 Options<span class="pull-right"><a class="anchor hidden-xs" href="#Options-23" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Options-23" aria-hidden="true">TOC</a></span></h4>

<p>The following options are supported by the libx264 wrapper. The
<code>x264</code>-equivalent options or values are listed in parentheses
for easy migration.
</p>
<p>To reduce the duplication of documentation, only the private options
and some others requiring special attention are documented here. For
the documentation of the undocumented generic options, see
<a href="#codec_002doptions">the Codec Options chapter</a>.
</p>
<p>To get a more accurate and extensive documentation of the libx264
options, invoke the command <code>x264 --full-help</code> or consult
the libx264 documentation.
</p>
<dl compact="compact">
<dt><samp>b (<em>bitrate</em>)</samp></dt>
<dd><p>Set bitrate in bits/s. Note that FFmpeg&rsquo;s <samp>b</samp> option is
expressed in bits/s, while <code>x264</code>&rsquo;s <samp>bitrate</samp> is in
kilobits/s.
</p>
</dd>
<dt><samp>bf (<em>bframes</em>)</samp></dt>
<dt><samp>g (<em>keyint</em>)</samp></dt>
<dt><samp>qmin (<em>qpmin</em>)</samp></dt>
<dd><p>Minimum quantizer scale.
</p>
</dd>
<dt><samp>qmax (<em>qpmax</em>)</samp></dt>
<dd><p>Maximum quantizer scale.
</p>
</dd>
<dt><samp>qdiff (<em>qpstep</em>)</samp></dt>
<dd><p>Maximum difference between quantizer scales.
</p>
</dd>
<dt><samp>qblur (<em>qblur</em>)</samp></dt>
<dd><p>Quantizer curve blur
</p>
</dd>
<dt><samp>qcomp (<em>qcomp</em>)</samp></dt>
<dd><p>Quantizer curve compression factor
</p>
</dd>
<dt><samp>refs (<em>ref</em>)</samp></dt>
<dd><p>Number of reference frames each P-frame can use. The range is from <var>0-16</var>.
</p>
</dd>
<dt><samp>sc_threshold (<em>scenecut</em>)</samp></dt>
<dd><p>Sets the threshold for the scene change detection.
</p>
</dd>
<dt><samp>trellis (<em>trellis</em>)</samp></dt>
<dd><p>Performs Trellis quantization to increase efficiency. Enabled by default.
</p>
</dd>
<dt><samp>nr  (<em>nr</em>)</samp></dt>
<dt><samp>me_range (<em>merange</em>)</samp></dt>
<dd><p>Maximum range of the motion search in pixels.
</p>
</dd>
<dt><samp>me_method (<em>me</em>)</samp></dt>
<dd><p>Set motion estimation method. Possible values in the decreasing order
of speed:
</p>
<dl compact="compact">
<dt>&lsquo;<samp>dia (<em>dia</em>)</samp>&rsquo;</dt>
<dt>&lsquo;<samp>epzs (<em>dia</em>)</samp>&rsquo;</dt>
<dd><p>Diamond search with radius 1 (fastest). &lsquo;<samp>epzs</samp>&rsquo; is an alias for
&lsquo;<samp>dia</samp>&rsquo;.
</p></dd>
<dt>&lsquo;<samp>hex (<em>hex</em>)</samp>&rsquo;</dt>
<dd><p>Hexagonal search with radius 2.
</p></dd>
<dt>&lsquo;<samp>umh (<em>umh</em>)</samp>&rsquo;</dt>
<dd><p>Uneven multi-hexagon search.
</p></dd>
<dt>&lsquo;<samp>esa (<em>esa</em>)</samp>&rsquo;</dt>
<dd><p>Exhaustive search.
</p></dd>
<dt>&lsquo;<samp>tesa (<em>tesa</em>)</samp>&rsquo;</dt>
<dd><p>Hadamard exhaustive search (slowest).
</p></dd>
</dl>

</dd>
<dt><samp>subq (<em>subme</em>)</samp></dt>
<dd><p>Sub-pixel motion estimation method.
</p>
</dd>
<dt><samp>b_strategy (<em>b-adapt</em>)</samp></dt>
<dd><p>Adaptive B-frame placement decision algorithm. Use only on first-pass.
</p>
</dd>
<dt><samp>keyint_min (<em>min-keyint</em>)</samp></dt>
<dd><p>Minimum GOP size.
</p>
</dd>
<dt><samp>coder</samp></dt>
<dd><p>Set entropy encoder. Possible values:
</p>
<dl compact="compact">
<dt>&lsquo;<samp>ac</samp>&rsquo;</dt>
<dd><p>Enable CABAC.
</p>
</dd>
<dt>&lsquo;<samp>vlc</samp>&rsquo;</dt>
<dd><p>Enable CAVLC and disable CABAC. It generates the same effect as
<code>x264</code>&rsquo;s <samp>--no-cabac</samp> option.
</p></dd>
</dl>

</dd>
<dt><samp>cmp</samp></dt>
<dd><p>Set full pixel motion estimation comparation algorithm. Possible values:
</p>
<dl compact="compact">
<dt>&lsquo;<samp>chroma</samp>&rsquo;</dt>
<dd><p>Enable chroma in motion estimation.
</p>
</dd>
<dt>&lsquo;<samp>sad</samp>&rsquo;</dt>
<dd><p>Ignore chroma in motion estimation. It generates the same effect as
<code>x264</code>&rsquo;s <samp>--no-chroma-me</samp> option.
</p></dd>
</dl>

</dd>
<dt><samp>threads (<em>threads</em>)</samp></dt>
<dd><p>Number of encoding threads.
</p>
</dd>
<dt><samp>thread_type</samp></dt>
<dd><p>Set multithreading technique. Possible values:
</p>
<dl compact="compact">
<dt>&lsquo;<samp>slice</samp>&rsquo;</dt>
<dd><p>Slice-based multithreading. It generates the same effect as
<code>x264</code>&rsquo;s <samp>--sliced-threads</samp> option.
</p></dd>
<dt>&lsquo;<samp>frame</samp>&rsquo;</dt>
<dd><p>Frame-based multithreading.
</p></dd>
</dl>

</dd>
<dt><samp>flags</samp></dt>
<dd><p>Set encoding flags. It can be used to disable closed GOP and enable
open GOP by setting it to <code>-cgop</code>. The result is similar to
the behavior of <code>x264</code>&rsquo;s <samp>--open-gop</samp> option.
</p>
</dd>
<dt><samp>rc_init_occupancy (<em>vbv-init</em>)</samp></dt>
<dt><samp>preset (<em>preset</em>)</samp></dt>
<dd><p>Set the encoding preset.
</p>
</dd>
<dt><samp>tune (<em>tune</em>)</samp></dt>
<dd><p>Set tuning of the encoding params.
</p>
</dd>
<dt><samp>profile (<em>profile</em>)</samp></dt>
<dd><p>Set profile restrictions.
</p>
</dd>
<dt><samp>fastfirstpass</samp></dt>
<dd><p>Enable fast settings when encoding first pass, when set to 1. When set
to 0, it has the same effect of <code>x264</code>&rsquo;s
<samp>--slow-firstpass</samp> option.
</p>
</dd>
<dt><samp>crf (<em>crf</em>)</samp></dt>
<dd><p>Set the quality for constant quality mode.
</p>
</dd>
<dt><samp>crf_max (<em>crf-max</em>)</samp></dt>
<dd><p>In CRF mode, prevents VBV from lowering quality beyond this point.
</p>
</dd>
<dt><samp>qp (<em>qp</em>)</samp></dt>
<dd><p>Set constant quantization rate control method parameter.
</p>
</dd>
<dt><samp>aq-mode (<em>aq-mode</em>)</samp></dt>
<dd><p>Set AQ method. Possible values:
</p>
<dl compact="compact">
<dt>&lsquo;<samp>none (<em>0</em>)</samp>&rsquo;</dt>
<dd><p>Disabled.
</p>
</dd>
<dt>&lsquo;<samp>variance (<em>1</em>)</samp>&rsquo;</dt>
<dd><p>Variance AQ (complexity mask).
</p>
</dd>
<dt>&lsquo;<samp>autovariance (<em>2</em>)</samp>&rsquo;</dt>
<dd><p>Auto-variance AQ (experimental).
</p></dd>
</dl>

</dd>
<dt><samp>aq-strength (<em>aq-strength</em>)</samp></dt>
<dd><p>Set AQ strength, reduce blocking and blurring in flat and textured areas.
</p>
</dd>
<dt><samp>psy</samp></dt>
<dd><p>Use psychovisual optimizations when set to 1. When set to 0, it has the
same effect as <code>x264</code>&rsquo;s <samp>--no-psy</samp> option.
</p>
</dd>
<dt><samp>psy-rd  (<em>psy-rd</em>)</samp></dt>
<dd><p>Set strength of psychovisual optimization, in
<var>psy-rd</var>:<var>psy-trellis</var> format.
</p>
</dd>
<dt><samp>rc-lookahead (<em>rc-lookahead</em>)</samp></dt>
<dd><p>Set number of frames to look ahead for frametype and ratecontrol.
</p>
</dd>
<dt><samp>weightb</samp></dt>
<dd><p>Enable weighted prediction for B-frames when set to 1. When set to 0,
it has the same effect as <code>x264</code>&rsquo;s <samp>--no-weightb</samp> option.
</p>
</dd>
<dt><samp>weightp (<em>weightp</em>)</samp></dt>
<dd><p>Set weighted prediction method for P-frames. Possible values:
</p>
<dl compact="compact">
<dt>&lsquo;<samp>none (<em>0</em>)</samp>&rsquo;</dt>
<dd><p>Disabled
</p></dd>
<dt>&lsquo;<samp>simple (<em>1</em>)</samp>&rsquo;</dt>
<dd><p>Enable only weighted refs
</p></dd>
<dt>&lsquo;<samp>smart (<em>2</em>)</samp>&rsquo;</dt>
<dd><p>Enable both weighted refs and duplicates
</p></dd>
</dl>

</dd>
<dt><samp>ssim (<em>ssim</em>)</samp></dt>
<dd><p>Enable calculation and printing SSIM stats after the encoding.
</p>
</dd>
<dt><samp>intra-refresh (<em>intra-refresh</em>)</samp></dt>
<dd><p>Enable the use of Periodic Intra Refresh instead of IDR frames when set
to 1.
</p>
</dd>
<dt><samp>avcintra-class (<em>class</em>)</samp></dt>
<dd><p>Configure the encoder to generate AVC-Intra.
Valid values are 50,100 and 200
</p>
</dd>
<dt><samp>bluray-compat (<em>bluray-compat</em>)</samp></dt>
<dd><p>Configure the encoder to be compatible with the bluray standard.
It is a shorthand for setting &quot;bluray-compat=1 force-cfr=1&quot;.
</p>
</dd>
<dt><samp>b-bias (<em>b-bias</em>)</samp></dt>
<dd><p>Set the influence on how often B-frames are used.
</p>
</dd>
<dt><samp>b-pyramid (<em>b-pyramid</em>)</samp></dt>
<dd><p>Set method for keeping of some B-frames as references. Possible values:
</p>
<dl compact="compact">
<dt>&lsquo;<samp>none (<em>none</em>)</samp>&rsquo;</dt>
<dd><p>Disabled.
</p></dd>
<dt>&lsquo;<samp>strict (<em>strict</em>)</samp>&rsquo;</dt>
<dd><p>Strictly hierarchical pyramid.
</p></dd>
<dt>&lsquo;<samp>normal (<em>normal</em>)</samp>&rsquo;</dt>
<dd><p>Non-strict (not Blu-ray compatible).
</p></dd>
</dl>

</dd>
<dt><samp>mixed-refs</samp></dt>
<dd><p>Enable the use of one reference per partition, as opposed to one
reference per macroblock when set to 1. When set to 0, it has the
same effect as <code>x264</code>&rsquo;s <samp>--no-mixed-refs</samp> option.
</p>
</dd>
<dt><samp>8x8dct</samp></dt>
<dd><p>Enable adaptive spatial transform (high profile 8x8 transform)
when set to 1. When set to 0, it has the same effect as
<code>x264</code>&rsquo;s <samp>--no-8x8dct</samp> option.
</p>
</dd>
<dt><samp>fast-pskip</samp></dt>
<dd><p>Enable early SKIP detection on P-frames when set to 1. When set
to 0, it has the same effect as <code>x264</code>&rsquo;s
<samp>--no-fast-pskip</samp> option.
</p>
</dd>
<dt><samp>aud (<em>aud</em>)</samp></dt>
<dd><p>Enable use of access unit delimiters when set to 1.
</p>
</dd>
<dt><samp>mbtree</samp></dt>
<dd><p>Enable use macroblock tree ratecontrol when set to 1. When set
to 0, it has the same effect as <code>x264</code>&rsquo;s
<samp>--no-mbtree</samp> option.
</p>
</dd>
<dt><samp>deblock (<em>deblock</em>)</samp></dt>
<dd><p>Set loop filter parameters, in <var>alpha</var>:<var>beta</var> form.
</p>
</dd>
<dt><samp>cplxblur (<em>cplxblur</em>)</samp></dt>
<dd><p>Set fluctuations reduction in QP (before curve compression).
</p>
</dd>
<dt><samp>partitions (<em>partitions</em>)</samp></dt>
<dd><p>Set partitions to consider as a comma-separated list of. Possible
values in the list:
</p>
<dl compact="compact">
<dt>&lsquo;<samp>p8x8</samp>&rsquo;</dt>
<dd><p>8x8 P-frame partition.
</p></dd>
<dt>&lsquo;<samp>p4x4</samp>&rsquo;</dt>
<dd><p>4x4 P-frame partition.
</p></dd>
<dt>&lsquo;<samp>b8x8</samp>&rsquo;</dt>
<dd><p>4x4 B-frame partition.
</p></dd>
<dt>&lsquo;<samp>i8x8</samp>&rsquo;</dt>
<dd><p>8x8 I-frame partition.
</p></dd>
<dt>&lsquo;<samp>i4x4</samp>&rsquo;</dt>
<dd><p>4x4 I-frame partition.
(Enabling &lsquo;<samp>p4x4</samp>&rsquo; requires &lsquo;<samp>p8x8</samp>&rsquo; to be enabled. Enabling
&lsquo;<samp>i8x8</samp>&rsquo; requires adaptive spatial transform (<samp>8x8dct</samp>
option) to be enabled.)
</p></dd>
<dt>&lsquo;<samp>none (<em>none</em>)</samp>&rsquo;</dt>
<dd><p>Do not consider any partitions.
</p></dd>
<dt>&lsquo;<samp>all (<em>all</em>)</samp>&rsquo;</dt>
<dd><p>Consider every partition.
</p></dd>
</dl>

</dd>
<dt><samp>direct-pred (<em>direct</em>)</samp></dt>
<dd><p>Set direct MV prediction mode. Possible values:
</p>
<dl compact="compact">
<dt>&lsquo;<samp>none (<em>none</em>)</samp>&rsquo;</dt>
<dd><p>Disable MV prediction.
</p></dd>
<dt>&lsquo;<samp>spatial (<em>spatial</em>)</samp>&rsquo;</dt>
<dd><p>Enable spatial predicting.
</p></dd>
<dt>&lsquo;<samp>temporal (<em>temporal</em>)</samp>&rsquo;</dt>
<dd><p>Enable temporal predicting.
</p></dd>
<dt>&lsquo;<samp>auto (<em>auto</em>)</samp>&rsquo;</dt>
<dd><p>Automatically decided.
</p></dd>
</dl>

</dd>
<dt><samp>slice-max-size (<em>slice-max-size</em>)</samp></dt>
<dd><p>Set the limit of the size of each slice in bytes. If not specified
but RTP payload size (<samp>ps</samp>) is specified, that is used.
</p>
</dd>
<dt><samp>stats (<em>stats</em>)</samp></dt>
<dd><p>Set the file name for multi-pass stats.
</p>
</dd>
<dt><samp>nal-hrd (<em>nal-hrd</em>)</samp></dt>
<dd><p>Set signal HRD information (requires <samp>vbv-bufsize</samp> to be set).
Possible values:
</p>
<dl compact="compact">
<dt>&lsquo;<samp>none (<em>none</em>)</samp>&rsquo;</dt>
<dd><p>Disable HRD information signaling.
</p></dd>
<dt>&lsquo;<samp>vbr (<em>vbr</em>)</samp>&rsquo;</dt>
<dd><p>Variable bit rate.
</p></dd>
<dt>&lsquo;<samp>cbr (<em>cbr</em>)</samp>&rsquo;</dt>
<dd><p>Constant bit rate (not allowed in MP4 container).
</p></dd>
</dl>

</dd>
<dt><samp>x264opts (N.A.)</samp></dt>
<dd><p>Set any x264 option, see <code>x264 --fullhelp</code> for a list.
</p>
<p>Argument is a list of <var>key</var>=<var>value</var> couples separated by
&quot;:&quot;. In <var>filter</var> and <var>psy-rd</var> options that use &quot;:&quot; as a separator
themselves, use &quot;,&quot; instead. They accept it as well since long ago but this
is kept undocumented for some reason.
</p>
<p>For example to specify libx264 encoding options with <code>ffmpeg</code>:
</p><div class="example">
<pre class="example">ffmpeg -i foo.mpg -vcodec libx264 -x264opts keyint=123:min-keyint=20 -an out.mkv
</pre></div>

</dd>
<dt><samp>x264-params (N.A.)</samp></dt>
<dd><p>Override the x264 configuration using a :-separated list of key=value
parameters.
</p>
<p>This option is functionally the same as the <samp>x264opts</samp>, but is
duplicated for compatibility with the Libav fork.
</p>
<p>For example to specify libx264 encoding options with <code>ffmpeg</code>:
</p><div class="example">
<pre class="example">ffmpeg -i INPUT -c:v libx264 -x264-params level=30:bframes=0:weightp=0:\
cabac=0:ref=1:vbv-maxrate=768:vbv-bufsize=2000:analyse=all:me=umh:\
no-fast-pskip=1:subq=6:8x8dct=0:trellis=0 OUTPUT
</pre></div>
</dd>
</dl>

<p>Encoding ffpresets for common usages are provided so they can be used with the
general presets system (e.g. passing the <samp>pre</samp> option).
</p>
<a name="libx265"></a>
<h3 class="section">9.7 libx265<span class="pull-right"><a class="anchor hidden-xs" href="#libx265" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-libx265" aria-hidden="true">TOC</a></span></h3>

<p>x265 H.265/HEVC encoder wrapper.
</p>
<p>This encoder requires the presence of the libx265 headers and library
during configuration. You need to explicitly configure the build with
<samp>--enable-libx265</samp>.
</p>
<a name="Options-24"></a>
<h4 class="subsection">9.7.1 Options<span class="pull-right"><a class="anchor hidden-xs" href="#Options-24" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Options-24" aria-hidden="true">TOC</a></span></h4>

<dl compact="compact">
<dt><samp>preset</samp></dt>
<dd><p>Set the x265 preset.
</p>
</dd>
<dt><samp>tune</samp></dt>
<dd><p>Set the x265 tune parameter.
</p>
</dd>
<dt><samp>x265-params</samp></dt>
<dd><p>Set x265 options using a list of <var>key</var>=<var>value</var> couples separated
by &quot;:&quot;. See <code>x265 --help</code> for a list of options.
</p>
<p>For example to specify libx265 encoding options with <samp>-x265-params</samp>:
</p>
<div class="example">
<pre class="example">ffmpeg -i input -c:v libx265 -x265-params crf=26:psy-rd=1 output.mp4
</pre></div>
</dd>
</dl>

<a name="libxvid"></a>
<h3 class="section">9.8 libxvid<span class="pull-right"><a class="anchor hidden-xs" href="#libxvid" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-libxvid" aria-hidden="true">TOC</a></span></h3>

<p>Xvid MPEG-4 Part 2 encoder wrapper.
</p>
<p>This encoder requires the presence of the libxvidcore headers and library
during configuration. You need to explicitly configure the build with
<code>--enable-libxvid --enable-gpl</code>.
</p>
<p>The native <code>mpeg4</code> encoder supports the MPEG-4 Part 2 format, so
users can encode to this format without this library.
</p>
<a name="Options-25"></a>
<h4 class="subsection">9.8.1 Options<span class="pull-right"><a class="anchor hidden-xs" href="#Options-25" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Options-25" aria-hidden="true">TOC</a></span></h4>

<p>The following options are supported by the libxvid wrapper. Some of
the following options are listed but are not documented, and
correspond to shared codec options. See <a href="#codec_002doptions">the Codec
Options chapter</a> for their documentation. The other shared options
which are not listed have no effect for the libxvid encoder.
</p>
<dl compact="compact">
<dt><samp>b</samp></dt>
<dt><samp>g</samp></dt>
<dt><samp>qmin</samp></dt>
<dt><samp>qmax</samp></dt>
<dt><samp>mpeg_quant</samp></dt>
<dt><samp>threads</samp></dt>
<dt><samp>bf</samp></dt>
<dt><samp>b_qfactor</samp></dt>
<dt><samp>b_qoffset</samp></dt>
<dt><samp>flags</samp></dt>
<dd><p>Set specific encoding flags. Possible values:
</p>
<dl compact="compact">
<dt>&lsquo;<samp>mv4</samp>&rsquo;</dt>
<dd><p>Use four motion vector by macroblock.
</p>
</dd>
<dt>&lsquo;<samp>aic</samp>&rsquo;</dt>
<dd><p>Enable high quality AC prediction.
</p>
</dd>
<dt>&lsquo;<samp>gray</samp>&rsquo;</dt>
<dd><p>Only encode grayscale.
</p>
</dd>
<dt>&lsquo;<samp>gmc</samp>&rsquo;</dt>
<dd><p>Enable the use of global motion compensation (GMC).
</p>
</dd>
<dt>&lsquo;<samp>qpel</samp>&rsquo;</dt>
<dd><p>Enable quarter-pixel motion compensation.
</p>
</dd>
<dt>&lsquo;<samp>cgop</samp>&rsquo;</dt>
<dd><p>Enable closed GOP.
</p>
</dd>
<dt>&lsquo;<samp>global_header</samp>&rsquo;</dt>
<dd><p>Place global headers in extradata instead of every keyframe.
</p>
</dd>
</dl>

</dd>
<dt><samp>trellis</samp></dt>
<dt><samp>me_method</samp></dt>
<dd><p>Set motion estimation method. Possible values in decreasing order of
speed and increasing order of quality:
</p>
<dl compact="compact">
<dt>&lsquo;<samp>zero</samp>&rsquo;</dt>
<dd><p>Use no motion estimation (default).
</p>
</dd>
<dt>&lsquo;<samp>phods</samp>&rsquo;</dt>
<dt>&lsquo;<samp>x1</samp>&rsquo;</dt>
<dt>&lsquo;<samp>log</samp>&rsquo;</dt>
<dd><p>Enable advanced diamond zonal search for 16x16 blocks and half-pixel
refinement for 16x16 blocks. &lsquo;<samp>x1</samp>&rsquo; and &lsquo;<samp>log</samp>&rsquo; are aliases for
&lsquo;<samp>phods</samp>&rsquo;.
</p>
</dd>
<dt>&lsquo;<samp>epzs</samp>&rsquo;</dt>
<dd><p>Enable all of the things described above, plus advanced diamond zonal
search for 8x8 blocks, half-pixel refinement for 8x8 blocks, and motion
estimation on chroma planes.
</p>
</dd>
<dt>&lsquo;<samp>full</samp>&rsquo;</dt>
<dd><p>Enable all of the things described above, plus extended 16x16 and 8x8
blocks search.
</p></dd>
</dl>

</dd>
<dt><samp>mbd</samp></dt>
<dd><p>Set macroblock decision algorithm. Possible values in the increasing
order of quality:
</p>
<dl compact="compact">
<dt>&lsquo;<samp>simple</samp>&rsquo;</dt>
<dd><p>Use macroblock comparing function algorithm (default).
</p>
</dd>
<dt>&lsquo;<samp>bits</samp>&rsquo;</dt>
<dd><p>Enable rate distortion-based half pixel and quarter pixel refinement for
16x16 blocks.
</p>
</dd>
<dt>&lsquo;<samp>rd</samp>&rsquo;</dt>
<dd><p>Enable all of the things described above, plus rate distortion-based
half pixel and quarter pixel refinement for 8x8 blocks, and rate
distortion-based search using square pattern.
</p></dd>
</dl>

</dd>
<dt><samp>lumi_aq</samp></dt>
<dd><p>Enable lumi masking adaptive quantization when set to 1. Default is 0
(disabled).
</p>
</dd>
<dt><samp>variance_aq</samp></dt>
<dd><p>Enable variance adaptive quantization when set to 1. Default is 0
(disabled).
</p>
<p>When combined with <samp>lumi_aq</samp>, the resulting quality will not
be better than any of the two specified individually. In other
words, the resulting quality will be the worse one of the two
effects.
</p>
</dd>
<dt><samp>ssim</samp></dt>
<dd><p>Set structural similarity (SSIM) displaying method. Possible values:
</p>
<dl compact="compact">
<dt>&lsquo;<samp>off</samp>&rsquo;</dt>
<dd><p>Disable displaying of SSIM information.
</p>
</dd>
<dt>&lsquo;<samp>avg</samp>&rsquo;</dt>
<dd><p>Output average SSIM at the end of encoding to stdout. The format of
showing the average SSIM is:
</p>
<div class="example">
<pre class="example">Average SSIM: %f
</pre></div>

<p>For users who are not familiar with C, %f means a float number, or
a decimal (e.g. 0.939232).
</p>
</dd>
<dt>&lsquo;<samp>frame</samp>&rsquo;</dt>
<dd><p>Output both per-frame SSIM data during encoding and average SSIM at
the end of encoding to stdout. The format of per-frame information
is:
</p>
<div class="example">
<pre class="example">       SSIM: avg: %1.3f min: %1.3f max: %1.3f
</pre></div>

<p>For users who are not familiar with C, %1.3f means a float number
rounded to 3 digits after the dot (e.g. 0.932).
</p>
</dd>
</dl>

</dd>
<dt><samp>ssim_acc</samp></dt>
<dd><p>Set SSIM accuracy. Valid options are integers within the range of
0-4, while 0 gives the most accurate result and 4 computes the
fastest.
</p>
</dd>
</dl>

<a name="mpeg2"></a>
<h3 class="section">9.9 mpeg2<span class="pull-right"><a class="anchor hidden-xs" href="#mpeg2" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-mpeg2" aria-hidden="true">TOC</a></span></h3>

<p>MPEG-2 video encoder.
</p>
<a name="Options-26"></a>
<h4 class="subsection">9.9.1 Options<span class="pull-right"><a class="anchor hidden-xs" href="#Options-26" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Options-26" aria-hidden="true">TOC</a></span></h4>

<dl compact="compact">
<dt><samp>seq_disp_ext <var>integer</var></samp></dt>
<dd><p>Specifies if the encoder should write a sequence_display_extension to the
output.
</p><dl compact="compact">
<dt><samp>-1</samp></dt>
<dt><samp>auto</samp></dt>
<dd><p>Decide automatically to write it or not (this is the default) by checking if
the data to be written is different from the default or unspecified values.
</p></dd>
<dt><samp>0</samp></dt>
<dt><samp>never</samp></dt>
<dd><p>Never write it.
</p></dd>
<dt><samp>1</samp></dt>
<dt><samp>always</samp></dt>
<dd><p>Always write it.
</p></dd>
</dl>
</dd>
</dl>

<a name="png"></a>
<h3 class="section">9.10 png<span class="pull-right"><a class="anchor hidden-xs" href="#png" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-png" aria-hidden="true">TOC</a></span></h3>

<p>PNG image encoder.
</p>
<a name="Private-options-1"></a>
<h4 class="subsection">9.10.1 Private options<span class="pull-right"><a class="anchor hidden-xs" href="#Private-options-1" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Private-options-1" aria-hidden="true">TOC</a></span></h4>

<dl compact="compact">
<dt><samp>dpi <var>integer</var></samp></dt>
<dd><p>Set physical density of pixels, in dots per inch, unset by default
</p></dd>
<dt><samp>dpm <var>integer</var></samp></dt>
<dd><p>Set physical density of pixels, in dots per meter, unset by default
</p></dd>
</dl>

<a name="ProRes"></a>
<h3 class="section">9.11 ProRes<span class="pull-right"><a class="anchor hidden-xs" href="#ProRes" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-ProRes" aria-hidden="true">TOC</a></span></h3>

<p>Apple ProRes encoder.
</p>
<p>FFmpeg contains 2 ProRes encoders, the prores-aw and prores-ks encoder.
The used encoder can be chosen with the <code>-vcodec</code> option.
</p>
<a name="Private-Options-for-prores_002dks"></a>
<h4 class="subsection">9.11.1 Private Options for prores-ks<span class="pull-right"><a class="anchor hidden-xs" href="#Private-Options-for-prores_002dks" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Private-Options-for-prores_002dks" aria-hidden="true">TOC</a></span></h4>

<dl compact="compact">
<dt><samp>profile <var>integer</var></samp></dt>
<dd><p>Select the ProRes profile to encode
</p><dl compact="compact">
<dt>&lsquo;<samp>proxy</samp>&rsquo;</dt>
<dt>&lsquo;<samp>lt</samp>&rsquo;</dt>
<dt>&lsquo;<samp>standard</samp>&rsquo;</dt>
<dt>&lsquo;<samp>hq</samp>&rsquo;</dt>
<dt>&lsquo;<samp>4444</samp>&rsquo;</dt>
</dl>

</dd>
<dt><samp>quant_mat <var>integer</var></samp></dt>
<dd><p>Select quantization matrix.
</p><dl compact="compact">
<dt>&lsquo;<samp>auto</samp>&rsquo;</dt>
<dt>&lsquo;<samp>default</samp>&rsquo;</dt>
<dt>&lsquo;<samp>proxy</samp>&rsquo;</dt>
<dt>&lsquo;<samp>lt</samp>&rsquo;</dt>
<dt>&lsquo;<samp>standard</samp>&rsquo;</dt>
<dt>&lsquo;<samp>hq</samp>&rsquo;</dt>
</dl>
<p>If set to <var>auto</var>, the matrix matching the profile will be picked.
If not set, the matrix providing the highest quality, <var>default</var>, will be
picked.
</p>
</dd>
<dt><samp>bits_per_mb <var>integer</var></samp></dt>
<dd><p>How many bits to allot for coding one macroblock. Different profiles use
between 200 and 2400 bits per macroblock, the maximum is 8000.
</p>
</dd>
<dt><samp>mbs_per_slice <var>integer</var></samp></dt>
<dd><p>Number of macroblocks in each slice (1-8); the default value (8)
should be good in almost all situations.
</p>
</dd>
<dt><samp>vendor <var>string</var></samp></dt>
<dd><p>Override the 4-byte vendor ID.
A custom vendor ID like <var>apl0</var> would claim the stream was produced by
the Apple encoder.
</p>
</dd>
<dt><samp>alpha_bits <var>integer</var></samp></dt>
<dd><p>Specify number of bits for alpha component.
Possible values are <var>0</var>, <var>8</var> and <var>16</var>.
Use <var>0</var> to disable alpha plane coding.
</p>
</dd>
</dl>

<a name="Speed-considerations"></a>
<h4 class="subsection">9.11.2 Speed considerations<span class="pull-right"><a class="anchor hidden-xs" href="#Speed-considerations" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Speed-considerations" aria-hidden="true">TOC</a></span></h4>

<p>In the default mode of operation the encoder has to honor frame constraints
(i.e. not produce frames with size bigger than requested) while still making
output picture as good as possible.
A frame containing a lot of small details is harder to compress and the encoder
would spend more time searching for appropriate quantizers for each slice.
</p>
<p>Setting a higher <samp>bits_per_mb</samp> limit will improve the speed.
</p>
<p>For the fastest encoding speed set the <samp>qscale</samp> parameter (4 is the
recommended value) and do not set a size constraint.
</p>
<a name="libkvazaar"></a>
<h3 class="section">9.12 libkvazaar<span class="pull-right"><a class="anchor hidden-xs" href="#libkvazaar" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-libkvazaar" aria-hidden="true">TOC</a></span></h3>

<p>Kvazaar H.265/HEVC encoder.
</p>
<p>Requires the presence of the libkvazaar headers and library during
configuration. You need to explicitly configure the build with
<samp>--enable-libkvazaar</samp>.
</p>
<a name="Options-27"></a>
<h4 class="subsection">9.12.1 Options<span class="pull-right"><a class="anchor hidden-xs" href="#Options-27" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Options-27" aria-hidden="true">TOC</a></span></h4>

<dl compact="compact">
<dt><samp>b</samp></dt>
<dd><p>Set target video bitrate in bit/s and enable rate control.
</p>
</dd>
<dt><samp>threads</samp></dt>
<dd><p>Set number of encoding threads.
</p>
</dd>
<dt><samp>kvazaar-params</samp></dt>
<dd><p>Set kvazaar parameters as a list of <var>name</var>=<var>value</var> pairs separated
by commas (,). See kvazaar documentation for a list of options.
</p>
</dd>
</dl>


<a name="Subtitles-Encoders"></a>
<h2 class="chapter">10 Subtitles Encoders<span class="pull-right"><a class="anchor hidden-xs" href="#Subtitles-Encoders" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Subtitles-Encoders" aria-hidden="true">TOC</a></span></h2>

<a name="dvdsub-1"></a>
<h3 class="section">10.1 dvdsub<span class="pull-right"><a class="anchor hidden-xs" href="#dvdsub-1" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-dvdsub-1" aria-hidden="true">TOC</a></span></h3>

<p>This codec encodes the bitmap subtitle format that is used in DVDs.
Typically they are stored in VOBSUB file pairs (*.idx + *.sub),
and they can also be used in Matroska files.
</p>
<a name="Options-28"></a>
<h4 class="subsection">10.1.1 Options<span class="pull-right"><a class="anchor hidden-xs" href="#Options-28" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Options-28" aria-hidden="true">TOC</a></span></h4>

<dl compact="compact">
<dt><samp>even_rows_fix</samp></dt>
<dd><p>When set to 1, enable a work-around that makes the number of pixel rows
even in all subtitles.  This fixes a problem with some players that
cut off the bottom row if the number is odd.  The work-around just adds
a fully transparent row if needed.  The overhead is low, typically
one byte per subtitle on average.
</p>
<p>By default, this work-around is disabled.
</p></dd>
</dl>


<a name="See-Also"></a>
<h2 class="chapter">11 See Also<span class="pull-right"><a class="anchor hidden-xs" href="#See-Also" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-See-Also" aria-hidden="true">TOC</a></span></h2>

<p><a href="ffmpeg.html">ffmpeg</a>, <a href="ffplay.html">ffplay</a>, <a href="ffprobe.html">ffprobe</a>, <a href="ffserver.html">ffserver</a>,
<a href="libavcodec.html">libavcodec</a>
</p>

<a name="Authors"></a>
<h2 class="chapter">12 Authors<span class="pull-right"><a class="anchor hidden-xs" href="#Authors" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Authors" aria-hidden="true">TOC</a></span></h2>

<p>The FFmpeg developers.
</p>
<p>For details about the authorship, see the Git history of the project
(git://source.ffmpeg.org/ffmpeg), e.g. by typing the command
<code>git log</code> in the FFmpeg source directory, or browsing the
online repository at <a href="http://source.ffmpeg.org">http://source.ffmpeg.org</a>.
</p>
<p>Maintainers for the specific components are listed in the file
<samp>MAINTAINERS</samp> in the source code tree.
</p>


      <p style="font-size: small;">
        This document was generated using <a href="http://www.gnu.org/software/texinfo/"><em>makeinfo</em></a>.
      </p>
    </div>
  </body>
</html>