Page MenuHomePhabricator

Forza1000 (Forza)
User

Projects

User is not a member of any projects.

Today

  • No visible events.

Tomorrow

  • No visible events.

Tuesday

  • No visible events.

User Details

User Since
Aug 13 2020, 6:10 PM (304 w, 2 d)
Availability
Available
LDAP User
Unknown
MediaWiki User
Forza1000 [ Global Accounts ]

Recent Activity

Oct 12 2024

Forza1000 added a comment to T257719: Add support for AVIF: allow uploading AVIF files to Wikimedia servers.

As a photographer who has a few thousand of his own photos on Commons: I'd support adding AVIF, and I would use it if available.

The main motivation for me to use AVIF would be the ability to add photos with greater than 8-bit color. Right now, I upload my photos as 100% quality JPEGs. If I could easily upload them in a higher-bit-depth format, I would.

I've uploaded a few of my photos as TIFFs, but those files are huge, and they don't have sharp thumbnails like JPEGs do. AVIF support would presumably let me do one upload of a small file and allow for that higher bit-depth.

WebP, by contrast, has no support for HDR or high bit-depth. But most JPEGs you can find online are copyrighted material, too.

Oct 12 2024, 8:48 AM · Thumbor, Wikimedia-Site-requests

Sep 28 2024

Forza1000 added a comment to T257652: Add support for AVIF: serve AVIF thumbnails where possible.

I am now down a rabbit hole updating someone's BRISQUE, PIQE and NIQE code. It mostly now seems to work, but I don't have an NVidia card to test the BRISQUE code on.

Sep 28 2024, 7:52 PM · Thumbor, Commons, MediaWiki-File-management

Sep 27 2024

Forza1000 added a comment to T173228: Rethink font stack for Timeless skin.

By the way, I propose changing the code to this:

@fonts: sans-serif;
@fonts-secondary: 'Times', 'Times New Roman', sans-serif;

and for screen-common.less:

h2,
h3,
h4,
h5,
h6,
dt {
font-family: @fonts;
}

dt {
font-weight: bold;
}
Sep 27 2024, 8:42 AM · Timeless
Forza1000 created T375844: Option to disable $wgTimelessBackdropImage.
Sep 27 2024, 7:47 AM · Timeless

Jul 18 2024

Forza1000 added a comment to T257652: Add support for AVIF: serve AVIF thumbnails where possible.

I compiled libavif from https://github.com/AOMediaCodec/libavif

Jul 18 2024, 10:52 AM · Thumbor, Commons, MediaWiki-File-management

Jul 17 2024

Forza1000 added a comment to T257652: Add support for AVIF: serve AVIF thumbnails where possible.

Apologies - for what it's worth, using an arbitrarily chosen but reasonable quality of 80% for both conversions:

Jul 17 2024, 11:04 AM · Thumbor, Commons, MediaWiki-File-management

Jul 16 2024

Forza1000 added a comment to T257652: Add support for AVIF: serve AVIF thumbnails where possible.

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.337s

And 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.tiff

Considering 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.

Jul 16 2024, 3:07 PM · Thumbor, Commons, MediaWiki-File-management

Jun 25 2023

Forza1000 created T340399: Enhancement: TimedMediaHandler: don't transcode to higher bitrate .
Jun 25 2023, 5:30 PM · TimedMediaHandler
Forza1000 added a comment to T201911: After moving a file transcodes are lost and not automatically regenerated.

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?

Jun 25 2023, 5:11 PM · TimedMediaHandler-Transcode, Multimedia
Forza1000 closed T339918: TimedMediaHandler runs ffmpeg immediately instead of via runJobs.php as Resolved.

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 25 2023, 12:50 PM · TimedMediaHandler

Jun 24 2023

Forza1000 updated the task description for T340366: Enhancement: TimedMediaHandler: support ffmpeg hwaccel.
Jun 24 2023, 5:06 PM · TimedMediaHandler-Transcode
Forza1000 created T340366: Enhancement: TimedMediaHandler: support ffmpeg hwaccel.
Jun 24 2023, 5:04 PM · TimedMediaHandler-Transcode
Forza1000 attached a referenced file: F37113330: Screen_Recording_20230623_020018_Termius_1.mp4.h265.300k.mp4.
Jun 24 2023, 4:55 PM · TimedMediaHandler

Jun 23 2023

Forza1000 added a comment to T339918: TimedMediaHandler runs ffmpeg immediately instead of via runJobs.php .
In T339918#8950634, @brion wrote:

...though.... error codes should cause it to reject the conversion and not save it!

Jun 23 2023, 12:35 AM · TimedMediaHandler

Jun 21 2023

