diff options
author | Lukáš Lalinský <lalinsky@gmail.com> | 2023-05-09 08:30:03 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2023-05-10 09:42:35 +0200 |
commit | b5af451901e116c568442e72b8534cbd13545e73 (patch) | |
tree | 0599f408abec9bbadb3cc05a5b8c244ad872f0bc /doc | |
parent | 512bba3d1bd404627fb2799191605258654b693e (diff) | |
download | ffmpeg-b5af451901e116c568442e72b8534cbd13545e73.tar.gz |
avcodec/libmp3lame: make it possible to set copyright/original flags
Diffstat (limited to 'doc')
-rw-r--r-- | doc/encoders.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi index 3cb6fc1ce7..20cb8a1421 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -864,6 +864,13 @@ Enable the encoder to use ABR when set to 1. The @command{lame} @option{--abr} sets the target bitrate, while this options only tells FFmpeg to use ABR still relies on @option{b} to set bitrate. +@item copyright (@emph{-c}) +Set MPEG audio copyright flag when set to 1. The default value is 0 +(disabled). + +@item original (@emph{-o}) +Set MPEG audio original flag when set to 1. The default value is 1 +(enabled). @end table @section libopencore-amrnb |