39 lines
1.1 KiB
Groff
39 lines
1.1 KiB
Groff
.TH OXPOSTERFRAME 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
|
|
oxposterframe \- command-line tool to extract frames from videos.
|
|
.SH SYNOPSIS
|
|
.B oxposterframe
|
|
.RI [options]
|
|
.SH DESCRIPTION
|
|
This manual page documents the \fBoxposterframe\fP command.
|
|
.PP
|
|
oxposterframe can extract frames from Ogg Theora and WebM videos
|
|
and resize and pan\-zoom them to a square image with a given size.
|
|
.SH OPTIONS
|
|
.TP
|
|
.B \-h, \-\-help
|
|
show help message and exit
|
|
.TP
|
|
.B \-x SIZE, \-\-size=SIZE
|
|
scale image to size
|
|
.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
|