Jump to content

Search the Community

Showing results for tags 'media player'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements and Site News
    • Administration
  • AutoIt v3
    • AutoIt Help and Support
    • AutoIt Technical Discussion
    • AutoIt Example Scripts
  • Scripting and Development
    • Developer General Discussion
    • Language Specific Discussion
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • AutoIt Team
    • Beta
    • MVP
  • AutoIt
    • Automation
    • Databases and web connections
    • Data compression
    • Encryption and hash
    • Games
    • GUI Additions
    • Hardware
    • Information gathering
    • Internet protocol suite
    • Maths
    • Media
    • PDF
    • Security
    • Social Media and other Website API
    • Windows
  • Scripting and Development
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Location


WWW


Interests

Found 3 results

  1. Version 7.0.0.2

    12,660 downloads

    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: 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. Reference: Virustotal's Security Analysis Compatibility: Fully verified and optimized for Windows 10 and 11. A hardware GPU is highly recommended for optimal 4K video playback.
  2. I recently bumped into winmm.dll and found that it was the resource file of Sound.au3 UDF for all of its audio functions. I was interested in learning its video funtions as well to find if it could replace WMPlayer.OCX in my zPlayer. I have been a bit dissatisfied with WMPlayer object because it required a resizing process for a simple toggle between play and pause. This made the video to flicker and it was annoying. That was the reason for going back to the earlier version of zPlayer, knowing that WMPlayer object embedded in IE may not be supported by Windows in the near future. Edit: Attached is a media player based on wimm.dll. Much of the time I spent to make this player was on video playback. I foresee that this player will ultimately be the future version of my zPlayer. I had a lot of fun working on this. And I have to say thank you to many of forum members for helping me out when I had difficulties. If an error is found, I would expect that you would kindly let me know. If you download the latest version, hopefully the error would have been corrected already. (File updated on August 15, 2023) ==> Please visit here for the latest update. WINMM.DLL Media Player.zip
  3. Hello, just want to share my old unfinished video player project. I don't know if this is the right topic to post this... To test run: Digital.TV.au3 Easy-TV.rar
×
×
  • Create New...