I have 77 mp2 files that need to be batch decompressed. I tried with BeSweet GUI but it only does mp3 batch. I tried doing a few via it's registry entry under the software name Danni, it's too annoying that way. Couldn't use audition or EAC because they can't read them.
Anyone know how to make this easier?.![]()
+ Reply to Thread
Results 1 to 12 of 12
-
-
The free and simple Xmedia recode can convert your audio files to anything. Load your mp2 files, choose custom profile and format: wav, mp3, aac, etc.
And you can't decompress a compressed audio or video. You are reconverting and losing quality for every conversion. -
-
Go for ffmpeg - bellow PCM WAV examples
24 bit
Code:@ffmpeg -threads %NUMBER_OF_PROCESSORS%*1.5 -i %1 -vn -c:a pcm_s24le -af "aresample=resampler=soxr:dither_method=3" -y %1_24.wav
Code:@ffmpeg -threads %NUMBER_OF_PROCESSORS%*1.5 -i %1 -vn -c:a pcm_s16le -af "aresample=resampler=soxr:dither_method=3" -y %1_16.wav
-
Last edited by El Heggunte; 22nd May 2015 at 07:46. Reason: add info
-
Similar Threads
-
Editing MP2 Audio
By ROBO731 in forum AudioReplies: 5Last Post: 4th Aug 2014, 08:05 -
Decompression
By JacquesLab in forum DVD RippingReplies: 2Last Post: 28th Apr 2013, 13:39 -
mp2 audio sync problem
By vidyarathne in forum Newbie / General discussionsReplies: 0Last Post: 6th Aug 2012, 01:59 -
Weird audio decompression problems in Virtualdub
By Bully9 in forum Newbie / General discussionsReplies: 2Last Post: 16th Jul 2012, 06:21 -
how to convert mp2 audio to lpcm?
By gareth41 in forum Authoring (Blu-ray)Replies: 9Last Post: 21st Oct 2011, 13:47