X-Git-Url: https://git.piment-noir.org/?p=deb_x265.git;a=blobdiff_plain;f=doc%2FreST%2Fx265.rst;fp=doc%2FreST%2Fx265.rst;h=32a416de8dcb37c1a5b9abc7f6cb5858fb779fa4;hp=0000000000000000000000000000000000000000;hb=b53f7c52d8280ab63876efd6eb292c21430ac607;hpb=5c9b45285dd64723ad1dac380b98a7b1f3095674 diff --git a/doc/reST/x265.rst b/doc/reST/x265.rst new file mode 100644 index 0000000..32a416d --- /dev/null +++ b/doc/reST/x265.rst @@ -0,0 +1,49 @@ +x265 CLI Documentation +###################### + + +SYNOPSIS +======== + +**x265** [options] infile [-o] outfile + +Bit depth: 8 + + +**x265-10bit** [options] infile [-o] outfile + +Bit depth: 10 + + +infile can be YUV or Y4M + +outfile is raw HEVC bitstream + + +DESCRIPTION +=========== + +.. toctree:: + :maxdepth: 2 + + introduction + + +OPTIONS +======= + +.. toctree:: + :maxdepth: 2 + + cli + presets + lossless + + +SEE ALSO +======== + +**libx265**\(3) + +Online documentation: http://x265.readthedocs.org/en/default/cli.html +