FunClipper - simple app for merging/cutting videos and scripts and creating compilations

Some feedback after using the app for a few days: Love the tool, it’s just amazing! I had zero issues with it and the UI is really intuitive and good looking. Love that there is a media player integrated so I dont have to type in timestamps by myself. Never had any sync issues with the funscripts after merging videos, which happended with other tools before. Your app is a 10/10 for me, thanks a lot! Gonna save a lot of storage from now on :grin:

2 Likes

100 percent agree brilliant app

1 Like

Thanks for the feedback. I’m glad the app is useful :smiling_face_with_three_hearts:

I think I will stop at v1.5.x for now. It probably already has everything needed for comfortable use
I will try to fix the remaining bugs and that is about it

Going back to making videos and scripts in VaM :innocent:

5 Likes

This is great @Misiv ! Thanks for building this and sharing.

The UX reminds me of LosslessCut which is fantastic, super easy. Also I know it’s a bit sus to trust a random .exe downloaded over the internet (high trust forum + your VirusTotal is nice) but it’s nice to have a self-contained executible for this.

So many apps these days are launched via some shell script that launches a node server in to a React app and blah blah. I know that is probably what yours is underneath it all but the choice of baking it in to an Electron exe is great!

1 Like

Thanks :smiling_face_with_three_hearts:

It’s actually simpler than that. Just Electron wrapping plain html/css/vanilla js - not even React xD
Main process → bundled ffmpeg → output :3
All packed into a single .exe so it’s easy and convenient to use. I built this app for ppl who just want something that works out of the box, anyone more advanced will use tools like DaVinci Resolve, Topaz etc anyway

2 Likes

UPDATE 1.5.2

Stability & Safety

  • Better Error Log Privacy
    Improved privacy cleanup in saved error logs. Windows user folder paths are now removed more reliably, including paths saved in technical/escaped formats

  • Improved Funscript Error Handling
    Invalid or corrupted funscript files now show a clearer error instead of silently behaving like an empty script

Quality Export Improvements

  • More Realistic Quality Temp Space Warning
    The Quality export warning now estimates temporary disk usage based on the actual staged export process instead of an overly large theoretical maximum. The warning should be much closer to real temporary folder usage and less scary for normal exports

  • Clearer Quality Disk Message
    Quality export warnings now explain that temporary frame data is removed after export and include a safety margin in the estimate

  • Background GPU / Vulkan / AI Tool Detection
    FunClipper now opens first and checks GPU encoders, Vulkan, RIFE and Real-ESRGAN availability in the background. This should make startup feel more responsive, especially on systems where hardware detection takes a moment

UI / UX

  • Consistent Warning Style
    Large export warnings, low disk warnings, overwrite confirmations etc now look like part of FunClipper instead of system popups
1 Like