VLC vs AutoHotkey
When comparing VLC vs AutoHotkey, the Slant community recommends AutoHotkey for most people. In the question“What are the best power user tools for Windows?” AutoHotkey is ranked 7th while VLC is ranked 11th. The most important reason people chose AutoHotkey is:
Basic Stuff is very easy and even advanced programming is possible, as the language is now able to use objects and classes and has a ton of free libraries and one of the most helpful and friendly communities on the Internet.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Free, open source, and cross-platform
VLC is licensed under the CC-SA v3.0+ and available on Windows, OSX, and Linux with source code available here.
Pro Simple to setup and use
VLC is an incredibly robust application but very simple on the surface. It makes playing music simple, yet still manages to give the user all the tools he/she wants in a music player.
Pro Very versatile and easy to use
Pro Doesn't require additional codecs
Everything VLC needs to play media files is contained within which means no outside codecs are needed. This makes it one of the most hassle-free music players as it can play virtually anything as soon as it's installed.
Pro Tons of advanced settings
Besides basic configurations, video player has an extensive amount of adjustable settings.
Pro Doesn't manage your music library for you
You organize your music into folders any way you want. Want to play an album? Drag and drop. No tags, no confusion, no fluff. Easy.
Pro Can be almost completely keyboard-driven
VLC includes keyboard shortcuts for most actions. The video player can be controlled with simple and customizable keyboard commands.
Pro Surprisingly Lightest on Resources
Yes. Lightest. Even better than the ones known to be light. Both when playing music, only a single song or when playing a video. Either in terms of Ram and Cpu. Compared with almost all, including the ones from Windows like mpc-hc .. or light ones from Linux like Alsa Player, Audacious, SmPlayer .
Pro Can play every format video available (as of 2017)
Pro Supports a GUI interface and an ncurses terminal interface
Pro Can easily stream music across your home network from any device on the network
Using sftp/ssh music (and videos) can be streamed from any server on the network to any device running VLC. VLC can also be used as a webcam for streaming and snapshots. Amazing all in one package
Pro Large amount of extensions
VLC has a large amount of extensions.
Pro Easy To Learn but extremely Powerful
Basic Stuff is very easy and even advanced programming is possible, as the language is now able to use objects and classes and has a ton of free libraries and one of the most helpful and friendly communities on the Internet.
Pro Powerful
Can interact with any Windows program / dialog / form, filling fields, submitting data, etc., without dependency on the window placement.
Pro Allows for extremely easy remapping keys and buttons on your keyboard, joystick, and mouse
You can reprogram any key combination, including the Windows key with a syntax like this one:
h::msgbox true
that automatically remaps the H key to show a message box.
Pro Can map keys to scripts
Pro Scripting of common procedures
AHK allows full scripts to be created and used, it is very flexible.
Pro Helpful forum
Pro Programming language is easier to learn and to use
Pro Good help documentation
Pro C-like syntax
C-like languages dominate the industry, making it easier to switch over to other ones in the C family.
Pro Fully programmable
With a full programming language powering the hotkeys, including GUIs, it is powerful and flexible.
Cons
Con Not really meant to be a music player
VLC is made to be a video player. Therefore, it won't carry out actions such as managing your music library.
Con Lacks libraries and advanced music player features
VLC is a media player first and foremost. There is no library management (aside from playlists), limited usage of tags, and no rating system. VLC is best at playing a file directly from a folder, but falls behind when it comes to helping you manage or find good songs in your music library.
Con Absence of personalization
VLC Player has only one basic interface in white or black, and overall personalization opportunities are quite narrow. Unfortunately, you're pretty much stuck to the default look.
Con Contains some insignificant but irritating flaws
Despite all keyboard shortcuts, the width of the picture can't be controlled by trackpad. Besides that, the VLC start-up window doesn’t open at the same place or the same width at which it was previously closed.
Con Programming language is primitive
The base syntax, inherited from the first version of AutoIt, is primitive (a bit like an improved batch syntax).