48khz
HeadAC3he 0.23a
A smart and fast AC3 to WAV, MP3, OGG transcoding utility more>> A smart and fast AC3 to WAV, MP3, OGG transcoding utility
The HeadAC3he application was designed to be a smart and fast AC3 to WAV, MP3, OGG transcoding utility.
AC3-WAV: Adds a WAV header and padds the AC3 with 0 bytes so you can make a DD CDDA out of it and listen to 5.1 with your amp. Make sure you connected you CD-player digitally to your amp, otherwise you will get noise which may be harmful to your speakers. Unfortunately the amp will play even 48kHz source AC3s as 44.1kHz, so it will sound slower. But it is still not so bad with some DD or THX intros.
AC3-WAV: Decodes to PCM WAV. Use the Azid configuration screen to set up the decoder and select the appropriate 2-pass mode.
AC3-MP3: Decodes to WAV and encodes on-the-fly to MP3 using the LAME engine.
AC3-Vorbis: Decodes to WAV and encodes on-the-fly to OGG using the Vorbis Audio engine.
NOTE : This software is free for private (non-commercial) use.
Enhancements:
- modified for use with modified vorbis.dll (based on Vorbis 1.0)
- Ch Coupling sel. was deactivated as Vorbis 1.0 seems to dynamically employ it, so no chance to select it anymore (if I am mistaken, feel free to let me know and tell me where to change it...)
- several bugfixes (esp CLI)
- added INI Option to change IO priority on PCM writing
- following settings will be forced on update:
- 4ch and 6ch preset will be defaulted to DS (DS2 makes no sense here anyway...) IO priority will be decremented
BENCOS 2007-04-25
BENCOS - Batch recode any movie to H264 in an easy way! more>>
Main features:
- Doesnt use VFW or DirectShow codecs
- Doesnt modify your system
- Video codec: MPEG4 AVC (x264)
- Audio codec: AAC HE+PS
- Input: AVI, MKV, MP4, OGM, AVS*
- Input audio: 44kHz or 48kHz
- Output: MP4
HarddiskOgg 2.52
HarddiskOgg will help you capture analog audio from line in or microphone directly to Ogg Vorbis/Wave/MP3 format more>>
Main features:
- Real-time encoding with bitrates from 32kbit/sec. up to 320kbit/sec.
- Stereo or mono recording from 8kHz to 48kHz
- Automatic numbering of output files
- Can be placed in the systray and activated by a single click
- Smart on-the-fly normalization for low-volume sources
- Uses the high quality, patent free Ogg Vorbis encoding engine. Ogg Vorbis easily outperforms MP3 in sound quality, especially at lower bit rates.
- LAME MP3 encoder compatible. However, due to patent issues HarddiskOgg ist not distributed with the LAME encoding DLL. If you want MP3 support, fetch LAME_ENC.DLL from the web, but make sure you have the appropriate rights for doing so.
- Command line mode for easy integration or scheduled recordings
- No fuss or stupid skinned interface, just works.
- HarddiskOgg is FREEWARE!
AZID 1.9 Build 922
A small, simple, easy to use AC3 decoder tool more>> A small, simple, easy to use AC3 decoder tool
The AZID application was designed to be a small AC3 decoder tool.
AC3 encoded audio is divided into frames. One frame gives 1536 samples
of audio or 32ms of audio at 48kHz sampling rate. A single frame is divided into several sub-sections:
- syncronization
- bit stream information (BSI)
- 6 audio blocks
- auxilliary data (and CRC)
The BSI section contains information regarding the bitstream and the current frame. It contains information like samplerate, number of encoded channels, downmix-levels, dynamic compression types, program contents, etc.
The audio block contains the actual encoded audio. One block gives 256 samples (approx. 5.3ms at 48kHz). One audio block is atomic; the audio decoding operation is repeated for each of these six blocks. The specific details of this operation can be found in the A/52 spec.
Tranzcode 0.40 beta
A windows command line utility used to transcode multichannel wav files into mono wavs more>>
number of channels found.
DTS decoding was made available using libdts from dtsdec source code written by Gildas Bazin with some help from Sam Hocevar which was based on a52dec code with original credits going to Aaron Holtzman and Michel Lespinasse.
Modifications were made to output
mono wavs directly, including LFE output. Currently there is no AC-3 support, but plans for it in the future.
Multichannel Transcoding:
---------------------------------
Mono wav output
will be PCM (non extensible), and have the same bit resolution and sample rate as the multichannel source
wav. Supports very large wavs files (> 4GB), including wav extensible format. Supports 2-ch (stereo), up
to 18 channels. If a mono wav is transcoded, the result will be an "empty" or blank wav with the same
characteristics as the source wav.
Suffix naming convention: Is the same as the output order (as displayed during transcoding):
2 channels:
-L (Left)
-R (Right)
3 channels:
-L (Left)
-R (Right)
-C (Center)
4 channels:
-FL (Front Left)
-FR (Front Right)
-BL (Back Left)
-BR (Back Right)
5 channels:
-FL (Front Left)
-FR (Front Right)
-C (Front Center)
-SL (Surround "Back" Left)
-SR (Surround "Back" Right)
6 channels:
-FL (Front Left)
-FR (Front Right)
-C (Front Center)
-LFE (Low Frequency Effect)
-SL (Surround "Back" Left)
-SR (Surround "Back" Right)
7 channels:
-FL (Front Left)
-FR (Front Right)
-FC (Front Center)
-LFE (Low Frequency Effect)
-BL (Back Left)
-BR (Back Right)
-FLC (Front Left Center)
...
DTS Transcoding:
-----------------------
Transcoded .dts (48kHz) and DTSWav (44.1kHz) files into 32 bit float mono wavs regardless of the bit
resolution they were originally encoded with. The number of output mono wavs depends on the number
of channels read. There is also a downmix option (/S) to output a 16 bit stereo wav. It does not support DTS ES
The output order (is the same as displayed during transcoding):
Usually as 6 or 5 channels, having the suffix name appended as follows:
(note: SL & SR were used instead of BL (Back Left) & BR because I got accustomed to the naming convention)
6 channels:
-FL (Front Left)
-FR (Front Right)
-C (Front Center)
-LFE (Low Frequency Effect)
-SL (Surround "Back" Left)
-SR (Surround "Back" Right)
5 channels:
-FL (Front Left)
-FR (Front Right)
-C (Front Center)
-SL (Surround "Back" Left)
-SR (Surround "Back" Right)
...
Some examples of its usage:
1) Transcodes to (6) 32 bit float mono wavs using "temp-" as the output prefix name:
tranzcode "Us and Them.dts" temp
outputs: temp-FL, temp-FR, temp-C, temp-LFE, temp-SL, temp-SR
2) Transcodes to (6) 32 bit float mono wavs using "-" as the output prefix name:
tranzcode "Us and Them.dts"
outputs: Us and Them-FL, Us and Them-FR, Us and Them-C, Us and Them-LFE, Us and Them-SL, Us and Them-SR
3) Transcode to (2) 32 bit mono wavs (selected channels only/cancels the others):
tranzcode Us_and_Them.wav /+C,LFE
outputs: Us_and_Them-C, Us and Us_and_Them-LFE
4) Transcode to (4) 32 bit mono wavs (selected channels are cancelled):
tranzcode Us_and_Them.wav test /-C,LFE
outputs: test-FL, test-FR, test-SL, test-SR
5) Downmix to a 16 bit stereo wav without gain adjust:
tranzcode "Us and Them.dts" /S
outputs: Us and Them-(stereo).wav
6) Downmix to a 16 bit stereo wav with 15% (lower) gain adjustment (x .15):
tranzcode Us_and_Them.wav" "downmix test" /S@15%
outputs: downmix test-(stereo).wav
ReClock DirectShow Filter 1.8.1.1 Beta / 1.6
The purpose of ReClock is to definitely get rid of jerky playback of AVI and MPEG material on a PC more>> The purpose of ReClock is to definitely get rid of jerky playback of AVI and MPEG material on a PC
The purpose of ReClock is to definitely get rid of jerky playback of AVI and MPEG material on a PC (or a PC connected to a TV).
Its a DirectShow filter which is loaded in place of the default directsound audio renderer.
It provides a new reference clock that is locked to the video card hardware clock, in order to ensure that frames are played at the exact speed of what is expected by the video card vertical sync.
It also provides a frame rate adaptator for media files that do not match a multiple of the video card refresh rate.
Finally it is an audio renderer with hardware or software rate adaptation in real-time, multi-channel audio, and dynamic range compression capabilities.
Known problems and issues :
- ReClock may not correct the good video clock for videocards with dual head capabilities or 2 RAMDACS (Matrox, GeForce4 MX, ...). If you have such a card, please read the readme for instructions
- On Windows 98, ReClock cannot always see that you change resolution of activate/desactivate TV-out while a video is playing. It is safer to quit your player before to do that, and relaunch it after.
- Graphedit cannot save a graph with ReClock when ReClock is selected as active reference clock
- Morgan Stream Switcher does not work with ReClock (wont load if ReClock is used)
- VSync correction and frame rate detection will not be possible when playback of DVD use DXVA mode
Enhancements:
- New (experimental): Added real time AC3 encoding. Only bitrates of 48kHz and up to 6 channel input is supported. Doesnt seem to work well with PowerDVD.
- New: Frame rates detected by the estimators can now be adjusted manually
- Support for ~120fps anime with built-in estimator
- Some minor fixes and improvements
British Valve Custom 1.1
A guitar tube amp emulator plug-in featuring authentic digital vacuum-tube modeling more>>
Main features:
- Authentic 12AX7A vacuum tube preamplifier stage emulation.
- Accurate tone stack controls: Bass, Mids, Treble, Presence
- 44.1kHz, 48kHz, 88.2kHz, 96kHz, 176.4kHz, and 192kHz support!
- 4X Up-Sampling Engine with 64-bit Floating-Point Internal Precision
- Compatible with all PC-Based VST hosts!
System requirements:
- PC-based VST host application such as SONAR, Cubase, FL Studio
Sound Blaster Extigy Driver/Firmware Update 4/7/2002
Update Windows drivers and firmware for your Sound Blaster Extigy. more>>
The package will update Sound Blaster Extigy Drivers (to version 5.12.01.0038); Sound Blaster Extigy Firmware (to version 1.1.020507); Creative Audio Mixer (to version 2.01.15); and reactive diagnostics (to version 2.20.14). The update fixes Cakewalk SONAR 1.3.1 (trial version) detection of Sound Blaster Extigy as a monaural device; the wave volume level changing to the default level after forwarding, rewinding, or muting the track in audio; and the mixer while playing back AC3 files. Also, now the EAX On/Off button in PlayCenter responds correctly to remote control; the fader and center speaker volume in Audio Mixer is accessible after headphones are disconnected; updating drivers in Windows XP no longer requires a system restart; the speaker configuration setting is saved after the restart; and 3D audio processing is improved.
Added features include compressed AC3 pass-through for output to an external decoder; added bass management configuration; improved sample rate conversion engine to allow playback of 24-bit/96KHz files through the 16-bit/48KHz engine; added firmware version information in the Audio Control; and added DirectSound Voice Management in WinXP. Firmware version 1.1.020507 adds AC3 pass-through; bass management configuration; improved CMSS playback quality; and improved device recognition on system start-up.
mp3 surround encoder 1.1.5
encodes 16bit/24bit 5.1 wav files into mp3surround files more>> The mp3 surround encoder converts 16bit or 24bit 6 channel wav files into mp3surround files with a total constant bitrate of 192kbps.
Supported sampling frequencies are 44.1kHz and 48kHz. The resulting mp3surround files can be played back on our mp3 surround player or Winamp plug-in in surround sound or on any other mp3 player in full quality stereo.<<less
delaycut 1.2.1.2
A small and simple program that cuts and corrects delay in AC3 and DTS files more>>
delaycut corrects delay and is also able to cut audio files coded ac3, dts, mpa and wav. It is also able to fix CRC errors in ac3 and mpa files.
It also features CLI support.
Formats supported
- DTS and AC3.
- MPA files (48kHz sampling frequency).
- Linear PCM (Wav) supported.
SSRC 1.30
A fast and high quality sampling rate converter more>>
SSRC converts sampling rate of PCM wav file. Also, this program has a function to apply dither to its output and extend perceived dynamic range.
Sampling rates of 44.1kHz and 48kHz are populary used, but ratio of these two frequency is 147:160, and these are not small numbers.
And thus, sampling rate conversion without degradation of sound quality requires filters with very large order, and its difficult to achieve both quality and speed.
SSRC achieved relatively fast and high quality conversion using two different kinds of filters combined in a smart way.

