Skip to content

Commit 51182ca

Browse files
committed
man page updates and new pages from MajestiK.
1 parent 071190b commit 51182ca

File tree

4 files changed

+223
-37
lines changed

4 files changed

+223
-37
lines changed

trunk/man/nuvexport-svcd.1

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
.\" Comments
2+
.Dd Sept 26, 2004
3+
.ds volume-operating-system NuvExport
4+
.Os NUVEXPORT
5+
.Dt NUVEXPORT-SVCD 1 1
6+
.Sh NAME
7+
.Nm nuvexport-svcd
8+
.Nd export nuv files created by mythtv to svcd compliand mpeg files
9+
.Sh SYNOPSIS
10+
.Nm
11+
12+
.Sh DESCRIPTION
13+
.Nm
14+
is a perl script built to assist in exporting .NUV files from mythtv into svcd directly, it runs nuvexport using the svcd export option
15+
16+
The output is a SVCD complaint .mpg file
17+
.Sh OPTIONS
18+
.Nm
19+
takes all the same options as nuvexport, except for the --mode option
20+
21+
.Sh USAGE
22+
See nuvexport's main manpage for the general usage of the program, this manpage deals with specifics of the
23+
.Nm
24+
exporter
25+
26+
.Bd -literal
27+
The following are all the questions that are asked as part of the encode process for the most part, the defaults should work well. SVCD requires these options to stay standard.
28+
29+
Where would you like to export the files to? [.]
30+
This is where you would like to export the files to
31+
Enable Myth cutlist? [Yes]
32+
This uses the MythTV cutlist during the reencode process to
33+
transcode only specific portions. This can be used to remove
34+
commercials if they are tagged as such in mythfrontend.
35+
Enable noise reduction (slower, but better results)? [Yes]
36+
This will enable a noise reduction algoritm to clean the
37+
recording up. This will however cost you some time in the
38+
reencode process
39+
Enable deinterlacing? [Yes]
40+
This will deinterlace the video to make it play better on a
41+
computer monitor. The interlaced signal is build for television
42+
outputs, and does not render well on a standard monitor
43+
Crop broadcast overscan (2% border)? [Yes]
44+
Removes the border around the video to clean up the recording.
45+
Audio bitrate? [192]
46+
Sets the bitrate of the audio. Changing this will cause a non-complaint
47+
SVCD mpeg
48+
Multi-pass (slower, but better quality)? [No]
49+
Reencodes each frame multiple times and average the frames to give
50+
a better picture. As reported, this will take more time, but
51+
should give better results, especially on noisy video
52+
Maximum video bitrate for VBR? [2500]
53+
Required for SVCD complance. (mpeg2enc manpage)
54+
VBR quality/quantisation (1-31)? [5]
55+
Quantisation controls the
56+
Quantisation controls the precision with which image information is
57+
encoded. The lower the number the higher the quality but the greater
58+
the required data-rate. (See mpeg2enc manpage for more details - option
59+
-q )
60+
Width? [624]
61+
Height? [468]
62+
Sets with Width and Height of the output file.
63+
.Ed
64+
65+
.Sh DIAGNOSTICS
66+
.Ex -std
67+
68+
.Sh DEPENDANCIES
69+
.Nm
70+
depends on nuvexport, and all of it's dependancies
71+
.Ed
72+
73+
.Sh SEE ALSO
74+
.Xr transcode 1 ,
75+
.Xr mythtranscode 1 ,
76+
.Xr mythtv 1 ,
77+
.Xr mpeg2enc 1 ,
78+
.Xr nuvexport-xvid 1 ,
79+
.Xr nuvexport-svcd 1 ,
80+
.Xr nuvexport-vcd 1 ,
81+
.Xr nuvexport-dvcd 1 ,
82+
.Xr nuvexport-dvd 1 ,
83+
.Xr nuvexport-wmv 1
84+
85+
.Sh AUTHOR
86+
.Bd -literal
87+
Main code by: Chris Petersen (mythtv@forevermore.net)
88+
Additional exporter work: Gavin Hurlbut (gjhurlbu@gmail.com)
89+
ManPage by: Paul Greidanus (paul@majestik.org)
90+
.Ed
91+
92+
.Sh BUGS
93+
Please check http://www.forevermore.net/mythtv to check on current status of nuvexport, and to check on any bugs

