• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Quicktime for java- audio/video capture problem

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
I am using windows xpsp3, latest version of java and quictime. I have a camera attached in my laptob(Lenovo) and using a mic for sound capture.

I Am trying to cature audio to the disk. There goes nothing wrong while compiling. I m using a button to stop grabbing audio and then saving that audio to the disk. but as soon as i click on the button the following exception appears and no audio is captured to the disk:--

exception occurred:-

The program is:-


When i am trying to capture video.. again some exceptions are shown.. which i am not able to understand.. the code compiles alright but not able to run the code..
the program is:-



kindly help me.. i need audio and video capturing features in one of my softwares... waiting for your reply
mail me at- paramjeetrana@gmail.com
 
Ranch Hand
Posts: 142
Netbeans IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Paramjeet Rana,
try for more info
http://www.java-tips.org/java-se-tips/javax.sound/capturing-audio-with-java-sound-api.html

or
http://java.sun.com/docs/books/tutorial/sound/sampled-overview.html
[ October 21, 2008: Message edited by: Meherdad Bomanbehram ]
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic