diff options
author | Jose Maria Garcia-Valdecasas Bernal <quelsaruk@rockbox.org> | 2004-03-18 13:12:12 +0000 |
---|---|---|
committer | Jose Maria Garcia-Valdecasas Bernal <quelsaruk@rockbox.org> | 2004-03-18 13:12:12 +0000 |
commit | c40c069a67a41a85eb2525561de65b11d240d85e (patch) | |
tree | b2767874d6f2a9a6e1b49c5cc19fa53e45c7aa16 | |
parent | 1bc1a5fa6fd26935b1e7aef5cb9a9bbd54bc779f (diff) |
minor spelling errors :)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4405 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | www/docs/rvf.t | 10 |
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. <p> Other option is to get the GUI Video Conversion Tool from John Wunder, which can be downloaded from <a href="http://home.ripway.com/2004-2/66978/RockVideoRelease.zip"> - http://home.ripway.com/2004-2/66978/RockVideoRelease.zip</a> + http://home.ripway.com/2004-2/66978/RockVideoRelease.zip</a>. (Windows users only) <p> See also Fabian Merki's <a 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 OPTIONAL: You can name the output differently. <li> The extracted audio file must be in mp3 format, so you have to convert the WAV file into MP3. - One option is using the LAME codec. You can download the win32 binary from <a - href="http://mitiok.cjb.net">http://mitiok.cjb.net</a> + One option to make this is using the LAME codec. You can download the win32 binary from <a + href="http://mitiok.cjb.net">http://mitiok.cjb.net</a>. One format used with LAME (good quality/size) is: <pre> lame --preset standard [input.wav] [output.mp3] @@ -86,8 +86,8 @@ href="http://joerg.hohensohn.bei.t-online.de/archos/video/">http://joerg.hohenso lame --preset standard filename.wav filename.mp3 </pre> - OPTIONL: You can name the output differently. Also, you can use other wav to mp3 tool, or even use - other options in the lame command. The --preset standard will give you a VBR file, so if you want a + OPTIONAL: You can name the output differently. Also, you can use other wav to mp3 tool, or even use + other options in the lame command. NOTE: The --preset standard will give you a VBR file, so if you want a CBR file, just change the preset to --preset cbr [kbps], where [kbps] is the Constant Bit Rate desired. <li> Now we have to merge the sound with the video, so run the rvf_mux tool found |