Then you would use Feedback Hub, would you not ???
It's too bad it doesn't really work.
If you raise an issue, you need a bunch of "Me too" promotions
of your posting, to get the issue raised so someone even reads it!
They don't even read all the Feedback Hub postings. They read
the "important ones". You'll need a Bot Army to raise your flag for you.
This is not a bug. It's not even a feature request. Microsoft
does not bend over and kiss the ground, when some twit invents
a new file extension. I for example, could invent a file extension
my own self, right this very minute. Why should Microsoft care about
my new .wally extension and that it's a thumbnail ???
What's important, is if Apple makes an .heic or something, uses a
patented technology, and a Windows user has to pay $1.50 or so
at the Microsoft Store, so they can view the image. That's how Microsoft
rolls (flowthru license payment, we don't even know if it's necessary
or not).
*******
I would say, if you want a thumbnail, the question you should be asking
is, "is there a Thumbnail Provider for AVI movies???". That is the
correct question to raise. Not "Can you support this vanity file .ext
for me please???". That's not going to fly. There will be snickering
in the Feedback Hub Cave if you do that :-)
See for example, this DIY solution for people with this need...
Somebody made a Provider, that uses ffmpeg. The same kind of
ffmpeg that yt-dlp uses to mux and demux movies it assembles.
You may be able to use Gyan to get an FFMPEG.exe of your very own.
If the developer of this program does not tell you where to place
the ffmpeg.exe , try placing it next to the icaros.exe or whatever.
That's what I would try as a first attempt. Otherwise, you'll
need to edit %path% to make it easy to find ffmpeg.exe . Or, some
program developers ask you via dialog, to identify where the
ffmpeg.exe is that you want to use.
https://www.videohelp.com/software/Icaros # A Thumbnail Provider for movie formats
# More files will have icons now...
# If the FFMPEG isn't inside the previous item, as a mini-version,
# you can get a full one. These are static compiles with no pile of
# DLL files to lug around.
https://www.gyan.dev/ffmpeg/builds/
latest release version: 6.1 2023-11-11
ffmpeg-release-full.7z
previous release version: 6.0 (complete archive @ mirror)
ffmpeg-6.0-full_build.7z
(A year ago, this is what I got. SHA256: 037BDB2183189DC0EFA642B1FDE7D6B33C6114036FA06FAF35F777E8DF07D863 , 47,431,656 bytes )
(It's no longer on the gyan server, but the
archive.org copy should be OK.)
https://web.archive.org/web/20230111100754/https://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-5.1.2-full_build.7z
When the version of FFMPEG changes, the command syntax can change slightly,
which adds to the "fun" sometimes, of getting stuff to work. That icaros
program likely does not need much in the way of fancy commands to
do a conversion to a raster file. I'm really surprised FFMPEG has
enough still image formats, to make using it as a converter a
worthwhile endeavor. One advantage of the developer doing it this
way, is the developer harnesses the bug busting skills of the
ffmpeg folks, to keep the exploit bugs out of the converter :-)
For every file type you want to see a Thumbnail representation,
you use a Thumbnail Provider to do that. Adobe Acrobat Reader,
is an example of a Thumbnail Provider for PDF files (64-bit version).
Paul