| 1 | x265 CLI Documentation |
| 2 | ###################### |
| 3 | |
| 4 | |
| 5 | SYNOPSIS |
| 6 | ======== |
| 7 | |
| 8 | **x265** [options] infile [-o] outfile |
| 9 | |
| 10 | Bit depth: 8 |
| 11 | |
| 12 | |
| 13 | **x265-10bit** [options] infile [-o] outfile |
| 14 | |
| 15 | Bit depth: 10 |
| 16 | |
| 17 | |
| 18 | infile can be YUV or Y4M |
| 19 | |
| 20 | outfile is raw HEVC bitstream |
| 21 | |
| 22 | |
| 23 | DESCRIPTION |
| 24 | =========== |
| 25 | |
| 26 | .. toctree:: |
| 27 | :maxdepth: 2 |
| 28 | |
| 29 | introduction |
| 30 | |
| 31 | |
| 32 | OPTIONS |
| 33 | ======= |
| 34 | |
| 35 | .. toctree:: |
| 36 | :maxdepth: 2 |
| 37 | |
| 38 | cli |
| 39 | presets |
| 40 | lossless |
| 41 | |
| 42 | |
| 43 | SEE ALSO |
| 44 | ======== |
| 45 | |
| 46 | **libx265**\(3) |
| 47 | |
| 48 | Online documentation: http://x265.readthedocs.org/en/default/cli.html |
| 49 | |