Wednesday

convert ape to mp3

with opensource software only, no installations required

1.Download ffmpg http://ffmpeg.zeranoe.com/builds/

2.Conver ape into Wav by ffmpeg.exe -i file1.ape file1.wav

3.Download lame http://lame.sourceforge.net/download.php

4.encode wav into mp3 with lame file1.wav

No comments:

test smtp server with powershell

Send-MailMessage -SMTPServer smtp.domain.com -To [email protected] -From [email protected] -Subject "This is a test email" -Body ...