screen capture and movie player applet (not a game)

This isnt a game I just wanted to show off my latest work.

Iv been working on a screencast applet that records the browser.

Screen cast applet in DEBUG MODE

Its a handy tool for reviewing websites in video, in case you wanted to upload reviews to youtube or something like that.
Currently I only made a frame version that locks onto the window. This has a few issues with pages that dont allow you to access them via a frame.
Ill eventually upload an unlocked version to select custom capture sizes and such.

Movie Player Applet
Working on making an applet that can play movies inside a webpage

Online Webcam Recorder
Also working on a online webcam recorder
Note: It seems that FTP upload doesnt work with Java7 I keep getting a permission exception on the socket.

*Only works on Mac/Windows. I still need to build FFMpeg natives on linux.

Worked ok here.
One problem I did notice that it squished the width in the video. Like it didn’t understand my screen is widescreen.

Thanks for testing it.
It currently records to 640480. So whatever size the frame of the browser is, it will stretch it to 640480.

I need to add a settings popup, Ill add an option to maintain aspect ratio.

Cool idea.

I used it and went to JGO.

It recorded sound through my microphone which is impressive because I’ve never done that before!

It dumped an AVI file which played sound well in windows media player, but the video didn’t work in WMP or real player.

[quote]the video didn’t work in WMP or real player.
[/quote]
thanks for the info. Iv got heeps of codecs on my computer, so I assume that other people will have the same. I really need to find which codecs most people have installed.

Its currently encoding to mpeg4. Ill try something else.

*changed it to Xvid

recorded a video for youtube using the applet.

Also increased quality over performance as it seems to be performing fast enough.

How do you use this? I clicked record, typed in a random file name to save on my desktop, and after visiting a couple sites, I hit stop and there were no files… :frowning:

can you please run the debug version and try again, and copy/paste the console output so I can try work out what went wrong.

From all the output in the console, there was 1 error: “Unable to find a suitable output format for ‘C:\Users\Roi’”

EDIT: Yes, that seems to be the problem, if I save it to my desktop it doesn’t work. If I save it to my external hard drive it works fine. Weird?

[quote]From all the output in the console, there was 1 error: “Unable to find a suitable output format for ‘C:\Users\Roi’”
[/quote]
thanks that helps.
it may be a case of not being able to support spaces in folder names.

Ah yes! My full desktop address “C:\Users\Roi Atalla\Desktop” with a space between my user name.

*fixed

it was just a matter of adding quotations to the path.

Awesome thanks :slight_smile:
Btw, I love the new Look-and-Feel! Did you make it yourself or get it from somewhere?

[quote]Awesome thanks :slight_smile:
Btw, I love the new Look-and-Feel! Did you make it yourself or get it from somewhere?
[/quote]
After searching through a few free look and feels I found one that I liked.

That looks beautiful! Thanks, I might use it as well :smiley:

I made the applet now undockable. Its now useful for more than just browser activity.

Hi, tried this and it records pretty good but wanted to edit using movie maker. MM cannot import due to lack of codec, so I installed the xvid codec you referred to but still no joy. Any ideas?

Thanks, Steve

you may want to install the klite codec pack. It should install any missing codecs.

Are you using Windows Vista/7? Try using this: http://shark007.net

:slight_smile: Thanks KLite did the trick, now I can edit my screen capture with movie maker, just the ticket!