Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > JMF -- going from Movie to JPEG

Reply
Thread Tools

JMF -- going from Movie to JPEG

 
 
Arash Nikkar
Guest
Posts: n/a
 
      02-16-2006
Hi,

I have been looking into JMF, but im not sure if it suites my needs, so
I was hoping you guys could clear some things up.

What I want to do is take a video file (no limitations on the format
for now), and grab all of the frames out of it, so that I can compare
the frames to each other.

If anyone had an example of this, it would be great. Thanks!

 
Reply With Quote
 
 
 
 
Roedy Green
Guest
Posts: n/a
 
      02-17-2006
On 16 Feb 2006 10:00:12 -0800, "Arash Nikkar" <>
wrote, quoted or indirectly quoted someone who said :

>What I want to do is take a video file (no limitations on the format
>for now), and grab all of the frames out of it, so that I can compare
>the frames to each other.


You will likely find the framing format may not be that complicated if
all you want to do is extract frames. Just treat the file as a giant
stream of bytes. Look up the standard that defines the file framing
format. Create some very simple streams and look at them with a hex
viewer to help resolve confusing documentation.
there can't be all that much to it:
length, timestamp, image.
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
JMF & JPEG prathapnirmal Java 1 03-12-2008 12:05 PM
API Jmf:Transcoding to different formats (Solution SUN jmf: "Transcode.java ) Misterysword@hotmail.com Java 0 08-13-2007 11:40 AM
A bug of JMF(when JMF is playing video, InterruptedException occurs after the "refresh" button of IE is clicked)? taowang.gml@gmail.com Java 1 07-19-2006 11:21 PM
Exiff-jpeg and jpeg certsnsearches Digital Photography 2 01-07-2004 08:13 PM
huge jpeg files show as very small thumbnails (canon 300d, JPEG) kl Digital Photography 6 11-12-2003 08:11 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57