I know nothing about computers but this does not add up
-
And as per usual, VLC seems to somehow have all the codecs already.
pot player as now my daily driver instead of VLC.. It has so many features that VLC is lacking. Willl convert any audio stream to subtitles or another language.
convert subtitles to audio in any language
fantastic multi-monitor support.
-
And if they do talk to each other, the different departments need to go through the whole hierarchy for everything and each manager puts their spin on it, so you get answers back from questions that were not asked.
Here's a real and true story about how separate Microsoft teams communicate and coordinate:
Few weeks ago, some Microsoft team from the US deprecated some critical service used by other Microsoft products. They just shut it off without notifying anyone. Other teams from other Microsoft offices in the rest of the world found about this deprecation when their production builds started failing to log customers in to the applications that they need for their businesses. People were called in from their vacations, emergency meetings were held to play hot potato with responsibility. Clients were PISSED. I stopped following the drama before it was resolved.
-
Back when Windows 3.1 only supported BMP and maybe JPG
Fancy pants over here with their pictures and color.
-
And in a SANE world, somebody who learned a lesson would be using their knowledge so we don't keep repeating the same crap over and over again.
Thought you were making a joke about SANE, but that doesn't actually provide PNG handling, does it? ðŸ«
-
pot player as now my daily driver instead of VLC.. It has so many features that VLC is lacking. Willl convert any audio stream to subtitles or another language.
convert subtitles to audio in any language
fantastic multi-monitor support.
huh, looks pretty nice.
-
I kept a copy of the old Windows XP version of media viewer/pictute viewer, whatever the hell its generic name was becsuse at some point in, IIRC, Vista, they updated it to some piece of garbage that had an uglier UI, worked slower, had no options for slideshows, and didn't even support shit like animated .gifs.
Even that old ass program can open a .webp image.
Wait how does that program know how to open webp? Does webp have like a fallback png mode or something?
-
Is this the only drawback though? Genuinely curious
Probably not, some here say there are better formats, but it's still much better at (almost?) everything than GIF
-
taking a screenshot can solve some of this problem
I usually convert the image using FFMPEG and that works great.
-
This post did not contain any content.
Time to screenshot the preview and stretch out the jpeg. Upload it when the time calls, only for the web server to re-encode it in webp. The cycle continues.
-
It's a codec issue. You can get the codec if your OEM paid for it, if not you can buy it on the MS store. It sucks but plenty of other codecs have had the same issue in the past on windows, mkv wasn't playable by windows unless you had a codec for it.
I haven't used windows in years, but I thought this was just about software patents for these codecs. So it should work in regions where software patents are not a thing then (e.g. Europe)?
-
I usually convert the image using FFMPEG and that works great.
/nods in that thank you kinds of way
-
This post did not contain any content.
Irfanviewer hours
-
It's Microsoft you are talking about here
Hear me out:
AI-powered webp support -
It produces huge files compared to more modern lossless formats.
Any other format for lossless to recommend?
-
Wait how does that program know how to open webp? Does webp have like a fallback png mode or something?
wrote last edited by [email protected]Webp is a format Google made. Something gave it a codec, so it knows how to open it. It a program doesn't have the codec to read it, no go.
This may work depending on your application
https://github.com/jacklicn/libwebp -
Hear me out:
AI-powered webp supportWouldn't touch it with a hundred-foot pole.
-
This post did not contain any content.wrote last edited by [email protected]
I was trying to write something that would save an AVIF image this week. Holy shit the ecosystem is bad. I had to encode the image and write the exif tags with two different libraries. The latter being a CLI program and not a library. The WEBP situation is even worse.
We are never getting away from JPEG.
-
Here's a real and true story about how separate Microsoft teams communicate and coordinate:
Few weeks ago, some Microsoft team from the US deprecated some critical service used by other Microsoft products. They just shut it off without notifying anyone. Other teams from other Microsoft offices in the rest of the world found about this deprecation when their production builds started failing to log customers in to the applications that they need for their businesses. People were called in from their vacations, emergency meetings were held to play hot potato with responsibility. Clients were PISSED. I stopped following the drama before it was resolved.
What is actually the best way to set up good communication between people and departments? Daily stand-ups tend to become hour long meetings. Make it an e-mail means people don't read it half the time, some even having a rule to automatically shred that kind of mails. Set up talks between people and have a bunch of them not showing up but then get angry nobody asked them for their opinion.
-
What is actually the best way to set up good communication between people and departments? Daily stand-ups tend to become hour long meetings. Make it an e-mail means people don't read it half the time, some even having a rule to automatically shred that kind of mails. Set up talks between people and have a bunch of them not showing up but then get angry nobody asked them for their opinion.
For example a matrix org structure can do wonders.
Really, anything other than vertical hierarchical setup favored by so many tech companies.
-
Webp is a format Google made. Something gave it a codec, so it knows how to open it. It a program doesn't have the codec to read it, no go.
This may work depending on your application
https://github.com/jacklicn/libwebpAh fair enough, I thought that with it being Windows XP era software made by Microsoft, it wouldn't load codecs dynamically like that lol