Show Media Data
To learn how to use Thunar Custom Actions click here.
This custom action is similar to the popular program Mediainfo; it will show some basic specifications of any audio/video file. Though it’s best suited to audio/video files, it can identify image resolutions. Zenity must be installed to see the display.
- Name: Media Data
- Description: Find audio/video information.
- Command:
ffmpeg -i %f 2>&1 | grep -e Stream -e Duration -e Input | zenity --width=800 --height=240 --text-info --title %n
Under Appears if selection contains
make sure Audio Files
and Video Files
(and Image Files
if wanted) is checked.