Forza1000 added a comment to T339918: TimedMediaHandler runs ffmpeg immediately instead of via runJobs.php .

I tried a new file https://wiki.tnonline.net/w/File:20230515_212335.mp4

Jun 21 2023, 8:16 AM · TimedMediaHandler

Jun 20 2023

Forza1000 added a comment to T339918: TimedMediaHandler runs ffmpeg immediately instead of via runJobs.php .

Thanks for the update.

Jun 20 2023, 6:04 PM · TimedMediaHandler
Forza1000 added a comment to T339918: TimedMediaHandler runs ffmpeg immediately instead of via runJobs.php .

Have you set jobrunrate to 0 as specified on https://www.mediawiki.org/wiki/Manual:Job_queue ?

Jun 20 2023, 3:55 PM · TimedMediaHandler
Forza1000 added a comment to T339918: TimedMediaHandler runs ffmpeg immediately instead of via runJobs.php .

Example file file uploaded as https://wikidev.tnonline.net/w/File:20230607_112046.mp4 and we can see that transcoding gets submitted immediately

Jun 20 2023, 12:46 PM · TimedMediaHandler
Forza1000 created T339918: TimedMediaHandler runs ffmpeg immediately instead of via runJobs.php .
Jun 20 2023, 12:37 PM · TimedMediaHandler

Jan 8 2022

Forza1000 added a comment to T298553: Remove Skin::drawCategoryBrowser and $wgUseCategoryBrowser.

@Forza1000 thanks for letting me know. I'll make sure we have some kind of solution for the 1.38 release T298801.

Jan 8 2022, 8:10 AM · MW-1.38-notes (1.38.0-wmf.18; 2022-01-17), MediaWiki-User-Interface, MW-1.38-release, MediaWiki-Core-Skin-Architecture

Jan 7 2022

Forza1000 added a comment to T298553: Remove Skin::drawCategoryBrowser and $wgUseCategoryBrowser.
Jan 7 2022, 6:05 PM · MW-1.38-notes (1.38.0-wmf.18; 2022-01-17), MediaWiki-User-Interface, MW-1.38-release, MediaWiki-Core-Skin-Architecture
Forza1000 added a comment to T298553: Remove Skin::drawCategoryBrowser and $wgUseCategoryBrowser.

Seems reasonable. 👍 The only users of this obscure feature I was able to find are two old wikiHow skins ("HowTo", the pre-July/August 2013 skin, and its precedessor, "Bubbles") and the removal of the core code should not impact either of those in any way, shape or form for they essentially reimplement the core logic (albeit badly).

Jan 7 2022, 6:05 PM · MW-1.38-notes (1.38.0-wmf.18; 2022-01-17), MediaWiki-User-Interface, MW-1.38-release, MediaWiki-Core-Skin-Architecture

Aug 12 2021

Forza1000 created T288743: New option 'addlastediteddate' to output of DPL.
Aug 12 2021, 2:43 PM · DynamicPageList

Oct 17 2020

Forza1000 added a comment to T260006: Insert file dialog should ask for alt text.

Here is an example how I envision how it could look like. Possibly add a checkbox to re-use Caption field as Alt text.

Oct 17 2020, 3:21 PM · MW-1.36-notes (1.36.0-wmf.28; 2021-01-26), Editing-team (Kanban Board), Accessibility, WikiEditor (2010)
Forza1000 added a comment to T265787: Add image ALT field in the "Insert File" dialog on "Edit page".
Oct 17 2020, 3:20 PM · WikiEditor (2010)
Forza1000 renamed T265787: Add image ALT field in the "Insert File" dialog on "Edit page" from Add image ALT field in the "Inser Image" dialog on Edit page to Add image ALT field in the "Insert Image" dialog on "Edit page".
Oct 17 2020, 9:18 AM · WikiEditor (2010)
Forza1000 created T265787: Add image ALT field in the "Insert File" dialog on "Edit page".
Oct 17 2020, 9:18 AM · WikiEditor (2010)

Aug 15 2020

Forza1000 added a comment to T88396: Make DynamicPageList (Wikimedia) to be able to prepend date of creation and last edit time.

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 15 2020, 12:30 PM · DynamicPageList

Aug 13 2020

Forza1000 added a comment to T260383: Better dark mode support for action icons in Timeless skin .

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.

Aug 13 2020, 8:00 PM · Timeless
Forza1000 renamed T260383: Better dark mode support for action icons in Timeless skin from Better support for dark/night mode on phones to Better dark mode support for action icons in Timeless skin .
Aug 13 2020, 7:43 PM · Timeless
Forza1000 created T260383: Better dark mode support for action icons in Timeless skin .
Aug 13 2020, 6:31 PM · Timeless