No Sound Encoding with Windows media encoder

Recently bought a dv8 with windows 7 
I am trying to encode a wmv from a few video files. The video works fine but I get no sound.
Im have been trying to find a combination of sound settings in the sounds manager>recordings tab. but nothing seems to work.
Im am also using the hardware profile option for compression with video set to high and I have chosen various sound profiles.
I just cant seem to get the audio to pass from the file into the encoder. Any suggestions would be appreciated.
Thanks,
Mike

Hi,
Try the following.
Download the IDT Audio installer on the link below and save it to your Downloads folder.
http://ftp.hp.com/pub/softpaq/sp58001-58500/sp58226.exe
When done, open windows Control Panel, open Device Manager and open up Sound, Video and Game Controllers.  Right click the IDT device and select Uninstall - you should also get a prompt to remove the current driver, tick the box to allow this and then proceed with the uninstall.
When complete, shut down the notebook, unplug the AC Adapter and then remove the battery.  Hold  down the Power button for 30 seconds.  Re-insert the battery and plug in the AC Adapter.
Tap away at the esc key as you start the notebook to launch the Start-up Menu and then select f10 to enter the bios menu.  Press f5 to load the defaults ( this is sometimes f9, but the menu at the bottom will show the correct key ), use the arrow keys to select 'Yes' and hit enter.  Press f10 to save the setting and again use the arrow keys to select 'Yes' and hit enter.
Let Windows fully load - it will automatically load an audio driver, but just let this complete.  Then open your Downloads folder, right click on the IDT installer and select 'Run as Administrator' to start the installation.  When this has completed, right click the speaker icon in the Taskbar and select Playback Devices.  Left click 'Speakers and Headphones' once to highlight it and then click the Set Default button - check if you now have audio.
Regards,
DP-K
****Click the White thumb to say thanks****
****Please mark Accept As Solution if it solves your problem****
****I don't work for HP****
Microsoft MVP - Windows Experience

