Is there a way in python to get the dimensions of a video file or some other library that would accomplish this? The equivalent of a Media Info or something? Th
Media Info
Old question but... To get the size of a file:
file_size_in_Mio = os.path.getsize(name_of_video) //(1024*1024)