summaryrefslogtreecommitdiff
path: root/www/docs
diff options
context:
space:
mode:
Diffstat (limited to 'www/docs')
-rw-r--r--www/docs/rvf.t10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/docs/rvf.t b/www/docs/rvf.t
index 25258e4240..171319fcca 100644
--- a/www/docs/rvf.t
+++ b/www/docs/rvf.t
@@ -8,7 +8,7 @@ the Archos Recorder / FM Recorder / V2 line.
8 8
9<p> Other option is to get the GUI Video Conversion Tool from John Wunder, which 9<p> Other option is to get the GUI Video Conversion Tool from John Wunder, which
10 can be downloaded from <a href="http://home.ripway.com/2004-2/66978/RockVideoRelease.zip"> 10 can be downloaded from <a href="http://home.ripway.com/2004-2/66978/RockVideoRelease.zip">
11 http://home.ripway.com/2004-2/66978/RockVideoRelease.zip</a> 11 http://home.ripway.com/2004-2/66978/RockVideoRelease.zip</a>. (Windows users only)
12 12
13<p> See also Fabian Merki's <a 13<p> See also Fabian Merki's <a
14 href="http://merkisoft.ch/rockbox/">msi-rvf-gallery</a>, a Java program for 14 href="http://merkisoft.ch/rockbox/">msi-rvf-gallery</a>, a Java program for
@@ -75,8 +75,8 @@ href="http://joerg.hohensohn.bei.t-online.de/archos/video/">http://joerg.hohenso
75 OPTIONAL: You can name the output differently. 75 OPTIONAL: You can name the output differently.
76 76
77<li> The extracted audio file must be in mp3 format, so you have to convert the WAV file into MP3. 77<li> The extracted audio file must be in mp3 format, so you have to convert the WAV file into MP3.
78 One option is using the LAME codec. You can download the win32 binary from <a 78 One option to make this is using the LAME codec. You can download the win32 binary from <a
79 href="http://mitiok.cjb.net">http://mitiok.cjb.net</a> 79 href="http://mitiok.cjb.net">http://mitiok.cjb.net</a>.
80 One format used with LAME (good quality/size) is: 80 One format used with LAME (good quality/size) is:
81<pre> 81<pre>
82 lame --preset standard [input.wav] [output.mp3] 82 lame --preset standard [input.wav] [output.mp3]
@@ -86,8 +86,8 @@ href="http://joerg.hohensohn.bei.t-online.de/archos/video/">http://joerg.hohenso
86 lame --preset standard filename.wav filename.mp3 86 lame --preset standard filename.wav filename.mp3
87</pre> 87</pre>
88 88
89 OPTIONL: You can name the output differently. Also, you can use other wav to mp3 tool, or even use 89 OPTIONAL: You can name the output differently. Also, you can use other wav to mp3 tool, or even use
90 other options in the lame command. The --preset standard will give you a VBR file, so if you want a 90 other options in the lame command. NOTE: The --preset standard will give you a VBR file, so if you want a
91 CBR file, just change the preset to --preset cbr [kbps], where [kbps] is the Constant Bit Rate desired. 91 CBR file, just change the preset to --preset cbr [kbps], where [kbps] is the Constant Bit Rate desired.
92 92
93<li> Now we have to merge the sound with the video, so run the rvf_mux tool found 93<li> Now we have to merge the sound with the video, so run the rvf_mux tool found