aboutsummaryrefslogtreecommitdiff
path: root/debian/gav1_decode.1
diff options
context:
space:
mode:
Diffstat (limited to 'debian/gav1_decode.1')
-rw-r--r--debian/gav1_decode.162
1 files changed, 62 insertions, 0 deletions
diff --git a/debian/gav1_decode.1 b/debian/gav1_decode.1
new file mode 100644
index 0000000..924d041
--- /dev/null
+++ b/debian/gav1_decode.1
@@ -0,0 +1,62 @@
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.16.
+.TH GAV1_DECODE 1 "23 Oct 2020" "gav1_decode, a libgav1 based AV1 decoder"
+.SH NAME
+gav1_decode, \- An example application of gav1.gav1_decode can be used to decode IVF files
+.SH SYNOPSIS
+.B gav1_decode
+[\fI\,options\/\fR] \fI\,<input file> \/\fR[\fI\,-o <output file>\/\fR]
+.SH OPTIONS
+.HP
+\fB\-h\fR, \fB\-\-help\fR This help message.
+.HP
+\fB\-\-threads\fR <positive integer> (Default 1).
+.HP
+\fB\-\-frame_parallel\fR.
+.HP
+\fB\-\-limit\fR <integer> Stop decoding after N frames (0 = all).
+.HP
+\fB\-\-skip\fR <integer> Skip initial N frames (Default 0).
+.HP
+\fB\-\-version\fR.
+.HP
+\fB\-\-y4m\fR (Default false).
+.HP
+\fB\-\-raw\fR (Default true).
+.HP
+\fB\-v\fR logging verbosity, can be used multiple times.
+.HP
+\fB\-\-all_layers\fR.
+.HP
+\fB\-\-operating_point\fR <integer between 0 and 31> (Default 0).
+.HP
+\fB\-\-frame_timing\fR <file> Output per\-frame timing to <file> in tsv format.
+.IP
+Yields meaningful results only when frame parallel is off.
+.SS "Advanced settings:"
+.HP
+\fB\-\-post_filter_mask\fR <integer> (Default 0x1f).
+.IP
+Mask indicating which post filters should be applied to the reconstructed
+frame. This may be given as octal, decimal or hexadecimal. From LSB:
+.IP
+Bit 0: Loop filter (deblocking filter)
+Bit 1: Cdef
+Bit 2: SuperRes
+Bit 3: Loop Restoration
+Bit 4: Film Grain Synthesis
+.PP
+libgav1 0.16.1
+max bitdepth: 10
+build configuration: Not available.
+.SH "SEE ALSO"
+The full documentation for
+.B gav1_decode,
+is maintained as a Texinfo manual. If the
+.B info
+and
+.B gav1_decode,
+programs are properly installed at your site, the command
+.IP
+.B info gav1_decode,
+.PP
+should give you access to the complete manual.