Add an option where we can see media info of the video that is playing. This feature is available in vlc, smplayer. example media info: ``` General Complete name : 20171019 - [t0JnViJ6FZM].mkv Format : Matroska Format version : Version 4 File size : 68.2 MiB Duration : 4 min 23 s Overall bit rate : 2 174 kb/s Frame rate : 25.000 FPS Movie name : Avengers Video ID : 1 Format : AV1 Format/Info : AOMedia Video 1 Format profile : Main@L4.0 Codec ID : V_AV1 Duration : 4 min 23 s Width : 1 920 pixels Height : 1 080 pixels Display aspect ratio : 16:9 Frame rate mode : Constant Frame rate : 25.000 FPS Color space : YUV Chroma subsampling : 4:2:0 Bit depth : 8 bits Title : ISO Media file produced by Google Inc. Audio ID : 2 Format : AAC LC Format/Info : Advanced Audio Codec Low Complexity Codec ID : A_AAC-2 Duration : 4 min 23 s Channel(s) : 2 channels Channel layout : L R Sampling rate : 44.1 kHz Frame rate : 43.066 FPS (1024 SPF) Compression mode : Lossy Title : ISO Media file produced by Google Inc. ```
*** Bug 496142 has been marked as a duplicate of this bug. ***
MPV and SMPlayer show this information when we press Shift+I. It will be great if Haruna can also show the same information as MPV.
(In reply to VesperLlama from comment #2) > MPV and SMPlayer show this information when we press Shift+I. It will be > great if Haruna can also show the same information as MPV. In Haruna, go to Custom Commands settings. Create a custom command with the following: script-binding stats/display-stats-toggle Assign that command to Shift+I. Then you get the same functionality as MPV.
(In reply to Benjamin Smith from comment #3) > In Haruna, go to Custom Commands settings. Create a custom command with the > following: > script-binding stats/display-stats-toggle > Assign that command to Shift+I. Then you get the same functionality as MPV. Thanks, this works. But it only shows 1 page of the stats. In MPV, we can use the number buttons to see the other pages and in SMPlayer, pressing the combination again cycles the pages. I tried the "stats/display-page-2" from here https://mpv.io/manual/stable/#different-key-bindings but it doesn't work. Is there any other way to see the other pages?
+1. I want this feature too! When I was using Windows 7 + K-lite codec pack, the MPC-HC video player (which was the default video player of this codec pack) had in its right-click contextual menu an option to see MediaInfo for the currently playing file. Even though it opened in a small window that was not maximizable or even resizable, a bug that I think they never fixed. If it's implemented here too as a window, I hope that will be maximized by default or at least maximizable on demand.
*** Bug 501455 has been marked as a duplicate of this bug. ***