qaac is a command line AAC/ALAC encoder frontend based on Apple encoder. Since 1.00, qaac directly uses CoreAudioToolbox.dll. Therefore, QuickTime installation is no more required. However, Apple Application Support is required. AAC-LC, AAC-HE, ALAC encoding are supported.
Centertracker tracks a user-defined object in a video and centers it in the middle of the screen along the whole video. It creates an AVS file (you have to install AviSynth before you can use it) which you can open with the program VirtualDub. Centertracker offers four tracking modes: color, contours, template and brightness. For speeding up processing and r […]
GetFLV your complete Web Video Windows solution. Download ANY Web Video to your PC in mere minutes. Support Hundreds Video Sites including: Youtube, HuLu, MTV, CBS. Convert ANY videos for your portable devices like iPod, iPhone, PSP, Zune, etc. devices. Convert ANY Video to FLV and put it on ANY web site. $160 for Golden version with lifetime updates or el […]
Simple x264 Launcher is a very simple GUI for x264 encoder that (not only) allows using 64-Bit x264 with 32-Bit Avisynth. The GUI supports 32-Bit operating systems now, but Benchmarking will be disabled on such systems for obvious reasons. Furthermore the latest version now includes support for FFMS2 input, i.e. if desired you can now open media files direct […]
BDtoAVCHD is a program to create AVCHD discs from Blu-Ray or HD MKV files. As output we get the folder structure ready to burn to a DVD5 or DVD9 and what the program is to compress the video to achieve the desired overall size of 4.7 GB with the highest possible quality. Blu-ray to MKV also. Requires Java.
Free DVD Video Converter is a VERY basic DVD to AVI and DVD to MP4 converter with optional burned in subtitles. Convert video DVDs or DVD folders to video files on your computer, DVD to computer, DVD to iPod and iPhone, DVD to PSP, DVD to Blackberry, DVD to AppleTV, PS3 and Xbox. The outputs are saved using several quality presets as AVI and MP4 files optimi […]
The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audi […]
Free 3GP Video Converter is a 3GP video converter. Convert 3GP video files recorded with your cell phone to more common PC video formats AVI or MP4 or back other video files to 3GP. Extract audio from 3GP video files. Convert 3GP to AVI, 3GP to MP4, 3GP to MP3 audio and back AVI, MP4 and others to 3GP.
Free Video Dub is a free video editing software which lets you delete unwanted parts from video files without re-encoding. That means that the program preserves original quality of the input video files and deletes their parts easily and fast. All you have to do is to set a start and an end point for the unwanted part, delete it and press the button Save vid […]
AnyDVD is a driver, which descrambles DVD-Movies automatically in the background. This DVD appears unprotected and region code free for all applications and the Windows operating system as well. With the help of AnyDVD you can watch movies with non matching region codes with every DVD Player Software you like! AnyDVD HD comes with same functionality as AnyDV […]
You don't have to go up window-tab and choose the open document there, when you can simply press ctrl + tab, which changes your open document forward and backwards ctrl+shift+tab. Helped me alot! (not tested with PC) Added by Robert in category Photoshop
just a quick one that most will know, but for those that don't, use the followin g format for your plugins, jQuery or otherwise to avoid conflicts when the noConflict() call is made...ensures forward compatibility and saves you valuable characters! it's a self invoking anonymous function, that passes the jQuery object in as a param to allow for ine […]
HTML: blablabla blablabla blablabla CSS: .container{width:300px;background:red;} .inner_div{float:left;width:200px;font:12px arial;} The red background in the container div will not expand when you add content to the inner div. So here is a simple trick to get the container div to expand. Just add .container{overflow:hidden;} Added by Webdevelopertut in cate […]
// the directory, where your images are stored $imgdir = '/images/'; // list of filetypes you $allowed_types = array('png','jpg','jpeg','gif'); want to show $dimg = opendir($imgdir); while($imgfile = readdir($dimg)) { if(in_array(strtolower(substr($imgfile,-3)),$allowed_types)) { $a_img[] = $imgfile; sort($a_ […]
If you are making an image scalable using css, for example: img { width: 100%; } it is worth also setting the adjacent dimension to auto, overiding any previously defined value: img { width: 100%; height: auto; } This will maintain the aspect ratio of the image and stop it from being stretched or squashed. Added by James Fenton in category CSS
CSS & PHP galleries need web submissions to survive and keep their web browsers coming back to 'borrow' ideas from other web designers. Submit your idea to these galleries and if you're featured you'll get bumped up search engine free ranking listings. I've had over 2500 visitors in less than 5 weeks and from being the last man s […]
Whenever you happen to write your own plugin, always remember to use jQuery instead of $ to refer to the library, the reason being jQuery usage makes for a correct noConflict() call. Added by Giulio Bai in category JQuery
Not everyone wants to print your blogged article AND comments too. Add "page-break-before: always" to your CSS code for #comments to add a page break at the end of the article. Added by Giulio Bai in category Design
Keep a online scapbook of website designs/elements that you enjoy. Then refer to it when you need some inspiration (don't copy mind!). I tend to use Flickr (http://www.flickr.com/photos/31361323@N02/) because you can tag images and add notes directly to the screenshots. I use ScreenGrab to take screenshots of websites: https://addons.mozilla.org/en-US/f […]