I would like to use ffprobe
to look at the information of media files. However, the files are not on my local disk, and I have to read from a remote storage. I can read the first n
bytes, write them to a temporary file and use ffprobe
to read the information. I would like to know the least such n
.
I tested with a few files, and 512KB worked with all the files that I tested. However, I am not sure if that will work for all media files.