From 0643fa0f2dfc5286611c429bf29bb835058d3fd8 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Sun, 23 Oct 2022 13:35:43 +0200 Subject: [PATCH] WIP add ffmpeg site --- pages/04.other/18.ffmpeg/default.en.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 pages/04.other/18.ffmpeg/default.en.md diff --git a/pages/04.other/18.ffmpeg/default.en.md b/pages/04.other/18.ffmpeg/default.en.md new file mode 100644 index 0000000..f050f21 --- /dev/null +++ b/pages/04.other/18.ffmpeg/default.en.md @@ -0,0 +1,18 @@ +--- +title: ffmpeg +visible: false +--- + +[toc] +## List supported codecs and formats +`$ ffmpeg -codecs` + +`$ ffmpeg -formats` + +## Encoding +### H.264 +> [H.264 Encoding Guide](https://trac.ffmpeg.org/wiki/Encode/H.264) + + +### AV1 +> [AV1 Encoding Guide](https://trac.ffmpeg.org/wiki/Encode/AV1)