Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Alpha channel existence indicator for video files #89

Open
AlanEdd opened this issue Jan 13, 2024 · 5 comments
Open
Assignees

Comments

@AlanEdd
Copy link

AlanEdd commented Jan 13, 2024

Hey there,
What I would love is the possibility to include an alpha channel indicator on a thumbnail.
It's not always evident if a video has an alpha, maybe the alpha is fully opaque at the time the thumbnail was taken.
When I am converting files I can quickly see what codecs I need to use, if I could see from the thumbnail if I have to consider an alpha channel.
Anyway as an on/off switch on thumbnail generation for video file formats it would be amazing. I guess not relevant for images. Below image is just a mock up.
Thanks!

image

@Xanashi
Copy link
Owner

Xanashi commented Jan 20, 2024

Hi AlanEdd,

How about having a Windows property that shows the existence of an alpha channel?
That probably wouldn't be too hard to implement.

@Xanashi Xanashi self-assigned this Jan 20, 2024
@AlanEdd
Copy link
Author

AlanEdd commented Jan 21, 2024

Thank you for the reply.
Yes I can work with that. I use Directory Opus which has great file information columns that pickup from Icaros. Really appreciate it if it fits within your software.
Thanks
Alan

@Xanashi
Copy link
Owner

Xanashi commented Jan 28, 2024

I'll see what I can do

@AlanEdd
Copy link
Author

AlanEdd commented Feb 28, 2024

*Might be of interest, I use this script within Directory Opus to detect if a file has an alpha channel.
ffplay -v error {filepath} -vf alphaextract -noborder -loop 0 -seek_interval 1 -alwaysontop -stats

Basically if it plays and shows an alpha channel, it's there, otherwise nothing happens.

@Xanashi
Copy link
Owner

Xanashi commented Mar 10, 2024

Thanks for the hint. I'm not currently using FFmpeg in the Property Handler, so I can't use the above method,
but hopefully there are other ways to detect the alpha channels in at least mkv and mp4.

@Xanashi Xanashi changed the title Feature request/enhancement - Alpha channel existence indicator for video files [Feature request] Alpha channel existence indicator for video files Jun 27, 2024
@Xanashi Xanashi changed the title [Feature request] Alpha channel existence indicator for video files [Feature Request] Alpha channel existence indicator for video files Mar 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants