User Details
- User Since
- Aug 13 2020, 6:10 PM (304 w, 2 d)
- Availability
- Available
- LDAP User
- Unknown
- MediaWiki User
- Forza1000 [ Global Accounts ]
Oct 12 2024
Sep 28 2024
Sep 27 2024
Jul 18 2024
I compiled libavif from https://github.com/AOMediaCodec/libavif
Jul 17 2024
Jul 16 2024
In limited local testing, I found that AVIF encoding is slow. Like, really slow.
$ time convert IMG_4610.jpg IMG_4610.avif real 0m16.776s user 0m49.837s sys 0m1.337sAnd that's not even a huge file by Wikimedia standards.
$ identify IMG_4610.avif IMG_4610.avif AVIF 4032x3024 4032x3024+0+0 8-bit YCbCr 0.000u 0:00.002
...
$ ls -sh1 IMG_4610* 3.7M IMG_4610-2.jpg 2.4M IMG_4610.avif 2.6M IMG_4610.jpg 17M IMG_4610.png 35M IMG_4610.tiffConsidering that only 0.2 MB was saved, I don't see the point of using up 85% of the 1min maximum response time to serve images in AVIF. If file creation and editing tools gain widespread support for it, allowing AVIF uploads might be a good idea.
Jun 25 2023
What happens to transcodes if the original file is moved while the transcodes aren't? Do they become orphaned, and is there a way to detect and clean up these?
I think the issue is resolved. For some reason there was some issue with some existing video files uploaded before I had enabled TMH extension. I removed them and erased them from the database and re-uploaded the videos. Now there is no issue. Quite odd!
Jun 24 2023
Jun 23 2023
Jun 21 2023
I tried a new file https://wiki.tnonline.net/w/File:20230515_212335.mp4
Jun 20 2023
Thanks for the update.
Example file file uploaded as https://wikidev.tnonline.net/w/File:20230607_112046.mp4 and we can see that transcoding gets submitted immediately
Jan 8 2022
Jan 7 2022
Aug 12 2021
Oct 17 2020
Here is an example how I envision how it could look like. Possibly add a checkbox to re-use Caption field as Alt text.
Aug 15 2020
I just want to mention I have the same use-case. I use MediaWiki to create a personal blog of sorts and use DPL to display a list of recent posts with the date prepended. However, the date is the initial category added date, and not page creation date - which is what I really need. Because if I change categories or sorting keys, then the date would be updated and therefore wrong.
Aug 13 2020
It could definitely be a case that Opera is doing the wrong thing. Not that I think there is a 'standard' for this stuff. I can report the issue to them too, but I'd think it would be helpful to understand the problem a bit more first.