When adding items to a batch, I notice I can right-click a line and choose View Multimedia File Info and get a nice "MULTIMEDIA INFORMATION (SUMMARY)". What ffmpeg command is being used to pull that info?
I have a folder of files that I want to pull only a few specific fields (say, codec, bitrate, and resolution) and write that to a CSV file
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I mean, you can use mediainfo.exe command line, but It is not possible to customize such info on my application. What you can do is apply filters on single details.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When adding items to a batch, I notice I can right-click a line and choose View Multimedia File Info and get a nice "MULTIMEDIA INFORMATION (SUMMARY)". What ffmpeg command is being used to pull that info?
I have a folder of files that I want to pull only a few specific fields (say, codec, bitrate, and resolution) and write that to a CSV file
Hi, actually those details are displayed using mediainfo.exe. Hoy can customize It to show exactly what you need.
I mean, you can use mediainfo.exe command line, but It is not possible to customize such info on my application. What you can do is apply filters on single details.