Advertisement
Guest User

Untitled

a guest
Feb 18th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.26 KB | None | 0 0
  1.  
  2. easyMP3Gain
  3. -----------
  4.  
  5. REQUIREMENTS:
  6. easyMP3Gain requires a Linux based OS with X11 and the programs mp3gain and/or vorbisgain and/or aacgain installed.
  7. If your OS doesn't provide a mp3gain-package install it manually from the mp3gain-site.
  8. Make sure that the mp3gain/vorbisgain/aacgain-binaries or a link is in the "/bin"-directory of your OS.
  9.  
  10. INSTALLING (Debian/xUbuntu/LinuxMint)
  11. 1.) download the ".deb" package of easyMP3Gain
  12. 2.) sudo dpkg -i <package name including path>
  13.  
  14. INSTALLING (openSuSE/Fedora/RedHat)
  15. 1.) download the ".rpm" package of easyMP3Gain
  16. 2.) sudo rpm -i <package name including path>
  17.  
  18. INSTALLING (.tar.gz)
  19. 1.) download the ".tar.gz" package of easyMP3Gain
  20. 1.) Extract the contents of the package file in your desired directory.
  21.  
  22. RUNNING (.deb / .rpm):
  23. 1.) Run the program by clicking on the accordingly menu entry in your desktop environment
  24.  
  25. RUNNING (.tar.gz):
  26. 1.) Change to the 'easyMP3Gain' directory where the files were extracted.
  27. 2.) Start easyMP3Gain by running "./easymp3gain"
  28.  
  29. COMPILING:
  30. If you want to compile easyMP3Gain on your own you first need the FreePascal-compiler (>=2.4.0) and the Lazarus-packages (>=0.9.28) installed.
  31. 1.) download the ".tar.gz" package of easyMP3Gain
  32. 2.) Extract the contents of the source-gz package
  33. 3.) Change to the directory
  34. 4.) ./make
  35.  
  36. Adding files to the list:
  37. -------------------------
  38. There are 3 possibilities to add files to the list.
  39. 1.) Select "Add files" or "Add files recursively" in the menu "File".
  40. 2.) Drag & Drop: Drag files from a file manager and drop them into the easyMP3Gain window.
  41. 3.) start easyMP3Gain with parameters. Some examples:
  42. >easymp3gain '/home/song1.mp3' '/home/mymusic/' --> adds song1.mp3 and all songs in /home/mymusic
  43. >easymp3gain -r '/home/mymusic' --> adds all songs in /home/mymusic recursively
  44.  
  45. MP3/AAC-Files vs. Ogg-Vorbis-Files:
  46. -----------------------------------
  47. MP3-Files are handled in an other way than Ogg-Vorbis-Files.
  48. The handling depends on the backends mp3gain and vorbisgain.
  49.  
  50. Mp3-Files can be analyzed and "hard-gained". In the analyze-process volume-tags are written in the mp3-file.
  51. The Column "Track Gain" shows, how much the file will be gained when clicking on "Gain".
  52. In this process the volume of the files is changed (hard-gained).
  53.  
  54. Vorbis-files can't be "hard-gained". If you click on "Gain" the file is analyzed and the difference to 89dB is written in the file (only as a tag).
  55. Some media-players read this tag and adjust the volume. In contrast to "mp3gain" "vorbisgain" has a fixed reference at 89dB.
  56. Example: easyMP3Gain shows: Volume: 98.8; Gain: (-9.8).
  57. This means, the file has a real volume of 98.8, but the player reads the gain-tag and adjusts the volume to: 98.8-9.8 = 89 dB!
  58.  
  59. Why is there a "?" in the "Album Volume" column?
  60. There is no information about the album volume in ogg-vorbis files. Only the album-gain tags can be read.
  61.  
  62. NOTES:
  63. ------
  64.  
  65. easyMP3Gain can be downloaded at http://easymp3gain.sourceforge.net/
  66. mp3gain can be downloaded at http://mp3gain.sourceforge.net/download.php
  67. vorbisgain can be downloaded at http://sjeng.org/vorbisgain.html
  68. aacgain can be downloaded at http://altosdesign.com/aacgain/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement