Search 5,000,000+ questions and answers.

Frequently Asked Questions

What Video/Audio Codec should I use?

Supports, UIC, videoconferencing, communication, IP, ISDN, a...
The HiView 1000XP will automatically select the correct Video/Audio Codec, but if you wish you can select the preferred version. From a quality aspect, H.264 represents the best Video quality and G.722 gives the best Audio quality.
Related Questions

How do I use the QDesign Music Codec to compress my audio files?

QDESIGN : Frequently Asked Questions
Open an uncompressed audio file with QuickTime Pro. Go to the File menu and select Export... Export As should be set to either Sound to AIFF or Movie to QuickTime Movie. Press the Options... button. If you have chosen Sound to AIFF as your export type then skip to step 6. If you have chosen Movie to QuickTime Movie then you need to press Settings... in the Sound area. Set the Compressor to "QDesign Music Codec". Set the desired Rate, and Use. The Size must remain "16 bit". Press the Options..
Related Questions

How can I remove an ACM audio codec?

Answers to Frequently Asked Questions
Go to the Windows Control Panel (Start > Settings > Control Panel) and double-click on 'System' to go to the System Properties. Click on the 'Hardware' tab, then on the 'Device manager' button. Open 'Sound, video and game controllers'. Right-click on 'Audio Codecs' and select 'Properties'. On the properties tab you can remove audio codecs.
Related Questions

Any example on how to use the audio codec?

ECE 554
Suppose I have a 4-bit signal, continuously updated, which I want to feed to a DAC (4bit,16steps of output voltage) which drives a speaker. The audio DAC takes a 16-bit sample in serial at certain sampling frequency. You can map your 4-bit sample to a 16-bit sample to drive the audio DAC. You can certainly combine (sum) these output signals sample by sample (if they are output at the same frequency) and then map the result to a 16-bit sample to the on-board DAC.
Related Questions

How can I remove a VFW video codec?

Answers to Frequently Asked Questions
Go to the Windows Control Panel (Start > Settings > Control Panel) and double-click on 'System' to go to the System Properties. Click on the 'Hardware' tab, then on the 'Device manager' button. Open 'Sound, video and game controllers'. Right-click on 'Video Codecs' and select 'Properties'. On the properties tab you can remove video codecs.
Related Questions

What video codec does AIRA use?

Aimetis :: AIRA FAQ
For network cameras AIRA will store video in the cameraâ??s native format (MJPEG or MPEG-4). USB and analog cameras are stored in MPEG-4 format.
Related Questions

How do I add my own audio or video codec to Opal or OpenH323?

Vox Gratia FAQ
If you are using a current version of OPAL or OpenH323, then you have access to plugin codecs. See http://www.voxgratia.org/docs/codec_plugins.html for more information. If you are using a version of OpenH323 prior to v1.14 or a version of OPAL prior to August 2006, then you will need to implement your codec as a embedded codec. Look at how other codecs such as GSM or H.261 are implemented for how to do this.
Related Questions

HOW TO GET THE VIDEO CODEC?

Ladybug Player XP: FAQ
Download and install codec then you can watch almost all the movies with Ladybug Player XP. Please Click here to download codec pack (7.5MB).
Related Questions

Can I use streaming audio or video?

Internet Web Hosting Services, CGI & Perl Web Hosting, Domai...
Yes, we allow our customers to use streaming audio and video as much as your bandwidth limit will support.
Related Questions

How can we use the video and/or audio tapes?

FAQ's
Both the video and audio series provide an overview of the program’s philosophy, goals and strategies and can be used for group or individual training as either stand alone or in conjunction with on-site training. They are especially helpful as preparation prior to a consultant’s visit, to reinforce the program’s concepts, or to bring new staff members up to speed.
Related Questions

How do I use Real Audio - Video?

World Internet Link - FAQ
RealAudio is a real time audio transmission/player system. A digital audio stream is transmitted from the server over the internet to the destination and played immediately, rather than being stored to disk first and then played. Each audio clip requires two files: a metafile with extension .ram, and the digital audio clip itself, with extension .ra. The .ram file holds one or more lines of ASCII text, each of which references the .ra file to be played when the .
Related Questions

Welcome to TazaaHosting.com
WE DO NOT have Real Audio server software running on our servers. However, you can stream Real Media files by following these instructions: You will need to create a .ram file that calls your real audio/video file. The .ram file is a text file with an absolute URL. This URL will need to be: http://yourdomain.com/filename.rm Typically you'll create a realaudio file subdirectory, and put all your audiofiles there. Then your .ram file, a.k.a.
Related Questions

What is a codec, and where can I get it?

Internet Streaming Media FAQ
A codec is a downloadable software encoder or decoder for a particular media format that is geared towards a specific computer platform. Codecs function much like plugins for browsers, and are used by players or authoring software to work with the specific media type. Most codecs that you will come across are decoders that are geared to presenting media content to players.
Related Questions

How do I use the H.263 video codec with NetMeeting?

Vox Gratia FAQ
of 22 April 2004, the CVS head revision of OpenH323 contains the AliceStreet code that implements RFC 2190 compliant H.263 as required for compatibility with NetMeeting. As such, it is only available for users prepared to download and compile code from the CVS. This code will appear in future snapshots starting with PWLib 1.7.1 and OpenH323 1.14.1. See http://www.voxgratia.org/docs/h263_codec.html for more information. The Janus release of OpenH323 and all versions up to PWLib 1.6.6.
Related Questions

