diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-12-20 00:41:45 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-12-23 01:44:20 +0530 |
commit | 69f5fe45b98ef3ecb8e5ac69ebebdce7733a3ae4 (patch) | |
tree | b0cae545e0691f6dd4c9416d56c82a5dbf57cd17 /README.md | |
parent | 0b5546c723b9fb212e7e0199dbdaae8b8e0bf206 (diff) | |
download | hypervideo-pre-69f5fe45b98ef3ecb8e5ac69ebebdce7733a3ae4.tar.lz hypervideo-pre-69f5fe45b98ef3ecb8e5ac69ebebdce7733a3ae4.tar.xz hypervideo-pre-69f5fe45b98ef3ecb8e5ac69ebebdce7733a3ae4.zip |
[FFmpegVideoConvertor] Add `gif` to `--recode-video`
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -893,11 +893,11 @@ You can also fork the project on GitHub and run your fork's [build workflow](.gi specific bitrate like 128K (default 5) --remux-video FORMAT Remux the video into another container if necessary (currently supported: avi, flv, - mkv, mov, mp4, webm, aac, aiff, alac, flac, - m4a, mka, mp3, ogg, opus, vorbis, wav). If - target container does not support the - video/audio codec, remuxing will fail. You - can specify multiple rules; e.g. + gif, mkv, mov, mp4, webm, aac, aiff, alac, + flac, m4a, mka, mp3, ogg, opus, vorbis, + wav). If target container does not support + the video/audio codec, remuxing will fail. + You can specify multiple rules; e.g. "aac>m4a/mov>mp4/mkv" will remux aac to m4a, mov to mp4 and anything else to mkv --recode-video FORMAT Re-encode the video into another format if |