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.53.24784 Preview 64-bit 10MB Win64
Download WACUP 1.99.53.24784 Preview 9MB Win
Download old versions
Software License
Supported operating systems
Version history / Release notes / Changelog / What's New
Preview Version: 1.99.53.24784 (x64)
Released: 3 August 2026
Everything done as part of preview build v1.99.52.24626
Added an initial attempt at audio (mp3 & aac) only playback for the few nsv streams still out there since in_url was already partially trying to handle the mp3 ones due to how the decoder works (note: there are no plans to do video playback & if it's really wanted then it can be done with the x86 build by getting in_nsv & the related supporting dlls from the 5.666 installer & enabling within wacup)
Added the standard Ctrl+C copy shortcut to the lyrics window
Added an option to the general preference page to control whether the last contents of the main playlist will be restored between wacup instances (this doesn't affect actions externally causing new items to be added to it)
Added support when playing compatible streams to try to use the current streamurl if it appears to represent a supported image type & passes other validation to be used for the currently playing artwork
Changed the internal lock handling to make use of what was implemented with the notsodirect output plug-in which makes the internal code easier to manage (this may expose some missed locking issues which depending on where it's happening might be able to be fixed with post-release updates or may still require a full build to be provided but this change makes it better to try to track down these problems)
Changed the handling of the /procdump command-line mode so the window will now be hidden making it less dauting for some users) & adjusted the help text to better reflect what needs to be done
Changed more of the internal plug-in code to move things towards the preferred internal apis which help make the code simpler to follow or reduce the impact of the actions upon the wacup core
Changed the in_flac & in_wave input plug-ins to act like the other input plug-ins when it comes to handling the play action instead of doing things that were put in place before the memory handling issues were resolved recently & which was incorrectly causing problems especially with some of the fast playback attempts that could occur
Changed the skins copy action to be done off-thread so that it won't block the main ui thread which can cause a crash to then occur
Changed everything remaining to use the SegmentHeap app manifest option which was trialled with the 246x6 builds & seems to be safe
Changed the installer to use SetBrandingImage instead of manually setting the image when applying the dark-mode image which fixes the scaling & removed the need for the banner image files since the main welcome image can be used instead for a small saving on the installer size (aka the dark-mode header image doesn't look too small)
Changed the internal code used for triggering plug-in uninstallation to now use a common handler to simplify what's going on & for a small saving on the core size
Changed how the last played information for podcasts is handled to now cache it in the feed files so it's less jarring when initially loading to avoid the obvious delay before the relevant db instances are triggered to load to get that information & also acts as another potential back-up of the last played information
Changed the add / open folder action from the main & playlist editor windows to no longer show each file that's been found as that appears to be behind the action being much slower vs a folder drag+drop
Changed how the delay loading of supporting dlls is done to reduce some of the code duplication that was going on (there's still some more potential code savings that can be made in the future for this)
Changed the default preference page for new installs to now go to About|Updates instead of General which is more helpful when wanting to check for post-release updates just after wacup has been installed
Changed the default file extensions in_what (directshow) reports to now also include NSA & NSV (aka the old Nullsoft Streaming File format) as the main directshow filters appear to somewhat play them ok (this only relates to local file playback & from some testing there's references files that may not render correctly but that's normal)
Changed the default ATF strings to better reflect what's expected for SPC (SNES) audio files by swapping artist for album (which generally represents the game & is what the likes of SNESamp was doing)
Changed the in_org plug-in to no longer show blocking error messages if it's given files that it cannot handle which could in some instances cause ui deadlocks leading to wacup crashing
Changed the in_what & core input plug-in handling to be able to make use of in_webmkv so as long as there's supported audio in the webm / mkv files trying to be played it'll do something even if there's no appropriate directshow filters installed to be able to contend with the video aspect of these files (which is the only obvious reason to explain some recent reports of webm / mkv playback not working)
Changed the discord handling to try to better ensure that if the option to try to show the artwork for the currently playing item internally is going to have a valid unique id to avoid uploading issues
Changed the internal handling of the local library db unique id to reduce some of the overhead related to its use in the results pane when used to maintain the prior selected items within the active view
Fixed the notsoyasapi output plug-in working correctly (this was already provided as a post-release update for the 24626 build)
Fixed a few issues from the crash reports during the late stages of wacup closing now the crash reporter can better collect them
Fixed the remaining potential reason for some setups experiencing a deadlock crash when changing the volume when using notsodirect
Fixed the reproducible cases of the in_what (directshow based) input plug-in crashing on some setups when the stop action is called
Fixed double-clicking in the jtfe window causing a double play event (like was happening with the enter issue already fixed) to occur which could for some end up in a deadlock (see the in_wave change above)
Fixed the possible reason for some setups entering an unresponsive / deadlock state due to urls being incorrectly checked for validity as a local file (they shouldn't be checked but based on some crash reports it seems like the OS api call used might still attempt to process it which can take an age to timeout which leads to the unresponsive / deadlock state)
Fixed in_url incorrectly trying to process some url based metadata requests when there's no need for it which could cause wacup to enter an unresponsive / deadlock state
Fixed a crash when there's low memory & an attempt has been made to indicate a new wacup version or that post-release updates are available
Fixed a small performance issue with the jtfe window loading & how it was doing the string comparison to avoid recalculating the search string length
Fixed interlaced png files not being loaded correctly due to not calling the internal method correctly to allow the image to be correctly generated
Fixed the possible reason for a crash seen whilst reading in the playlist grouping information during initial loading (not that this should've been able to happen)
Fixed the possible cause for a crash seen by some where the post-release update is reported as being available just as wacup has been triggered to be manually closed
Fixed a crash if in_flac or libflac isn't present when in_wave is being used as a fallback handler when a waveform seeker preview is being attempted due to not checking for libsndfile throwing an error
Fixed the likely reason for some HTTP streams not connecting when other players & browsers don't appear to have any problems
Fixed a small performance issue by duplicating some of the url strings when passed to the download handling (e.g. for podcasts)
Fixed the advance to next track option on the playlist preference page not working as expected
Fixed adding bookmarks not working as expected due to there being line-breaks in the title (which is now being stripped) or from being too long causing some text to be incorrectly clipped vs expectations
Fixed the folder monitor option to add newly found files to the end of the main playlist to be indented so it's more obvious that it's only related to the real-time scanning mode due to how the handling is implemented instead of it working more generically (might consider adding that at a later time)
Fixed how some stream playing metadata is used to try to do online artwork look-ups to hopefully be more likely to work by better accounting for the streamname or other branding being part of the metadata
Fixed a memory leak when manually triggering a refresh of the internet radio cache
Fixed a core handling issue which could cause the configured fallback input plug-in for local files to be called twice if they've already been attempted & have reported not supporting the playlist item
Fixed the add bookmark handling to do more to ensure a title will be generated for it if the action hasn't provided one (e.g. when using the send-to action from the main playlist instead of the dedicated bookmark selected action)
Fixed SPC files not showing metadata compared to the x86 build even though there's not working playback for such files at this time (this just helps to make moving between the build types less jarring if there's such files in the playlist)
Fixed the probable cause of a deadlock when the library playlists view is active when there's an issue whilst trying to modify an existing library playlist
Fixed the probable cause of a deadlock when trying to calculate replaygain values but then attempting to cancel the processing that's already under way
Other small changes & attempted fixes based on issues seen in the crash reports but hasn't yet been reproduced to be able to confirm the fix either way
Updated cppwinrt (gen_win10shell.dll) to 3.0.260715.1 (16 Jul 2026)
...
Released: 3 August 2026
Everything done as part of preview build v1.99.52.24626
Added an initial attempt at audio (mp3 & aac) only playback for the few nsv streams still out there since in_url was already partially trying to handle the mp3 ones due to how the decoder works (note: there are no plans to do video playback & if it's really wanted then it can be done with the x86 build by getting in_nsv & the related supporting dlls from the 5.666 installer & enabling within wacup)
Added the standard Ctrl+C copy shortcut to the lyrics window
Added an option to the general preference page to control whether the last contents of the main playlist will be restored between wacup instances (this doesn't affect actions externally causing new items to be added to it)
Added support when playing compatible streams to try to use the current streamurl if it appears to represent a supported image type & passes other validation to be used for the currently playing artwork
Changed the internal lock handling to make use of what was implemented with the notsodirect output plug-in which makes the internal code easier to manage (this may expose some missed locking issues which depending on where it's happening might be able to be fixed with post-release updates or may still require a full build to be provided but this change makes it better to try to track down these problems)
Changed the handling of the /procdump command-line mode so the window will now be hidden making it less dauting for some users) & adjusted the help text to better reflect what needs to be done
Changed more of the internal plug-in code to move things towards the preferred internal apis which help make the code simpler to follow or reduce the impact of the actions upon the wacup core
Changed the in_flac & in_wave input plug-ins to act like the other input plug-ins when it comes to handling the play action instead of doing things that were put in place before the memory handling issues were resolved recently & which was incorrectly causing problems especially with some of the fast playback attempts that could occur
Changed the skins copy action to be done off-thread so that it won't block the main ui thread which can cause a crash to then occur
Changed everything remaining to use the SegmentHeap app manifest option which was trialled with the 246x6 builds & seems to be safe
Changed the installer to use SetBrandingImage instead of manually setting the image when applying the dark-mode image which fixes the scaling & removed the need for the banner image files since the main welcome image can be used instead for a small saving on the installer size (aka the dark-mode header image doesn't look too small)
Changed the internal code used for triggering plug-in uninstallation to now use a common handler to simplify what's going on & for a small saving on the core size
Changed how the last played information for podcasts is handled to now cache it in the feed files so it's less jarring when initially loading to avoid the obvious delay before the relevant db instances are triggered to load to get that information & also acts as another potential back-up of the last played information
Changed the add / open folder action from the main & playlist editor windows to no longer show each file that's been found as that appears to be behind the action being much slower vs a folder drag+drop
Changed how the delay loading of supporting dlls is done to reduce some of the code duplication that was going on (there's still some more potential code savings that can be made in the future for this)
Changed the default preference page for new installs to now go to About|Updates instead of General which is more helpful when wanting to check for post-release updates just after wacup has been installed
Changed the default file extensions in_what (directshow) reports to now also include NSA & NSV (aka the old Nullsoft Streaming File format) as the main directshow filters appear to somewhat play them ok (this only relates to local file playback & from some testing there's references files that may not render correctly but that's normal)
Changed the default ATF strings to better reflect what's expected for SPC (SNES) audio files by swapping artist for album (which generally represents the game & is what the likes of SNESamp was doing)
Changed the in_org plug-in to no longer show blocking error messages if it's given files that it cannot handle which could in some instances cause ui deadlocks leading to wacup crashing
Changed the in_what & core input plug-in handling to be able to make use of in_webmkv so as long as there's supported audio in the webm / mkv files trying to be played it'll do something even if there's no appropriate directshow filters installed to be able to contend with the video aspect of these files (which is the only obvious reason to explain some recent reports of webm / mkv playback not working)
Changed the discord handling to try to better ensure that if the option to try to show the artwork for the currently playing item internally is going to have a valid unique id to avoid uploading issues
Changed the internal handling of the local library db unique id to reduce some of the overhead related to its use in the results pane when used to maintain the prior selected items within the active view
Fixed the notsoyasapi output plug-in working correctly (this was already provided as a post-release update for the 24626 build)
Fixed a few issues from the crash reports during the late stages of wacup closing now the crash reporter can better collect them
Fixed the remaining potential reason for some setups experiencing a deadlock crash when changing the volume when using notsodirect
Fixed the reproducible cases of the in_what (directshow based) input plug-in crashing on some setups when the stop action is called
Fixed double-clicking in the jtfe window causing a double play event (like was happening with the enter issue already fixed) to occur which could for some end up in a deadlock (see the in_wave change above)
Fixed the possible reason for some setups entering an unresponsive / deadlock state due to urls being incorrectly checked for validity as a local file (they shouldn't be checked but based on some crash reports it seems like the OS api call used might still attempt to process it which can take an age to timeout which leads to the unresponsive / deadlock state)
Fixed in_url incorrectly trying to process some url based metadata requests when there's no need for it which could cause wacup to enter an unresponsive / deadlock state
Fixed a crash when there's low memory & an attempt has been made to indicate a new wacup version or that post-release updates are available
Fixed a small performance issue with the jtfe window loading & how it was doing the string comparison to avoid recalculating the search string length
Fixed interlaced png files not being loaded correctly due to not calling the internal method correctly to allow the image to be correctly generated
Fixed the possible reason for a crash seen whilst reading in the playlist grouping information during initial loading (not that this should've been able to happen)
Fixed the possible cause for a crash seen by some where the post-release update is reported as being available just as wacup has been triggered to be manually closed
Fixed a crash if in_flac or libflac isn't present when in_wave is being used as a fallback handler when a waveform seeker preview is being attempted due to not checking for libsndfile throwing an error
Fixed the likely reason for some HTTP streams not connecting when other players & browsers don't appear to have any problems
Fixed a small performance issue by duplicating some of the url strings when passed to the download handling (e.g. for podcasts)
Fixed the advance to next track option on the playlist preference page not working as expected
Fixed adding bookmarks not working as expected due to there being line-breaks in the title (which is now being stripped) or from being too long causing some text to be incorrectly clipped vs expectations
Fixed the folder monitor option to add newly found files to the end of the main playlist to be indented so it's more obvious that it's only related to the real-time scanning mode due to how the handling is implemented instead of it working more generically (might consider adding that at a later time)
Fixed how some stream playing metadata is used to try to do online artwork look-ups to hopefully be more likely to work by better accounting for the streamname or other branding being part of the metadata
Fixed a memory leak when manually triggering a refresh of the internet radio cache
Fixed a core handling issue which could cause the configured fallback input plug-in for local files to be called twice if they've already been attempted & have reported not supporting the playlist item
Fixed the add bookmark handling to do more to ensure a title will be generated for it if the action hasn't provided one (e.g. when using the send-to action from the main playlist instead of the dedicated bookmark selected action)
Fixed SPC files not showing metadata compared to the x86 build even though there's not working playback for such files at this time (this just helps to make moving between the build types less jarring if there's such files in the playlist)
Fixed the probable cause of a deadlock when the library playlists view is active when there's an issue whilst trying to modify an existing library playlist
Fixed the probable cause of a deadlock when trying to calculate replaygain values but then attempting to cancel the processing that's already under way
Other small changes & attempted fixes based on issues seen in the crash reports but hasn't yet been reproduced to be able to confirm the fix either way
Updated cppwinrt (gen_win10shell.dll) to 3.0.260715.1 (16 Jul 2026)
...
View full changelog
Sections/Browse similar tools
Alternative to WACUP
(Latest version updated)AIMP (Jul 1, 2026)
foobar2000 (Jul 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 (31)
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 (212)
MacOS Video Tools (246)
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 (26)
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 (212)
MacOS Video Tools (246)
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 (26)
Screenshots , Thumbnails (13)
Subtitle Editors, Converters (71)
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 (20)
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 (20)
Video Streaming Downloaders (101)
