Skip to content

Commit aeeb291

Browse files
adding man pages
1 parent 837fdf8 commit aeeb291

File tree

4 files changed

+73
-0
lines changed

4 files changed

+73
-0
lines changed

app/avInfo/avinfo.man

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.\" Manpage for avmeta.
2+
.\" Contact arnaud.marcantoine@gmail.com to correct errors or typos.
3+
.TH man 1 "21 May 2014" "1.0" "avinfo man page"
4+
.SH NOM
5+
avinfo - display version informations
6+
.SH SYNOPSIS
7+
avinfo
8+
.SH AUTHOR
9+
Written by Marc-Antoine ARNAUD (arnaud.marcantoine@gmail.com)
10+
.SH COPYRIGHT
11+
Licence GPL-v3.0+

app/avMeta/avmeta.man

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
.\" Manpage for avmeta.
2+
.\" Contact arnaud.marcantoine@gmail.com to correct errors or typos.
3+
.TH man 1 "21 May 2014" "1.0" "avmeta man page"
4+
.SH NOM
5+
avmeta - display media metadatas
6+
.SH SYNOPSIS
7+
.B avmeta [
8+
.I FILE
9+
]
10+
.SH DESCRIPTION
11+
Display metadatas extracted from file.
12+
.SH BUGS
13+
Only display Format, Audio and Video Metadatas
14+
.SH AUTHOR
15+
Written by Marc-Antoine ARNAUD <arnaud.marcantoine@gmail.com>
16+
.SH COPYRIGHT
17+
Licence GPL-v3.0+
18+
.SH SEE ALSO
19+
ffprobe

app/avTranscoder/av++.man

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
.\" Manpage for avmeta.
2+
.\" Contact arnaud.marcantoine@gmail.com to correct errors or typos.
3+
.TH man 1 "21 May 2014" "1.0" "av++ man page"
4+
.SH NOM
5+
av++ - transcode media
6+
.SH SYNOPSIS
7+
.B av++
8+
[
9+
.I FILE
10+
]
11+
.SH DESCRIPTION
12+
Transcode file to Mpeg2.
13+
.SH BUGS
14+
Need to choose output profile
15+
16+
Need to transcode audio
17+
.SH AUTHOR
18+
Written by Marc-Antoine ARNAUD <arnaud.marcantoine@gmail.com>
19+
.SH COPYRIGHT
20+
Licence GPL-v3.0+
21+
.SH SEE ALSO
22+
ffmpeg

app/genericProcessor/avprocessor.man

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
.\" Manpage for avmeta.
2+
.\" Contact arnaud.marcantoine@gmail.com to correct errors or typos.
3+
.TH man 1 "21 May 2014" "1.0" "avprocessor man page"
4+
.SH NOM
5+
avprocessor - rewrap medias
6+
.SH SYNOPSIS
7+
avmeta [
8+
.I CONFIG
9+
] [
10+
.I FILE
11+
]
12+
.SH DESCRIPTION
13+
Simple rewrap of media files
14+
.SH BUGS
15+
Actually no transcode
16+
.SH AUTHOR
17+
Written by Marc-Antoine ARNAUD <arnaud.marcantoine@gmail.com>
18+
.SH COPYRIGHT
19+
Licence GPL-v3.0+
20+
.SH SEE ALSO
21+
.B ffmpeg

0 commit comments

Comments
 (0)