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)