I have a m4v video file.
I want to get the width and height values of the movie.
I tried to grab it with "org.apache.tika" library which i succeed to get other metadata from the movie but not the width and height.
Any suggestions (Java) ?
Thanks.
Or.