From ef2c91b616848141ceb532f1a7fbea6ee64af333 Mon Sep 17 00:00:00 2001 From: Gabi <182965942+GabiNun@users.noreply.github.com> Date: Wed, 28 Jan 2026 19:06:47 +0200 Subject: [PATCH] Add some apps from #1782 (#3948) * Add imhex (Hex Editor) * Add ffmpeg --- config/applications.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/config/applications.json b/config/applications.json index 80af72ec..b43b7be1 100644 --- a/config/applications.json +++ b/config/applications.json @@ -552,6 +552,14 @@ "link": "https://espanso.org/", "winget": "Espanso.Espanso" }, + "ffmpeg": { + "category": "Utilities", + "choco": "na", + "content": "eibol.FFmpegBatchAVConverter", + "description": "FFmpeg Batch AV Converter is a universal audio and video encoder, that allows to use the full potential of ffmpeg command line with a few mouse clicks in a convenient GUI with drag and drop, progress information.", + "link": "https://ffmpeg-batch.sourceforge.io/", + "winget": "eibol.FFmpegBatchAVConverter" + }, "falkon": { "category": "Browsers", "choco": "falkon", @@ -912,6 +920,14 @@ "link": "https://www.cpuid.com/softwares/hwmonitor.html", "winget": "CPUID.HWMonitor" }, + "imhex": { + "category": "Development", + "choco": "na", + "content": "ImHex (Hex Editor)", + "description": "A modern, featureful Hex Editor for Reverse Engineers and Developers.", + "link": "https://imhex.werwolv.net/", + "winget": "WerWolv.ImHex" + }, "imageglass": { "category": "Multimedia Tools", "choco": "imageglass",