Help us keep the list up to date and submit new video software here.
Tool
Description
Type
Rating
Reviews
Zrythm is a cross-platform digital audio workstation designed to be featureful and easy to use. Limitless automation. Automate almost anything with automation events using straight lines, ramps and curves, or with LFOs and envelopes.
Latest version
Download
Download Zrythm 1.0.0 Windows 64-bit 150MB Win64
Download Zrythm 1.0.0 Mac 64-bit 150MB Mac64
Download Zrythm 1.0.0 Linux 64-bit 150MB Linux64
Download Beta and other versions
Download Zrythm 2.0.0 Alpha 3 Mac 150MB Mac
Download Zrythm 2.0.0 Alpha 3 Linux 150MB Linux
Software License
Supported operating systems
Version history / Release notes / Changelog / What's New
v2.0.0-alpha.3 Pre-release
@alex-tee alex-tee released this 1 hour ago
v2.0.0-alpha.3
a6ac580
Added
Native VST3 plugin hosting replacing the JUCE wrapper, with
resizable embedded editor windows featuring a header strip, bypass
and A/B state comparison
Durable preset selection with VST3 program tracking, a prev/next
preset selector in plugin windows, and a searchable preset browser
with group filtering and keyboard auditioning
Parameter groups (e.g. VST3 units) shown as sections in the
generic plugin parameter editor
Diagnostics row in plugin windows showing DSP load and latency
(#4526)
Host transport (play state, tempo, time signature and musical
position) delivered to VST3 and CLAP plugins, so tempo-synced
plugins follow the project
Parallel polyphonic voice rendering for bundled synths on a
realtime-safe worker pool, and hosting of the CLAP thread-pool
extension for plugins that parallelize their processing
Drag and wheel scrubbing on the transport bar BPM, time signature
and position readouts (Shift/Ctrl for fine steps)
Pinned-cursor dragging with Shift fine mode for knobs, faders and
balance controls, so values can be edited indefinitely without the
cursor hitting screen edges
Type and format filters with persisted search in the plugin browser
Per-stage progress reporting for project load and save, and a
modal dialog that blocks concurrent project loads
System information and a Copy System Info button in the About
dialog
Windows on ARM installers built as ARM64EC, running natively while
loading x64 plugins in-process
Changed
Multi-channel audio routing reworked around speaker arrangements:
audio folds between layouts per ITU-R BS.775 instead of silencing
unmatched buses, port connections carry explicit channel routings,
and plugin bus changes at runtime detach and revive ports without
losing connections
Sidechain buses are excluded from automatic track chain wiring and
connect through explicit user connections
The playhead keeps its musical position across tempo changes, and
engine-internal pauses (e.g. for undo) no longer trigger
return-to-cue moves
Fixed
Plugin parameters being zeroed on the first processing cycle,
resetting patches of plugins like Surge XT
Crash when removing a MIDI device while its processor is part of
the processing graph (#5284)
Backups cloning their pool files over the main project's pool
files (reversed copy direction in the reflink path)
Crash on port connections referencing nonexistent endpoints; such
connections are now dropped with a warning at load
Data races between the main and audio threads on transport state
and playhead processing state (ThreadSanitizer)
Deadlocks when graph recalculation or engine pausing was requested
while already in progress
Count-in metronome clicks continuing to play after pausing during
the count-in
Faders and balance controls resetting to hardcoded values instead
of the parameter default, and the fader hover label showing
-2.1 dB at unity gain (#5307)
Faders ramping to new volumes faster than real time during
playback
Generic plugin editor windows opening without a title bar on
Windows
Unstyled platform scrollbars and fallback controls on Windows
(#5312)
Arrangers setting drag cursors when the pointer is elsewhere in
the window
Missing icon error in the track inspector's MIDI input expander
DSP load indicator rendering an empty meter as a solid block
Removed
Carla plugin hosting support (already disabled)
v2.0.0-alpha.2
Added
Chord pad panel with preset/scale support, polyphonic audition and
undoable editing (#5169)
Chord editor for placing and editing chord objects in progressions
(#5169)
Chord suggestion engine that recommends next chords based on the
current chord and scale
Chord symbols displayed inside chord clips on the timeline
Chord track recording, including from chord pad notes (#5281)
Musical mode: time-stretch audio clips to follow the project tempo
(offline Rubberband), toggleable globally and per clip (#4368)
Source BPM detection from audio file metadata, with automatic tempo
estimation when metadata is missing (#4746)
Pencil tool for creating objects; hold Ctrl and drag to paint
consecutive objects (#5178)
Eraser tool for deleting objects by clicking or dragging a rectangle
(also via right-drag) (#5180)
Cut tool for splitting objects at the clicked position (Alt+click)
(#5179)
Ramp tool for drawing linear velocity ramps across MIDI notes (#5181)
Audition tool for playing from the clicked position while held
(#5182)
Editable base tempo and base time signature anchored at the start of
the timeline
BPM cell in the transport bar showing the tempo at the playhead,
editable via an undoable dialog
Tempo automation curve drawn behind tempo objects
Draggable clip-start, loop-start and loop-end markers on the clip
editor ruler
Undo/Redo actions in the Edit menu showing the next action name
Panel toggle buttons in the toolbar and View menu
Generic parameter editor window for plugins without a native UI
Open .zpj project files from file managers or the command line
(#5275)
MIDI note activity highlighting on piano roll keys
Undoable velocity editing with per-note clamping and live value labels
Alternating bar shading in the arranger background
Language menu with per-language completion percentages and a "More
Languages" submenu
Optional Tracy profiler integration
Changed
Rename "regions" to "clips" throughout the UI and project format
(#4368)
Reimplement bundled Faust plugins as internal plugins instead of
generated VST3/CLAP bundles
Switch most dependency management from CPM to Conan
Rebuild the live waveform, spectrum analyzer and meter displays on a
new real-time-safe port observation system
Rework automation rendering with a C++ canvas painter and
segment-based curve evaluation on the audio thread
Arranger drags and resizes now preview in place and commit as a
single undo step on release
Default to dark mode on startup
Update translations (Spanish, Ukrainian, Chinese Simplified, German,
Russian, French, Japanese and more)
Fixed
Faders, knobs and balance controls getting stuck when a parent
scroll view takes over the drag (#5308)
Crash from wrapped 32-bit MIDI timestamps after ~50 days of system
uptime (Linux ALSA)
Track name field keeping stale text and staying in edit mode when
switching tracks (#5220)
Deleting or cloning tempo and time signature objects failing
Incorrect note-offs with overlapping same-pitch MIDI notes (#5279)
Distorted automation curves when tempo changes occur within a clip
Track selection pointing at the wrong track when tracks are hidden
Selections of non-moved tracks being lost when moving tracks
Stale entries for deleted plugin files shown in the plugin browser
Failed plugin instantiation leaving broken tracks; an error dialog is
now shown instead
Load/save dialogs not defaulting to the configured new-project
directory (#5211)
Dock panels resizing smaller than their content, and the bottom dock
being cut off on first load
Peak meter and fader value labels shifting the layout as values
change
Removed
Legacy GTK-era code (widgets, actions, event manager, gschema
generator)
Legacy real-time audio stretcher (superseded by the offline
time-stretch engine)
v2.0.0-alpha.1
First official v2 alpha release. Zrythm v2 is a complete rewrite using Qt/QML
and JUCE, replacing the previous GTK-based UI.
Added
Qt/QML-based UI with hardware acceleration (Qt Quick)
Plugin support via JUCE: VST3, LV2, LADSPA, AudioUnit
Native plugin support: CLAP
Tempo map with editable tempo and time signature objects
ASIO support on Windows
CPack packaging: AppImage (GNU/Linux), DragNDrop (macOS), InnoSetup (Windows)
CI pipeline with Clang sanitizers, Valgrind, QML lint, ClangFormat checks
Unit tests, integration tests, and benchmarks
Use CPM for dependency management with version pinning
Changed
Migrated from GTK to Qt6/QML
Migrated from Meson to CMake
Migrated from C to C++23
Bundled Faust plugins migrated from LV2 to JUCE/VST3
Removed
GTK, Carla, guile dependencies
Meson build system
@alex-tee alex-tee released this 1 hour ago
v2.0.0-alpha.3
a6ac580
Added
Native VST3 plugin hosting replacing the JUCE wrapper, with
resizable embedded editor windows featuring a header strip, bypass
and A/B state comparison
Durable preset selection with VST3 program tracking, a prev/next
preset selector in plugin windows, and a searchable preset browser
with group filtering and keyboard auditioning
Parameter groups (e.g. VST3 units) shown as sections in the
generic plugin parameter editor
Diagnostics row in plugin windows showing DSP load and latency
(#4526)
Host transport (play state, tempo, time signature and musical
position) delivered to VST3 and CLAP plugins, so tempo-synced
plugins follow the project
Parallel polyphonic voice rendering for bundled synths on a
realtime-safe worker pool, and hosting of the CLAP thread-pool
extension for plugins that parallelize their processing
Drag and wheel scrubbing on the transport bar BPM, time signature
and position readouts (Shift/Ctrl for fine steps)
Pinned-cursor dragging with Shift fine mode for knobs, faders and
balance controls, so values can be edited indefinitely without the
cursor hitting screen edges
Type and format filters with persisted search in the plugin browser
Per-stage progress reporting for project load and save, and a
modal dialog that blocks concurrent project loads
System information and a Copy System Info button in the About
dialog
Windows on ARM installers built as ARM64EC, running natively while
loading x64 plugins in-process
Changed
Multi-channel audio routing reworked around speaker arrangements:
audio folds between layouts per ITU-R BS.775 instead of silencing
unmatched buses, port connections carry explicit channel routings,
and plugin bus changes at runtime detach and revive ports without
losing connections
Sidechain buses are excluded from automatic track chain wiring and
connect through explicit user connections
The playhead keeps its musical position across tempo changes, and
engine-internal pauses (e.g. for undo) no longer trigger
return-to-cue moves
Fixed
Plugin parameters being zeroed on the first processing cycle,
resetting patches of plugins like Surge XT
Crash when removing a MIDI device while its processor is part of
the processing graph (#5284)
Backups cloning their pool files over the main project's pool
files (reversed copy direction in the reflink path)
Crash on port connections referencing nonexistent endpoints; such
connections are now dropped with a warning at load
Data races between the main and audio threads on transport state
and playhead processing state (ThreadSanitizer)
Deadlocks when graph recalculation or engine pausing was requested
while already in progress
Count-in metronome clicks continuing to play after pausing during
the count-in
Faders and balance controls resetting to hardcoded values instead
of the parameter default, and the fader hover label showing
-2.1 dB at unity gain (#5307)
Faders ramping to new volumes faster than real time during
playback
Generic plugin editor windows opening without a title bar on
Windows
Unstyled platform scrollbars and fallback controls on Windows
(#5312)
Arrangers setting drag cursors when the pointer is elsewhere in
the window
Missing icon error in the track inspector's MIDI input expander
DSP load indicator rendering an empty meter as a solid block
Removed
Carla plugin hosting support (already disabled)
v2.0.0-alpha.2
Added
Chord pad panel with preset/scale support, polyphonic audition and
undoable editing (#5169)
Chord editor for placing and editing chord objects in progressions
(#5169)
Chord suggestion engine that recommends next chords based on the
current chord and scale
Chord symbols displayed inside chord clips on the timeline
Chord track recording, including from chord pad notes (#5281)
Musical mode: time-stretch audio clips to follow the project tempo
(offline Rubberband), toggleable globally and per clip (#4368)
Source BPM detection from audio file metadata, with automatic tempo
estimation when metadata is missing (#4746)
Pencil tool for creating objects; hold Ctrl and drag to paint
consecutive objects (#5178)
Eraser tool for deleting objects by clicking or dragging a rectangle
(also via right-drag) (#5180)
Cut tool for splitting objects at the clicked position (Alt+click)
(#5179)
Ramp tool for drawing linear velocity ramps across MIDI notes (#5181)
Audition tool for playing from the clicked position while held
(#5182)
Editable base tempo and base time signature anchored at the start of
the timeline
BPM cell in the transport bar showing the tempo at the playhead,
editable via an undoable dialog
Tempo automation curve drawn behind tempo objects
Draggable clip-start, loop-start and loop-end markers on the clip
editor ruler
Undo/Redo actions in the Edit menu showing the next action name
Panel toggle buttons in the toolbar and View menu
Generic parameter editor window for plugins without a native UI
Open .zpj project files from file managers or the command line
(#5275)
MIDI note activity highlighting on piano roll keys
Undoable velocity editing with per-note clamping and live value labels
Alternating bar shading in the arranger background
Language menu with per-language completion percentages and a "More
Languages" submenu
Optional Tracy profiler integration
Changed
Rename "regions" to "clips" throughout the UI and project format
(#4368)
Reimplement bundled Faust plugins as internal plugins instead of
generated VST3/CLAP bundles
Switch most dependency management from CPM to Conan
Rebuild the live waveform, spectrum analyzer and meter displays on a
new real-time-safe port observation system
Rework automation rendering with a C++ canvas painter and
segment-based curve evaluation on the audio thread
Arranger drags and resizes now preview in place and commit as a
single undo step on release
Default to dark mode on startup
Update translations (Spanish, Ukrainian, Chinese Simplified, German,
Russian, French, Japanese and more)
Fixed
Faders, knobs and balance controls getting stuck when a parent
scroll view takes over the drag (#5308)
Crash from wrapped 32-bit MIDI timestamps after ~50 days of system
uptime (Linux ALSA)
Track name field keeping stale text and staying in edit mode when
switching tracks (#5220)
Deleting or cloning tempo and time signature objects failing
Incorrect note-offs with overlapping same-pitch MIDI notes (#5279)
Distorted automation curves when tempo changes occur within a clip
Track selection pointing at the wrong track when tracks are hidden
Selections of non-moved tracks being lost when moving tracks
Stale entries for deleted plugin files shown in the plugin browser
Failed plugin instantiation leaving broken tracks; an error dialog is
now shown instead
Load/save dialogs not defaulting to the configured new-project
directory (#5211)
Dock panels resizing smaller than their content, and the bottom dock
being cut off on first load
Peak meter and fader value labels shifting the layout as values
change
Removed
Legacy GTK-era code (widgets, actions, event manager, gschema
generator)
Legacy real-time audio stretcher (superseded by the offline
time-stretch engine)
v2.0.0-alpha.1
First official v2 alpha release. Zrythm v2 is a complete rewrite using Qt/QML
and JUCE, replacing the previous GTK-based UI.
Added
Qt/QML-based UI with hardware acceleration (Qt Quick)
Plugin support via JUCE: VST3, LV2, LADSPA, AudioUnit
Native plugin support: CLAP
Tempo map with editable tempo and time signature objects
ASIO support on Windows
CPack packaging: AppImage (GNU/Linux), DragNDrop (macOS), InnoSetup (Windows)
CI pipeline with Clang sanitizers, Valgrind, QML lint, ClangFormat checks
Unit tests, integration tests, and benchmarks
Use CPM for dependency management with version pinning
Changed
Migrated from GTK to Qt6/QML
Migrated from Meson to CMake
Migrated from C to C++23
Bundled Faust plugins migrated from LV2 to JUCE/VST3
Removed
GTK, Carla, guile dependencies
Meson build system
View full changelog
All features
Audio plugins
Complete support for LV2 and VST2, with experimental support for VST3, AU, SFZ and SF2.
Multi-backend support
Fully JACK aware, including support for JACK transport, ALSA, WASAPI, Windows MME, CoreMidi and CoreAudio.
Chord assistance
Featuring a chord pad for quickly trying out chords in a scale and a chord track to help with chord progressions.
Liberating
Zrythm is free software. Use, study, share and improve it freely.
Multilingual
Available in multiple languages including English, French, Galician, Portuguese, Japanese and German.
Complete support for LV2 and VST2, with experimental support for VST3, AU, SFZ and SF2.
Multi-backend support
Fully JACK aware, including support for JACK transport, ALSA, WASAPI, Windows MME, CoreMidi and CoreAudio.
Chord assistance
Featuring a chord pad for quickly trying out chords in a scale and a chord track to help with chord progressions.
Liberating
Zrythm is free software. Use, study, share and improve it freely.
Multilingual
Available in multiple languages including English, French, Galician, Portuguese, Japanese and German.
Sections/Browse similar tools
Guides and How to's
Notify me when software updated or report software
| 0 reviews, Showing 0 to 0 reviews |
| 0 reviews, Showing 0 to 0 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 (243)
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 (243)
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 (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 (48)
Video Repair, Fix (24)
Video Scripting (10)
Video Streaming (20)
Video Streaming Downloaders (100)
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 (48)
Video Repair, Fix (24)
Video Scripting (10)
Video Streaming (20)
Video Streaming Downloaders (100)
