PDA

View Full Version : Ssh


MattKern
02-23-2007, 08:44 PM
Hi


This is my first time having SSH access. Can anyone suggest any good sites to get familiar with what is possible?

In particular, I am trying to get comfortable with ffmpeg, ffmpeg-php, etc...


Thanks


Matt

Cirtex Admin
02-23-2007, 08:55 PM
Hi Matt

Putty is the most commonly used SSH Tool, just google it and download it.
For FFMPEG Commands here is a starter,

/usr/local/bin/ffmpeg -i /home/user/public_html/file.avi -f flv -acodec mp3 -ab 64 -ac 1 /home/user/public_html/converted/converterd.flv

I'd recommend first doing some research and read documentations on this so on so forth but mostly are very simple if you just want to do some conversions yourself, just make sure the video sizes are too large as they may take much longer to convert.

Cheers

MattKern
02-23-2007, 09:22 PM
Thanks for the fast reply.

In particular I am looking to take some wav files, concatonate them, and then convert them to MP3.

Am I on the right track with ffmpeg?

Also, I need to fax my ID in to get privileges, right?

Thanks

Matt