Can I use the H.263 video codec in my program?

Vox Gratia FAQ
Firstly, I am not a lawyer. Any opinions expressed here are mine alone and should not be construed as an offer of legal advice. Your mileage may vary. Void where prohibited. Some settling of contents may occur during shipping. Now that is out of the way, it is important to understand that there are actually two issues to be resolved: copyright and patents. There is no copyright issue as far as the FFMPEG codec library is concerned (the one that OpenH323 uses).
Related Questions

Do I have to use MPEG-1 Audio with MPEG-1 Video and MPEG-2 Audio with MPEG-2 Video?

MPEG Audio FAQ Version 9
No, due to the compatibility, MPEG-2 Audio can be used with MPEG-1 Video as well. The other way around, MPEG-1 Audio can be used with MPEG-2 Video without any restrictions. Any combinations of MPEG-1 and MPEG-2 Audio and Video can be handled by the system as specified by the MPEG-Systems standard ISO/IEC 11172-1 for MPEG-1 and ISO/IEC 13818-3 for MPEG-2.
Related Questions

Why does a call using a compressed audio codec use much more bandwidth than expected?

Vox Gratia FAQ
The "headline" bitrate of a audio codec does not include the overhead added by RTP and UDP encapsulation. This overhead means that a compressed code like GSM (with an advertised bit rate of 13200 bits/second) actually consumes 29200 bits/second, while an uncompressed codec like G.711 (with an advertised bit rate of 64kbps) actually consumes 75kbps. For a detailed explanation of how to calculate the actual bit rate for an audio codec, see http://www.voxgratia.org/docs/codecbw.html
Related Questions

How do I use chat for AUDIO/VIDEO?

DailyStrength : Help : FAQ
To use chat to talk, you will need a microphone, and a set of headphones, or at least one speaker. And of course, to send out live video of yourself, you'll need to attach a web camera. The settings aren't too hard. Start by opening a chat window with another member. Click on "send a/v", and a little window will pop up that asks if you will "Allow userplane.com to access your camera and microphone?" Click "Allow" if you would like to use your camera and/or microphone. Then click "Close".
Related Questions

Can I use audio or video lectures in my classes?

Columbia Evangelical Seminary
Yes. Students may know of a set of audio or video lectures that they wish to incorporate into their classes. For example, one student used Norman Geisler's audio tape series on the history of philosophy as part of his research. Each hour of audio or video is equal to 50 pages of reading. Thus, when the audio or video lectures are incorporated, the actual required reading may be less.
Related Questions

Can I use my existing audio and video equipment?

Opus Technologies - 500 Series FAQs
Yes, Opus is compatible with the infra-red codes of virtually every brand in the market with the exception of Bang and Olufsen which features a very unusual high frequency IR signal.
Related Questions

Question: How can I use real audio / video?

Frequently asked questions
Answer: WE DO NOT have Real Audio server software running on our servers. However, you can stream Real Media files by following these instructions: You will need to create a .ram file that calls your real audio/video file. The .ram file is a text file with an absolute URL. This URL will need to be :http://yourdomain.com/filename.rm Typically you'll create a realaudio file subdirectory under domain-www, and put all your audio files there. Then your .ram file, a.k.a.
Related Questions

HOW DO I USE AUDIO AND VIDEO CLIPS ON YOUR SITE?

ESPN.com: SITETOOLS - Technical FAQ
To listen to RealAudio or view RealVideo, you'll need the latest version of the RealPlayer. With the RealPlayer you'll have access to hundreds of hours of ESPN audio and video. The latest Real Player can be downloaded free from Real.com: The Windows Media Player allows you to play Windows Media, .avi video, and .wav sound files. These formats are used for much of ESPN's audio and video programming. The latest Windows Media Player can be downloaded free from Microsoft.
Related Questions

How do I know which video codec to select?

Photo & Sound Saving - F.A.Q. and Help
We recomend a portable Hard Drive to store your AVI files. The advantage to working with your files from the portable HD is that they are all on one source. Another option is to store AVI files on a MiniDV tape. The MiniDV tape will hold up to 1 hour of Video, but you need equipment to access your files from the tape. You might opt to back up your entire collection of media, including the AVI files to a portable hard drive.
Related Questions

FLASH and CODECS Q15. What codec does Flash Video use?

Flash Video FAQs
A15. This is a very popular question, but it's pretty ambigous since a "codec" and an "encoding tool" are not necessarly the same thing and the person typically asking this question is usually looking for an encoding tool they can use to make an FLV. If you are that end-user and need to create an FLV, see the answer to Q1. If you really do understand the difference between a codec vs. an encoder vs.
Related Questions

I have feedback and/or feature requests for the RAW codec I use. Who do I send it to?

Windows Live Photo & Video Blog : Frequently Asked Questions
Contact your camera manufacturer. Although Microsoft provides some guidance and input to camera makers on their RAW codecs, they ultimately decide which features get implemented. If you have run into an issue that you believe to be a bug, they may need information from you to help troubleshoot and resolve the issue, so it's best to contact them directly.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact