From c7fd0fee7ad2581889e84748ab64e10003d9d526 Mon Sep 17 00:00:00 2001 From: Martin Arver Date: Tue, 21 Feb 2006 11:54:53 +0000 Subject: 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 --- manual/plugins/vbrfix.tex | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 manual/plugins/vbrfix.tex (limited to 'manual/plugins/vbrfix.tex') 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 @@ +\subsection{VBRfix} +This function scans a VBR (Variable Bitrate) +MP3 file and updates/creates the Xing VBR header. The Xing header +contains information about the VBR stream used to calculate average bit +rate, time information and to more accurately fwd/rew in the stream. + +This function is especially useful when the playback of a file skips, +fwd/rew does not work correctly or the time display is incorrect. Run +VBRfix on files you record with your Jukebox. The header is not present +in the recorded files and VBRfix adds this header. + +Note: VBRfix can only run when music is +turned off (since it uses the same memory as the player) and can take a +while to complete if run on big files. + -- cgit v1.2.3