trunk/man/nuvexport-vcd.1

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
.\" Comments
2+
.Dd Sept 26, 2004
3+
.ds volume-operating-system NuvExport
4+
.Os NUVEXPORT
5+
.Dt NUVEXPORT-VCD 1 1
6+
.Sh NAME
7+
.Nm nuvexport-vcd
8+
.Nd export nuv files created by mythtv to vcd compliand mpeg files
9+
.Sh SYNOPSIS
10+
.Nm
11+
12+
.Sh DESCRIPTION
13+
.Nm
14+
is a perl script built to assist in exporting .NUV files from mythtv into vcd directly, it runs nuvexport using the vcd export option
15+
16+
The output is a VCD compliant .mpg file
17+
.Sh OPTIONS
18+
.Nm
19+
takes all the same options as nuvexport, except for the --mode option
20+
21+
.Sh USAGE
22+
See nuvexport's main manpage for the general usage of the program, this manpage deals with specifics of the
23+
.Nm
24+
exporter
25+
26+
.Bd -literal
27+
The following are all the questions that are asked as part of the encode process for the most part, the defaults should work well. VCD requires these options to stay standard.
28+
29+
Where would you like to export the files to? [.]
30+
This is where you would like to export the files to
31+
Enable Myth cutlist? [Yes]
32+
This uses the MythTV cutlist during the reencode process to
33+
transcode only specific portions. This can be used to remove
34+
commercials if they are tagged as such in mythfrontend.
35+
Enable noise reduction (slower, but better results)? [Yes]
36+
This will enable a noise reduction algoritm to clean the
37+
recording up. This will however cost you some time in the
38+
reencode process
39+
Enable deinterlacing? [Yes]
40+
This will deinterlace the video to make it play better on a
41+
computer monitor. The interlaced signal is build for television
42+
outputs, and does not render well on a standard monitor
43+
Crop broadcast overscan (2% border)? [Yes]
44+
Removes the border around the video to clean up the recording.
45+
.Ed
46+
47+
.Sh DIAGNOSTICS
48+
.Ex -std
49+
50+
.Sh DEPENDANCIES
51+
.Nm
52+
depends on nuvexport, and all of it's dependancies
53+
.Ed
54+
55+
.Sh SEE ALSO
56+
.Xr transcode 1 ,
57+
.Xr mythtranscode 1 ,
58+
.Xr mythtv 1 ,
59+
.Xr mpeg2enc 1 ,
60+
.Xr nuvexport-xvid 1 ,
61+
.Xr nuvexport-svcd 1 ,
62+
.Xr nuvexport-vcd 1 ,
63+
.Xr nuvexport-dvcd 1 ,
64+
.Xr nuvexport-dvd 1 ,
65+
.Xr nuvexport-wmv 1
66+
67+
.Sh AUTHOR
68+
.Bd -literal
69+
Main code by: Chris Petersen (mythtv@forevermore.net)
70+
Additional exporter work: Gavin Hurlbut (gjhurlbu@gmail.com)
71+
ManPage by: Paul Greidanus (paul@majestik.org)
72+
.Ed
73+
74+
.Sh BUGS
75+
Please check http://www.forevermore.net/mythtv to check on current status of nuvexport, and to check on any bugs

trunk/man/nuvexport-xvid.1

Lines changed: 51 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,69 @@
11
.\" Comments
22
.Dd Sept 26, 2004
33
.ds volume-operating-system NuvExport
4-
.Os
4+
.Os NUVEXPORT
55
.Dt NUVEXPORT-XVID 1 1
66
.Sh NAME
77
.Nm nuvexport-xvid
88
.Nd export nuv files created by mythtv to xvid
99
.Sh SYNOPSIS
1010
.Nm
11-
.Op Fl Fl title string
12-
.Op Fl Fl subtitle string
13-
.Op Fl Fl description string
14-
.Op Fl Fl debug
1511

1612
.Sh DESCRIPTION
1713
.Nm
1814
is a perl script built to assist in exporting .NUV files from mythtv into xvid directly, it runs nuvexport using the xvid export option
1915

16+
The output is a Xvid encoded AVI file with MP3 audio.
17+
2018
.Sh OPTIONS
21-
The following command line options are available:
22-
.Bl -tag -width indent
23-
.It Fl Fl title
24-
search on title for programs
25-
.It Fl Fl subtitle
26-
search on subtitle for programs
27-
.It Fl Fl description
28-
search on description for programs
29-
.It Fl Fl debug
30-
enables debugging information, as well as changes reencode behavior to print out actions rather then executing them. useful for understanding what programs are being run by nuvexport to do the reencoding work
31-
.El
19+
.Nm
20+
takes all the same options as nuvexport, except for the --mode option
3221

3322
.Sh USAGE
34-
As mentioned, the program is interactive, and is fairly self explanitory. The following are the basic steps to export a file from mythtv.
35-
.Bd -literal
36-
1) Choose from the show titles.
37-
2) Choose a specific show from the titles.
38-
3) hit "c" to continue and begin the reencode process
39-
4) work through the options specific to the xvid export process.
40-
.Ed
23+
See nuvexport's main manpage for the general usage of the program, this manpage deals with specifics of the
24+
.Nm
25+
exporter
26+
4127
.Bd -literal
42-
Details of export options:
28+
The following are all the questions that are asked as part of the encode process for the most part, the defaults should work well.
4329

