]> git.sesse.net Git - ffmpeg/blob - doc/encoders.texi
Merge commit '2a41826bea3833895dc06939831b7f35ca1f597e'
[ffmpeg] / doc / encoders.texi
1 @chapter Encoders
2 @c man begin ENCODERS
3
4 Encoders are configured elements in FFmpeg which allow the encoding of
5 multimedia streams.
6
7 When you configure your FFmpeg build, all the supported native encoders
8 are enabled by default. Encoders requiring an external library must be enabled
9 manually via the corresponding @code{--enable-lib} option. You can list all
10 available encoders using the configure option @code{--list-encoders}.
11
12 You can disable all the encoders with the configure option
13 @code{--disable-encoders} and selectively enable / disable single encoders
14 with the options @code{--enable-encoder=@var{ENCODER}} /
15 @code{--disable-encoder=@var{ENCODER}}.
16
17 The option @code{-codecs} of the ff* tools will display the list of
18 enabled encoders.
19
20 @c man end ENCODERS
21
22 @chapter Audio Encoders
23 @c man begin AUDIO ENCODERS
24
25 A description of some of the currently available audio encoders
26 follows.
27
28 @anchor{aacenc}
29 @section aac
30
31 Advanced Audio Coding (AAC) encoder.
32
33 This encoder is an experimental FFmpeg-native AAC encoder. Currently only the
34 low complexity (AAC-LC) profile is supported. To use this encoder, you must set
35 @option{strict} option to @samp{experimental} or lower.
36
37 As this encoder is experimental, unexpected behavior may exist from time to
38 time. For a more stable AAC encoder, see @ref{libvo-aacenc}. However, be warned
39 that it has a worse quality reported by some users.
40
41 @c todo @ref{libaacplus}
42 See also @ref{libfdk-aac-enc,,libfdk_aac} and @ref{libfaac}.
43
44 @subsection Options
45
46 @table @option
47 @item b
48 Set bit rate in bits/s. Setting this automatically activates constant bit rate
49 (CBR) mode.
50
51 @item q
52 Set quality for variable bit rate (VBR) mode. This option is valid only using
53 the @command{ffmpeg} command-line tool. For library interface users, use
54 @option{global_quality}.
55
56 @item stereo_mode
57 Set stereo encoding mode. Possible values:
58
59 @table @samp
60 @item auto
61 Automatically selected by the encoder.
62
63 @item ms_off
64 Disable middle/side encoding. This is the default.
65
66 @item ms_force
67 Force middle/side encoding.
68 @end table
69
70 @item aac_coder
71 Set AAC encoder coding method. Possible values:
72
73 @table @samp
74 @item faac
75 FAAC-inspired method.
76
77 This method is a simplified reimplementation of the method used in FAAC, which
78 sets thresholds proportional to the band energies, and then decreases all the
79 thresholds with quantizer steps to find the appropriate quantization with
80 distortion below threshold band by band.
81
82 The quality of this method is comparable to the two loop searching method
83 descibed below, but somewhat a little better and slower.
84
85 @item anmr
86 Average noise to mask ratio (ANMR) trellis-based solution.
87
88 This has a theoretic best quality out of all the coding methods, but at the
89 cost of the slowest speed.
90
91 @item twoloop
92 Two loop searching (TLS) method.
93
94 This method first sets quantizers depending on band thresholds and then tries
95 to find an optimal combination by adding or subtracting a specific value from
96 all quantizers and adjusting some individual quantizer a little.
97
98 This method produces similar quality with the FAAC method and is the default.
99
100 @item fast
101 Constant quantizer method.
102
103 This method sets a constant quantizer for all bands. This is the fastest of all
104 the methods, yet produces the worst quality.
105
106 @end table
107
108 @end table
109
110 @section ac3 and ac3_fixed
111
112 AC-3 audio encoders.
113
114 These encoders implement part of ATSC A/52:2010 and ETSI TS 102 366, as well as
115 the undocumented RealAudio 3 (a.k.a. dnet).
116
117 The @var{ac3} encoder uses floating-point math, while the @var{ac3_fixed}
118 encoder only uses fixed-point integer math. This does not mean that one is
119 always faster, just that one or the other may be better suited to a
120 particular system. The floating-point encoder will generally produce better
121 quality audio for a given bitrate. The @var{ac3_fixed} encoder is not the
122 default codec for any of the output formats, so it must be specified explicitly
123 using the option @code{-acodec ac3_fixed} in order to use it.
124
125 @subsection AC-3 Metadata
126
127 The AC-3 metadata options are used to set parameters that describe the audio,
128 but in most cases do not affect the audio encoding itself. Some of the options
129 do directly affect or influence the decoding and playback of the resulting
130 bitstream, while others are just for informational purposes. A few of the
131 options will add bits to the output stream that could otherwise be used for
132 audio data, and will thus affect the quality of the output. Those will be
133 indicated accordingly with a note in the option list below.
134
135 These parameters are described in detail in several publicly-available
136 documents.
137 @itemize
138 @item @uref{http://www.atsc.org/cms/standards/a_52-2010.pdf,A/52:2010 - Digital Audio Compression (AC-3) (E-AC-3) Standard}
139 @item @uref{http://www.atsc.org/cms/standards/a_54a_with_corr_1.pdf,A/54 - Guide to the Use of the ATSC Digital Television Standard}
140 @item @uref{http://www.dolby.com/uploadedFiles/zz-_Shared_Assets/English_PDFs/Professional/18_Metadata.Guide.pdf,Dolby Metadata Guide}
141 @item @uref{http://www.dolby.com/uploadedFiles/zz-_Shared_Assets/English_PDFs/Professional/46_DDEncodingGuidelines.pdf,Dolby Digital Professional Encoding Guidelines}
142 @end itemize
143
144 @subsubsection Metadata Control Options
145
146 @table @option
147
148 @item -per_frame_metadata @var{boolean}
149 Allow Per-Frame Metadata. Specifies if the encoder should check for changing
150 metadata for each frame.
151 @table @option
152 @item 0
153 The metadata values set at initialization will be used for every frame in the
154 stream. (default)
155 @item 1
156 Metadata values can be changed before encoding each frame.
157 @end table
158
159 @end table
160
161 @subsubsection Downmix Levels
162
163 @table @option
164
165 @item -center_mixlev @var{level}
166 Center Mix Level. The amount of gain the decoder should apply to the center
167 channel when downmixing to stereo. This field will only be written to the
168 bitstream if a center channel is present. The value is specified as a scale
169 factor. There are 3 valid values:
170 @table @option
171 @item 0.707
172 Apply -3dB gain
173 @item 0.595
174 Apply -4.5dB gain (default)
175 @item 0.500
176 Apply -6dB gain
177 @end table
178
179 @item -surround_mixlev @var{level}
180 Surround Mix Level. The amount of gain the decoder should apply to the surround
181 channel(s) when downmixing to stereo. This field will only be written to the
182 bitstream if one or more surround channels are present. The value is specified
183 as a scale factor.  There are 3 valid values:
184 @table @option
185 @item 0.707
186 Apply -3dB gain
187 @item 0.500
188 Apply -6dB gain (default)
189 @item 0.000
190 Silence Surround Channel(s)
191 @end table
192
193 @end table
194
195 @subsubsection Audio Production Information
196 Audio Production Information is optional information describing the mixing
197 environment.  Either none or both of the fields are written to the bitstream.
198
199 @table @option
200
201 @item -mixing_level @var{number}
202 Mixing Level. Specifies peak sound pressure level (SPL) in the production
203 environment when the mix was mastered. Valid values are 80 to 111, or -1 for
204 unknown or not indicated. The default value is -1, but that value cannot be
205 used if the Audio Production Information is written to the bitstream. Therefore,
206 if the @code{room_type} option is not the default value, the @code{mixing_level}
207 option must not be -1.
208
209 @item -room_type @var{type}
210 Room Type. Describes the equalization used during the final mixing session at
211 the studio or on the dubbing stage. A large room is a dubbing stage with the
212 industry standard X-curve equalization; a small room has flat equalization.
213 This field will not be written to the bitstream if both the @code{mixing_level}
214 option and the @code{room_type} option have the default values.
215 @table @option
216 @item 0
217 @itemx notindicated
218 Not Indicated (default)
219 @item 1
220 @itemx large
221 Large Room
222 @item 2
223 @itemx small
224 Small Room
225 @end table
226
227 @end table
228
229 @subsubsection Other Metadata Options
230
231 @table @option
232
233 @item -copyright @var{boolean}
234 Copyright Indicator. Specifies whether a copyright exists for this audio.
235 @table @option
236 @item 0
237 @itemx off
238 No Copyright Exists (default)
239 @item 1
240 @itemx on
241 Copyright Exists
242 @end table
243
244 @item -dialnorm @var{value}
245 Dialogue Normalization. Indicates how far the average dialogue level of the
246 program is below digital 100% full scale (0 dBFS). This parameter determines a
247 level shift during audio reproduction that sets the average volume of the
248 dialogue to a preset level. The goal is to match volume level between program
249 sources. A value of -31dB will result in no volume level change, relative to
250 the source volume, during audio reproduction. Valid values are whole numbers in
251 the range -31 to -1, with -31 being the default.
252
253 @item -dsur_mode @var{mode}
254 Dolby Surround Mode. Specifies whether the stereo signal uses Dolby Surround
255 (Pro Logic). This field will only be written to the bitstream if the audio
256 stream is stereo. Using this option does @b{NOT} mean the encoder will actually
257 apply Dolby Surround processing.
258 @table @option
259 @item 0
260 @itemx notindicated
261 Not Indicated (default)
262 @item 1
263 @itemx off
264 Not Dolby Surround Encoded
265 @item 2
266 @itemx on
267 Dolby Surround Encoded
268 @end table
269
270 @item -original @var{boolean}
271 Original Bit Stream Indicator. Specifies whether this audio is from the
272 original source and not a copy.
273 @table @option
274 @item 0
275 @itemx off
276 Not Original Source
277 @item 1
278 @itemx on
279 Original Source (default)
280 @end table
281
282 @end table
283
284 @subsection Extended Bitstream Information
285 The extended bitstream options are part of the Alternate Bit Stream Syntax as
286 specified in Annex D of the A/52:2010 standard. It is grouped into 2 parts.
287 If any one parameter in a group is specified, all values in that group will be
288 written to the bitstream.  Default values are used for those that are written
289 but have not been specified.  If the mixing levels are written, the decoder
290 will use these values instead of the ones specified in the @code{center_mixlev}
291 and @code{surround_mixlev} options if it supports the Alternate Bit Stream
292 Syntax.
293
294 @subsubsection Extended Bitstream Information - Part 1
295
296 @table @option
297
298 @item -dmix_mode @var{mode}
299 Preferred Stereo Downmix Mode. Allows the user to select either Lt/Rt
300 (Dolby Surround) or Lo/Ro (normal stereo) as the preferred stereo downmix mode.
301 @table @option
302 @item 0
303 @itemx notindicated
304 Not Indicated (default)
305 @item 1
306 @itemx ltrt
307 Lt/Rt Downmix Preferred
308 @item 2
309 @itemx loro
310 Lo/Ro Downmix Preferred
311 @end table
312
313 @item -ltrt_cmixlev @var{level}
314 Lt/Rt Center Mix Level. The amount of gain the decoder should apply to the
315 center channel when downmixing to stereo in Lt/Rt mode.
316 @table @option
317 @item 1.414
318 Apply +3dB gain
319 @item 1.189
320 Apply +1.5dB gain
321 @item 1.000
322 Apply 0dB gain
323 @item 0.841
324 Apply -1.5dB gain
325 @item 0.707
326 Apply -3.0dB gain
327 @item 0.595
328 Apply -4.5dB gain (default)
329 @item 0.500
330 Apply -6.0dB gain
331 @item 0.000
332 Silence Center Channel
333 @end table
334
335 @item -ltrt_surmixlev @var{level}
336 Lt/Rt Surround Mix Level. The amount of gain the decoder should apply to the
337 surround channel(s) when downmixing to stereo in Lt/Rt mode.
338 @table @option
339 @item 0.841
340 Apply -1.5dB gain
341 @item 0.707
342 Apply -3.0dB gain
343 @item 0.595
344 Apply -4.5dB gain
345 @item 0.500
346 Apply -6.0dB gain (default)
347 @item 0.000
348 Silence Surround Channel(s)
349 @end table
350
351 @item -loro_cmixlev @var{level}
352 Lo/Ro Center Mix Level. The amount of gain the decoder should apply to the
353 center channel when downmixing to stereo in Lo/Ro mode.
354 @table @option
355 @item 1.414
356 Apply +3dB gain
357 @item 1.189
358 Apply +1.5dB gain
359 @item 1.000
360 Apply 0dB gain
361 @item 0.841
362 Apply -1.5dB gain
363 @item 0.707
364 Apply -3.0dB gain
365 @item 0.595
366 Apply -4.5dB gain (default)
367 @item 0.500
368 Apply -6.0dB gain
369 @item 0.000
370 Silence Center Channel
371 @end table
372
373 @item -loro_surmixlev @var{level}
374 Lo/Ro Surround Mix Level. The amount of gain the decoder should apply to the
375 surround channel(s) when downmixing to stereo in Lo/Ro mode.
376 @table @option
377 @item 0.841
378 Apply -1.5dB gain
379 @item 0.707
380 Apply -3.0dB gain
381 @item 0.595
382 Apply -4.5dB gain
383 @item 0.500
384 Apply -6.0dB gain (default)
385 @item 0.000
386 Silence Surround Channel(s)
387 @end table
388
389 @end table
390
391 @subsubsection Extended Bitstream Information - Part 2
392
393 @table @option
394
395 @item -dsurex_mode @var{mode}
396 Dolby Surround EX Mode. Indicates whether the stream uses Dolby Surround EX
397 (7.1 matrixed to 5.1). Using this option does @b{NOT} mean the encoder will actually
398 apply Dolby Surround EX processing.
399 @table @option
400 @item 0
401 @itemx notindicated
402 Not Indicated (default)
403 @item 1
404 @itemx on
405 Dolby Surround EX Off
406 @item 2
407 @itemx off
408 Dolby Surround EX On
409 @end table
410
411 @item -dheadphone_mode @var{mode}
412 Dolby Headphone Mode. Indicates whether the stream uses Dolby Headphone
413 encoding (multi-channel matrixed to 2.0 for use with headphones). Using this
414 option does @b{NOT} mean the encoder will actually apply Dolby Headphone
415 processing.
416 @table @option
417 @item 0
418 @itemx notindicated
419 Not Indicated (default)
420 @item 1
421 @itemx on
422 Dolby Headphone Off
423 @item 2
424 @itemx off
425 Dolby Headphone On
426 @end table
427
428 @item -ad_conv_type @var{type}
429 A/D Converter Type. Indicates whether the audio has passed through HDCD A/D
430 conversion.
431 @table @option
432 @item 0
433 @itemx standard
434 Standard A/D Converter (default)
435 @item 1
436 @itemx hdcd
437 HDCD A/D Converter
438 @end table
439
440 @end table
441
442 @subsection Other AC-3 Encoding Options
443
444 @table @option
445
446 @item -stereo_rematrixing @var{boolean}
447 Stereo Rematrixing. Enables/Disables use of rematrixing for stereo input. This
448 is an optional AC-3 feature that increases quality by selectively encoding
449 the left/right channels as mid/side. This option is enabled by default, and it
450 is highly recommended that it be left as enabled except for testing purposes.
451
452 @end table
453
454 @subsection Floating-Point-Only AC-3 Encoding Options
455
456 These options are only valid for the floating-point encoder and do not exist
457 for the fixed-point encoder due to the corresponding features not being
458 implemented in fixed-point.
459
460 @table @option
461
462 @item -channel_coupling @var{boolean}
463 Enables/Disables use of channel coupling, which is an optional AC-3 feature
464 that increases quality by combining high frequency information from multiple
465 channels into a single channel. The per-channel high frequency information is
466 sent with less accuracy in both the frequency and time domains. This allows
467 more bits to be used for lower frequencies while preserving enough information
468 to reconstruct the high frequencies. This option is enabled by default for the
469 floating-point encoder and should generally be left as enabled except for
470 testing purposes or to increase encoding speed.
471 @table @option
472 @item -1
473 @itemx auto
474 Selected by Encoder (default)
475 @item 0
476 @itemx off
477 Disable Channel Coupling
478 @item 1
479 @itemx on
480 Enable Channel Coupling
481 @end table
482
483 @item -cpl_start_band @var{number}
484 Coupling Start Band. Sets the channel coupling start band, from 1 to 15. If a
485 value higher than the bandwidth is used, it will be reduced to 1 less than the
486 coupling end band. If @var{auto} is used, the start band will be determined by
487 the encoder based on the bit rate, sample rate, and channel layout. This option
488 has no effect if channel coupling is disabled.
489 @table @option
490 @item -1
491 @itemx auto
492 Selected by Encoder (default)
493 @end table
494
495 @end table
496
497 @anchor{libfaac}
498 @section libfaac
499
500 libfaac AAC (Advanced Audio Coding) encoder wrapper.
501
502 Requires the presence of the libfaac headers and library during
503 configuration. You need to explicitly configure the build with
504 @code{--enable-libfaac --enable-nonfree}.
505
506 This encoder is considered to be of higher quality with respect to the
507 @ref{aacenc,,the native experimental FFmpeg AAC encoder}.
508
509 For more information see the libfaac project at
510 @url{http://www.audiocoding.com/faac.html/}.
511
512 @subsection Options
513
514 The following shared FFmpeg codec options are recognized.
515
516 The following options are supported by the libfaac wrapper. The
517 @command{faac}-equivalent of the options are listed in parentheses.
518
519 @table @option
520 @item b (@emph{-b})
521 Set bit rate in bits/s for ABR (Average Bit Rate) mode. If the bit rate
522 is not explicitly specified, it is automatically set to a suitable
523 value depending on the selected profile. @command{faac} bitrate is
524 expressed in kilobits/s.
525
526 Note that libfaac does not support CBR (Constant Bit Rate) but only
527 ABR (Average Bit Rate).
528
529 If VBR mode is enabled this option is ignored.
530
531 @item ar (@emph{-R})
532 Set audio sampling rate (in Hz).
533
534 @item ac (@emph{-c})
535 Set the number of audio channels.
536
537 @item cutoff (@emph{-C})
538 Set cutoff frequency. If not specified (or explicitly set to 0) it
539 will use a value automatically computed by the library. Default value
540 is 0.
541
542 @item profile
543 Set audio profile.
544
545 The following profiles are recognized:
546 @table @samp
547 @item aac_main
548 Main AAC (Main)
549
550 @item aac_low
551 Low Complexity AAC (LC)
552
553 @item aac_ssr
554 Scalable Sample Rate (SSR)
555
556 @item aac_ltp
557 Long Term Prediction (LTP)
558 @end table
559
560 If not specified it is set to @samp{aac_low}.
561
562 @item flags +qscale
563 Set constant quality VBR (Variable Bit Rate) mode.
564
565 @item global_quality
566 Set quality in VBR mode as an integer number of lambda units.
567
568 Only relevant when VBR mode is enabled with @code{flags +qscale}.  The
569 value is converted to QP units by dividing it by @code{FF_QP2LAMBDA},
570 and used to set the quality value used by libfaac. A reasonable range
571 for the option value in QP units is [10-500], the higher the value the
572 higher the quality.
573
574 @item q (@emph{-q})
575 Enable VBR mode when set to a non-negative value, and set constant
576 quality value as a double floating point value in QP units.
577
578 The value sets the quality value used by libfaac. A reasonable range
579 for the option value is [10-500], the higher the value the higher the
580 quality.
581
582 This option is valid only using the @command{ffmpeg} command-line
583 tool. For library interface users, use @option{global_quality}.
584 @end table
585
586 @subsection Examples
587
588 @itemize
589 @item
590 Use @command{ffmpeg} to convert an audio file to ABR 128 kbps AAC in an M4A (MP4)
591 container:
592 @example
593 ffmpeg -i input.wav -codec:a libfaac -b:a 128k -output.m4a
594 @end example
595
596 @item
597 Use @command{ffmpeg} to convert an audio file to VBR AAC, using the
598 LTP AAC profile:
599 @example
600 ffmpeg -i input.wav -c:a libfaac -profile:a aac_ltp -q:a 100 output.m4a
601 @end example
602 @end itemize
603
604 @anchor{libfdk-aac-enc}
605 @section libfdk_aac
606
607 libfdk-aac AAC (Advanced Audio Coding) encoder wrapper.
608
609 The libfdk-aac library is based on the Fraunhofer FDK AAC code from
610 the Android project.
611
612 Requires the presence of the libfdk-aac headers and library during
613 configuration. You need to explicitly configure the build with
614 @code{--enable-libfdk-aac}. The library is also incompatible with GPL,
615 so if you allow the use of GPL, you should configure with
616 @code{--enable-gpl --enable-nonfree --enable-libfdk-aac}.
617
618 This encoder is considered to be of higher quality with respect to
619 both @ref{aacenc,,the native experimental FFmpeg AAC encoder} and
620 @ref{libfaac}.
621
622 VBR encoding, enabled through the @option{vbr} or @option{flags
623 +qscale} options, is experimental and only works with some
624 combinations of parameters.
625
626 For more information see the fdk-aac project at
627 @url{http://sourceforge.net/p/opencore-amr/fdk-aac/}.
628
629 @subsection Options
630
631 The following options are mapped on the shared FFmpeg codec options.
632
633 @table @option
634 @item b
635 Set bit rate in bits/s. If the bitrate is not explicitly specified, it
636 is automatically set to a suitable value depending on the selected
637 profile.
638
639 In case VBR mode is enabled the option is ignored.
640
641 @item ar
642 Set audio sampling rate (in Hz).
643
644 @item channels
645 Set the number of audio channels.
646
647 @item flags +qscale
648 Enable fixed quality, VBR (Variable Bit Rate) mode.
649 Note that VBR is implicitly enabled when the @option{vbr} value is
650 positive.
651
652 @item cutoff
653 Set cutoff frequency. If not specified (or explicitly set to 0) it
654 will use a value automatically computed by the library. Default value
655 is 0.
656
657 @item profile
658 Set audio profile.
659
660 The following profiles are recognized:
661 @table @samp
662 @item aac_low
663 Low Complexity AAC (LC)
664
665 @item aac_he
666 High Efficiency AAC (HE-AAC)
667
668 @item aac_he_v2
669 High Efficiency AAC version 2 (HE-AACv2)
670
671 @item aac_ld
672 Low Delay AAC (LD)
673
674 @item aac_eld
675 Enhanced Low Delay AAC (ELD)
676 @end table
677
678 If not specified it is set to @samp{aac_low}.
679 @end table
680
681 The following are private options of the libfdk_aac encoder.
682
683 @table @option
684 @item afterburner
685 Enable afterburner feature if set to 1, disabled if set to 0. This
686 improves the quality but also the required processing power.
687
688 Default value is 1.
689
690 @item eld_sbr
691 Enable SBR (Spectral Band Replication) for ELD if set to 1, disabled
692 if set to 0.
693
694 Default value is 0.
695
696 @item signaling
697 Set SBR/PS signaling style.
698
699 It can assume one of the following values:
700 @table @samp
701 @item default
702 choose signaling implicitly (explicit hierarchical by default,
703 implicit if global header is disabled)
704
705 @item implicit
706 implicit backwards compatible signaling
707
708 @item explicit_sbr
709 explicit SBR, implicit PS signaling
710
711 @item explicit_hierarchical
712 explicit hierarchical signaling
713 @end table
714
715 Default value is @samp{default}.
716
717 @item latm
718 Output LATM/LOAS encapsulated data if set to 1, disabled if set to 0.
719
720 Default value is 0.
721
722 @item header_period
723 Set StreamMuxConfig and PCE repetition period (in frames) for sending
724 in-band configuration buffers within LATM/LOAS transport layer.
725
726 Must be a 16-bits non-negative integer.
727
728 Default value is 0.
729
730 @item vbr
731 Set VBR mode, from 1 to 5. 1 is lowest quality (though still pretty
732 good) and 5 is highest quality. A value of 0 will disable VBR, and CBR
733 (Constant Bit Rate) is enabled.
734
735 Currently only the @samp{aac_low} profile supports VBR encoding.
736
737 VBR modes 1-5 correspond to roughly the following average bit rates:
738
739 @table @samp
740 @item 1
741 32 kbps/channel
742 @item 2
743 40 kbps/channel
744 @item 3
745 48-56 kbps/channel
746 @item 4
747 64 kbps/channel
748 @item 5
749 about 80-96 kbps/channel
750 @end table
751
752 Default value is 0.
753 @end table
754
755 @subsection Examples
756
757 @itemize
758 @item
759 Use @command{ffmpeg} to convert an audio file to VBR AAC in an M4A (MP4)
760 container:
761 @example
762 ffmpeg -i input.wav -codec:a libfdk_aac -vbr 3 output.m4a
763 @end example
764
765 @item
766 Use @command{ffmpeg} to convert an audio file to CBR 64k kbps AAC, using the
767 High-Efficiency AAC profile:
768 @example
769 ffmpeg -i input.wav -c:a libfdk_aac -profile:a aac_he -b:a 64k output.m4a
770 @end example
771 @end itemize
772
773 @anchor{libmp3lame}
774 @section libmp3lame
775
776 LAME (Lame Ain't an MP3 Encoder) MP3 encoder wrapper.
777
778 Requires the presence of the libmp3lame headers and library during
779 configuration. You need to explicitly configure the build with
780 @code{--enable-libmp3lame}.
781
782 See @ref{libshine} for a fixed-point MP3 encoder, although with a
783 lower quality.
784
785 @subsection Options
786
787 The following options are supported by the libmp3lame wrapper. The
788 @command{lame}-equivalent of the options are listed in parentheses.
789
790 @table @option
791 @item b (@emph{-b})
792 Set bitrate expressed in bits/s for CBR or ABR. LAME @code{bitrate} is
793 expressed in kilobits/s.
794
795 @item q (@emph{-V})
796 Set constant quality setting for VBR. This option is valid only
797 using the @command{ffmpeg} command-line tool. For library interface
798 users, use @option{global_quality}.
799
800 @item compression_level (@emph{-q})
801 Set algorithm quality. Valid arguments are integers in the 0-9 range,
802 with 0 meaning highest quality but slowest, and 9 meaning fastest
803 while producing the worst quality.
804
805 @item reservoir
806 Enable use of bit reservoir when set to 1. Default value is 1. LAME
807 has this enabled by default, but can be overriden by use
808 @option{--nores} option.
809
810 @item joint_stereo (@emph{-m j})
811 Enable the encoder to use (on a frame by frame basis) either L/R
812 stereo or mid/side stereo. Default value is 1.
813
814 @item abr (@emph{--abr})
815 Enable the encoder to use ABR when set to 1. The @command{lame}
816 @option{--abr} sets the target bitrate, while this options only
817 tells FFmpeg to use ABR still relies on @option{b} to set bitrate.
818
819 @end table
820
821 @section libopencore-amrnb
822
823 OpenCORE Adaptive Multi-Rate Narrowband encoder.
824
825 Requires the presence of the libopencore-amrnb headers and library during
826 configuration. You need to explicitly configure the build with
827 @code{--enable-libopencore-amrnb --enable-version3}.
828
829 This is a mono-only encoder. Officially it only supports 8000Hz sample rate,
830 but you can override it by setting @option{strict} to @samp{unofficial} or
831 lower.
832
833 @subsection Options
834
835 @table @option
836
837 @item b
838 Set bitrate in bits per second. Only the following bitrates are supported,
839 otherwise libavcodec will round to the nearest valid bitrate.
840
841 @table @option
842 @item 4750
843 @item 5150
844 @item 5900
845 @item 6700
846 @item 7400
847 @item 7950
848 @item 10200
849 @item 12200
850 @end table
851
852 @item dtx
853 Allow discontinuous transmission (generate comfort noise) when set to 1. The
854 default value is 0 (disabled).
855
856 @end table
857
858 @anchor{libshine}
859 @section libshine
860
861 Shine Fixed-Point MP3 encoder wrapper.
862
863 Shine is a fixed-point MP3 encoder. It has a far better performance on
864 platforms without an FPU, e.g. armel CPUs, and some phones and tablets.
865 However, as it is more targeted on performance than quality, it is not on par
866 with LAME and other production-grade encoders quality-wise. Also, according to
867 the project's homepage, this encoder may not be free of bugs as the code was
868 written a long time ago and the project was dead for at least 5 years.
869
870 This encoder only supports stereo and mono input. This is also CBR-only.
871
872 The original project (last updated in early 2007) is at
873 @url{http://sourceforge.net/projects/libshine-fxp/}. We only support the
874 updated fork by the Savonet/Liquidsoap project at @url{https://github.com/savonet/shine}.
875
876 Requires the presence of the libshine headers and library during
877 configuration. You need to explicitly configure the build with
878 @code{--enable-libshine}.
879
880 See also @ref{libmp3lame}.
881
882 @subsection Options
883
884 The following options are supported by the libshine wrapper. The
885 @command{shineenc}-equivalent of the options are listed in parentheses.
886
887 @table @option
888 @item b (@emph{-b})
889 Set bitrate expressed in bits/s for CBR. @command{shineenc} @option{-b} option
890 is expressed in kilobits/s.
891
892 @end table
893
894 @section libtwolame
895
896 TwoLAME MP2 encoder wrapper.
897
898 Requires the presence of the libtwolame headers and library during
899 configuration. You need to explicitly configure the build with
900 @code{--enable-libtwolame}.
901
902 @subsection Options
903
904 The following options are supported by the libtwolame wrapper. The
905 @command{twolame}-equivalent options follow the FFmpeg ones and are in
906 parentheses.
907
908 @table @option
909 @item b (@emph{-b})
910 Set bitrate expressed in bits/s for CBR. @command{twolame} @option{b}
911 option is expressed in kilobits/s. Default value is 128k.
912
913 @item q (@emph{-V})
914 Set quality for experimental VBR support. Maximum value range is
915 from -50 to 50, useful range is from -10 to 10. The higher the
916 value, the better the quality. This option is valid only using the
917 @command{ffmpeg} command-line tool. For library interface users,
918 use @option{global_quality}.
919
920 @item mode (@emph{--mode})
921 Set the mode of the resulting audio. Possible values:
922
923 @table @samp
924 @item auto
925 Choose mode automatically based on the input. This is the default.
926 @item stereo
927 Stereo
928 @item joint_stereo
929 Joint stereo
930 @item dual_channel
931 Dual channel
932 @item mono
933 Mono
934 @end table
935
936 @item psymodel (@emph{--psyc-mode})
937 Set psychoacoustic model to use in encoding. The argument must be
938 an integer between -1 and 4, inclusive. The higher the value, the
939 better the quality. The default value is 3.
940
941 @item energy_levels (@emph{--energy})
942 Enable energy levels extensions when set to 1. The default value is
943 0 (disabled).
944
945 @item error_protection (@emph{--protect})
946 Enable CRC error protection when set to 1. The default value is 0
947 (disabled).
948
949 @item copyright (@emph{--copyright})
950 Set MPEG audio copyright flag when set to 1. The default value is 0
951 (disabled).
952
953 @item original (@emph{--original})
954 Set MPEG audio original flag when set to 1. The default value is 0
955 (disabled).
956
957 @end table
958
959 @anchor{libvo-aacenc}
960 @section libvo-aacenc
961
962 VisualOn AAC encoder.
963
964 Requires the presence of the libvo-aacenc headers and library during
965 configuration. You need to explicitly configure the build with
966 @code{--enable-libvo-aacenc --enable-version3}.
967
968 This encoder is considered to be worse than the
969 @ref{aacenc,,native experimental FFmpeg AAC encoder}, according to
970 multiple sources.
971
972 @subsection Options
973
974 The VisualOn AAC encoder only support encoding AAC-LC and up to 2
975 channels. It is also CBR-only.
976
977 @table @option
978
979 @item b
980 Set bit rate in bits/s.
981
982 @end table
983
984 @section libvo-amrwbenc
985
986 VisualOn Adaptive Multi-Rate Wideband encoder.
987
988 Requires the presence of the libvo-amrwbenc headers and library during
989 configuration. You need to explicitly configure the build with
990 @code{--enable-libvo-amrwbenc --enable-version3}.
991
992 This is a mono-only encoder. Officially it only supports 16000Hz sample
993 rate, but you can override it by setting @option{strict} to
994 @samp{unofficial} or lower.
995
996 @subsection Options
997
998 @table @option
999
1000 @item b
1001 Set bitrate in bits/s. Only the following bitrates are supported, otherwise
1002 libavcodec will round to the nearest valid bitrate.
1003
1004 @table @samp
1005 @item 6600
1006 @item 8850
1007 @item 12650
1008 @item 14250
1009 @item 15850
1010 @item 18250
1011 @item 19850
1012 @item 23050
1013 @item 23850
1014 @end table
1015
1016 @item dtx
1017 Allow discontinuous transmission (generate comfort noise) when set to 1. The
1018 default value is 0 (disabled).
1019
1020 @end table
1021
1022 @section libopus
1023
1024 libopus Opus Interactive Audio Codec encoder wrapper.
1025
1026 Requires the presence of the libopus headers and library during
1027 configuration. You need to explicitly configure the build with
1028 @code{--enable-libopus}.
1029
1030 @subsection Option Mapping
1031
1032 Most libopus options are modeled after the @command{opusenc} utility from
1033 opus-tools. The following is an option mapping chart describing options
1034 supported by the libopus wrapper, and their @command{opusenc}-equivalent
1035 in parentheses.
1036
1037 @table @option
1038
1039 @item b (@emph{bitrate})
1040 Set the bit rate in bits/s.  FFmpeg's @option{b} option is
1041 expressed in bits/s, while @command{opusenc}'s @option{bitrate} in
1042 kilobits/s.
1043
1044 @item vbr (@emph{vbr}, @emph{hard-cbr}, and @emph{cvbr})
1045 Set VBR mode. The FFmpeg @option{vbr} option has the following
1046 valid arguments, with the their @command{opusenc} equivalent options
1047 in parentheses:
1048
1049 @table @samp
1050 @item off (@emph{hard-cbr})
1051 Use constant bit rate encoding.
1052
1053 @item on (@emph{vbr})
1054 Use variable bit rate encoding (the default).
1055
1056 @item constrained (@emph{cvbr})
1057 Use constrained variable bit rate encoding.
1058 @end table
1059
1060 @item compression_level (@emph{comp})
1061 Set encoding algorithm complexity. Valid options are integers in
1062 the 0-10 range. 0 gives the fastest encodes but lower quality, while 10
1063 gives the highest quality but slowest encoding. The default is 10.
1064
1065 @item frame_duration (@emph{framesize})
1066 Set maximum frame size, or duration of a frame in milliseconds. The
1067 argument must be exactly the following: 2.5, 5, 10, 20, 40, 60. Smaller
1068 frame sizes achieve lower latency but less quality at a given bitrate.
1069 Sizes greater than 20ms are only interesting at fairly low bitrates.
1070 The default is 20ms.
1071
1072 @item packet_loss (@emph{expect-loss})
1073 Set expected packet loss percentage. The default is 0.
1074
1075 @item application (N.A.)
1076 Set intended application type. Valid options are listed below:
1077
1078 @table @samp
1079 @item voip
1080 Favor improved speech intelligibility.
1081 @item audio
1082 Favor faithfulness to the input (the default).
1083 @item lowdelay
1084 Restrict to only the lowest delay modes.
1085 @end table
1086
1087 @item cutoff (N.A.)
1088 Set cutoff bandwidth in Hz. The argument must be exactly one of the
1089 following: 4000, 6000, 8000, 12000, or 20000, corresponding to
1090 narrowband, mediumband, wideband, super wideband, and fullband
1091 respectively. The default is 0 (cutoff disabled).
1092
1093 @end table
1094
1095 @section libvorbis
1096
1097 libvorbis encoder wrapper.
1098
1099 Requires the presence of the libvorbisenc headers and library during
1100 configuration. You need to explicitly configure the build with
1101 @code{--enable-libvorbis}.
1102
1103 @subsection Options
1104
1105 The following options are supported by the libvorbis wrapper. The
1106 @command{oggenc}-equivalent of the options are listed in parentheses.
1107
1108 To get a more accurate and extensive documentation of the libvorbis
1109 options, consult the libvorbisenc's and @command{oggenc}'s documentations.
1110 See @url{http://xiph.org/vorbis/},
1111 @url{http://wiki.xiph.org/Vorbis-tools}, and oggenc(1).
1112
1113 @table @option
1114 @item b (@emph{-b})
1115 Set bitrate expressed in bits/s for ABR. @command{oggenc} @option{-b} is
1116 expressed in kilobits/s.
1117
1118 @item q (@emph{-q})
1119 Set constant quality setting for VBR. The value should be a float
1120 number in the range of -1.0 to 10.0. The higher the value, the better
1121 the quality. The default value is @samp{3.0}.
1122
1123 This option is valid only using the @command{ffmpeg} command-line tool.
1124 For library interface users, use @option{global_quality}.
1125
1126 @item cutoff (@emph{--advanced-encode-option lowpass_frequency=N})
1127 Set cutoff bandwidth in Hz, a value of 0 disables cutoff. @command{oggenc}'s
1128 related option is expressed in kHz. The default value is @samp{0} (cutoff
1129 disabled).
1130
1131 @item minrate (@emph{-m})
1132 Set minimum bitrate expressed in bits/s. @command{oggenc} @option{-m} is
1133 expressed in kilobits/s.
1134
1135 @item maxrate (@emph{-M})
1136 Set maximum bitrate expressed in bits/s. @command{oggenc} @option{-M} is
1137 expressed in kilobits/s. This only has effect on ABR mode.
1138
1139 @item iblock (@emph{--advanced-encode-option impulse_noisetune=N})
1140 Set noise floor bias for impulse blocks. The value is a float number from
1141 -15.0 to 0.0. A negative bias instructs the encoder to pay special attention
1142 to the crispness of transients in the encoded audio. The tradeoff for better
1143 transient response is a higher bitrate.
1144
1145 @end table
1146
1147 @section libwavpack
1148
1149 A wrapper providing WavPack encoding through libwavpack.
1150
1151 Only lossless mode using 32-bit integer samples is supported currently.
1152 The @option{compression_level} option can be used to control speed vs.
1153 compression tradeoff, with the values mapped to libwavpack as follows:
1154
1155 @table @option
1156
1157 @item 0
1158 Fast mode - corresponding to the wavpack @option{-f} option.
1159
1160 @item 1
1161 Normal (default) settings.
1162
1163 @item 2
1164 High quality - corresponding to the wavpack @option{-h} option.
1165
1166 @item 3
1167 Very high quality - corresponding to the wavpack @option{-hh} option.
1168
1169 @item 4-8
1170 Same as 3, but with extra processing enabled - corresponding to the wavpack
1171 @option{-x} option. I.e. 4 is the same as @option{-x2} and 8 is the same as
1172 @option{-x6}.
1173
1174 @end table
1175
1176 @c man end AUDIO ENCODERS
1177
1178 @chapter Video Encoders
1179 @c man begin VIDEO ENCODERS
1180
1181 A description of some of the currently available video encoders
1182 follows.
1183
1184 @section libtheora
1185
1186 libtheora Theora encoder wrapper.
1187
1188 Requires the presence of the libtheora headers and library during
1189 configuration. You need to explicitly configure the build with
1190 @code{--enable-libtheora}.
1191
1192 For more informations about the libtheora project see
1193 @url{http://www.theora.org/}.
1194
1195 @subsection Options
1196
1197 The following global options are mapped to internal libtheora options
1198 which affect the quality and the bitrate of the encoded stream.
1199
1200 @table @option
1201 @item b
1202 Set the video bitrate in bit/s for CBR (Constant Bit Rate) mode.  In
1203 case VBR (Variable Bit Rate) mode is enabled this option is ignored.
1204
1205 @item flags
1206 Used to enable constant quality mode (VBR) encoding through the
1207 @option{qscale} flag, and to enable the @code{pass1} and @code{pass2}
1208 modes.
1209
1210 @item g
1211 Set the GOP size.
1212
1213 @item global_quality
1214 Set the global quality as an integer in lambda units.
1215
1216 Only relevant when VBR mode is enabled with @code{flags +qscale}. The
1217 value is converted to QP units by dividing it by @code{FF_QP2LAMBDA},
1218 clipped in the [0 - 10] range, and then multiplied by 6.3 to get a
1219 value in the native libtheora range [0-63]. A higher value corresponds
1220 to a higher quality.
1221
1222 @item q
1223 Enable VBR mode when set to a non-negative value, and set constant
1224 quality value as a double floating point value in QP units.
1225
1226 The value is clipped in the [0-10] range, and then multiplied by 6.3
1227 to get a value in the native libtheora range [0-63].
1228
1229 This option is valid only using the @command{ffmpeg} command-line
1230 tool. For library interface users, use @option{global_quality}.
1231 @end table
1232
1233 @subsection Examples
1234
1235 @itemize
1236 @item
1237 Set maximum constant quality (VBR) encoding with @command{ffmpeg}:
1238 @example
1239 ffmpeg -i INPUT -codec:v libtheora -q:v 10 OUTPUT.ogg
1240 @end example
1241
1242 @item
1243 Use @command{ffmpeg} to convert a CBR 1000 kbps Theora video stream:
1244 @example
1245 ffmpeg -i INPUT -codec:v libtheora -b:v 1000k OUTPUT.ogg
1246 @end example
1247 @end itemize
1248
1249 @section libvpx
1250
1251 VP8 format supported through libvpx.
1252
1253 Requires the presence of the libvpx headers and library during configuration.
1254 You need to explicitly configure the build with @code{--enable-libvpx}.
1255
1256 @subsection Options
1257
1258 Mapping from FFmpeg to libvpx options with conversion notes in parentheses.
1259
1260 @table @option
1261
1262 @item threads
1263 g_threads
1264
1265 @item profile
1266 g_profile
1267
1268 @item vb
1269 rc_target_bitrate
1270
1271 @item g
1272 kf_max_dist
1273
1274 @item keyint_min
1275 kf_min_dist
1276
1277 @item qmin
1278 rc_min_quantizer
1279
1280 @item qmax
1281 rc_max_quantizer
1282
1283 @item bufsize, vb
1284 rc_buf_sz
1285 @code{(bufsize * 1000 / vb)}
1286
1287 rc_buf_optimal_sz
1288 @code{(bufsize * 1000 / vb * 5 / 6)}
1289
1290 @item rc_init_occupancy, vb
1291 rc_buf_initial_sz
1292 @code{(rc_init_occupancy * 1000 / vb)}
1293
1294 @item rc_buffer_aggressivity
1295 rc_undershoot_pct
1296
1297 @item skip_threshold
1298 rc_dropframe_thresh
1299
1300 @item qcomp
1301 rc_2pass_vbr_bias_pct
1302
1303 @item maxrate, vb
1304 rc_2pass_vbr_maxsection_pct
1305 @code{(maxrate * 100 / vb)}
1306
1307 @item minrate, vb
1308 rc_2pass_vbr_minsection_pct
1309 @code{(minrate * 100 / vb)}
1310
1311 @item minrate, maxrate, vb
1312 @code{VPX_CBR}
1313 @code{(minrate == maxrate == vb)}
1314
1315 @item crf
1316 @code{VPX_CQ}, @code{VP8E_SET_CQ_LEVEL}
1317
1318 @item quality
1319 @table @option
1320 @item @var{best}
1321 @code{VPX_DL_BEST_QUALITY}
1322 @item @var{good}
1323 @code{VPX_DL_GOOD_QUALITY}
1324 @item @var{realtime}
1325 @code{VPX_DL_REALTIME}
1326 @end table
1327
1328 @item speed
1329 @code{VP8E_SET_CPUUSED}
1330
1331 @item nr
1332 @code{VP8E_SET_NOISE_SENSITIVITY}
1333
1334 @item mb_threshold
1335 @code{VP8E_SET_STATIC_THRESHOLD}
1336
1337 @item slices
1338 @code{VP8E_SET_TOKEN_PARTITIONS}
1339
1340 @item max-intra-rate
1341 @code{VP8E_SET_MAX_INTRA_BITRATE_PCT}
1342
1343 @item force_key_frames
1344 @code{VPX_EFLAG_FORCE_KF}
1345
1346 @item Alternate reference frame related
1347 @table @option
1348 @item vp8flags altref
1349 @code{VP8E_SET_ENABLEAUTOALTREF}
1350 @item @var{arnr_max_frames}
1351 @code{VP8E_SET_ARNR_MAXFRAMES}
1352 @item @var{arnr_type}
1353 @code{VP8E_SET_ARNR_TYPE}
1354 @item @var{arnr_strength}
1355 @code{VP8E_SET_ARNR_STRENGTH}
1356 @item @var{rc_lookahead}
1357 g_lag_in_frames
1358 @end table
1359
1360 @item vp8flags error_resilient
1361 g_error_resilient
1362
1363 @end table
1364
1365 For more information about libvpx see:
1366 @url{http://www.webmproject.org/}
1367
1368 @section libx264
1369
1370 x264 H.264/MPEG-4 AVC encoder wrapper.
1371
1372 This encoder requires the presence of the libx264 headers and library
1373 during configuration. You need to explicitly configure the build with
1374 @code{--enable-libx264}.
1375
1376 libx264 supports an impressive number of features, including 8x8 and
1377 4x4 adaptive spatial transform, adaptive B-frame placement, CAVLC/CABAC
1378 entropy coding, interlacing (MBAFF), lossless mode, psy optimizations
1379 for detail retention (adaptive quantization, psy-RD, psy-trellis).
1380
1381 Many libx264 encoder options are mapped to FFmpeg global codec
1382 options, while unique encoder options are provided through private
1383 options. Additionally the @option{x264opts} and @option{x264-params}
1384 private options allows to pass a list of key=value tuples as accepted
1385 by the libx264 @code{x264_param_parse} function.
1386
1387 The x264 project website is at
1388 @url{http://www.videolan.org/developers/x264.html}.
1389
1390 @subsection Options
1391
1392 The following options are supported by the libx264 wrapper. The
1393 @command{x264}-equivalent options or values are listed in parentheses
1394 for easy migration.
1395
1396 To reduce the duplication of documentation, only the private options
1397 and some others requiring special attention are documented here. For
1398 the documentation of the undocumented generic options, see
1399 @ref{codec-options,,the Codec Options chapter}.
1400
1401 To get a more accurate and extensive documentation of the libx264
1402 options, invoke the command @command{x264 --full-help} or consult
1403 the libx264 documentation.
1404
1405 @table @option
1406 @item b (@emph{bitrate})
1407 Set bitrate in bits/s. Note that FFmpeg's @option{b} option is
1408 expressed in bits/s, while @command{x264}'s @option{bitrate} is in
1409 kilobits/s.
1410
1411 @item bf (@emph{bframes})
1412
1413 @item g (@emph{keyint})
1414
1415 @item qmax (@emph{qpmax})
1416
1417 @item qmin (@emph{qpmin})
1418
1419 @item qdiff (@emph{qpstep})
1420
1421 @item qblur (@emph{qblur})
1422
1423 @item qcomp (@emph{qcomp})
1424
1425 @item refs (@emph{ref})
1426
1427 @item sc_threshold (@emph{scenecut})
1428
1429 @item trellis (@emph{trellis})
1430
1431 @item nr  (@emph{nr})
1432
1433 @item me_range (@emph{merange})
1434
1435 @item me_method (@emph{me})
1436 Set motion estimation method. Possible values in the decreasing order
1437 of speed:
1438
1439 @table @samp
1440 @item dia (@emph{dia})
1441 @item epzs (@emph{dia})
1442 Diamond search with radius 1 (fastest). @samp{epzs} is an alias for
1443 @samp{dia}.
1444 @item hex (@emph{hex})
1445 Hexagonal search with radius 2.
1446 @item umh (@emph{umh})
1447 Uneven multi-hexagon search.
1448 @item esa (@emph{esa})
1449 Exhaustive search.
1450 @item tesa (@emph{tesa})
1451 Hadamard exhaustive search (slowest).
1452 @end table
1453
1454 @item subq (@emph{subme})
1455
1456 @item b_strategy (@emph{b-adapt})
1457
1458 @item keyint_min (@emph{min-keyint})
1459
1460 @item coder
1461 Set entropy encoder. Possible values:
1462
1463 @table @samp
1464 @item ac
1465 Enable CABAC.
1466
1467 @item vlc
1468 Enable CAVLC and disable CABAC. It generates the same effect as
1469 @command{x264}'s @option{--no-cabac} option.
1470 @end table
1471
1472 @item cmp
1473 Set full pixel motion estimation comparation algorithm. Possible values:
1474
1475 @table @samp
1476 @item chroma
1477 Enable chroma in motion estimation.
1478
1479 @item sad
1480 Ignore chroma in motion estimation. It generates the same effect as
1481 @command{x264}'s @option{--no-chroma-me} option.
1482 @end table
1483
1484 @item threads (@emph{threads})
1485
1486 @item thread_type
1487 Set multithreading technique. Possible values:
1488
1489 @table @samp
1490 @item slice
1491 Slice-based multithreading. It generates the same effect as
1492 @command{x264}'s @option{--sliced-threads} option.
1493 @item frame
1494 Frame-based multithreading.
1495 @end table
1496
1497 @item flags
1498 Set encoding flags. It can be used to disable closed GOP and enable
1499 open GOP by setting it to @code{-cgop}. The result is similar to
1500 the behavior of @command{x264}'s @option{--open-gop} option.
1501
1502 @item rc_init_occupancy (@emph{vbv-init})
1503
1504 @item preset (@emph{preset})
1505 Set the encoding preset.
1506
1507 @item tune (@emph{tune})
1508 Set tuning of the encoding params.
1509
1510 @item profile (@emph{profile})
1511 Set profile restrictions.
1512
1513 @item fastfirstpass
1514 Enable fast settings when encoding first pass, when set to 1. When set
1515 to 0, it has the same effect of @command{x264}'s
1516 @option{--slow-firstpass} option.
1517
1518 @item crf (@emph{crf})
1519 Set the quality for constant quality mode.
1520
1521 @item crf_max (@emph{crf-max})
1522 In CRF mode, prevents VBV from lowering quality beyond this point.
1523
1524 @item qp (@emph{qp})
1525 Set constant quantization rate control method parameter.
1526
1527 @item aq-mode (@emph{aq-mode})
1528 Set AQ method. Possible values:
1529
1530 @table @samp
1531 @item none (@emph{0})
1532 Disabled.
1533
1534 @item variance (@emph{1})
1535 Variance AQ (complexity mask).
1536
1537 @item autovariance (@emph{2})
1538 Auto-variance AQ (experimental).
1539 @end table
1540
1541 @item aq-strength (@emph{aq-strength})
1542 Set AQ strength, reduce blocking and blurring in flat and textured areas.
1543
1544 @item psy
1545 Use psychovisual optimizations when set to 1. When set to 0, it has the
1546 same effect as @command{x264}'s @option{--no-psy} option.
1547
1548 @item psy-rd  (@emph{psy-rd})
1549 Set strength of psychovisual optimization, in
1550 @var{psy-rd}:@var{psy-trellis} format.
1551
1552 @item rc-lookahead (@emph{rc-lookahead})
1553 Set number of frames to look ahead for frametype and ratecontrol.
1554
1555 @item weightb
1556 Enable weighted prediction for B-frames when set to 1. When set to 0,
1557 it has the same effect as @command{x264}'s @option{--no-weightb} option.
1558
1559 @item weightp (@emph{weightp})
1560 Set weighted prediction method for P-frames. Possible values:
1561
1562 @table @samp
1563 @item none (@emph{0})
1564 Disabled
1565 @item simple (@emph{1})
1566 Enable only weighted refs
1567 @item smart (@emph{2})
1568 Enable both weighted refs and duplicates
1569 @end table
1570
1571 @item ssim (@emph{ssim})
1572 Enable calculation and printing SSIM stats after the encoding.
1573
1574 @item intra-refresh (@emph{intra-refresh})
1575 Enable the use of Periodic Intra Refresh instead of IDR frames when set
1576 to 1.
1577
1578 @item bluray-compat (@emph{bluray-compat})
1579 Configure the encoder to be compatible with the bluray standard.
1580 It is a shorthand for setting "bluray-compat=1 force-cfr=1".
1581
1582 @item b-bias (@emph{b-bias})
1583 Set the influence on how often B-frames are used.
1584
1585 @item b-pyramid (@emph{b-pyramid})
1586 Set method for keeping of some B-frames as references. Possible values:
1587
1588 @table @samp
1589 @item none (@emph{none})
1590 Disabled.
1591 @item strict (@emph{strict})
1592 Strictly hierarchical pyramid.
1593 @item normal (@emph{normal})
1594 Non-strict (not Blu-ray compatible).
1595 @end table
1596
1597 @item mixed-refs
1598 Enable the use of one reference per partition, as opposed to one
1599 reference per macroblock when set to 1. When set to 0, it has the
1600 same effect as @command{x264}'s @option{--no-mixed-refs} option.
1601
1602 @item 8x8dct
1603 Enable adaptive spatial transform (high profile 8x8 transform)
1604 when set to 1. When set to 0, it has the same effect as
1605 @command{x264}'s @option{--no-8x8dct} option.
1606
1607 @item fast-pskip
1608 Enable early SKIP detection on P-frames when set to 1. When set
1609 to 0, it has the same effect as @command{x264}'s
1610 @option{--no-fast-pskip} option.
1611
1612 @item aud (@emph{aud})
1613 Enable use of access unit delimiters when set to 1.
1614
1615 @item mbtree
1616 Enable use macroblock tree ratecontrol when set to 1. When set
1617 to 0, it has the same effect as @command{x264}'s
1618 @option{--no-mbtree} option.
1619
1620 @item deblock (@emph{deblock})
1621 Set loop filter parameters, in @var{alpha}:@var{beta} form.
1622
1623 @item cplxblur (@emph{cplxblur})
1624 Set fluctuations reduction in QP (before curve compression).
1625
1626 @item partitions (@emph{partitions})
1627 Set partitions to consider as a comma-separated list of. Possible
1628 values in the list:
1629
1630 @table @samp
1631 @item p8x8
1632 8x8 P-frame partition.
1633 @item p4x4
1634 4x4 P-frame partition.
1635 @item b8x8
1636 4x4 B-frame partition.
1637 @item i8x8
1638 8x8 I-frame partition.
1639 @item i4x4
1640 4x4 I-frame partition.
1641 (Enabling @samp{p4x4} requires @samp{p8x8} to be enabled. Enabling
1642 @samp{i8x8} requires adaptive spatial transform (@option{8x8dct}
1643 option) to be enabled.)
1644 @item none (@emph{none})
1645 Do not consider any partitions.
1646 @item all (@emph{all})
1647 Consider every partition.
1648 @end table
1649
1650 @item direct-pred (@emph{direct})
1651 Set direct MV prediction mode. Possible values:
1652
1653 @table @samp
1654 @item none (@emph{none})
1655 Disable MV prediction.
1656 @item spatial (@emph{spatial})
1657 Enable spatial predicting.
1658 @item temporal (@emph{temporal})
1659 Enable temporal predicting.
1660 @item auto (@emph{auto})
1661 Automatically decided.
1662 @end table
1663
1664 @item slice-max-size (@emph{slice-max-size})
1665 Set the limit of the size of each slice in bytes. If not specified
1666 but RTP payload size (@option{ps}) is specified, that is used.
1667
1668 @item stats (@emph{stats})
1669 Set the file name for multi-pass stats.
1670
1671 @item nal-hrd (@emph{nal-hrd})
1672 Set signal HRD information (requires @option{vbv-bufsize} to be set).
1673 Possible values:
1674
1675 @table @samp
1676 @item none (@emph{none})
1677 Disable HRD information signaling.
1678 @item vbr (@emph{vbr})
1679 Variable bit rate.
1680 @item cbr (@emph{cbr})
1681 Constant bit rate (not allowed in MP4 container).
1682 @end table
1683
1684 @item x264opts (N.A.)
1685 Set any x264 option, see @command{x264 --fullhelp} for a list.
1686
1687 Argument is a list of @var{key}=@var{value} couples separated by
1688 ":". In @var{filter} and @var{psy-rd} options that use ":" as a separator
1689 themselves, use "," instead. They accept it as well since long ago but this
1690 is kept undocumented for some reason.
1691
1692 For example to specify libx264 encoding options with @command{ffmpeg}:
1693 @example
1694 ffmpeg -i foo.mpg -vcodec libx264 -x264opts keyint=123:min-keyint=20 -an out.mkv
1695 @end example
1696
1697 @item x264-params (N.A.)
1698 Override the x264 configuration using a :-separated list of key=value
1699 parameters.
1700
1701 This option is functionally the same as the @option{x264opts}, but is
1702 duplicated for compability with the Libav fork.
1703
1704 For example to specify libx264 encoding options with @command{ffmpeg}:
1705 @example
1706 ffmpeg -i INPUT -c:v libx264 -x264-params level=30:bframes=0:weightp=0:\
1707 cabac=0:ref=1:vbv-maxrate=768:vbv-bufsize=2000:analyse=all:me=umh:\
1708 no-fast-pskip=1:subq=6:8x8dct=0:trellis=0 OUTPUT
1709 @end example
1710 @end table
1711
1712 Encoding ffpresets for common usages are provided so they can be used with the
1713 general presets system (e.g. passing the @option{pre} option).
1714
1715 @section libxvid
1716
1717 Xvid MPEG-4 Part 2 encoder wrapper.
1718
1719 This encoder requires the presence of the libxvidcore headers and library
1720 during configuration. You need to explicitly configure the build with
1721 @code{--enable-libxvid --enable-gpl}.
1722
1723 The native @code{mpeg4} encoder supports the MPEG-4 Part 2 format, so
1724 users can encode to this format without this library.
1725
1726 @subsection Options
1727
1728 The following options are supported by the libxvid wrapper. Some of
1729 the following options are listed but are not documented, and
1730 correspond to shared codec options. See @ref{codec-options,,the Codec
1731 Options chapter} for their documentation. The other shared options
1732 which are not listed have no effect for the libxvid encoder.
1733
1734 @table @option
1735 @item b
1736
1737 @item g
1738
1739 @item qmin
1740
1741 @item qmax
1742
1743 @item mpeg_quant
1744
1745 @item threads
1746
1747 @item bf
1748
1749 @item b_qfactor
1750
1751 @item b_qoffset
1752
1753 @item flags
1754 Set specific encoding flags. Possible values:
1755
1756 @table @samp
1757
1758 @item mv4
1759 Use four motion vector by macroblock.
1760
1761 @item aic
1762 Enable high quality AC prediction.
1763
1764 @item gray
1765 Only encode grayscale.
1766
1767 @item gmc
1768 Enable the use of global motion compensation (GMC).
1769
1770 @item qpel
1771 Enable quarter-pixel motion compensation.
1772
1773 @item cgop
1774 Enable closed GOP.
1775
1776 @item global_header
1777 Place global headers in extradata instead of every keyframe.
1778
1779 @end table
1780
1781 @item trellis
1782
1783 @item me_method
1784 Set motion estimation method. Possible values in decreasing order of
1785 speed and increasing order of quality:
1786
1787 @table @samp
1788 @item zero
1789 Use no motion estimation (default).
1790
1791 @item phods
1792 @item x1
1793 @item log
1794 Enable advanced diamond zonal search for 16x16 blocks and half-pixel
1795 refinement for 16x16 blocks. @samp{x1} and @samp{log} are aliases for
1796 @samp{phods}.
1797
1798 @item epzs
1799 Enable all of the things described above, plus advanced diamond zonal
1800 search for 8x8 blocks, half-pixel refinement for 8x8 blocks, and motion
1801 estimation on chroma planes.
1802
1803 @item full
1804 Enable all of the things described above, plus extended 16x16 and 8x8
1805 blocks search.
1806 @end table
1807
1808 @item mbd
1809 Set macroblock decision algorithm. Possible values in the increasing
1810 order of quality:
1811
1812 @table @samp
1813 @item simple
1814 Use macroblock comparing function algorithm (default).
1815
1816 @item bits
1817 Enable rate distortion-based half pixel and quarter pixel refinement for
1818 16x16 blocks.
1819
1820 @item rd
1821 Enable all of the things described above, plus rate distortion-based
1822 half pixel and quarter pixel refinement for 8x8 blocks, and rate
1823 distortion-based search using square pattern.
1824 @end table
1825
1826 @item lumi_aq
1827 Enable lumi masking adaptive quantization when set to 1. Default is 0
1828 (disabled).
1829
1830 @item variance_aq
1831 Enable variance adaptive quantization when set to 1. Default is 0
1832 (disabled).
1833
1834 When combined with @option{lumi_aq}, the resulting quality will not
1835 be better than any of the two specified individually. In other
1836 words, the resulting quality will be the worse one of the two
1837 effects.
1838
1839 @item ssim
1840 Set structural similarity (SSIM) displaying method. Possible values:
1841
1842 @table @samp
1843 @item off
1844 Disable displaying of SSIM information.
1845
1846 @item avg
1847 Output average SSIM at the end of encoding to stdout. The format of
1848 showing the average SSIM is:
1849
1850 @example
1851 Average SSIM: %f
1852 @end example
1853
1854 For users who are not familiar with C, %f means a float number, or
1855 a decimal (e.g. 0.939232).
1856
1857 @item frame
1858 Output both per-frame SSIM data during encoding and average SSIM at
1859 the end of encoding to stdout. The format of per-frame information
1860 is:
1861
1862 @example
1863        SSIM: avg: %1.3f min: %1.3f max: %1.3f
1864 @end example
1865
1866 For users who are not familiar with C, %1.3f means a float number
1867 rounded to 3 digits after the dot (e.g. 0.932).
1868
1869 @end table
1870
1871 @item ssim_acc
1872 Set SSIM accuracy. Valid options are integers within the range of
1873 0-4, while 0 gives the most accurate result and 4 computes the
1874 fastest.
1875
1876 @end table
1877
1878 @section png
1879
1880 PNG image encoder.
1881
1882 @subsection Private options
1883
1884 @table @option
1885 @item dpi @var{integer}
1886 Set physical density of pixels, in dots per inch, unset by default
1887 @item dpm @var{integer}
1888 Set physical density of pixels, in dots per meter, unset by default
1889 @end table
1890
1891 @section ProRes
1892
1893 Apple ProRes encoder.
1894
1895 FFmpeg contains 2 ProRes encoders, the prores-aw and prores-ks encoder.
1896 The used encoder can be choosen with the @code{-vcodec} option.
1897
1898 @subsection Private Options for prores-ks
1899
1900 @table @option
1901 @item profile @var{integer}
1902 Select the ProRes profile to encode
1903 @table @samp
1904 @item proxy
1905 @item lt
1906 @item standard
1907 @item hq
1908 @item 4444
1909 @end table
1910
1911 @item quant_mat @var{integer}
1912 Select quantization matrix.
1913 @table @samp
1914 @item auto
1915 @item default
1916 @item proxy
1917 @item lt
1918 @item standard
1919 @item hq
1920 @end table
1921 If set to @var{auto}, the matrix matching the profile will be picked.
1922 If not set, the matrix providing the highest quality, @var{default}, will be
1923 picked.
1924
1925 @item bits_per_mb @var{integer}
1926 How many bits to allot for coding one macroblock. Different profiles use
1927 between 200 and 2400 bits per macroblock, the maximum is 8000.
1928
1929 @item mbs_per_slice @var{integer}
1930 Number of macroblocks in each slice (1-8); the default value (8)
1931 should be good in almost all situations.
1932
1933 @item vendor @var{string}
1934 Override the 4-byte vendor ID.
1935 A custom vendor ID like @var{apl0} would claim the stream was produced by
1936 the Apple encoder.
1937
1938 @item alpha_bits @var{integer}
1939 Specify number of bits for alpha component.
1940 Possible values are @var{0}, @var{8} and @var{16}.
1941 Use @var{0} to disable alpha plane coding.
1942
1943 @end table
1944
1945 @subsection Speed considerations
1946
1947 In the default mode of operation the encoder has to honor frame constraints
1948 (i.e. not produc frames with size bigger than requested) while still making
1949 output picture as good as possible.
1950 A frame containing a lot of small details is harder to compress and the encoder
1951 would spend more time searching for appropriate quantizers for each slice.
1952
1953 Setting a higher @option{bits_per_mb} limit will improve the speed.
1954
1955 For the fastest encoding speed set the @option{qscale} parameter (4 is the
1956 recommended value) and do not set a size constraint.
1957
1958 @c man end VIDEO ENCODERS