Tiny Core Linux

Tiny Core Extensions => TCE Talk => Extension requests => Topic started by: meo on September 20, 2026, 06:38:55 AM

Title: HandBrake DVD Ripper GUI
Post by: meo on September 20, 2026, 06:38:55 AM
Hello!

I have tried HandBrakeCLI extensively but something is always failing. HandBrake on for instance Omarchy Linux works perfect and then I can watch the movies in mpv. So If someone could make a try to create the HandBrake extension I would be very grateful!

Regards,
meo

PS i use piCore64 v. 17 DS
Title: Re: HandBrake DVD Ripper GUI
Post by: Juanito on September 20, 2026, 08:29:59 AM
The handbrake gui uses qt-5 (or maybe qt-6), which has become so bloated that I’ve stopped using it - other users are welcome to step in.
Title: Re: HandBrake DVD Ripper GUI
Post by: meo on September 20, 2026, 12:26:41 PM
Hi Juanito!

Thank's for letting me know. So qt for rpi-imager isn't awailable either?

Kind Regards,
meo
Title: Re: HandBrake DVD Ripper GUI
Post by: patrikg on September 20, 2026, 01:21:45 PM
Isn't rpi-imager a appimage with all it's libs deps included ?
https://github.com/raspberrypi/rpi-imager/releases/download/v2.0.11/Raspberry_Pi_Imager-v2.0.11-desktop-aarch64.AppImage (https://github.com/raspberrypi/rpi-imager/releases/download/v2.0.11/Raspberry_Pi_Imager-v2.0.11-desktop-aarch64.AppImage)

Try to download this file like this from the terminal:
Code: [Select]
curl -OL https://github.com/raspberrypi/rpi-imager/releases/download/v2.0.11/Raspberry_Pi_Imager-v2.0.11-desktop-aarch64.AppImage
And change it to executable like this:
Code: [Select]
chmod u+x Raspberry_Pi_Imager-v2.0.11-desktop-aarch64.AppImage

And lanch/run it like this:
Code: [Select]
./Raspberry_Pi_Imager-v2.0.11-desktop-aarch64.AppImage
Title: Re: HandBrake DVD Ripper GUI
Post by: meo on September 21, 2026, 05:15:10 AM
Hello patrikg!

First time out I didn't have fuse installed so I installed it. Now it complains about libGLX.so.0 not being able to download. I can't find it either. So still no rpi-imager. Thanks anyway!

Regards,
meo