Media
51 files
-
zPlayer - a small audio and video player with dual engines
By CYCho
zPlayer is a small but powerful, lightweight media player built on a dual-engine architecture. It combines the modern mpv engine for seamless, gapless 4K video playback with the native Windows legacy component (winmm.dll) to handle Audio CDs and MIDI files. Designed to be highly customizable, zPlayer offers a robust experience tailored to your exact preferences.
Key Features
Zero Installation: A pure, single-file AutoIt script utilizing standard UDFs with no third-party dependencies. Universal Playback: Out-of-the-box support for most digital media formats without requiring external codecs. Independent Video Window: A separate, minimalist video window paired with a clean, lightweight GUI for music. Versatile Loading: Easily load individual files, entire folders, or physical Audio CDs into your playlist. Marquee Style Display: Long filenames scroll in a smooth, continuous marquee style within the interface. Smart Playlists: Automatically generated playlists and easy-to-make custom playlists. Hidden Playlist: Automatically generates hidden playlists available on-demand in both shuffled and sorted formats. Rich Context Menus: Right-click items to Play, view File Properties, Search Internet, Open Folder Location, or Move/Remove playlist items. Interactive UI & Hotkeys: Double-click to play, search inside playlists, and control almost every function via intuitive hotkeys. Playback Controls: Forward, backward, pause, and change folder. Advanced Repeat Modes: Supports precise A-B loop repeat, single-file repeat, and multi-file sequence repeat. Smart Volume Control: Easily adjust or mute volume; automatically unmutes the master audio device on startup. Setup Options: File formamts, Resume playback environment, Color schemes, Audio equalizer modes, Hide taskbar buttons. Ultra-Efficient: Designed with a minimal footprint for exceptionally low CPU and memory usage. Technical Information
64-bit Native: The script runs and compiles in x64 mode by default. To change this, simply comment out "#AutoIt3Wrapper_UseX64=Y". False Positive Prevention: The provided zPlayer.exe is compiled in x64 mode and verified clean by Windows Defender. Compiling to x86 may trigger false positives due to generic antivirus heuristics. Compatibility: Fully verified and optimized for Windows 10 and 11. A hardware GPU is highly recommended for optimal 4K video playback.9,143 downloads
- media player
- mpv
- (and 2 more)
-
(0 reviews)
0 comments
Updated
-
WaterFX Example
By wakillon
After Water Effects
I found an other dll called WaterFX on github
x64 version available
More settings than Water Effects
Support Png, jpeg and bmp
Can be loaded in memory
Hovering the mouse over the GUI works fine
The script is based on the documentation, but it's not very clear for some functions like _WatterFX_set_alpha_format, _WatterFX_create2, and _WatterFX_autosize, which seem to have some limitations.
26 downloads
(0 reviews)0 comments
Updated
-
World Cup Mascots CrossFade
By wakillon
Simple CrossFade with World Cup Mascots Pictures + Music
All files are in the 7z archive
Have a good World Cup 😉
34 downloads
(0 reviews)0 comments
Submitted
-
ePUB Reader
By Andreik
This is a portable application that can open ePUB books (EPUB 2 and EPUB 3).
Features:
Load ePUB book Navigation through content (backward / forward / stop / refresh) with a visual indicator of chapters in the form of an interactive slider. Resizeable and (partially) customizable UI Custom CSS (partially) This is an early (experimental) release that might have undiscovered bugs and please note that some features are just partially implemented.
704 downloads
(0 reviews)0 comments
Updated
-
PrintPreview.zip
By argumentum
by eltorro Posted April 26, 2010
Most print preview solutions use the MFC Doc/View architecture which limits it usefulness outside of c++. I found an article where a Delphi programmer used Enhanced Meta Files wrapped in a custom header and packaged together to create a print preview control. After a little more searching, It looks like using EMFs is a solution that would work.
Some people suggest to create the document in Word or HTML and use Word or a browser to view it. Indeed, I have rendered documents to HTML and used the IE UDF to display the contents and/or print them. Not quite as ideal as one would like.
Using GRS's printwin.au3 as a start, I came up with a print preview solution which others may be able to expand upon
967 downloads
(0 reviews)0 comments
Updated
-
Beats Player
By careca
Music player, supports most known filetypes and flac, with a low memory and processor usage, designed to be used in the traybar, drag-drop files/folders to listview, save and load playlists, 5 recent folders (stores last imported folders), playback available with media keys, 1 click in tray icon to hide/show, double click title bar to hide to tray, and much more.
It was made for me, and my needs, but im open to sugestions.
Modifier key:
+Arrows Up/Down Change volume,
+P Pause/Resume, Play from start if stopped,
+S Stops playback,
+Arrows Left/Right Jump to previous/next track,
+numbers 1,2,3.. being 1=10%, 2=20% etc and 0 being 100% volume of the player, (not numpad)
(modifier key can be changed in the menu.)
None of this would be possible without the help of the community!
Coment or send PM for suggestions of improvement or issues you have.
Thank ya'll.
2,839 downloads
- beats player
- mp3 player
- (and 1 more)
(1 review)0 comments
Updated
-
Animated Gif Analyzer
By wakillon
Display internal infos from animated gifs
Global and Local Palettes supported
A value in red indicate that value is false or useless
1,462 downloads
(0 reviews)0 comments
Submitted
-
(0 reviews)
0 comments
Updated
-
BassHLS Example
By wakillon
BassHLS example for play HLS (HTTP Live Streaming) streams.
2,038 downloads
(0 reviews)0 comments
Updated
-
StreamHelper
By AdmiralAlkex
Add your username for Twitch and/or Hitbox (empty string to skip) to the settings.ini file and it'll alert you when the people you are following goes online.
Uses Livestreamer for playback if available (highly recommended) otherwise opens in your browser.
In comparison to similar scripts that I have seen posted here, this takes your username and pulls the people you are already following instead of having you manually entering everyone again, greatly simplifying things.
The Twitch and Hitbox API's were largely implemented by glancing at the python-twitch and Hitboxy python libs.
Forum thread.
1,343 downloads
- hitbox
- livestreamer
- (and 1 more)
(0 reviews)0 comments
Updated
-
Motion Graphics UDF
Simple UDF for creating animations in GDI+
If you want to see more "experimental" features, go to GitHub.
2,760 downloads
(0 reviews)0 comments
Updated
-
vPaint 4 image editor
An image editor created in AutoIt.
This is an unstable prerelease version! Use at your own risk!
3,867 downloads
(0 reviews)0 comments
Updated
-
(0 reviews)
0 comments
Updated
-
Shape2Polygon
By wakillon
Shape2Polygon permit to get Polygon array Coordinates from a Black and White Shape for be used with _GDIPlus_GraphicsDrawPolygon.
1,905 downloads
(0 reviews)0 comments
Updated
-
Gif2Avi
By wakillon
Convert an animated Gif to an Avi file for use with GUICtrlCreateAvi function.
2,101 downloads
(0 reviews)0 comments
Updated
-
(0 reviews)
0 comments
Updated
-
Combining GDI+ Paths
A small function for combining GDI+ Paths with different combine modes (like combining Regions).
1,114 downloads
(0 reviews)0 comments
Updated
-
TinyShoutCastTuner
By wakillon
Listen Shoutcast Radios Stations with a station search engine by filters and an easy Favorites stations management.
1,715 downloads
(0 reviews)0 comments
Submitted
-
TinyPicSharer
By wakillon
Capture Picture or window with Mouse Drag and upload it to 10 differents pic hosters.
Or drop an Image on the little Frog for upload it directly !
for more details see :
4,854 downloads
(1 review)0 comments
Updated
-
Polaroider
By wakillon
Easily Create a picture as a Polaroid and be able after, to create Custom Photos Polaroid Collage.
Photo can be positioned by drag and zoomed/unzoomed with mouse wheel ( sorry for Touchpad user )
Polaroid can be inclined 10 or 20 degrees, on left or right, and with simple or multiple frames.
Inclination will only be visible on the saved shoot.
It is also saved with a transparent background for be able to create "Pêle-Mêles" (in french) with a photo editor.
I have set the desktop as save directory.
2,123 downloads
-
Pic2Vector
By wakillon
Pic2Vector permit to easily convert bitmap Images to clean Vector Art and save it result to jpg, png, bmp or gif format.
See Topic for more details and examples.
3,180 downloads
(3 reviews)0 comments
Updated
-
Mp3SilenceRemover
By wakillon
Mp3SilenceRemover can trim a bunch of mp3 files that have silence at the beginnings and ends, automatically.
Script scans each file for when the sound starts and ends, by detecting a pre-determined silence threshold, then reencode them without silent parts found.
Usefull if you want use mp3 files for a mix or avoid long silences between tracks.
Multiple settings are available for preserving mp3 quality.
Mp3Gain can be used for avoid a too big difference in sound level between 2 tracks.
Main Id3 Tags can be preserved and the fade at end of the track too.
Script use : bass.dll, bassenc.dll, bassext.dll, tags.dll, lame.exe and mp3gain.exe.
2,063 downloads
(1 review)0 comments
Updated
-
(1 review)
0 comments
Updated