Command Line Magic (climagic)'s status on Monday, 16-Apr-12 20:13:41 UTC
-
extr_mp3(){ ffmpeg -i $1.flv -f mp3 -ar 44100 -ac 2 -ab 192k -y -acodec copy $1.mp3; } # Extract MP3 from FLV function. Thx @tweetygeekyhbar
extr_mp3(){ ffmpeg -i $1.flv -f mp3 -ar 44100 -ac 2 -ab 192k -y -acodec copy $1.mp3; } # Extract MP3 from FLV function. Thx @tweetygeekyhbar
Identi.ca is a microblogging service brought to you by E14N. It runs the StatusNet microblogging software, version 1.1.0-release, available under the GNU Affero General Public License.
All Identi.ca content and data are available under the Creative Commons Attribution 3.0 license.