summaryrefslogtreecommitdiffstats
path: root/DOCS/man/encode.rst
Commit message (Collapse)AuthorAgeFilesLines
* encode: implement --oset-metadata, and --oremove-metadataTheAMM2017-12-261-0/+21
| | | | | | | | | | | | This commit introduces a new --oset-metadata key-value-list option, allowing the user to specify output metadata when encoding (eg. --oset-metadata=title="Hello",comment="World"). A second option --oremove-metadata is added to exclude existing metadata from the output file (assuming --ocopy-metadata is enabled). Not all output formats support all tags, but luckily libavcodec simply discards unsupported keys.
* encode: rename option --ometadata to --ocopy-metadataTheAMM2017-12-261-1/+1
| | | | | | --copy-metadata describes the result of the option better, (copying metadata from the source file to the output file). Marks the old --no-ometadata OPT_REMOVED with a suggestion for the new --no-ocopy-metadata.
* man: fix grammar issuesMartin Herkt2015-12-191-4/+4
|
* manpage: Fix typo. oacopts -> ovcoptsc_142015-06-231-1/+1
|
* man: fix a whole bunch of typosMartin Herkt2014-09-011-2/+2
|
* DOCS: remove en/ sub-directorywm42014-06-201-0/+155
This additional sub-directory doesn't serve any purpose anymore. Get rid of it.