Similar Messages

  • Audigy ls and no sound with Windows media playe

    I have an audigy ls and can play music with winamp, and dvd's with power dvd. However, when i receive audio/video clips via email, i am not able to get audio when i play the clips with windows media player 9. The video works fine. the trouble shooter tells me taht there is no hard ware installed or the device is being used by another program or the device is not functioning properly. i get error codes 0xC00DBA: Cannot play the file and Condition ID = 0x00000000. Anyone have any suggestions? Thank you, Sid

    Thanks Jeremy,
    However, when i try to play MP3's that i can play on winamp, I receive the same error messages as I mentioned above. I know that the MP3's are good... I can play them on winamp without problems. And I've been able to convert them ot WAV files and burned them on CD-R's and they ahve worked fine. the problems seems to be between media player and the sound card/drivers.
    Sid

  • Problem with Windows Media Player since installing Firefox 4.0

    Problems with Window Media Player. When I am using Windows Media Player to view a video from another source I am having problems. When I hit pause and then go back to hit play it does not have any sound. The player is not on mute and it keeps going from pause to play with no sound most times. Please help. Thank-you. I have Windows Vista programs.

    What can I do to get the Windows Media Player to work properly?

  • While installing a program (MediaCenter.exe) to handle audiobooks from the library, I erroneously associated the download site with Windows Media Player instead of the actual application (NetLibrary Media Center). How can I reverse/change this?

    While installing a program (MediaCenter.exe) to handle audiobooks from the library, I erroneously associated the download site with Windows Media Player instead of the actual application (NetLibrary Media Center). How can I reverse/change this? Reinstalling the application does not clear the error, so I'm assuming the association is somewhere in Firefox.

    Never mind -- I just found it under Tools/Options.../Applications, where I changed the incorrect association of "nlmcp" from Windows Media Player to the correct one, NetLibrary Media Center. Done!

  • Problem with Windows Media Player -- saving, transferring

    Operating system:   Windows 7 Home Premium       
    Product: HP Pavilion P6000 Series
    Windows Media Player
    Copy short videos onto a thumbnail drive from a different computer running Windows 7 with Windows Media Player.    Thumbnail drive accepts files, lists and can play back fine on same computer.    Take thumbnail drive to different computer also running/using Windows Media Player & Windows 7, and playback only plays back audio -- no picture.  What am I doing wrong? 

    As WMP is not a DVD player, my suggestion would be to tell your clients to never use WMP.All our DVD discs go out with a warning not to allow WMP to be used.
    In most computer setups, WMP does not play back video correctly as it does not have an MPEG codec installed, or has navigational problems.
    All computers that have a DVD drive fitted, will have a dedicated DVD software player installed, such as Win DVD or Power DVD, so why not use that?

  • Safari with Windows Media Player cannot use PHP as filename/src/url

    I'm running Windows XP Pro SP2 with Windows Media Player 11
    and Safari 3 public beta. In addition to being the absolute
    slowest browser among MSIE, Firefox, Netscape, and Opera, the
    Safari browser has two annoying WMP defects.
    1) Even with WMP 11 installed, the code below for embedding
    can use either the classid for WMP v6.4 or v7+ but Safari
    (or rather it's plugin) always displays a v6.4 looking UI.
    All other browsers display the media player using the v11 UI
    2) Safari will not download the movie if the "filename" param
    is a web url (e.g. getmovie.php?select=1234 ) rather than the
    precise name of the movie file itself (e.g. "movie.wmv"). The
    other browsers may differ in use of the param name="xxxx", where
    xxxx is "filename" or "src" or "url" or "data" ... but Safari
    will not work using any of these.
    Has anyone successfully embedded a WMP object that uses the
    URL as a PHP page (or other server-side script) ? I have already
    my server-side PHP code that works perfectly for MSIE, Firefox,
    Netscape, and opera. Safari is the only problem browser.
    ------------------------CODE------------
    //Media Player v6.4
    // CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95
    //Media Player v7,9,10,11
    // CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6
    <object id="MediaPlayer"
    classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
    type="application/x-oleobject"
    height="300" width="300"
    codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab #Version=6,4,5,715"
    standby="Loading Microsoft Windows Media Player components...">
    <param name="url" value="http://www.yourdomain.com/movie.wmv">
    <!-- For other browsers * Windows Media Player -->
    <!--[if !IE]> <-->
    <object type="application/x-mplayer2" height="300" width="300">
    <param name="filename" value="http://www.yourdomain.com/movie.wmv">
    </object>
    <!--> <![endif]-->
    </object>

    I have run into several issues pointing to what you are describing...
    I fixed my Safari by installing the WMP plugin. I am able to view visualizations embedded into a webpage, one of which I created...I am able to view videos and so on.. Before I installed the plugin, All that would load is a place holder which looked like the old WMP and would not function properly. However this is what is displayed beside the media which is embedded.
    I think that I got the plugin by going to the download page for Safari and looking for plugins. Funny thing was that the plugin that I installed was the one for Firefox on its site that nobody every installs because Firefox gets the plugin if you already have WMP11 installed. Anyway this should solve your problem...with most..
    I have noticed just now that PHP served links or applications which launch in their own window and are protected by PHP script do work but still display a lack of functionality showing the Version 6.4 that you are speaking of. I checked it out using the KDGE Live Stream which opens another window, and displays version 11 properly ( in other browsers ), the link which is served is also protected and will close any media player that tries to play it on its own. It soley depends on the script which is coded into the page or window for the player. I can see this method as useful for a corporation as large and well advertised as ClearChannel Productions, because of the lack of bandwidth and cost to the company. Several sources do this and it winds up being an issue for the website administrator and designers to take care of, or update the script, or the person who has written the plugin, which could be from a number of resource; this particular instance would be the author of the WMP Plugin for Firefox.
    For any other purpose though the plugin I mentioned above should get rid of ( MOST ) of that problem.
    http://www.apple.com/safari/download/plugins.html
    Message was edited by: heath28m
    This is also a good link for sources and coding issues when embedding WMP.. Hope some of this helps..http://www.codingforums.com/showthread.php?t=50666&page=39
    Message was edited by: heath28m

  • Try to sync my ipod touch 3rd gen with windows media player 11 win xp

    Trying to sync my ipod touch 3rd gen with windows media 11. Can anyone please help.

    The iPod will only sync with iTunes. Install iTunes on your computer, import the music into the iTunes library and then sync.
    iTunes: Syncing media content to iOS devices and iPod

  • How do i sync my ipod with windows media player?

    how do i sync my ipod touch 4 generation 8gb with windows media player?

    123abcshay wrote:
    how do i sync my ipod touch 4 generation 8gb with windows media player?
    An iPod Touch will require iTunes.
    Stedman

  • Content Engine compatability with Windows Media Player

    I am currently running ACNS version 5.5 on our CE510 Content Engine. We want to set this box up to serve VOD requests from WMT. I think the clients on site are all using Windows Media Player version 10. Does this version of ACNS software work with Windows Media Player 10?

    Dan
    this brings up an interesting point. The content (which is canned Video on an Intranet Web site) is HTTP? I am wasting my time here by trying to use the Windows MP services?? Perhaps I already have what I need...
    Your comments appreciated.
    Kevin

  • Viewing iMovie file with Windows Media Player

    Is it possible to convert an iMovie file to allow viewing on a PC with Windows Media Player? Unable to use Quicktime on the PC due to unique reason while on mission.

    RobbieSnr wrote:
    AppleMan1958 wrote:
    You will need [Flip4Mac|http://www.telestream.net/flip4mac-wmv/overview.htm]
    I have a similar problem, which is that I want a Windows user to be able to view my iMovie file using Windows Media Player. I have Flip4Mac on my Mac but isn't that for converting the other way around - for viewing a Windows Media Player file on a Mac?
    Sorry, I see that there is a Studio version that allows conversion to wmv - I only had the free basic version for Flip4Mac - should have looked more closely at the website!

  • Can i sync with windows media player?

    Am i able to sync music to my ipod with windows Media player? or do i have to use itunes?

    iPods are only compatible with iTunes.

  • Synk iPod touch with windows media player

    Can iPod Touch be sync with windows media Player?

    No.
    Why would you want to use WMP instead of iTunes?

  • Is iphone4s compatible with Windows media Player

    Is iphone 4s comatible with Windows Media Player? Cannot synce to my WMP library.

    No, need conversion.
    Audio formats supported: AAC (8 to 320 Kbps), Protected AAC (from iTunes Store), HE-AAC, MP3 (8 to 320 Kbps), MP3 VBR, Audible (formats 2, 3, 4, Audible Enhanced Audio, AAX, and AAX+), Apple Lossless, AIFF, and WAV.
    Video formats supported: H.264 video up to 1080p, 30 frames per second, High Profile level 4.1 with AAC-LC audio up to 160 Kbps, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats; MPEG-4 video up to 2.5 Mbps, 640 by 480 pixels, 30 frames per second, Simple Profile with AAC-LC audio up to 160 Kbps per channel, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats; Motion JPEG (M-JPEG) up to 35 Mbps, 1280 by 720 pixels, 30 frames per second, audio in ulaw, PCM stereo audio in .avi file format

  • Ipod WILL sync with Windows Media Player....not iTunes!!!!

    To no avail, my ipod is not recognized in iTunes... however it is by my computer, and my Windows Media Player will sync to it...
    I have tried to Reset, Restore, Reinstall... all of that, but nothing has worked. I have Vista, anyone have any ideas? I would much rather use iTunes, so I can download some games, and such... but I CAN work around with Windows Media Player using mp3 files... no album art

    have you ever found a solution to your problem? I would like to know, because I'm having the same issues with my Nano. If so, help me Please......

  • Premiere Elements cause problems with Windows Media Center while streaming to TV.

    I was having the following problem:
    The audio from the streaming process of a recorded TV show on my HP computer to the remote receivers, a Sony Blu-ray player and/or a Sony Streaming Player, results in the loss of audio signal at exactly 30 seconds from the beginning on either devices. The video continues on as normal.
    A user on the Windows 7 forum had the following possible cause and solution.  His response was as follows:
    I "solved" my issue, at least partially. Turns out for me a codec installed by Adobe Premiere Elements for audio (Main Concept) was causing mfpmp.exe to fail (you should see it getting an appcrash in the event log two or three times as soon as you start playing the media remotely.) This program is used by microsoft for DRM. I went through and one by one remained the various attached (non-microsoft) modules until i found the one that caused the appcrash. I haven't fully figured out if Elements is now negatively effected, but that's for a different forum.
    I tried the quick fix by un-installing Adobe Premiere Elements.  The uninstall solved my problem with Windows Media Center, but I want to re-install the software but I do not want to recreate the problem with Windows Media Center.
    Is there another solution for this problem?

    I reinstalled Adobe Premiere Elements 10 and the above mention problem reoccured.  With a little detective work I was able to determine that the file causing my problem was "mc_dec_dd_ds.ax".  I am not sure what this does to Adobe Premiere Elements 10 since I removed (renamed) the offending file.  A strange side affect, renaming the file did cause an increase volume. Strange.  

  • Problems with songs i downloaded with windows media player!!!!(zen tou

    If I try to play songs i downloaded with windows media player My zen touch(20Gb) freezes and won't shut down:angry:. I have downloaded the latest firmware so that can't be the cause of the problem.
    Can someone tell me what I can do about that.
    btw I don't have problems with songs downloaded with creative's media source
    Message Edited by Lt_chill on 07-08-2005 09:24 PM

    If you mean you subscribed to iTunes Match, you have to import your music into your iTuens library in order to add it to iTunes Match.  iTunes Match (and iCloud) only works with iOS devices and computers.  It won't work with your iPod Classic; you'll have to sync that with iTunes in order to add your music.

Maybe you are looking for

  • Dynamic email based on DB?

    I have CDO set up that I can mass email from a Access DB and it works fine. My client would like to be able to send HTML based email. (I have created a HTML email) How can I allow the client to send HTML email without having to code in the body of th

  • Handling checkboxes in ALV Grid.

    Hi  guys. I have displayed an ALV grid with checkboxes. I want to opearate on the selected checkboxes by the user by clicking on a added button. I am using oops and using function set_table_for_first_display. if no box is selected the function works

  • What Is The Best Setting To Use To Import Music?Please Help.

    Hi, All I have got an 80GB Apple Video iPod And I am still trying to figure out how to work it as I am new to using iPods. What is the best setting to use to import CD Music and Music from the Internet to iTunes?? as I would like to listen to the hig

  • Can we execute more than one SQL in Stored Procedure?

    Please help me with this. I am connecting to SQL SERVER Thanks Venu

  • Error using web services in JDev 9.0.3 with OAExt

    Hi, I've got this error when I try to execute a web service, exactly as described in Doc. Some tip? Tks, Elner Ribeiro java.lang.AbstractMethodError: oracle.xml.parser.v2.XMLElement.getNamespaceURI()Ljava/lang/String;      at org.apache.soap.util.xml