Tools/raw Materials
1. First download potato video download tool: Itudou;
2. Or use Flvxz URL to extract, download flv and some flv turn mp3
3. Beijing Love Story Theme song
Steps/Methods
1. Open the video site, search "Beijing love Story", try to store the video in the flv form to the local.
Method One: Use the video website to provide the downloading tool, for example the Tudou provides a version Itudou (version may update).
Method Two: Use
order to let everyone no longer detours, introduce how I do, in fact, very simple. I am using socket upload, when there is a file upload completed, if it is an audio file, I will turn him into a mp3 format. Whether it's AMR format or CAF format, and any audio format, it's OK.
First of all, download Ffmpeg.exe, very easy to search, can be from the official web. Because we are only used for transcoding, we do not introduce his working principles or any
2015-10-10 18:42:55Original
Libmad is an open source MP3 decoding library, lightweight and efficient, MPlayer also use this library to decode MP3. ALSA (Advanced Linux Sound architecture) is a kernel component in Linux that provides voice device drivers to replace the original open sound system (open Sound system,ossv3). In addition to sound device drivers, ALSA also contains a library of user-space functio
Animation effect:
Click to download the file
(1) First see an XML format playlist, the file name is "Mp3.xml", the code is as follows:
(3) Select Onxml, open the component Inspector Alt+f7 Select "Schema", then select Results:xml, click the Small icon on the right with the mouse, as shown.
(4) Select "Bind", click "Add Binding", choose "Mp3play:array" in the pop-up dialog box, and click OK.
(5) Again set "direction" value is "in", "formatter" val
In listening to music, we are often troubled by a problem, that is, when playing music was prompted that the electronic device can not be opened, the music format is not compatible, we can only find other ways to solve. In general, we would like to download and install a music-compatible playback software, but at some point, our electronic devices do not install the software at will, when this happens, we can only think of ways to convert music files to the format we need. From the present point
The media component of the Flash MX 2004 is really good, when you use it you may find that the Mediadisplay component can play only one mp3, and if you want to play a song and then play another song, you can't. Today to introduce you how to use Mediacontroller and mediadisplay components to achieve a number of MP3 network.
The player interface is shown in figure:
Ideas are as follows:
The song list is reco
The media component of the Flash MX 2004 is really good, when you use it you may find that the Mediadisplay component can play only one mp3, and if you want to play a song and then play another song, you can't. Today to introduce you how to use Mediacontroller and mediadisplay components to achieve a number of MP3 network.The player interface is shown in figure:Ideas are as follows:The song list is recorded
1MedieCodec supports more than 4.1 system use, is a class of Google SDK.2 ability to decode MP3,WMA format audio files3 before decoding, need mediaexactor extract file information, including file type, sample rate,Package Com.dawin.mediacodec;import Java.io.ioexception;import Java.nio.bytebuffer;import Android.media.MediaCodec ; import Android.media.mediaextractor;import Android.media.mediaformat;import android.media.MediaCodec.BufferInfo; public clas
I have completely deleted Ubuntu8.04 and installed Ubuntu8.10, but it has been plagued by a problem since it was installed. That is, the poor sound quality of playing MP3 is a mess, it's hard to listen to movies and music from the boot sound to the system. It seems that this problem is not found in Ubuntu6.06, 7.10, and 8.04. If you have been troubled by the broken sound during the use of Ubuntu8.10, try the method described below. Double-click the sp
to MP3. This damn Fedora, the default software package does not support MP3. Is it true that the mians are so compliant with the law or adopt a conservative dogma that they are afraid of causing copyright disputes, looking for a mess, the graphic interfaces of MPlayer and Xine are all ready, and you can listen to music again. It is a bit of a pity that there is a speaker in my inbox, always singing with my
In Ubuntu, use osd-lyrics to display mp3 lyrics. software required: UbuntuTweak0.5.4.1 open tweak, find the software source center, select osd-lyricsPPA, and select osd-lyrics in the Software Center, after the app is installed, open it in the panel notification area in the audio and video area, right-click the preference associated player, and you will be able to display the lyrics normally.
Use osd-lyrics in Ubuntu to display
The MP3 code is as follows:
Classid = "CLSID: CFCDAA03-8BE4-11CF-B84B-0020AFBBCCFA"Width = "350"Height = "40">
You only need to replace file: // C:/Windows/1.mp3 with the one you want to play.
// Custom Buffer
Import java. Io .*;
Class mybufferedinputstream{Private byte [] Buf = new byte [1, 1024];
Private inputstream in;Private int Pos = 0, Count = 0;
Mybufferedinputstream (inputstream in ){This. In = in;}/*Read one byte at a time from the buffer byte array.*/Public int myread (){// Read hard disk data through the in object and store the data in BufIf (COUNT = 0 ){Count = in. Read (BUF );If (count Return-1;Pos = 0;Byte B = Buf [POS];Count --;Pos ++;Return B;} Else if (count> 0 ){B
Sina technology news on the morning of March 13, Beijing time, according to foreign media reports today, the British IT Website V3 last week selected the top 10 sunset technologies, of which desktop, CD and floppy disk ranked among the top three, even popular MP3 music players are listed on the list.
The top 10 products are listed below:
1. Desktop
For many people, the desktop is ending, but it still has many advantages, so it has not been extinct.
Three MP3 playback Methods1. Use the Windows Media Player ControlFirst, insert the Windows Media Player control and drag it to the dialog box. And name the control m_wmpplayer.Void cmusicdlg: onbutton1 (){// Todo: add your control notification handler code hereCstring filename;Cfiledialog DLG (true );If (DLG. domodal () = idok){Filename = DLG. getpathname ();M_wmpplayer.seturl (filename );}}
2. Use MCIInclude header file # include Hwnd m_audio;
M_
How to obtain id3 from an MP3 file using Python
This example describes how Python obtains id3 from an MP3 file. Share it with you for your reference. The details are as follows:
?
1 2 3 4 5 6 7 8 9 10 11
Def getID3 (filename ): Fp = open (filename, 'R ') Fp. seek (-128, 2) Fp. read (3) # TAG iniziale Title = fp. read (30) Artist = fp. read (30) Album = fp. read (30) Anno = fp. rea
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.