I am looking for a tool or method where I can cycle through a list of files/links and output some information or metadata in text format like this:
Name Resolution FPS Video Bitrate Audio Bitrate V-Codec A-Codec ---------------------- ------------ ----- --------------- --------------- --------- --------- wedding camera 1.mp4 1920*1080 50 2.3 92 h264 aac wedding mobile 5.mp4 1280*720 25 2 92 h264 aac I am looking at ffmpeg or ffprobe. Can use windows or linux but noty sure how to go about parsing information from there.
ffmpeg -i input.mp4 I want to extend this to using m3u lists as well. So if there is an already built program that does this please let me know.
3 Reset to default