0% found this document useful (0 votes)
59 views4 pages

Frame Grabber Synopsis

This document describes a Java application called JV-Image Grabber that allows users to extract and save individual images from videos. It uses the Java Media Framework to play videos and grab frames. Users can select a video, choose an image format like BMP or JPEG, select a frame, and save the image. The application works across operating systems since it is developed in Java. It provides a way to capture important moments from videos and share images without always having a camera available.

Uploaded by

RituSawant
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
59 views4 pages

Frame Grabber Synopsis

This document describes a Java application called JV-Image Grabber that allows users to extract and save individual images from videos. It uses the Java Media Framework to play videos and grab frames. Users can select a video, choose an image format like BMP or JPEG, select a frame, and save the image. The application works across operating systems since it is developed in Java. It provides a way to capture important moments from videos and share images without always having a camera available.

Uploaded by

RituSawant
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Java Video-Image Grabber

Introduction
This being Multimedia Application deals with Videos and Images.
JV-Image Grabber stands for Java Video-Image Grabber.
As the name suggests, this project is used to extract (grab) images from video.
Images can be extracted from any type of video provided that video stream is
supported by
your operating system. It allows you play a particular video and select a particular
image
and save it in any image format.
This project is developed using Java and JMF (Java Media Framework). Using
java allows us more flexibility as java is Platform and O.S. independent language.
JMF
provides us with packages that allow us to play videos and grab frames.
Pictures are kept to share special moments of life with others. They relive our
memories, backtrack those days and put smile on our face. Every time we cannot
carry
camera or capture images at right or every moment. Video capturing can be use for
this. The
captured videos are stored in computer.
JV-Image Grabber plays these videos and at the same time we can capture
every required Image.
These Images can be saved in any formats.

Software/Hardware Requirements

Software Requirements:
dows XP
Development Kit version 1.6), JMF
2.1.1e (Java Media Framework).

Hardware Requirements:

Block Diagram

1. A Video is selected as input to JV-Image Grabber


2. The desired Image format is then selected.
3. A particular video frame is selected.
4. JV-Image Grabber

Algorithm Study

1) Start Multimedia application JV-Image grabber is started.


2) Select the video file Once the application is started the video file is selected
either by specifying the path or by browsing.
3) Select the Image Format After selecting the video file, desired Image format
(e.g.: BMP, JPEG, GIF, PNG, etc.) is selected to which the Image should be saved.
4) Select Destination Path After selecting the Image Format, Destination Path is
specified or browsed.
5) If path exists Checks whether the directory in specified path exists or not If no
then it creates the directory as specified.
6) Grab Frame After performing the checks the image is grabbed and is saved in
specified Destination Path.
7) Stop This task gets completed here

You might also like