summaryrefslogtreecommitdiff
path: root/manual/plugins/vbrfix.tex
diff options
context:
space:
mode:
authorMartin Arver <martin.arver@gmail.com>2006-02-21 11:54:53 +0000
committerMartin Arver <martin.arver@gmail.com>2006-02-21 11:54:53 +0000
commitc7fd0fee7ad2581889e84748ab64e10003d9d526 (patch)
treec81cb417787c809732f7126cee8148b3a52881cd /manual/plugins/vbrfix.tex
parentbff84266217d10337e5bb4d643c7bfdb9c4b0d5d (diff)
downloadrockbox-c7fd0fee7ad2581889e84748ab64e10003d9d526.tar.gz
rockbox-c7fd0fee7ad2581889e84748ab64e10003d9d526.zip
Patch[1430311] by Henrico Witvliet. Split plugins to individual files. Proper naming of the targets.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8763 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/vbrfix.tex')
-rw-r--r--manual/plugins/vbrfix.tex15
1 files changed, 15 insertions, 0 deletions
diff --git a/manual/plugins/vbrfix.tex b/manual/plugins/vbrfix.tex
new file mode 100644
index 0000000000..267b9663ab
--- /dev/null
+++ b/manual/plugins/vbrfix.tex
@@ -0,0 +1,15 @@
1\subsection{VBRfix}
2This function scans a VBR (Variable Bitrate)
3MP3 file and updates/creates the Xing VBR header. The Xing header
4contains information about the VBR stream used to calculate average bit
5rate, time information and to more accurately fwd/rew in the stream.
6
7This function is especially useful when the playback of a file skips,
8fwd/rew does not work correctly or the time display is incorrect. Run
9VBRfix on files you record with your Jukebox. The header is not present
10in the recorded files and VBRfix adds this header.
11
12Note: VBRfix can only run when music is
13turned off (since it uses the same memory as the player) and can take a
14while to complete if run on big files.
15