Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
February 08, 2012, 11:04:36 PM
[Less]
News
: ATokar.net 3.0 has been released! Click
here
for more info.
Entire Site
Forum
This topic
Home
Forum
Theme
Change Theme
Christmas
Elegant
ATokar.net Default
Calendar
Gallery
Search
Quick Links
Guest Actions
ATokar.net Projects
Code Snippets
Site Statistics
Recent Posts
Contact Us
Login
Register
ATokar.net
>
Coding
>
Tutorials
Topic:
Convert asf file to wav and mp3 (Ubuntu)
Pages: [
1
]
Go Down
« previous
next »
Print
Author
Topic: Convert asf file to wav and mp3 (Ubuntu) (Read 2385 times)
0 Members and 1 Guest are viewing this topic. Bookmarked by
0
members.
Cleo
Karma: +6/-0
Offline
Gender:
Posts: 172
Convert asf file to wav and mp3 (Ubuntu)
«
on:
September 23, 2008, 09:56:17 AM »
Hello all,
I've been recently working on some project, and I needed an error sound. So, I found some error sound on the Internet, but it was asf file. So, now I was wondering, how to make it mp3 (that's the format I needed) and I converted it using this simple code. (Linux only!
)
Code:
[Select]
mplayer -ao pcm:file=destination.wav source.asf
lame destination.wav
(You will need lame if you want to convert the wav file to mp3, and mplayer if you want to convert the asf file to wav.)
«
Last Edit: February 16, 2009, 01:18:50 PM by Cleo
»
Logged
Developer of Atrinik
Pages: [
1
]
Go Up
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Community
-----------------------------
=> Announcements
=> New Members & Introductions
=> Off Topic
===> Birthdays
=> Questions, Suggestions, and Feedback
=> Deutschsprachige Beiträge (posts in German)
===> Detaillierte Programmiertipps
===> Hilfreiche Links
-----------------------------
Development
-----------------------------
=> Graphics and Templates
=> Software
===> Games
===> Graphics
===> Internet
===> Office
===> Operating Systems
===> Programming
===> Sound & Video
===> Web Applications
===> Other
=> Online Tools
-----------------------------
Coding
-----------------------------
=> C
=> PHP
=> HTML/CSS
=> JavaScript
=> Tutorials
=> Other