<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.themixingbowl.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=3delite</id>
	<title>TMB Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.themixingbowl.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=3delite"/>
	<link rel="alternate" type="text/html" href="https://wiki.themixingbowl.org/Special:Contributions/3delite"/>
	<updated>2026-05-26T09:41:12Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.32.1</generator>
	<entry>
		<id>https://wiki.themixingbowl.org/index.php?title=MP3_Stream_Editor&amp;diff=2963</id>
		<title>MP3 Stream Editor</title>
		<link rel="alternate" type="text/html" href="https://wiki.themixingbowl.org/index.php?title=MP3_Stream_Editor&amp;diff=2963"/>
		<updated>2007-03-17T15:46:06Z</updated>

		<summary type="html">&lt;p&gt;3delite: Little review about the topic&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''MP3 Stream Editor''' is an all in one tool mainly for MP3s. Main advantage over other MP3 editors (or any other audio editor) is that you edit (MP2 &amp;amp; MP3) files without decoding and thus quality loss, graphicaly on a 3D sample display easely with a mouse. You have the option to repair the corrupted files also. Encode, re-encode, convert to WAV, cut and join MP3s, Tag MP3s with a professional frame based ID3v2 Tag editor, or even directly Record MP3/WAV/WMA/Flac streams. Burn them as AudioCDs or MP3 CD/DVDs, etc.&lt;br /&gt;
&lt;br /&gt;
===Download===&lt;br /&gt;
&lt;br /&gt;
*http://www.3delite.hu/MP3SE/index.html&lt;br /&gt;
&lt;br /&gt;
[[category:Audio Tools]]&lt;/div&gt;</summary>
		<author><name>3delite</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.themixingbowl.org/index.php?title=MP2&amp;diff=2962</id>
		<title>MP2</title>
		<link rel="alternate" type="text/html" href="https://wiki.themixingbowl.org/index.php?title=MP2&amp;diff=2962"/>
		<updated>2007-03-17T15:42:58Z</updated>

		<summary type="html">&lt;p&gt;3delite: /* Editing */ MP3 Stream Editor is the best MP2/MP3 editor, not just cuts joins, but has full editing capabilities&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''MP2''' (sometimes also called Musicam) is short for '''MPEG-1 Audio Layer II'''. [[MP2]] files usually have an extension of .mp2 but sometimes .mpa is used instead. [[MP2]] has largely been superseded by [[MP3]] (MPEG-1 Audio Layer III) for file sharing and CD ripping, but it remains a dominant standard for audio broadcasting in Europe as part of the [[DAB]] digital radio and [[DVB]] digital television standards.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Why Use MP2?==&lt;br /&gt;
