Help us keep the list up to date and submit new video software here.
Tool
Description
Type
Rating
Reviews
WACUP (Winamp Community Update Project) is an audio player based on Winamp. WACUP (which can be pronounced as wakeup or wac-up or however you prefer it in your native tongue) is designed to work only with the patched Winamp 5.666 release to provide bug fixes, updates of existing features and most importantly new features with the goal to eventually become it's own highly Winamp compatible media player. WACUP makes use of the benefits of Winamp being heavily based on a plug-in system so new plug-ins can add additional features as well as allowing replacements to be created which provide better implementations over the plug-ins natively included with Winamp. If none of that makes sense, a good way to think about WACUP is that it is like a video game mod where you initially use the original game but then files related to it are added to or edited in-order to provide a better experience.
Freeware
OS:
File size: 9MB
Old versions
Version history
Alternative software
OS:
File size: 9MB
Old versions
Version history
Alternative software
Latest version
Download
Download WACUP 1.99.49.24360 Preview 64-bit 10MB Win64
Download WACUP 1.99.49.24360 Preview 9MB Win
Download old versions
Software License
Supported operating systems
Version history / Release notes / Changelog / What's New
Preview Version: 1.99.49.24360 (x64)
Released: 20 April 2026
Everything done as part of preview build v1.99.47.23960
Added an initial in_webmkv plug-in for WEBM / MKV files (streaming is still todo) with it initially handling Opus, Vorbis, AAC, MP3, Flac, WavPack audio (subject to the handlers also being installed)
Added an initial in_what plug-in for DirectShow based decoding support (subject to OS support &/or the codec pack(s) installed to be used & what file types have been set to this plug-in (support should be able to play things but there's more to do with getting metadata, etc out of the files that aren't handled by the common metadata handling & there's also likely going to be some playback problems)
Added an option to the folder monitor handling to attempt to add newly found files to the end of the main playlist (this is an opt-in mode so it won't screw around with the main playlist unless wanted)
Changed the handling of the MFT H264 decoder & video handling in general to try to reduce the CPU & memory overhead though for now it's likely still going to be all CPU based for decoding :(
Changed the default main playlist ATF string to differentiate between streams & local files to avoid an issue which meant some streams were showing the stream name for the artist part of the title
Changed how the ATF string processing is handled to try to resolve the intermittent reports of the generated titles reporting a processing issue which goes away after a restart (hopefully this fixes it)
Changed how the wavpack plug-in is built to now make use of a shared libwavpack.dll instead of being compiled into it so the newly added webm/mkv input plug-in can share it without duplicating the code
Changed how some MP3 files are handled when the playback length vs the metadata length reported are too distant from each other which'll now trigger the exact mp3 length checking to be applied on that playback attempt which should improve playback completing for files that otherwise aren't correctly reporting their information (e.g. vbr files without the expected headers making it look like it's cbr)
Changed the discord-rpc handling when in paused / stopped states & the options to auto-remove it are disabled from the preference page to now show the full length of the playing item instead of telling discord that there's nothing going on which it imho incorrectly decides will make it instead show a generic counter (would be so much better if there was a way to flag when a status is for paused / stopped listening modes as trying to keep updating the rpc instance isn't viable either due to it not liking many quick calls)
Changed the error message text shown when a 3rd party dll isn't able to be loaded due to dependency issues to hopefully make more sense for what the user should be trying to do to resolve the problem
Changed how the streaming url plug-in tries to deal with unavailable urls from the yt-dlp response along with enabling a basic debugging mode to try to better determine some of the reported playback fails
Changed how yt urls are presented to the waveform seeker plug-ins so it is now more likely to be able to generate a waveform preview when a cached copy of the playing item is able to be located
Changed the handling around starting wacup when requested to accept new files (e.g. when double-clicking in explorer or using the command-line) to reduce some of the perceived delay to get files playing that can occur due to it being able to queue up the items & the play related trigger too fast which then caused a stuck in a state processing whilst it was trying to work through all of the actions that have built up (there's still more that needs to be done but this partially helps with the main situation tested in holding down enter on an item in explorer)
Changed the main playlist editor window to now show the Alt+3 / File Info dialog for the currently playing item when the action is triggered & there's nothing selected (which matches to the main window)
Changed when the visualisation plug-ins are triggered if configured to run on start-up to give them more time to appear vs other initialisation going on so they're more likely to show up with the other windows instead of appearing noticeably later which can be somewhat jarring
Changed the folder monitor handling to indicate if too many folders might be configured to be monitored which depending on the resources available can cause problems or even the potential for crashes (as some are adding each folder instead of using the folder monitor handling that allows for sub-folders of a parent folder the monitored as a single action without using for some setups too many threads)
Changed how the core will try to determine the appropriate input plug-in to use for anything that isn't directly claimed by the input plug-ins with in_what & in_url (if present) treated as the fallback local & url handlers which avoids the need for the winamp-esque way of solely relying on an extension when that was itself fragile (e.g. what if nothing reports the entered extension) to make it more likely that a non-natively supported item is likely to play
Changed taglib from v1.13 to v2.2.1 with all of the related plug-in / metadata core handling changes needed & the size bump that comes from taglib supporting more formats compared to before (e.g. mkv)
Changed how multi-song NSFE files are handled when added into the main playlist based on the preference option to either now follow the NSFE playlist count information or to use the prior behaviour of using the total songs reported (which is still used if there's no indication of a playlist count so there should always be something added even if the count may not always be as expected for some users)
Changed some more of the core handling as part of the preparation towards localisation support (aka how to make lng_generator work again but based on what the WACUP core is able to provide for it to use)
Fixed a potential for the history & local library plug-ins to get stuck in an endless loop when running some of the helper actions used to avoid or resolve existing issues within the db files
Fixed a number of problems with the initial starting of MFT H264 based video playback which often appeared as a partially missing video frame (am still not super happy with how this all works)
Fixed a crash which can occur when adding RSN files into the main playlist when there isn't anything which can support the files found within this archive type (e.g. not being able to use SNESAamp)
Fixed a large memory leak when going between the internet radio view & other media library view many times during a running instance with enough time passing to allow it to trigger a cache purge
Fixed the possible issue behind crashes seen when playing some AAC based streams by re-working the metadata extraction handling to reduce memory allocations along with avoiding some string conversions
Fixed the buffer the waveform seeker plug-in provides for the audio data to be placed into not being large enough in some situations (e.g. getting full flac or wavpack frames) which could cause it to crash
Fixed streanname being returned for artist/streamartist atf requests when playing a stream which when used with the prior default ATF string made it appear as "name - arist - title (name)" which wasn't intended though the default ATF string change negates this change but is there for anything else that might be intentionally querying those values
Fixed the majority of the skinned window frames under a classic skin which if placed partially off-screen might not draw the frame contents when moved especially if part of a grouping of docked windows due to an internal state to reduce the amount of redrawing done on window moving conflicting with the recent changes made to improve window painting under WINE
Fixed the probable cause for higher bitrate MP3 based streams not playing smoothly due to a conflict between what mpg123 said it wanted & what it actually needed w.r.t. to the internal stream buffering
Fixed a resource leak (memory & file handle) with the MP4 file metadata handling
Fixed some inconsistency with the handling of the %samplerate_khz% atf value if the common metadata handling isn't able to obtain the underlying samplerate value
Fixed an issue when changing the playback mode to audio-only for yt urls not playing which have already been played due to not matching the existing cache item to the expected input plug-in
Fixed the possible cause of a deadlock which was seen from an x64 install when using dsp_wc for streaming what's playing whilst conflicting with some of the input plug-ins
Fixed changing the playback preference option to only render audio off when playing MP4 based items from youtube playback needing two playback attempts to get video to show
Fixed the handling of youtube playback when the up to 1080p playback option is disabled which could cause playback to random stop or to jump around the video being played
Fixed the probable cause of some deadlocks seen when changing playback & the volume level is attempting to be set on a new play when using the notsodirect output plug-in
Fixed enabling the media library core when wacup is already running not correctly updating the preference window tree to reflect the library plug-ins that have been loaded
Fixed the probable cause for running multiple visualisation plug-ins via the wacup core handling causing some or all of the visualisations enabled to not react to the audio as expected or show nothing
Fixed the remove excluded folder action on the local library preference page not reacting to selection changes preventing the action from being enabled
Fixed an initialisation issue which could prevent the generic skinned windows from being created if the handling was triggered in the wrong expected order (e.g. visualisations triggered on start-up)
Fixed some additional window re-painting ...
Released: 20 April 2026
Everything done as part of preview build v1.99.47.23960
Added an initial in_webmkv plug-in for WEBM / MKV files (streaming is still todo) with it initially handling Opus, Vorbis, AAC, MP3, Flac, WavPack audio (subject to the handlers also being installed)
Added an initial in_what plug-in for DirectShow based decoding support (subject to OS support &/or the codec pack(s) installed to be used & what file types have been set to this plug-in (support should be able to play things but there's more to do with getting metadata, etc out of the files that aren't handled by the common metadata handling & there's also likely going to be some playback problems)
Added an option to the folder monitor handling to attempt to add newly found files to the end of the main playlist (this is an opt-in mode so it won't screw around with the main playlist unless wanted)
Changed the handling of the MFT H264 decoder & video handling in general to try to reduce the CPU & memory overhead though for now it's likely still going to be all CPU based for decoding :(
Changed the default main playlist ATF string to differentiate between streams & local files to avoid an issue which meant some streams were showing the stream name for the artist part of the title
Changed how the ATF string processing is handled to try to resolve the intermittent reports of the generated titles reporting a processing issue which goes away after a restart (hopefully this fixes it)
Changed how the wavpack plug-in is built to now make use of a shared libwavpack.dll instead of being compiled into it so the newly added webm/mkv input plug-in can share it without duplicating the code
Changed how some MP3 files are handled when the playback length vs the metadata length reported are too distant from each other which'll now trigger the exact mp3 length checking to be applied on that playback attempt which should improve playback completing for files that otherwise aren't correctly reporting their information (e.g. vbr files without the expected headers making it look like it's cbr)
Changed the discord-rpc handling when in paused / stopped states & the options to auto-remove it are disabled from the preference page to now show the full length of the playing item instead of telling discord that there's nothing going on which it imho incorrectly decides will make it instead show a generic counter (would be so much better if there was a way to flag when a status is for paused / stopped listening modes as trying to keep updating the rpc instance isn't viable either due to it not liking many quick calls)
Changed the error message text shown when a 3rd party dll isn't able to be loaded due to dependency issues to hopefully make more sense for what the user should be trying to do to resolve the problem
Changed how the streaming url plug-in tries to deal with unavailable urls from the yt-dlp response along with enabling a basic debugging mode to try to better determine some of the reported playback fails
Changed how yt urls are presented to the waveform seeker plug-ins so it is now more likely to be able to generate a waveform preview when a cached copy of the playing item is able to be located
Changed the handling around starting wacup when requested to accept new files (e.g. when double-clicking in explorer or using the command-line) to reduce some of the perceived delay to get files playing that can occur due to it being able to queue up the items & the play related trigger too fast which then caused a stuck in a state processing whilst it was trying to work through all of the actions that have built up (there's still more that needs to be done but this partially helps with the main situation tested in holding down enter on an item in explorer)
Changed the main playlist editor window to now show the Alt+3 / File Info dialog for the currently playing item when the action is triggered & there's nothing selected (which matches to the main window)
Changed when the visualisation plug-ins are triggered if configured to run on start-up to give them more time to appear vs other initialisation going on so they're more likely to show up with the other windows instead of appearing noticeably later which can be somewhat jarring
Changed the folder monitor handling to indicate if too many folders might be configured to be monitored which depending on the resources available can cause problems or even the potential for crashes (as some are adding each folder instead of using the folder monitor handling that allows for sub-folders of a parent folder the monitored as a single action without using for some setups too many threads)
Changed how the core will try to determine the appropriate input plug-in to use for anything that isn't directly claimed by the input plug-ins with in_what & in_url (if present) treated as the fallback local & url handlers which avoids the need for the winamp-esque way of solely relying on an extension when that was itself fragile (e.g. what if nothing reports the entered extension) to make it more likely that a non-natively supported item is likely to play
Changed taglib from v1.13 to v2.2.1 with all of the related plug-in / metadata core handling changes needed & the size bump that comes from taglib supporting more formats compared to before (e.g. mkv)
Changed how multi-song NSFE files are handled when added into the main playlist based on the preference option to either now follow the NSFE playlist count information or to use the prior behaviour of using the total songs reported (which is still used if there's no indication of a playlist count so there should always be something added even if the count may not always be as expected for some users)
Changed some more of the core handling as part of the preparation towards localisation support (aka how to make lng_generator work again but based on what the WACUP core is able to provide for it to use)
Fixed a potential for the history & local library plug-ins to get stuck in an endless loop when running some of the helper actions used to avoid or resolve existing issues within the db files
Fixed a number of problems with the initial starting of MFT H264 based video playback which often appeared as a partially missing video frame (am still not super happy with how this all works)
Fixed a crash which can occur when adding RSN files into the main playlist when there isn't anything which can support the files found within this archive type (e.g. not being able to use SNESAamp)
Fixed a large memory leak when going between the internet radio view & other media library view many times during a running instance with enough time passing to allow it to trigger a cache purge
Fixed the possible issue behind crashes seen when playing some AAC based streams by re-working the metadata extraction handling to reduce memory allocations along with avoiding some string conversions
Fixed the buffer the waveform seeker plug-in provides for the audio data to be placed into not being large enough in some situations (e.g. getting full flac or wavpack frames) which could cause it to crash
Fixed streanname being returned for artist/streamartist atf requests when playing a stream which when used with the prior default ATF string made it appear as "name - arist - title (name)" which wasn't intended though the default ATF string change negates this change but is there for anything else that might be intentionally querying those values
Fixed the majority of the skinned window frames under a classic skin which if placed partially off-screen might not draw the frame contents when moved especially if part of a grouping of docked windows due to an internal state to reduce the amount of redrawing done on window moving conflicting with the recent changes made to improve window painting under WINE
Fixed the probable cause for higher bitrate MP3 based streams not playing smoothly due to a conflict between what mpg123 said it wanted & what it actually needed w.r.t. to the internal stream buffering
Fixed a resource leak (memory & file handle) with the MP4 file metadata handling
Fixed some inconsistency with the handling of the %samplerate_khz% atf value if the common metadata handling isn't able to obtain the underlying samplerate value
Fixed an issue when changing the playback mode to audio-only for yt urls not playing which have already been played due to not matching the existing cache item to the expected input plug-in
Fixed the possible cause of a deadlock which was seen from an x64 install when using dsp_wc for streaming what's playing whilst conflicting with some of the input plug-ins
Fixed changing the playback preference option to only render audio off when playing MP4 based items from youtube playback needing two playback attempts to get video to show
Fixed the handling of youtube playback when the up to 1080p playback option is disabled which could cause playback to random stop or to jump around the video being played
Fixed the probable cause of some deadlocks seen when changing playback & the volume level is attempting to be set on a new play when using the notsodirect output plug-in
Fixed enabling the media library core when wacup is already running not correctly updating the preference window tree to reflect the library plug-ins that have been loaded
Fixed the probable cause for running multiple visualisation plug-ins via the wacup core handling causing some or all of the visualisations enabled to not react to the audio as expected or show nothing
Fixed the remove excluded folder action on the local library preference page not reacting to selection changes preventing the action from being enabled
Fixed an initialisation issue which could prevent the generic skinned windows from being created if the handling was triggered in the wrong expected order (e.g. visualisations triggered on start-up)
Fixed some additional window re-painting ...
View full changelog
Sections/Browse similar tools
Alternative to WACUP
(Latest version updated)AIMP (Apr 21, 2026)
foobar2000 (Apr 17, 2026)
Winamp (Apr 26, 2023)
Guides and How to's
Acronyms / Also Known As
Notify me when software updated or report software
| 2 reviews, Showing 1 to 2 reviews |
which languages supported , and is that 64 bit and portable ?
Review by handsome on
Aug 20, 2020 Version: 1.0.13.5864
OS: Windows 7 64-bit Ease of use: 9/10
Functionality: 9/10
Value for money: 9/10
Overall: 9/10
Hi. I just found out about this great project. You are doing a great job guys. One thing I noticed was the double size in classic skin mode. The resizable windows should not be double sized just like in winamp classic. It's unnecessary and it's causing weird behavior (windows not docking properly, disappearing borders, items on playlist not loading titles, etc.). For example in the playlist, I usually just resize it and increase the font size.
I only use classic mode though.
Anyway, keep it up and thank you!
I only use classic mode though.
Anyway, keep it up and thank you!
Review by ken zi on
Oct 8, 2019 Version: 1.0.4264
OS: Windows 10 64-bit Ease of use: 9/10
Functionality: 8/10
Value for money: 10/10
Overall: 9/10
| 2 reviews, Showing 1 to 2 reviews |
| 1 tool hits, Showing 1 to 1 tools |
Explanation:
NEW SOFTWARE= New tool since your last visit
NEW VERSION= New version since your last visit
NEW REVIEW= New review since your last visit
NEW VERSION= New version
Latest version
Version number / Beta version number / Update version number and when it whas released.
Type and download
NO MORE UPDATES? = The software hasn't been updated in over 2 years.
NO LONGER DEVELOPED = The software hasn't been updated in over 5 years.
RECENTLY UPDATED = The software has been updated the last 31 days.
Freeware = Download Free software.
Freeware Trialware = Download Free software but some parts are trial/shareware.
Free software = Download Free software and also open source code also known as FOSS (Free and Open Source Software).
Free software Trialware = Download Free software and also open source code but some parts are trial/shareware.
Freeware Ads = Download Free software but supported by advertising, usually with a included browser toolbar. It may be disabled when installing or after installation.
Free software Ads = Free Download software and open source code but supported by advertising, usually with a included browser toolbar. It may be disabled when installing or after installation.
Trialware = Also called shareware or demo. Free Trial version available for download and testing with usually a time limit or limited functions.
Payware = No demo or trial available.
Portable version = A portable/standalone version is available. No installation is required.
v1.0.1 = Latest version available.
Download beta = It could be a Beta, RC(Release Candidate) or an Alpha / Nightly / Unstable version of the software.
Download 15MB = A direct link to the software download.
Win = Windows download version for 32-bit and 64-bit Windows.
Win64 = Windows 64-bit download version for 64-bit Windows.
WinARM64 = Windows 64-bit ARM download version for Windows ARM64/AArch64.
Mac = Mac download version for 64-bit Mac OS Intel/ARM64/AArch64.
MacARM64 = Mac Silicon download version for 64-bit Mac OS ARM64/AArch64.
Mac64 = Mac OS download version for 64-bit Intel Mac OS.
Linux = Linux download version.
Linux64 = Linux download version for 64bit Linux.
Linux ARM = Linux download version for Linux ARM64/AArch64.
Portable = Portable version. No installation is required.
Ad-Supported = The software is bundled with advertising. Be careful when you install the software and disable addons that you don't want!
Visit developers site = A link to the software developer site.
Download (mirror link) = A mirror link to the software download. It may not contain the latest versions.
Download old versions = Free downloads of previous versions of the program.
Download 64-bit version = If you have a 64bit operating system you can download this version.
Download portable version = Portable/Standalone version meaning that no installation is required, just extract the files to a folder and run directly.
Portable version available = Download the portable version and you can just extract the files and run the program without installation.
Old versions available = Download old versions of the program.
Version history available = Complete changelog on our site.
= Windows version available.
= Mac OS version available.
= Linux version available.
Our hosted software are virus and malware scanned with several antivirus programs using www.virustotal.com. (NOTE! Just one virustotal warning is 99.9% a false positive. And some software might receive 2-6 warnings but it's if they are not all same virus/trojan then it's 99% false positives.)
Rating
Rating from 0-10.
NEW SOFTWARE= New tool since your last visit
NEW VERSION= New version since your last visit
NEW REVIEW= New review since your last visit
NEW VERSION= New version
Latest version
Version number / Beta version number / Update version number and when it whas released.
Type and download
NO MORE UPDATES? = The software hasn't been updated in over 2 years.
NO LONGER DEVELOPED = The software hasn't been updated in over 5 years.
RECENTLY UPDATED = The software has been updated the last 31 days.
Freeware = Download Free software.
Freeware Trialware = Download Free software but some parts are trial/shareware.
Free software = Download Free software and also open source code also known as FOSS (Free and Open Source Software).
Free software Trialware = Download Free software and also open source code but some parts are trial/shareware.
Freeware Ads = Download Free software but supported by advertising, usually with a included browser toolbar. It may be disabled when installing or after installation.
Free software Ads = Free Download software and open source code but supported by advertising, usually with a included browser toolbar. It may be disabled when installing or after installation.
Trialware = Also called shareware or demo. Free Trial version available for download and testing with usually a time limit or limited functions.
Payware = No demo or trial available.
Portable version = A portable/standalone version is available. No installation is required.
v1.0.1 = Latest version available.
Download beta = It could be a Beta, RC(Release Candidate) or an Alpha / Nightly / Unstable version of the software.
Download 15MB = A direct link to the software download.
Win = Windows download version for 32-bit and 64-bit Windows.
Win64 = Windows 64-bit download version for 64-bit Windows.
WinARM64 = Windows 64-bit ARM download version for Windows ARM64/AArch64.
Mac = Mac download version for 64-bit Mac OS Intel/ARM64/AArch64.
MacARM64 = Mac Silicon download version for 64-bit Mac OS ARM64/AArch64.
Mac64 = Mac OS download version for 64-bit Intel Mac OS.
Linux = Linux download version.
Linux64 = Linux download version for 64bit Linux.
Linux ARM = Linux download version for Linux ARM64/AArch64.
Portable = Portable version. No installation is required.
Ad-Supported = The software is bundled with advertising. Be careful when you install the software and disable addons that you don't want!
Visit developers site = A link to the software developer site.
Download (mirror link) = A mirror link to the software download. It may not contain the latest versions.
Download old versions = Free downloads of previous versions of the program.
Download 64-bit version = If you have a 64bit operating system you can download this version.
Download portable version = Portable/Standalone version meaning that no installation is required, just extract the files to a folder and run directly.
Portable version available = Download the portable version and you can just extract the files and run the program without installation.
Old versions available = Download old versions of the program.
Version history available = Complete changelog on our site.
Our hosted software are virus and malware scanned with several antivirus programs using www.virustotal.com. (NOTE! Just one virustotal warning is 99.9% a false positive. And some software might receive 2-6 warnings but it's if they are not all same virus/trojan then it's 99% false positives.)
Rating
Rating from 0-10.
Browse software by sections
All In One Blu-ray Converters (9)
All In One DVD Converters (12)
All In One MKV to MP4, Blu-ray, UHD (11)
All In One Video Converters (19)
Animation (3D, 2D Animation) (12)
Audio Editors (22)
Audio Encoders (80)
Audio Players (19)
Authoring (Blu-ray, UHD, AVCHD) (13)
Authoring (DivX) (4)
Authoring (DVD) (26)
Authoring (SVCD, VCD) (9)
Bitrate Calculators (7)
Blu-ray to AVI, MKV, MP4 (15)
Blu-ray to Blu-ray, AVCHD (10)
Burn (CD,DVD,Blu-ray) (24)
Camcorders, DV, HDV, AVCHD (31)
Capture TV, DVD, VCR (30)
CD, DVD, Blu-ray recovery (3)
Codec Packs (6)
All In One DVD Converters (12)
All In One MKV to MP4, Blu-ray, UHD (11)
All In One Video Converters (19)
Animation (3D, 2D Animation) (12)
Audio Editors (22)
Audio Encoders (80)
Audio Players (19)
Authoring (Blu-ray, UHD, AVCHD) (13)
Authoring (DivX) (4)
Authoring (DVD) (26)
Authoring (SVCD, VCD) (9)
Bitrate Calculators (7)
Blu-ray to AVI, MKV, MP4 (15)
Blu-ray to Blu-ray, AVCHD (10)
Burn (CD,DVD,Blu-ray) (24)
Camcorders, DV, HDV, AVCHD (31)
Capture TV, DVD, VCR (30)
CD, DVD, Blu-ray recovery (3)
Codec Packs (6)
Codec, Video Identifiers (30)
Codecs (67)
Decrypters (DVD Rippers) (16)
Decrypters (UHD, Blu-ray Rippers) (8)
DigitalTV, DVB, IPTV (39)
DVD to DVD (20)
DVD to MP4, MKV, H264, H265 (16)
DVD to VCD, SVCD (5)
DVD to XviD, AVI, DivX (16)
ISO, Image (15)
Linux Video Tools (208)
MacOS Video Tools (244)
Media (Blu-ray, DVD, CD) (9)
Media Center, HTPC (24)
Other Useful Tools (140)
Photo Blu-ray, DVD, SlideShow (8)
Portable (Mobile, PSP) (35)
Region Free Tools (5)
Screen capture , Screen recording (27)
Screenshots , Thumbnails (13)
Codecs (67)
Decrypters (DVD Rippers) (16)
Decrypters (UHD, Blu-ray Rippers) (8)
DigitalTV, DVB, IPTV (39)
DVD to DVD (20)
DVD to MP4, MKV, H264, H265 (16)
DVD to VCD, SVCD (5)
DVD to XviD, AVI, DivX (16)
ISO, Image (15)
Linux Video Tools (208)
MacOS Video Tools (244)
Media (Blu-ray, DVD, CD) (9)
Media Center, HTPC (24)
Other Useful Tools (140)
Photo Blu-ray, DVD, SlideShow (8)
Portable (Mobile, PSP) (35)
Region Free Tools (5)
Screen capture , Screen recording (27)
Screenshots , Thumbnails (13)
Subtitle Editors, Converters (72)
Tag Editors (4)
Video De, Multiplexers (66)
Video Editors (Advanced, NLE) (35)
Video Editors (Basic) (56)
Video Editors (H264, MP4, MKV, MTS) (19)
Video Editors (Lossless) (4)
Video Editors (MPG, DVD) (16)
Video Editors (WMV, AVI) (15)
Video Encoders (AV1, VP8, VP9) (2)
Video Encoders (AVI, WMV) (38)
Video Encoders (H264, H265, MP4, MKV) (45)
Video Encoders (MPG, DVD) (23)
Video Encoders , Converters (155)
Video Frameservers (9)
Video Players (49)
Video Repair, Fix (24)
Video Scripting (10)
Video Streaming (21)
Video Streaming Downloaders (101)
Tag Editors (4)
Video De, Multiplexers (66)
Video Editors (Advanced, NLE) (35)
Video Editors (Basic) (56)
Video Editors (H264, MP4, MKV, MTS) (19)
Video Editors (Lossless) (4)
Video Editors (MPG, DVD) (16)
Video Editors (WMV, AVI) (15)
Video Encoders (AV1, VP8, VP9) (2)
Video Encoders (AVI, WMV) (38)
Video Encoders (H264, H265, MP4, MKV) (45)
Video Encoders (MPG, DVD) (23)
Video Encoders , Converters (155)
Video Frameservers (9)
Video Players (49)
Video Repair, Fix (24)
Video Scripting (10)
Video Streaming (21)
Video Streaming Downloaders (101)
