mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
Add x264 to README.
This commit is contained in:
parent
bd27c29318
commit
699c71e37e
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
||||||
</h4>
|
</h4>
|
||||||
<h2 align="center">Easy, Fast, Efficient and Feature Rich</h2>
|
<h2 align="center">Easy, Fast, Efficient and Feature Rich</h2>
|
||||||
|
|
||||||
An easy way to start using VVC / AV1 / HEVC / VP9 / VP8 encoding. AOM, RAV1E, SVT-AV1, SVT-VP9, VPX, x265, VTM are supported.
|
An easy way to start using VVC / AV1 / HEVC / VP9 / VP8 encoding. AOM, RAV1E, SVT-AV1, SVT-VP9, VPX, x265, x264, VTM are supported.
|
||||||
|
|
||||||
Example with default parameters:
|
Example with default parameters:
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@ With your own parameters:
|
||||||
-o --output_file Name/Path for output file (Default: (input file name)_(encoder).mkv)
|
-o --output_file Name/Path for output file (Default: (input file name)_(encoder).mkv)
|
||||||
Output file ending is always `.mkv`
|
Output file ending is always `.mkv`
|
||||||
|
|
||||||
-enc --encoder Encoder to use (`aom`,`rav1e`,`svt_av1`,`svt_vp9`,`vpx`,`x265`,`vvc`)
|
-enc --encoder Encoder to use (`aom`,`rav1e`,`svt_av1`,`svt_vp9`,`vpx`,`x265`, `x264`,`vvc`)
|
||||||
Default: aom
|
Default: aom
|
||||||
Example: -enc rav1e
|
Example: -enc rav1e
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue