diff options
author | Nikoli <nikoli@gmx.us> | 2015-04-15 20:27:40 +0300 |
---|---|---|
committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2015-05-01 11:54:40 +0200 |
commit | 083c1bb960715031aed63dfb834a5bdc5ac6ff9a (patch) | |
tree | 48dc6f6a8ffb4091e23b2cf39054977fe243ec70 /README.md | |
parent | 861e65eb0573c824cf82e1f31b7169df2efa74ab (diff) |
Add ability to embed subtitles in mkv files (closes #5434)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -216,7 +216,7 @@ which means you can modify it, redistribute it or use it however you like. --recode-video FORMAT Encode the video to another format if necessary (currently supported: mp4|flv|ogg|webm|mkv) -k, --keep-video Keep the video file on disk after the post-processing; the video is erased by default --no-post-overwrites Do not overwrite post-processed files; the post-processed files are overwritten by default - --embed-subs Embed subtitles in the video (only for mp4 videos) + --embed-subs Embed subtitles in the video (only for mkv and mp4 videos) --embed-thumbnail Embed thumbnail in the audio as cover art --add-metadata Write metadata to the video file --metadata-from-title FORMAT Parse additional metadata like song title / artist from the video title. The format syntax is the same as --output, the parsed |