Record Audio in mp3 file format using FMS

I am Recording Audio Using FMS which will record Audio file in FLV File Format default But I like to Record in MP3 File Format. Is it Possible.
And I also Record Video In MP4 File Format using h264 encode. Which Give me Video File in MP4 File Format but When i will try to play that MP4 File it Didn't play. So, I post-processed video with a tool called F4V Post Processor. Now That MP4 Video File Play But Didn't Give me Sound in that Video.
My Code is:
        var h264Settings:H264VideoStreamSettings = new H264VideoStreamSettings();
        h264Settings.setProfileLevel(H264Profile.MAIN, H264Level.LEVEL_3);
        ns.videoStreamSettings = h264Settings;
        ns.publish("mp4:"+FILENAME+".mp4","record");
I search Lot but didn't get the solution. So, Please Give me Solution for Both thing.

The .flv format is a "container" format, not a video format.
So that means that inside the container, you can have a video file and/or an audio file or even just an audio file.. which most likely is already an mp3 file. Use something like "FLV Extract" to break open the container and see:
http://moitah.net/
But really, for any Web delivery of audio, the .flv (audio only) method works just fine. Lots of media players available for the Flash .flv file.
For example:
Sounds from my bunk on the Lady Washington
http://exploreolympics.com/reports/?p=2857
Scroll down to third media player.
A little quiet to start with... but this is a .flv file with just an mp3 audio file inside.
Best of luck!
Adninjastrator

