Getting video information for a list of files output as a csv or text file

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

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like