My iPod Manager 1.0.0.1
My iPod Manager is very easy to use tool to manage your iPod Device(Any Type), You will not need any other software with iPod Manager. With iPod Manager, you can Add, Edit, Delete Audio/Video Tracks to your iPod. more>>
My iPod Manager is very easy to use tool to manage your iPod Device(Any Type), You will not need any other software with iPod Manager. With iPod Manager, you can Add, Edit, Delete Audio/Video Tracks to your iPod; Also you can copy tracks from iPod to your local hard drive. My iPod Manager is compatible with other iPod programs like iTunes. Also with iPod Manager you can 1- View all Audio/Video iPod Contents. 2- Add Video/Audio Tracks to iPod. 3- Play Audio/Video Tracks of the iPod. 4- Add Audio/Video Tracks to the iPod. 5- Delete Audio/Video Tracks from the iPod. 6- Modify the properties of the Audio/Video tracks of the iPod. 7- Copy Audio/Video tracks from iPod to local hard drive. 8- Clean duplicated (repeated) Audio/Video tracks from the iPod. 9- Rebuild the iPod Data Base using all existing Audio/Video files in the iPod in case of damaged Database. 10- Reset the iPod Database. 11- Format the iPod. 12- Search in the tracks properties to easily find the desired track. 13- Support All iPod Types. The Supported Audio file Formats are: AAC (8 to 320 Kbps), Protected AAC (from iTunes Store), MP3 (8 to 320 Kbps), MP3 VBR, Audible (formats 2, 3, and 4), WAV, and AIFF. The Supported Video file Formats are: H.264 video, up to 1.5 Mbps, 640 by 480 pixels, 30 frames per second, Low-Complexity version of the H.264 Baseline Profile with AAC-LC audio up to 160 Kbps, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats; H.264 video, up to 2.5 Mbps, 640 by 480 pixels, 30 frames per second, Baseline Profile up to Level 3.0 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, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats.
System Requirements: 10MB Disk Space, Free RAM 32 MB
<<lessDVDx 2.20
An easy to use conversion tool more>>
It produces good quality movies in MPEG1/2 format and you don't need to have 5GB or more free on your hard disk.
DVDx produces high quality MPEG and AVI movies and advanced features provide smart settings for experimented users.
DVDx is likely the fastest solution ever to copy a DVD into a DivX file because the DVD reading (and decrypting) is done while encoding to DivX.
Alternative solutions require to copy the DVD to the hard drive with DVD Decrypter (or SmartRipper or any other DVD ripping software) which takes about 30 minutes, and then the encoding time is added. So with a 75FPS encoding speed for a 1:30 PAL (25FPS) movie, the total ripping time of alternative software is 1 hour. While DVDx will take less than 32 minutes (at 72FPS).
On a consumer HP Pavilion with a Intel Pentium 830D, the encoding DVDx frame rate is 72FPS with DivX Pro 6.1.1 and later.
To encode to MPEG VCD/SVCD with the internal encoder or to encode to Windows Media, DVDx is also the fastest solution for the same reason.
- Code improvement:
- fix 698 memory leaks due to multi-language error strings which weren't unallocated and 10 others due to skin objects, 12 others due to heap allocations (new), 62 others due to DVD IFO data structure. And 100s of strings in debug console.
- MPEG-2 encoding:
- added 2 new profiles: CVD (China Video Disc) and DVD (default DVD-LP, 6000Kbps) both with audio 48kHz which must be set in Input Settings dialog.
- set CVD/DVD GOP to 18 frames for NTSC (15 for PAL), so compliant with DVD authoring applications.
- WMV encoding:
- fix charches due to pointer bugs in handling IWM interfaces.
- GUI:
- fixed bug in About dialog box which caused DVDx to crash in Debug/DebugP4 and unpredictable effects in all versions (Release/Release_RipperFree/NoOptim)
- SIMD (SSE2) optimizations:
- replaced MOVQ xmm,m64 (rejected by VC9 compiler) with MOVQ xmm,qword ptr m64 and MOVQ m64,xmm with MOVQ qword ptr m64,xmm
- Audio MP3 encoder:
- nLame.dll 3.98.2 (Intel 10.1 compile)
- libmmd.dll 10.1 (Inte...
- This program is ad-ware because:
- Attempts to change the homepage for web browsers installed on the system
- Attempts to change the default search engine for web browsers installed on the system
- Offers to install ASK toolbar that the program does not require to fully function
- A CDROM burning tool to write your VCD/SVCD (preferably Nero Burning Rom)
- Adaptec ASPI Driver 4.60 (recommended but not required)
- Eventually a DVD player (like WinDVD or PowerDVD)
- Page: 1 of 1
- 1