Similar Messages

  • Record audio file in a wav file format using QuickTime 7 Pro for Windows?

    Is it possible to record audio file in a wav file format using QuickTime 7 Pro for Windows? The system I want to upload audio files that I record to requires they be in a wav file format / PCM - 112025kh / 8 bit mono / 11.05khz
    Something tells me no...and I bought this upgrade for nothing...GRRRRRRR

    QuickTime Pro for Windows allows you to make audio recordings from some input devices.
    You can then "export" these new files to .wav format at any setting you choose.

  • Can flash record audio in .mp3 format?

    I have an Audio Recorder created in flash. Currently it records audio  and saves it in .flv format.(I am using AS2.0 and Red5 server)
    My question is: Is there  any way by which I can record and save audio in .mp3 format, directly?
    Thanks in advance.

    The .flv format is a "container" format, not a video format.
    So that means that inside the container, you can have a video file and/or an audio file or even just an audio file.. which most likely is already an mp3 file. Use something like "FLV Extract" to break open the container and see:
    http://moitah.net/
    But really, for any Web delivery of audio, the .flv (audio only) method works just fine. Lots of media players available for the Flash .flv file.
    For example:
    Sounds from my bunk on the Lady Washington
    http://exploreolympics.com/reports/?p=2857
    Scroll down to third media player.
    A little quiet to start with... but this is a .flv file with just an mp3 audio file inside.
    Best of luck!
    Adninjastrator

  • Plz tell me which sound file format uses minimum memory of a director file

    plz tell me which sound file format uses minimum memory of a director file. bcoz on adding sound the projector file becomes a large memory file .
    so i am confused that which file format should be used.

    saramultimedia,
    Are you certain that you're asking your question in the right place? This forum is about the Adobe Media Encoder application. Most of the people who answer questions here are familiar with the digital video and audio applications such as After Effects and Premiere Pro.
    If you have a question about Director, it's probably best to ask on the Director forum. But I see that you already know that, since you already have a thread on that forum to ask this question, and it got an answer:
    http://forums.adobe.com/thread/769569

  • Help needed  while exporting crystal reports to HTML file format using java

    Help needed  while exporting crystal reports to HTML file format using java api(not using crystalviewer).i want to download the
    html file of the report
    thanks

    the ReportExportFormat class does not have HTML format, it has got to be XML. Export to HTML is available from CR Designer only.
    Edited by: Aasavari Bhave on Jan 24, 2012 11:37 AM

  • How do I convert an MP3 file to use it as a ringtone on my iPhone 3G?

    How do I convert an MP3 file to use it as a ringtone on my iPhone 3G?

    Andrew J wrote:
    Everybody's wrong wrong wrong. You don't need garageband. Select the song, go to info. You need to select a start and stop time for the song that can't be any longer than 40 seconds in length. Then in advanced mode you convert the song to acc. once done locate the file on the computer. it should end in .m4a . Change the a to an r so it reads .m4r Drag the file to the desktop, double click and it ends up in ringtones folder.
    That's it! Works every time. Or for those who want easier:
    http://www.ambrosiasw.com/utilities/iToner/
    My drug of choice.

  • Sox mp3 file format recognition issue.

    I am trying to use 'play' command in 'sox' to play a mp3 file.
    play XXX.mp3
    will give me this error
    play formats: no handler for detected file type `audio/mpeg; charset=binary'
    but
    play -t mp3 XXX.mp3
    works fine.
    Any clue for this problem?

    shanghaied wrote:The bug has been taken care of in the sox version 14.3.0 http://sox.cvs.sourceforge.net/sox/sox/ … iew=markup,
    but looks like the package has no maintainer atm.
    Here's a PKGBUILD for the new version of SoX... it compiles but I haven't tried installing it on my production server.
    pkgname=sox
    pkgver=14.3.0
    pkgrel=3
    pkgdesc="The Swiss Army knife of sound processing tools"
    arch=('i686' 'x86_64')
    url="http://sox.sourceforge.net/"
    license=('GPL')
    depends=('ffmpeg>=0.5' 'libao' 'libvorbis' 'lame' 'libmad' 'bash' 'alsa-lib' 'libsndfile' 'libsamplerate' 'libtool' 'file')
    options=(!libtool)
    source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
    md5sums=('8e3509804e6227273ef84092e1a2fea7')
    build() {
    cd $srcdir/$pkgname-$pkgver
    ./configure --prefix=/usr --sysconfdir=/etc
    make || return 1
    make DESTDIR=$pkgdir install || return 1
    cd $pkgdir/usr/bin
    rm -f rec
    ln -sf play rec
    I could maintain this package if need be... Either way, I would like to see this package updated to the current version so as to be compatible with file-5.

  • Please suggest how can we verify file format using SSIS 2008 .

    We have ragged files placed in directory which need to be loaded into DB. Before loading we need to validate the file format before loading.
    The file schema is as follows.
    01 XREF_RCD.
    05 XR_JOB PIC X(4).
    05 XR_PHASE PIC X(2).
    05 XR_DATE PIC X(6).
    05 XR_ST_CHECK_NO PIC S9(8)
    05 XR_END_CHECK_NO PIC S9(8)
    05 XR_ST_SERIAL PIC S9(8)
    05 XR_END_SERIAL PIC S9(8)
    05 XR_AMOUNT PIC S9(7)V99
    05 XR_ISSUE_DATE PIC X(6).
    05 XR_CONTENT_FLAG PIC X.
    05 XR_XREF_CARD_PROCESSED PIC X.
    Could you please suggest how can we validate using SSIS 2008  and
    invalid value in header (alpha character for numeric field), more than 20% of records with errors, format is not correct also need to validated.

    Before we load the data we need to verify  invalid value in header (alpha character for numeric field),
    more than 20% of records with errors,
    format is not correct (values starting or ending in wrong position),  if the above validation pass then only the data can be loaded.  please suggest how can we achieve in SSIS .  The FileFormat and filedata is available below.  
    please find the file contents.
    49530110050230088937300889393008893730088939000036714100506
    54000110050230089190300894103008919030089410000066614100506
    73880110050230090564300907593009056430090759000104503100506
    73880110050230090564300907593009056430090759000104503100506
    45980110050230088829300888793008882930088879000033453100506
    58160110050230089820300898263008982030089826000058278100506
    41680110050130088623300886413008862330088641000035877100506
    41680110050241683471416834714168347141683471000000949100505
    82900110050230093642300936633009364230093663000069407100506
    54520110050230089411300894193008941130089419000048629100506
    83580110050230093664300936683009366430093668000083136100506
    56320110050230089556300895613008955630089561000073072100506
    74160110050230090760300907983009076030090798000099724100506
    57920110050230089562300895823008956230089582000079256100506
    45950110050230088649300888283008864930088828000185937100506
    81770110050230092335300928073009233530092807000118370100506
    70760110050230089827300899233008982730089923000083451100506
    74200110050230090799300908493009079930090849000047305100506
    84450110050230093699300937153009369930093715000076723100506
    83930110050230093669300936983009366930093698000043699100506
    75120110050230091002300910043009100230091004000034908100506
    10100110050230088620300886223008862030088622000194662100506
    79600110050230091402300914093009140230091409000119741100506
    58110110050230089583300897633008958330089763000140539100506
    58117710050230089764300897643008976430089764000047663100506
    52460110050230088940300891893008894030089189000097617100506
    48820110050230088928300889343008892830088934000142420100506
    48824110050230088935300889363008893530088936000144862100506
    82810110050230093510300936413009351030093641000156790100506
    76090110050230091060300911413009106030091141000111451100506
    74210110050230090850300909943009085030090994000130955100506
    75760110050230091030300910323009103030091032000075843100506
    File Layout
     XR_JOB PIC X(4).
     XR_PHASE PIC X(2).
     XR_DATE PIC X(6).
     XR_ST_CHECK_NO PIC S9(8) 
    XR_END_CHECK_NO PIC S9(8) 
    XR_ST_SERIAL PIC S9(8)
    XR_END_SERIAL PIC S9(8) 
    XR_AMOUNT PIC S9(7)V99 
    XR_ISSUE_DATE PIC X(6).
     XR_CONTENT_FLAG PIC X.
     XR_XREF_CARD_PROCESSED PIC X

  • Record audio from .exe file

    Hi we had created an entire project of 2.5 hours of around 140 slides using Adobe Captivate 6. We had put the slide notes as text and published an .exe file and shared the same with the client.
    However, now we have lost the source captivate .cptx file and have to redo the project from scratch.  We have the powerpoint presentation for each slide so putting the objects as per the .exe is not an issue.
    We figured the easiest way to have the audio is to record directly from the .exe and then put the audio files in captivate, rather than putting slide notes and repeating the entire process.
    Is there a way to directly record audio from the .exe file? This will reduce our effort with respect to the pronunciation of words.

    Double-click your .exe file and let it run, do not close. If you're on Windows 7 go to
    C:\Users\your user name\AppData\Local\Temp\
    and look for a folder like CPE7770.tmp. You can use the date and time stamp to locate this folder.
    Your swf file will be there.
    If on another Windows OS, the path should be similar.
    You can also use software like Audacity or Audition to record audio from your computer. Set up will depend on your system config.
    Cheers,
    Seth

  • .mp3 files that used to play now say 'the file is corrupt' but they play fine in google crome. Do you have problems with your default mp3 player?

    I've posted a number of mp3 file links on our website. All have been functioning and playing well until this week, they are no longer playing when clicked on. The new tab opens, thinks, then says that the "video cannot be played because the file is corrupt". These files are able to be downloaded and played from individual computers and will play fine in other browsers - such as Google Chrome.
    Not sure if there is an issue with Firefox default mp3 player?

    I assume that this is because of the way the MP3 file is encoded.
    Sample rate: 22050 Hz
    Bitrate: 32 kb/s
    If I open the file in a tab then I see a media player, but inspecting the page source shows a video tag with no source attribute, so Firefox seems to have a problem with decoding the media header despite the audio/mpeg content type.
    I don't know what to do about this apart from playing the file in an external player or play the file via an object or embed tag to make Firefox use a plugin.
    Using a bookmarklet like this to force an audio tag doesn't work as well:
    <pre><nowiki>data:text/html,<audio src="%S" controls>
    </nowiki></pre>

  • Unable to convert PDF files to any other file format using Acrobat XI Pro

    Acrobat XI Pro ver11.0.2
    Office 2013 Pro Plus
    Windows 8 Pro
    When I open a PDF file and try to export file to: Word, RTF, Excel, XML or PowerPoint, I woud receive the error below.
    Save As failed to process this document. No file was created.
    I recall in the past that I was able to export PDF to Excel & Word.  I simply tried the other file formats to see what happens.
    Unfortunately for me, this is happening to both of my machines.  Same version software except the other machine is Windows 7 Pro. I have admin level rights to both PCs.
    Not sure what to do at this point.
    As another test, I did the following.
    Created a document in Word, then saved as a PDF file.  Opened that PDF file to save as a Word doc and I received the error listed above.
    Any suggestions are appreciated.
    Thank you

    Thank you for the suggestions
    "Created a document in Word, then saved as a PDF file.  Opened that PDF file to save as a Word doc and I received the error listed above".
    I used another machine.  Created a Virtual Machine with Office 2013 and Acobat XI and I do not have issues with converting PDF to any of the available formats.  Its not the file I'm using, its the software itself that is the issue.
    Unfortunately, I did uninstall Office 2013 & Acrobat XI then reinstalled but I still have the problem so I can only guess once its broken in the registry, I will continue to have an issue.
    For now, I'm going to move Acrobat XI on the VM since I dont have time to reinstall Windows 8. 

  • MP3 files being used by MAC OS X and cannot be opened?

    I'm setting up my play lists in ITunes 7.0.2 on my Macbook and I started realizing a few songs where missing. The MP3 files are in my music folder but do not show up in ITunes. When I click on the in the music directory it gives me the following message in a pop up.
    Item "name of song.MP3" is being used by MAC OS X and cannot be open.
    Any clue what is going on? It's happened on several different songs so far. Thanks

    I recopied the bad files from my network backup drive and all seems well but I still don't understand why The system told me it was using the files.

  • How do I convert a wmv file format into an avi file format using quicktime 7 pro

    I have just purchased quicktime 7 pro under the advice that it can convert wmv. file formats into avi. file formats, my firat attempt to do this using export failed after I could not open the wmv. file format. can anyone help with the process? I have looked through the instructions and nothing in there suggests another alternative

    QuickTime cannot do this of iteslf: you need to add Flip4Mac:
    http://www.telestream.net/flip4mac-wmv/overview.htm

  • Screen Capture (file format) used to be pdf

    Is there a way to change the default file format for a screen capture. The file format in OS 10.3 used to capture as a PDF. Now the format is PNG. I know you can open the file in preview and resave it.
    I just want to see if there is someway to change preferences or something so it will default as a pdf file.
    thanks

    Hi, amantia and costicladop —
    amantia, welcome to Apple Discussions!
    There are various options to accomplish your objective.
    OnyX 1.6.5 (a free utility) and Cocktail 3.6.5 ($14.95 shareware utility) offer the option to change graphic file format with a "single click" — in OnyX »» Appearance »» Screen Capture and Cocktail »» Interface »» Misc. »» Screenshot file format, respectively.
    They're both just implementing Terminal commands — which provide another option.
    bmp, gif, jpg, jpg-2000, pdf, photoshop, pict, png, sgi, tga, and tiff options are available in both utilities.
    Hope this helps . . .
    Regards,
    Dean
    p.s.  costicladop — following your link engages an automatic download. (Duh.) Wanting to read something first, I went to http://www.arenasoftware.com/ — which forwards to http://www.digitalarena.co.nz/. The software page on that site only mentions three software products, none of which is shotChoice. Could you provide a descriptive link? Thanks!

  • Photoshop Elements 10  plug-in required for the new Camera RAW file format used by the new Canon 6D

    I have a new Canon 6D and prefer to use Camera RAW.  This new file format is not compatable with Elements 10.  A new plug-in maybe is required.
    Can anyone help?
    Regards,
    gordo422209

    I can't find Canon 6D in the list of supported cameras for even ACR 7.3. I would thus suggest you converting your raw files to dng using dng convertor tool and then open the dng files in ACR.
    Download and install the free Adobe DNG converter to convert your raw files to the Adobe universal Raw format and the files will open in all versions of PSE (keep your original raw files as backups and for use in the manufacturers software)
    Windows download click here DNG Converter 7.2
    Mac download click here DNG Converter 7.2
    You can convert a whole folder of raw images in one click. See this quick video tutorial:
    You Tube click here for DNG Converter tutorial
    Source: http://forums.adobe.com/message/4893342#4893342 curtsey of 99jon

Maybe you are looking for

  • ORA-12535: TNS:operation timed out on a win2000 Oracle instance

    Hi, i have a Oracle 8.1.5 instance on a WIN2000 PC. I can connect me to this database with sqlplus as long i stay on the PC (means i started the sqlplus on the same machine). When i try to connect from an other (unix-)system i get after a while (ca.

  • Where's Encore? I've already watched all the tutorials I can find to no avail.

    The information from Dav's tutorials (an Adobe guy) make it sound so simple, as do the other tutorials I can find on YouTube (because the Adobe TV site does not address the issue). But do I really have to download the WHOLE Premiere Pro CS6 simply to

  • I am trying to download a BC site which I created in business catalyst.

    I get into a continous sign in loop. I am an Adobe Cloud subscriber and use CS6. I have tried this on both computers where I have my cloud subscription. I have tried this with a couple of sites I have created. Any ideas?

  • How can I insert a background into a photo?

    I have several still photos I have taken with a green screen backdrop.  I would now like to cut the image and install a background for these shots.  I have imported the pics into iphoto, and now am stalled out as to what program or technology to use.

  • Undefined task appearing in the workflow

    Hi Experts, I am facing a strange issue in the production system. There is a workflow which is resulting in error. When I checked the workflow log, I can see a task which is not defined in the workflow at all. Then the error that is mentioned in the