Sound from Capture window

I'm capturing some old VHS footage by way of a DV converter. I have the "DV-NTSC DV Converter" Easy Setup option chosen. When I open the capture window, and play the video (before I actually start capturing), I cannot hear any sound. Is this normal? Its been awhile since I've captured footage, but I thought I've heard sound when just playing the footage in the past. I realize when you go to actually capture, you cannot hear sound, but thought I could when just watching it in th capture window. Am I just missing something simple?

This is normal. You have to monitor the sound from the deck not from the computer.

Similar Messages

  • [Solved] No sound from VM (Windows 7) on qemu with virt-manager

    I posted this in Newbie corner,
    https://bbs.archlinux.org/viewtopic.php?id=176131
    but let me re-post here becase it is about sound matter.
    I have installed Windows 7 (64bit) on qemu with virt-manager.
    It seems that audio works fine inside the guest os, but I can hear no sound.
    [Guest]
    Guest os: Windows 7 (64 bit)
    Sound driver: ich6
    Console: Spice (VNC doesn't work.)
    [Host]
    linux 3.12.8-1 (base)
    qemu 1.7.0-1
    virt-manager 0.10.0-4
    libvirt 1.2.1-1
    According to
    https://bbs.archlinux.org/viewtopic.php?id=157604
    I did as follow before launch the VM, but it doesn't solve the problem.
    export QEMU_AUDIO_DRV=alsa
    What shoud I check and do?
    Followings are some additional information:
    * If I put the same command above
    % /usr/sbin/qemu-system-x86_64 -name win7qemu002...
    It produces error.
    char device redirected to /dev/pts/4 (label charserial0)
    Could not access KVM kernel module: Permission denied
    failed to initialize KVM: Permission denied
    * According to the someone's discussion,
    I added my user to kvm group
    % sudo gpasswd -a taro kvm
    or edited /etc/libvirt/qemu.conf, but they don't fix this errors.
    % sudo vi /etc/libvirt/qemu.conf
    - #user = "root"
    + user = "taro"
    * Everytime I launch the virt-manager,
    a dialog "Authentication" pops-up and asks
    for my user password (not root password).
    % ps aux | grep kvm                                                     [~]
    root       252  0.0  0.0      0     0 ?        S<   02:25   0:00 [kvm-irqfd-clea
    n]
    nobody   10199 63.0 27.0 1613768 1070088 ?     Sl   11:31   0:34 /usr/sbin/qemu-system-x86_64 -name win7qemu002 -S -machine pc-i440fx-1.7,accel=kvm,usb=off -m 1024 -realtime mlock=off -smp 1,sockets=1,cores=1,threads=1 -uuid 00b5056b-9055-aa4f-d7a6-aef72cc8edd4 -no-user-config -nodefaults -chardev socket,id=charmonitor,path=/var/lib/libvirt/qemu/win7qemu002.monitor,server,nowait -mon chardev=charmonitor,id=monitor,mode=control -rtc base=localtime -no-shutdown -boot menu=off,strict=on -device piix3-usb-uhci,id=usb,bus=pci.0,addr=0x1.0x2 -device virtio-serial-pci,id=virtio-serial0,bus=pci.0,addr=0x6 -drive file=/mnt/win/win7qemu002,if=none,id=drive-ide0-0-0,format=raw -device ide-hd,bus=ide.0,unit=0,drive=drive-ide0-0-0,id=ide0-0-0 -drive if=none,id=drive-ide0-1-0,readonly=on,format=raw -device ide-cd,bus=ide.1,unit=0,drive=drive-ide0-1-0,id=ide0-1-0 -netdev tap,fd=22,id=hostnet0 -device e1000,netdev=hostnet0,id=net0,mac=08:00:27:8f:ff:84,bus=pci.0,addr=0x7,bootindex=1 -chardev pty,id=charserial0 -device isa-serial,chardev=charserial0,id=serial0 -chardev spicevmc,id=charchannel0,name=vdagent -device virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel0,id=channel0,name=com.redhat.spice.0 -device usb-tablet,id=input0 -spice port=5900,addr=127.0.0.1,disable-ticketing,seamless-migration=on -device qxl-vga,id=video0,ram_size=67108864,vram_size=67108864,bus=pci.0,addr=0x2 -device intel-hda,id=sound0,bus=pci.0,addr=0x3 -device hda-duplex,id=sound0-codec0,bus=sound0.0,cad=0 -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x5
    root     10201  0.0  0.0      0     0 ?        S    11:31   0:00 [kvm-pit/10199]
    taro     10340  0.0  0.0  10668  1060 pts/2    S+   11:32   0:00 grep kvm
    Last edited by taro (2014-02-15 12:36:43)

    Self reply.
    Finally, I got to hear sound from windows 7 as guest OS.
    I gave up to use virt-manager and launches OS image by command line
    like follows.
    % export QEMU_AUDIO_DRV=alsa
    % qemu-system-x86_64 /mnt/win/win7qemu002 -cpu kvm64,+nx -enable-kvm -m 1536 -soundhw hda -usb
    Then, sounds works good.
    # However, the quality is bad because of heavy CPU load.
    Virt-manager may make things complex..
    Sorry for the duplicated post.
    https://bbs.archlinux.org/viewtopic.php?pid=1373935
    Last edited by taro (2014-02-15 12:36:19)

  • No sound from VM (Windows 7) on qemu with virt-manager

    I have installed Windows 7 (64bit) on qemu with virt-manager.
    It seems that audio works fine inside the guest os, but I can hear no sound.
    [Guest]
    Guest os: Windows 7 (64 bit)
    Sound driver: ich6
    Console: Spice (VNC doesn't work.)
    [Host]
    linux 3.12.8-1 (base)
    qemu 1.7.0-1
    virt-manager 0.10.0-4
    libvirt 1.2.1-1
    According to
    https://bbs.archlinux.org/viewtopic.php?id=157604
    I did as follow before launch the VM, but it doesn't solve the problem.
    export QEMU_AUDIO_DRV=alsa
    What shoud I check and do?
    For additional information,
    % ps aux | grep kvm                                                     [~]
    root       252  0.0  0.0      0     0 ?        S<   02:25   0:00 [kvm-irqfd-clea
    n]
    nobody   10199 63.0 27.0 1613768 1070088 ?     Sl   11:31   0:34 /usr/sbin/qemu-system-x86_64 -name win7qemu002 -S -machine pc-i440fx-1.7,accel=kvm,usb=off -m 1024 -realtime mlock=off -smp 1,sockets=1,cores=1,threads=1 -uuid 00b5056b-9055-aa4f-d7a6-aef72cc8edd4 -no-user-config -nodefaults -chardev socket,id=charmonitor,path=/var/lib/libvirt/qemu/win7qemu002.monitor,server,nowait -mon chardev=charmonitor,id=monitor,mode=control -rtc base=localtime -no-shutdown -boot menu=off,strict=on -device piix3-usb-uhci,id=usb,bus=pci.0,addr=0x1.0x2 -device virtio-serial-pci,id=virtio-serial0,bus=pci.0,addr=0x6 -drive file=/mnt/win/win7qemu002,if=none,id=drive-ide0-0-0,format=raw -device ide-hd,bus=ide.0,unit=0,drive=drive-ide0-0-0,id=ide0-0-0 -drive if=none,id=drive-ide0-1-0,readonly=on,format=raw -device ide-cd,bus=ide.1,unit=0,drive=drive-ide0-1-0,id=ide0-1-0 -netdev tap,fd=22,id=hostnet0 -device e1000,netdev=hostnet0,id=net0,mac=08:00:27:8f:ff:84,bus=pci.0,addr=0x7,bootindex=1 -chardev pty,id=charserial0 -device isa-serial,chardev=charserial0,id=serial0 -chardev spicevmc,id=charchannel0,name=vdagent -device virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel0,id=channel0,name=com.redhat.spice.0 -device usb-tablet,id=input0 -spice port=5900,addr=127.0.0.1,disable-ticketing,seamless-migration=on -device qxl-vga,id=video0,ram_size=67108864,vram_size=67108864,bus=pci.0,addr=0x2 -device intel-hda,id=sound0,bus=pci.0,addr=0x3 -device hda-duplex,id=sound0-codec0,bus=sound0.0,cad=0 -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x5
    root     10201  0.0  0.0      0     0 ?        S    11:31   0:00 [kvm-pit/10199]
    taro     10340  0.0  0.0  10668  1060 pts/2    S+   11:32   0:00 grep kvm
    * If I put the same command above
    % /usr/sbin/qemu-system-x86_64 -name win7qemu002...
    It produces error.
    char device redirected to /dev/pts/4 (label charserial0)
    Could not access KVM kernel module: Permission denied
    failed to initialize KVM: Permission denied
    * According to the someone's discussion,
    I added my user to kvm group
    % sudo gpasswd -a taro kvm
    or edited /etc/libvirt/qemu.conf, but they don't fix this errors.
    % sudo vi /etc/libvirt/qemu.conf
    - #user = "root"
    + user = "taro"
    * Everytime I launch the virt-manager,
    a dialog "Authentication" pops-up and asks
    for my user password (not root password).
    best regards.
    Last edited by taro (2014-06-29 02:54:25)

    I'm having the same issue.  Not running Windows though... I have a minimal Ubuntu 14.04 as the guest (Arch as the host.)  Been trying everything I can think of but I can't get any sound in virt-manager.  Like you said, the sound seems to play OK in the guest, it's recognizing the card, volume is turned up but no sound.  It has to be an issue with my host configuration but I'm not sure what.  I can get sound to play in the same guest if I launch qemu directly and use ac97.  Something's gotta just be misconfigured with virt-manager/libvirt/Spice.  I thought a permissions issue at first since by default it runs as the "nobody" user but I even tried the foolish thing of setting /etc/libvirt/qemu.conf so qemu runs as root... still no go.  I'd really like to use virt-manager for the nice GUI, presistant settings, and extra features like Spice and the QXL driver that enables KMS on the guest.

  • No sound from speakers -- windows 7 on Pavilion dv7

    speakers stopped working all of a suddent -- have Beats

    Go to the link below.Enter your Product Number as listed on Service Tag attached to bottom of notebook (may be under battery). You can also get the Product Number by pressing Fn + Esc key. After entering PN, click Next ,then choose Software & Drivers.On the next page use the dropdown to select your OS (probably Windows 7 64bit). A list will populate with drivers. Download & install the latest Audio driver.
    http://h10025.www1.hp.com/ewfrf/wc/siteHome?cc=us&​lc=en
    ******Clicking the Thumbs-Up button is a way to say -Thanks!.******
    **Click Accept as Solution on a Reply that solves your issue to help others**

  • No sound from my windows 7 HP Pavilion g4

    so, all of my sound options are on, but when i went to youtube it had no sound in the video that i had just watched the day before, and it had sound then, but when i look, youtube has all of the sound options on too. i dont really know whats going on, all i know is that i absolutely NEED my sound back and i will not do a system recorvery. i tried to troubeshoot by going into the sound playback stuff and it either said that it didnt find a proble or my sound was too low to hear. PLEASE HELP ME!!!!

    Hello,
    Is the issue just with YouTube or does no found function?
    If it is just YouTube you may need to check the sound settings for that browser. You can check that by right clicking on the sound icon in the system tray and choosting open volume mixer while YouTube is also open. There check the browser sound to see if it is muted or turned low.
    If it is all sound that is not working you can reinstall the sound driver via HP.com (I do not know your speific model so cannot give a direct link) or through HP Recovery Manager.
    How to for Recovery Manager: http://h10025.www1.hp.com/ewfrf/wc/document?docnam​e=c01868333&cc=us&dlc=en&lc=en
    Let us know if this helps.
    I am an HP employee.
    Make it easier for other people to find solutions, by marking my answer “Accept as Solution” if it solves your problem.

  • No sound from windows 7 on bootcamp

    I bought my lovely brand new imac, done all the updates and all is good, I installed windows 7 on bootcamp but cannot not get any sound from the windows, yes I get sound while running the mac but when I boot to windows 7 i hear nothing.
    Now the meters that should pop up and down do that so there is sound there I just cant hear it, I have gone without sound for 3 months now and its driving me mad.
    I have been to various sites and downloaded high definition drivers etc but still no luck, any ideas?
    Regards
    daz

    You need to install your audio driver yourself, which would be RealTek.
    http://www.realtek.com

  • Monitoring sound from HP Dreamcolor Z24x

    Hi,
         I have recently purchased an HP Dreamcolor Z24x and would like to monitor sound from my Avid editing system while playing picture over the Dreamcolor.  
        Previously, I would play audio on my computer and monitor it via external speakers attached to an Avid Fast Track Duo sound card.  However, with the HP Dreamcolor attached to my computer (via a Blackmagic Mini Monitor) I am no longer to hear any audio from the computer.
         I am assuming that I need to monitor the audio after it has been fed from the blackmagic card into the HP Dreamcolor, but am unsure of how to do this.  Is anyone able to help me figure out how to monitor my sound?  Many thanks.

    Hello John,
    For not having sound sometimes from the speakers, until you disable the audio enhancement. I would first like to confirm if you have tried this update for your audio drivers 'IDT High-Definition (HD) Audio Driver'.
    I have also included the document 'No Sound from Speakers (Windows 8)'. I would suggest following through all the steps in this document. Does the Troubleshooting Tool find any issues, or does everything pass?
    Looking forward to hearing from you.
    I worked on behalf of HP

  • No sound from internal speakers in HP Mini

    i can't hear any sound from internal speakers although if i connect headphones or external speakers i can hear sound!

    Hello  @Landon3400 ,
    Welcome to the HP Forums!
    I understand your notebook only has sound, through your headphones. 
    Try updating the driver with the following download and tell me if it resolves the issue: IDT High-Definition (HD) Audio Driver.
    Furthermore, check out this thread that has a lot of great suggestions for issues with no sound: Troubleshooting Guide: Audio does not Work after a Certain Period of Time and this document for no sound in Windows 8: No Sound from Speakers (Windows 8)
    It would help to know which product and operating system you are using.
    For information on finding your product and model numbers click here: How Do I Find My Model Number or Product Number?
    To see which version of Windows you are using click here: Which Windows operating system am I running?
    I look forward to your reply!
    Let me know if this helps!
    Please click the "Kudos, Thumbs Up" at the bottom of this post if you want to say "Thanks" for helping!
    Please click "Accept as Solution" if you feel my post solved your issue, it will help others find the solution.
    The Great Deku Tree
    I work on behalf of HP.

  • No sound problem in windows 8

    hi
    i am using Hp Pavilion Sleekbook 15-b001ee. didnot updated to windowa 8.1.
    problem is that my sound is not working. when i play any video or music file no sound.
    updated the driver.
    checked for prblm from hp wesite but didnt get any solution.
    help me. thanks

    Hello mani368447,
    Welcome to the HP Forums, I hope you enjoy your experience! To help you get the most out of the HP Forums I would like to direct your attention to the HP Forums Guide First Time Here? Learn How to Post and More.
    I have read your post on how you are not able to generate sound from your notebook when playing videos or music, and I would be happy to assist you in this endeavor!
    Since you have already updated the drivers for your computer, I recommend following this document on No Sound from Speakers (Windows 8). This should help restore the sound to your notebook.
    If the issue persists, I also suggest following the steps in this thread by SuperMario1.
    Please re-post with the results of your troubleshooting, and I look forward to your reply!
    Regards  
    MechPilot
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks” for helping!

  • No Sound from Pavilion 15 Notebook PC

    HP Pavilion 15 Notebook PC updated  to Windows 8.1 as recomended by the installed HP Support assistant
    There is now no sound from the internal speakers but when connecting external speakers to the output jack they give sound.
    I've followed various sets of instructions to update drivers / roll back driver all have failed.
    The drivers installed are currently Realtek High Definition Audio Version 6.0.1.7071
    Any body got any ideas?

    Hello peakay, welcome to the HP Forums.
    It appears that you have no sound from the internal speakers on your notebook, that external ones work fine. I will try to help you with this.
    I would recommend trying the steps in this document: No Sound from Speakers (Windows 8).
    If you need further assistance after this, pleas provide the model and product numbers for your notebook.
    Thank you for posting on the HP Forums.
    I worked on behalf of HP.

  • No sound from internal speakers on HP G5000 G5056EA

    Hi, my son upgraded my old laptop to Windows 10 over the weekend.  It is working great apart from the sound no longer works on the internal speakers even thought the driver is correct and says it is working correctly.  Anyone got any ideas how to resolve? 

    Hi there ,  Thank you for visiting the HP Support Forums and Welcome! This is a great site to get answers and ask questions. Have you tried to plug in headphones to see if that works?Have you tried connecting to your TV via HDMI?In the device manager have you tried selecting " Find New Hardware"?  Have you tried to Uninstall the Sound Driver? If not please do the following;1. Uninstall the Sound Driver in Device Manager. 2. Restart your Notebook. 3. Reinstall the Sound Driver.  Here is a link to the HP Support Assistant if you need it. Just download and run the application and it will help with the software and drivers on your system that need updating for Windows 10. Here is a document I found for you called HP Notebook PCs - No Sound from Speakers (Windows 10, 8).   Here is troubleshooting when drivers are not available yet. Some updated Windows 10 drivers are already available, others will become available on the HP Drivers and Downloads Page for your product. They will be released as they become available to HP. Have a great day!

  • Weak Beats Audio sound from Pavilion X2 Laptop

    I purchased a 11" Pavilion x2 Laptop/Tablet for Christmas and believe I am having trouble with the Beats Audio. The sound coming from the computer speakers is so weak as to be useless and all of the settings will not get the sound loud enough to hear unless you put your ear within 4-6 inches of the screen. However the sound from the earphones is great, loud and adjustable. I have performed all updates from Microsoft and HP and followed all troubleshooting steps suggested by HP Web Site. Any ideas or do I just need to return it.

    Hello dontom,
    For not being able to hear very well from the 11" Pavilion x2, I would like to confirm the troubleshooting steps that you have completed. I have you completed all the steps in this document 'No Sound from Speakers (Windows 8)'? Are you using any special software, or just the volume icon in the system tray? Does it play the same level of audio for all programs and files? (ie. Netflix, YouTube, or music).
    Please also let me know the full model number of your X2. I have included the document 'Guide to finding your product number'.
    Thank you.
    I worked on behalf of HP

  • Suddenly no sound from speakers and only from headphones

    Hello,
    I have a HP 8440p VQ664ET#ABU Elitebook laptop running Windows7 64bit pro.
    Since today I'm experiencing the following problem:
    1) no sound is heard through speakers when headphones are disconnected.
    2) If I connect the headphones, the sounds are heard correctly through them: this is the expected behavior
    I don't think it's a speakers hardware problem because I can make the speakers play sounds for one or two seconds like this: while a sound is being played, such as music file for instance, if I move up and down the headset volume cursor (regardless if headphones are connected or not) I can hear the played sound through the laptop speakers for a few seconds, after which the speakers mute again.
    So to summarize:
    1) Headphones disconnected: no sound from speakers
    2) Headphones connected: sound from headphones
    I rebooted, suspended and restored without any luck so far.
    I'm under the impression that there might be a problem with the headphone jack: it is like the laptop always thinks that the headphones are connected and therefore cuts the output to the speakers.
    Any clues?
    Thanks
    Sergio

    Try installing the sound drivers from the following weblink:
    http://ftp.hp.com/pub/softpaq/sp59501-60000/sp59649.exe
    If the issue persists, try the troubleshooting steps mentioned in the following weblink:
    HP Notebook PCs - No Sound from Speakers (Windows 8)
    Offers tested solutions that begin by identifying the exact issue, and then adjusting the settings that will resolve the majority of sound problems on a notebook running Windows 8.
    I am an HP employee.
    Regards,
    Vidya
    Make it easier for other people to find solutions, by marking my answer “Accept as Solution” if it solves your problem.
    ***Click on "Thumbs up" button to the bottom right side of my post to say thanks!***

  • WNo Sound from Internal Microphone - Windows 8.1 Lync App on Lenovo Yoga 13

    After upgrading from Windows 8 to 8.1 the microphone input in Lync ceased to work.
    Lync correctly shows that I have both a webcam and microphone in my laptop, and both are turned on under Permissions.
    I have updated all my drivers to latest available on Lenovo's website.
    When I examine the microphone driver in the Device Manager, it shows that audio is being picked up and can properly route audio through to the laptops internal speakers.
    The only app that appears to have a problem with the internal microphone is Lync.  For example, the YouCam application properly captures both audio and video.
    Any suggestions?
    Windows 8.1 64bit
    Lync (from app store)
    Lenovo Yoga 13
    The YouCam app can properly capture audio and video.
    The YouCam app can properly capture audio and video.

    Hi,
    Are you able to make call using this Internal Microphone? I would like to confirm if the call can be established and there is no sound from Microphone.
    Please check the Audio and Video Device in Lync client option. Please also select "Before I join meetings, ask me which audio device I want to use" in Phones option so that you can choose the correct audio device for call.
    Kent Huang
    TechNet Community Support

  • Capturing sound from the soundcard

    Hello,
    Does Audition make it possible to capture the sound from the sound card?
    I don't want to record a sound using a microphone, I want to save the sound which is played on the sound card.
    Regards

    Assumption: You are trying to record using the internal sound card in your computer.
    Right click on the speaker in the task bar (normally lower right of the screen).
    Select "Open Volume Control".
    In the "Volume Control" application in the menu select "Properties" from the "Options" menu.
    Click on the "Recording" radio button and hit "OK".
    This will bring you to the "Recording Control" dialog box. Check the
    "Stereo Mix" radio button.
    On most computers this will change input for Audition v3 to listen to the output of the sound card.
    Note1: Make sure you are using "ASIO4ALL" or "Audition 3.0 Windows Sound" or you won't hear or record anything because two applications can't use most standard ASIO sound drivers at the same time.
    Note2: Make sure you change it back to "Microphone" or you won't be able to record using the computers internal sound card.