&lt;br /&gt;
MP3 should provide superior sound quality to [[MP2]] at the same bitrate so there is no reason to use it for CD ripping or encoding from analogue sources. However since [[MP2]] is the audio format used in DAB and DVB all over the world, the best way to record from these is to use some method to capture the [[MP2]] audio stream straight to disk (e.g. using PCI DVB card). An [[MP2]] created like this will provide a ''perfect'' copy of the original broadcast.&lt;br /&gt;
&lt;br /&gt;
==Playback==&lt;br /&gt;
&lt;br /&gt;
===Software Playback===&lt;br /&gt;
&lt;br /&gt;
The MPEG-1 specifications say that a [[MP3]] decoder must be able to decode Layer I &amp;amp; II too, so any [[MP3]] player should play [[MP2]] files. MP2 support is probably even wider then [[MP3]] support since it is the audio format used in .mpg files too.&lt;br /&gt;
&lt;br /&gt;
===Hardware Playback===&lt;br /&gt;
&lt;br /&gt;
In theory all hardware [[MP3]] players should be able to play [[MP2]], but in practice this does not always seem to be the case. Some have no problems playing [[MP2]] files (even if this isn't mentioned anywhere in the players specifications), some will only play them if you give it an .mp3 extension, and others won't play them at all.&lt;br /&gt;
&lt;br /&gt;
If your hardware player only plays [[MP2]] files with an .mp3 extension it might be worth asking the manufacturer if this could be fixed with a firmware update. Try to remember to rename it back to .mp2 before sharing it again, as there are some technical differences between [[MP2]] and [[MP3]] that mean things like [[Replaygain]] only work with real [[MP3]] files. Using a double extension like (e.g. radio_mix.mp2.mp3) might help you remember.&lt;br /&gt;
&lt;br /&gt;
===Tagging===&lt;br /&gt;
&lt;br /&gt;
[[MP2]] files can be tagged like [[MP3]] files.&lt;br /&gt;
&lt;br /&gt;
==Conversion to MP3==&lt;br /&gt;
&lt;br /&gt;
Remember that converting from [[MP2]] to [[MP3]] (or any other [[lossy]] format) will always result in a (small) loss of quality, so it's best to only convert when you have a really good reason to do so.&lt;br /&gt;
&lt;br /&gt;
* you can simply use the [[LAME]] exe with the following commands using the command-line: lame.exe --mp2input -V 2 --vbr-new file.mp2 file.mp3&lt;br /&gt;
** the '--resample 44.1' switch could be added to the above to allow you to resample from a 48khz mp2 file to a 44.1khz mp3 file for example.&lt;br /&gt;
* if you prefer to use a GUI then use the following guide: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===What You Need===&lt;br /&gt;
&lt;br /&gt;
* To convert [[MP2]] files to [[MP3]], you'll need to use a [[LAME]] compile that correctly accepts [[MP2]] input for decoding. [[LAME]] version 3.97 now does as standard, so no special ''lame.exe fixed for decoding'' is required. See the [[LAME]] page for instructions on how to get the ''lame.exe''&lt;br /&gt;
* [http://wiki.themixingbowl.org/LAME#ALL2LAME ALL2LAME]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===How Do I Configure ALL2LAME and LAME?===&lt;br /&gt;
&lt;br /&gt;
* First extract the ''All2Lame.zip'' file: it actually doesn’t have an installer, you just run the file.&lt;br /&gt;
* Next, move your ''lame.exe'' into the ALL2LAME folder. Your folder should now look something like:&lt;br /&gt;
&lt;br /&gt;
[[Image:All2lame-dir.jpg]]&lt;br /&gt;
&lt;br /&gt;
As long as ''lame.exe'' is in the same folder, that’s it! You don’t need to configure ALL2LAME anymore than that. Easy!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===How Does It Work?===&lt;br /&gt;
&lt;br /&gt;
* Run ''all2lame.exe'' to start the program and do the following:&lt;br /&gt;
** Drag-drop the [[MP2]] file you want to convert into the white 'Files' area.&lt;br /&gt;
** Copy &amp;amp; paste the following line into the 'Switches' box: -V 2 --vbr-new&lt;br /&gt;
*** You might like to add the following command before the above switch to resample a 48khz mp2 file to a 44.1khz mp3 file: --resample 44.1&lt;br /&gt;
** Tick the '+' icon at the end of the 'Switches' box: this will save the command so that you won’t need to type it in again.&lt;br /&gt;
&lt;br /&gt;
It should now look like this:&lt;br /&gt;
&lt;br /&gt;
[[Image:All2lame-gui.jpg]]&lt;br /&gt;
&lt;br /&gt;
* It's now ready. Click the 'Encode' button and a window will pop up that looks like this:&lt;br /&gt;
&lt;br /&gt;
[[Image:All2lame-cmd.jpg]]&lt;br /&gt;
&lt;br /&gt;
* Congratulations, that means it's working! An [[MP3]] will be created in the same folder as the [[MP2]] file. You can whack that on your ipod and jump around like they do in the adverts.&lt;br /&gt;
&lt;br /&gt;
==Editing==&lt;br /&gt;
&lt;br /&gt;
Both [[MP3]] and [[MP2]] files can be losslessly cut and trimmed using:&lt;br /&gt;
* [[MP3DirectCut]]&lt;br /&gt;
* [[MP3Splt]]&lt;br /&gt;
* [[Pcutmp3]]&lt;br /&gt;
* [[MP3 Stream Editor]] Complete visual editor&lt;br /&gt;
&lt;br /&gt;
[[Category:Audio Formats]]&lt;/div&gt;</summary>
		<author><name>3delite</name></author>
		
	</entry>
</feed>