can anyone tell me how to read and edit video or image file properties through java

edit video or image file properties through java

Do you mean changing the properties like setting Read-only mode , hidden mode or finding the size of the file?

Go through this

File f=new File("myvideo.avi");
f.setReadOnly();

Not only video files , you can use any type of file..

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.