Re: Converting Mono MP3 To Simulated Stereo on Linux



Alfred wrote:
If I have a mono MP3 file, is there a way to use ffmpeg or other tool
on Linux to convert it to simulated stereo? (Note, I have Ubuntu.)

#!/bin/bash
bu="http://youtube.com/get_video.php?";
mkdir -p ~/mp3
cd ~/mp3
read -p "YouTube URL For Video To Rip? " ur
read -p "Name Prefix of MP3 File? " nv
echo;echo;
wget ${ur} -O /tmp/y1;uf=${bu}`grep player2.swf /tmp/y1 | cut -d? -f2 |
cut -d\" -f1`
wget "${uf}" -O /tmp/y.flv
ffmpeg -i /tmp/y.flv -f mp3 -vn -acodec copy "/tmp/${nv}.mp3"
ecasound -i "/tmp/${nv}.mp3" -etf:8 -o "${nv}.mp3"
echo;echo;
rm -f "/tmp/${nv}.mp3"
echo "File is saved in your home directory in the 'mp3' folder."
read

.



Relevant Pages

  • Re: Newbie video problems
    ... Would expect a menu with a choice between Ubuntu and Windows at this point. ... Will work this part out after we get your screen back When I boot with the Ubuntu installation CD in, ... Ubuntu, start in video safe mode, etc. ...
    (Ubuntu)
  • Re: Video problems with Ubuntu 8.1
    ... Video problems with Ubuntu 8.1 ... Potential School Wide Linux Implementation (Tommy) ... Potential School Wide Linux Implementation ...
    (Ubuntu)
  • Re: Newbie video problems
    ... On Monday 03 December 2007 09:04:20 Hal Davis wrote: ... Would expect a menu with a choice between Ubuntu and Windows at this ... Ubuntu, start in video safe mode, etc. ...
    (Ubuntu)
  • Re: Newbie video problems
    ... OK, it's good to know where the scripts are and such on the internet, but I haven't a clue about how to get on the internet from a command prompt, nor how to run a script. ... When I boot with the Ubuntu installation CD in, ... Ubuntu, start in video safe mode, etc. ...
    (Ubuntu)
  • Re: ubuntu-users Digest, Vol 56, Issue 375
    ... Re: Installing Ubuntu ... activate apache mods ... Screencast with gtk-recordmydesktop ... tried to create a flash video but it's too fast. ...
    (Ubuntu)