Maybe you are looking for

  • Error with a *LOOKUP in a script logic in 7.5 MS

    Hello, We have migrated to 7.5 MS from 5.1 version of BPC. Now we are working with SQL 2008 in the 7.5 MS SP05, but we have a script that doesn´t work now. The script is: /Reparto de la MW_INP a MW_AUX, PRIMA_INP a PRIMA_AUX, CAPEX_INP a CAPEX_AUX, F

  • My group box is causing problems when searching for a text line in a text file.

    I am developing a booking system, so for this I need to ensure that no two clients can book the same appointment slot. So, on testing my code which prevents double booking, the system doesn't seem to find the text line being searched for in the text

  • PDFs won't open directly from emails

    Using Mac OS X 10.6.6, running Acrobat 9 Pro 9.4.1. I have associated the PDF file format with Acrobat, using the Get Info menu, but cannot open PDFs directly from internet, emails, or by double-clicking on a PDF on my computer. In order to open a PD

  • StackOverFlow Error in IE 5.0 and IE 5.5

    I am using symentic TreeView and TreeNode in my applet when no. of Node at particular node greater than 6000 it's giving stackoverflowerror. This problem is occured in IE5.0 and IE 5.5. It is working fine in IE 6.0. Error description is Exception occ

  • HT1349 How do I get rid of duplicates in my library?

    How do I get rid of duplicates in my itunes library?