Thumb overlay content for video files
Posted: 23 Apr 2024 11:20
The 25.60 release allowed use of thumb overlay content.
The description was mainly for image files, so I played around with that for a while for image files, and then I tried getting it working for movie files, but alas, no dice.
I did note that in the Tools->Configuration->Preview->Thumbnails, there is a section for, select "show dimensions of original", and then select "for videos as well".
Enabling these two options will obviously show the dimensions on an image, but it will also show the image dimensions of the thumbnail for any movie file... So this is obviously working to some extent, but it's not obvious as to why, for example,
conf("ThumbsOverlayContent", '<prop Type>');
...will work on an image file, but not on a movie file.
Note, I do use Babelsoft's Media Preview program that generates windows thumbnails for movie files, but I don't think it would make a difference, as I indicated before, the overlay obviously works for showing the dimensions of the thumbnail for a movie file, as an overlay.
Is there some internal restriction that is preventing me from using this for movie files?
Ideally I wish to set it up such that movie files will show the "Total bitrate" property (which actually gives the bitrate for a movie file), and also "Frame height" property (which gives the horizontal resolution of the movie file).
I could then use these with ThumbsOverlayContent, with putting a "p" after the Frame height data, so that it shows up as, for example, 2160p.
Let me know if this is a user error, or current implementation restriction.
Thanks,
Ian
The description was mainly for image files, so I played around with that for a while for image files, and then I tried getting it working for movie files, but alas, no dice.
I did note that in the Tools->Configuration->Preview->Thumbnails, there is a section for, select "show dimensions of original", and then select "for videos as well".
Enabling these two options will obviously show the dimensions on an image, but it will also show the image dimensions of the thumbnail for any movie file... So this is obviously working to some extent, but it's not obvious as to why, for example,
conf("ThumbsOverlayContent", '<prop Type>');
...will work on an image file, but not on a movie file.
Note, I do use Babelsoft's Media Preview program that generates windows thumbnails for movie files, but I don't think it would make a difference, as I indicated before, the overlay obviously works for showing the dimensions of the thumbnail for a movie file, as an overlay.
Is there some internal restriction that is preventing me from using this for movie files?
Ideally I wish to set it up such that movie files will show the "Total bitrate" property (which actually gives the bitrate for a movie file), and also "Frame height" property (which gives the horizontal resolution of the movie file).
I could then use these with ThumbsOverlayContent, with putting a "p" after the Frame height data, so that it shows up as, for example, 2160p.
Let me know if this is a user error, or current implementation restriction.
Thanks,
Ian