Jump to content

Recommended Posts

Posted (edited)

Made this awhile ago, Brett reminded me of it.

So here it is.

Needs: PHP, with GD stuff enabled, Media Player Classic.

Unzip the files to your webserver, Only tested on running the server from my computer.

Open up Media Player Classic, open an mp3. Run the script; Go to http://host/pla.php

EDIT::

K, Ive just rewritten the code.

#include <ScreenCapture.au3>
Opt("WinTitleMatchMode", 2)

While 1
    $hWnd = WinGetHandle(" - Media Player Classic")
    _ScreenCapture_CaptureWnd("Player.jpg", $hWnd)
    Sleep(1000)
WEnd

Basically makes the other code useless.

Posted Image

"Live" updated image.

mp3.zip

Edited by AzKay
# MY LOVE FOR YOU... IS LIKE A TRUCK- #

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...