48 lines
1.2 KiB
Groff
48 lines
1.2 KiB
Groff
|
.TH OXFRAME 1 "Aug 12, 2012"
|
||
|
.\" Please adjust this date whenever revising the manpage.
|
||
|
.\"
|
||
|
.\" Some roff macros, for reference:
|
||
|
.\" .nh disable hyphenation
|
||
|
.\" .hy enable hyphenation
|
||
|
.\" .ad l left justify
|
||
|
.\" .ad b justify to both left and right margins
|
||
|
.\" .nf disable filling
|
||
|
.\" .fi enable filling
|
||
|
.\" .br insert line break
|
||
|
.\" .sp <n> insert n+1 empty lines
|
||
|
.\" for manpage-specific macros, see man(7)
|
||
|
.SH NAME
|
||
|
oxframe \- command-line tool to extract frames from videos.
|
||
|
.SH SYNOPSIS
|
||
|
.B oxframe
|
||
|
.RI [options]
|
||
|
.SH DESCRIPTION
|
||
|
This manual page documents the \fBoxframe\fP command.
|
||
|
.PP
|
||
|
oxframe can extract frames from Ogg Theora and WebM videos
|
||
|
and resize them to a given width or height.
|
||
|
.SH OPTIONS
|
||
|
.TP
|
||
|
.B \-h, \-\-help
|
||
|
show help message and exit
|
||
|
.TP
|
||
|
.B \-x WIDTH, \-\-width=WIDTH
|
||
|
scale image to given width
|
||
|
.TP
|
||
|
.B \-y HEIGHT, \-\-height=HEIGHT
|
||
|
scale image to given height
|
||
|
.TP
|
||
|
.B \-p POS, \-\-pos=POS
|
||
|
frame position in seconds, float
|
||
|
.TP
|
||
|
.B \-i INPUT, \-\-input=INPUT
|
||
|
video input
|
||
|
.TP
|
||
|
.B \-o OUTPUT, \-\-output=OUTPUT
|
||
|
path to save frame to, jpg, png supported
|
||
|
(defaults to png)
|
||
|
.TP
|
||
|
.B \-f FORMAT, \-\-output=FORMAT
|
||
|
output format, jpg or png
|
||
|
if not provided detected from output extension
|