does anyone know how to obtain a video (mp4) width and height? not the size of the Video Screen, but the actual dimensions of the video.
thanks
does anyone know how to obtain a video (mp4) width and height? not the size of the Video Screen, but the actual dimensions of the video.
thanks
This is something you would need to do on your server, perhaps with ffmpeg or mediainfo commands:
http://stackoverflow.com/questions/7362130/getting-video-dimension-from-ffmpeg-i
Joel