You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

39 lines
862 B

.TH X264 1 "2006-06-01" "20060601" "H.264 (MPEG4 AVC) encoder"
.SH NAME
x264 \- H.264 (MPEG4 AVC) encoder
.SH SYNOPSIS
.B x264
.RI [ options ]
.RI \-o\ outfile \ infile
.RI [ width x height ]
.SH DESCRIPTION
.B X264
is a free encoder for H264/AVC video streams.
.SH OPTIONS
.TP
.B \-h, \-\-help
Shows help screen.
.IP
Please refer to this option for a description of all available command line
parameters.
.TP
.I infile
Infile can be raw YUV 4:2:0 (in which case resolution is required) or YUV4MPEG
4:2:0 (*.y4m).
.TP
.I outfile
Outfile type is selected by filename:
.IP
.BR .264 \ \->\ Raw\ bytestream
.IP
.BR .mkv \ \->\ Matroska
.SH AUTHOR
x264 was written by Laurent Aimar <fenrir@via.ecp.fr> et al.
.PP
This manual page was written by Fabian Greffrath <fabian@debian-unofficial.org>
for the Debian Unofficial project (but may be used by others).