44-
.Ed
30+
Where would you like to export the files to? [.]
31+
This is where you would like to export the files to
32+
Enable Myth cutlist? [Yes]
33+
This uses the MythTV cutlist during the reencode process to
34+
transcode only specific portions. This can be used to remove
35+
commercials if they are tagged as such in mythfrontend.
36+
Enable noise reduction (slower, but better results)? [Yes]
37+
This will enable a noise reduction algoritm to clean the
38+
recording up. This will however cost you some time in the
39+
reencode process
40+
Enable deinterlacing? [Yes]
41+
This will deinterlace the video to make it play better on a
42+
computer monitor. The interlaced signal is build for television
43+
outputs, and does not render well on a standard monitor
44+
Crop broadcast overscan (2% border)? [Yes]
45+
Removes the border around the video to clean up the recording.
46+
Audio bitrate? [128]
47+
Sets the bitrate of the audio. Default is almost always safe
48+
for this option.
49+
Variable bitrate video? [Yes]
50+
Allows the bitrate to vary inside of the transcode, this is useful
51+
to keep the file size down, but may cause problems with some
52+
media players.
53+
Multi-pass (slower, but better quality)? [No]
54+
Reencodes each frame multiple times and average the frames to give
55+
a better picture. As reported, this will take more time, but
56+
should give better result, especially on noisy video.
57+
VBR quality/quantisation (1-31)? [6]
58+
Quantisation controls the
59+
Quantisation controls the precision with which image information is
60+
encoded. The lower the number the higher the quality but the greater
61+
the required data-rate. (See mpeg2enc webpage for more details - option
62+
-q )
63+
Width? [624]
64+
Height? [468]
65+
Sets with Width and Height of the output file.
66+
.Ed
4567

4668
.Sh DIAGNOSTICS
4769
.Ex -std
@@ -53,26 +75,22 @@ depends on nuvexport, and all of it's dependancies
5375

5476
.Sh SEE ALSO
5577
.Xr transcode 1 ,
56-
.Xr ffmpeg 1 ,
5778
.Xr mythtranscode 1 ,
5879
.Xr mythtv 1 ,
80+
.Xr mpeg2enc 1 ,
5981
.Xr nuvexport-xvid 1 ,
6082
.Xr nuvexport-svcd 1 ,
6183
.Xr nuvexport-vcd 1 ,
6284
.Xr nuvexport-dvcd 1 ,
6385
.Xr nuvexport-dvd 1 ,
6486
.Xr nuvexport-wmv 1
6587

66-
.Sh HISTORY
67-
This program was written a while ago, now it's getting better
68-
.Pp
69-
7088
.Sh AUTHOR
7189
.Bd -literal
72-
Main code by: Chris Petersen
73-
WMV code by: Gavin Hurlbut
90+
Main code by: Chris Petersen (mythtv@forevermore.net)
91+
Additional exporter work: Gavin Hurlbut (gjhurlbu@gmail.com)
7492
ManPage by: Paul Greidanus (paul@majestik.org)
7593
.Ed
7694

7795
.Sh BUGS
78-
Please check http://www.forevermore.net/nuvexport to check on current status of nuvexport, and to check on any bugs
96+
Please check http://www.forevermore.net/mythtv to check on current status of nuvexport, and to check on any bugs

trunk/man/nuvexport.1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.\" $Id$
33
.Dd Sept 26, 2004
44
.ds volume-operating-system NuvExport
5-
.Os
5+
.Os NUVEXPORT
66
.Dt NUVEXPORT 1 1
77
.Sh NAME
88
.Nm nuvexport
@@ -95,9 +95,9 @@ nuv and sql - dumps mysql database so it can be moved to another
9595

9696
.Sh SEE ALSO
9797
.Xr transcode 1 ,
98-
.Xr ffmpeg 1 ,
9998
.Xr mythtranscode 1 ,
10099
.Xr mythtv 1 ,
100+
.Xr mpeg2enc 1 ,
101101
.Xr nuvexport-xvid 1 ,
102102
.Xr nuvexport-svcd 1 ,
103103
.Xr nuvexport-vcd 1 ,
@@ -106,7 +106,7 @@ nuv and sql - dumps mysql database so it can be moved to another
106106
.Xr nuvexport-wmv 1
107107

108108
.Sh HISTORY
109-
Once upon a time, Chris wrote nuvexport, then Gavin helped, then Paul came along to make documentation. And there was much rejoicing.
109+
Once upon a time, Chris wrote nuvexport, then Gavin helped, then Paul came along to make documentation. No minstrels were eaten this time, but there was still much rejoicing.
110110
.Pp
111111

112112
.Sh AUTHOR
@@ -117,4 +117,4 @@ ManPage by: Paul Greidanus (paul@majestik.org)
117117
.Ed
118118

119119
.Sh BUGS
120-
Please check http://www.forevermore.net/nuvexport to check on current status of nuvexport, and to check on any bugs
120+
Please check http://www.forevermore.net/mythtv to check on current status of nuvexport, and to check on any bugs

0 commit comments

Comments
 (0)