Skip to content

tjrantal/JavaFrameByFrameVideo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cfd67b9 · Mar 24, 2013

History

33 Commits
Mar 15, 2012
Mar 14, 2012
Mar 14, 2012
Mar 24, 2013
Mar 14, 2012
Apr 3, 2012
Mar 14, 2012
Mar 15, 2012
Mar 14, 2012
Mar 14, 2012
Mar 27, 2012
Mar 14, 2012
Mar 15, 2012

Repository files navigation

Java read video frame by frame. Java Media Framework project for reading video frame by frame.
The JMF-source is obtained from http://ohmydear.tistory.com/31 and can only be used for educational purposes.
Classes not available as source within the JMF-source are included in lib directory.
I took the classes from cross-platform jmf 2.1.1e-version.
Also includes jffmpeg-source http://jffmpeg.sourceforge.net/ to decode a few more codecs.
The program just reads through a video file and displays the frames.

Compilation:
ant (see compileMinimal.bat and build.xml to get started)

Execution:
java -cp "build/java;libMinimal" ui.JavaVideoAnalysis

Use:
Select video file
Click JavaVideoAnalysis to run through the video

Result save Path does nothing.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages