From 8448fe0b62a4abfaab593d5e455fa259b1d79407 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 20 Dec 2019 12:37:26 +0100 Subject: demux: add an option to control tag charset Fucking gross that you need this in almost-2020. Fixes: #7255 --- DOCS/man/options.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'DOCS/man/options.rst') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 1af4b81bc8..7fe17aecb2 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -6266,6 +6266,19 @@ Miscellaneous See the FFmpeg libavfilter documentation for details on the available filters. +``--metadata-codepage=`` + Codepage for various input metadata (default: ``utf-8``). This affects how + file tags, chapter titles, etc. are interpreted. You can for example set + this to ``auto`` to enable autodetection of the codepage. (This is not the + default because non-UTF-8 codepages are an obscure fringe use-case.) + + See ``--sub-codepage`` option on how codepages are specified and further + details regarding autodetection and codepage conversion. (The underlying + code is the same.) + + Conversion is not applied to metadata that is updated at runtime. + + Debugging --------- -- cgit v1.2.3