This week's book giveaway is in the Java in General forum.
We're giving away four copies of Helidon Revealed: A Practical Guide to Oracle’s Microservices Framework and have Michael Redlich on-line!
See this thread for details.

Rupali Sarolkar

Greenhorn
+ Follow
since Nov 20, 2007
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Rupali Sarolkar

WOOOOWWWWWWWWWWWW !!!

Really great !!!

Congrats


Yeah JVLC supports mpeg-4 but it has API's to play video file. My problem is that I want to extract metadata like Album, Artist from mp4 file.

Can anybody help me ???
17 years ago
Thanks !!
but I want something which will be very generic and will have support for .avi,.mp4, .swf , .wmv, .rm , .qt, .3gp files.


It should atleast work for Windows video files ...

-Rupali
17 years ago
Hi Jesper, Thanks for reply !!!

I am really stuck with this problem ... but thanks for replying. Now I will try to solve this with more enthu !!!


-Rupali
17 years ago
Please let me know if anybody has any clue about this.

Atleast for most common video files .....

Any help will really be appriciated ...

Is it possible to do metadata extraction for video files using JAVA ???

-Rupali
17 years ago
I think Synchronization (i.e. Thread safety) is the main difference. Because of which one more thing comes into picture that is "speed(or performance)" of the operations on these collection objects.

When you know that there will not be multiple threads accesing the collection object you should use the ArrayList instead of vector.

-Rupali
SCJP , SCWCD.
17 years ago
I would like to know ...

Is there any metadata extractor (opensource , jar file) which can support all popular video file formats

Thanks,
Rupali
17 years ago
Thanks a lot Friend !!!

I can't express how happy I am !!!

Thanks once again !!!
17 years ago
I want to save the picture I am getting in ImageIcon object to the file system.How can I do that?

Please Help !!!

Thanks in advance...


Roops
17 years ago
I am using sanselan to extract metadata from JPEG file.
I am extracting Make (Camera make), Model (Camera Model), DateTime (When picture taken). I want to modify the value of DateTime field in metadata of JPEG. This metadata is in EXIF format.
Please help me !!!

Thanks in advance !!!
17 years ago
Thanks a lot for replying !!!

I searched in above specified links but stil I did not find anything !!!

thanks

Please let me know if anybody has any clue about this !!!

Roops
17 years ago
Is there a free Java based MP4 parser out there? preferably open-source?
.
.

I'm looking for some Java API to read, parse, and possibly modify MP4 files and it's metadata. Many thanks in advance for any info.

Roops !!!
SCJP, SCWCD
17 years ago
Is there a free Java based MP4 parser out there? preferably open-source?
.
.

I'm looking for some Java API to read, parse, and possibly modify MP4 files and it's metadata. Many thanks in advance for any info.

Roops !!!
SCJP, SCWCD
17 years ago