summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Maria Garcia-Valdecasas Bernal <quelsaruk@rockbox.org>2004-03-18 13:12:12 +0000
committerJose Maria Garcia-Valdecasas Bernal <quelsaruk@rockbox.org>2004-03-18 13:12:12 +0000
commitc40c069a67a41a85eb2525561de65b11d240d85e (patch)
treeb2767874d6f2a9a6e1b49c5cc19fa53e45c7aa16
parent1bc1a5fa6fd26935b1e7aef5cb9a9bbd54bc779f (diff)
downloadrockbox-c40c069a67a41a85eb2525561de65b11d240d85e.tar.gz
rockbox-c40c069a67a41a85eb2525561de65b11d240d85e.zip
minor spelling errors :)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4405 a1c6a512-1295-4272-9138-f99709370657
-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