Apps Content Creation

Video

Screen Recording in Linux

Just use OBS Studio:

flatpak install flathub com.obsproject.Studio
flatpak run com.obsproject.Studio

#nix-shell -p obs-studio

Snapshots

Editing Videos in Linux

Probably the simplest will be KDEnlive.

Ive been using KDenLive and describe it on this post

But here you have few options.

sudo snap install blender --classic #https://github.com/blender/blender/archive/refs/tags/v4.1.1.tar.gz
#snap install freecad && snap install openscad && snap install cura-slicer 

sudo snap install shotcut -- classic && snap install photoscape  && snap install inkscape

#curl -o docker-compose.yaml https://raw.githubusercontent.com/penpot/penpot/main/docker/images/docker-compose.yaml
#docker compose -p penpot -f docker-compose.yaml up -d
#docker exec -ti penpot-penpot-backend-1 python3 ./manage.py create-profile
#sudo snap install penpot-desktop


#Flameshot
#kdenlive video editor
flatpak install flathub org.kde.kdenlive
flatpak run org.kde.kdenlive

#openshot
#sudo snap install shotcut --classic

Watch your videos with VLC:

flatpak install flathub org.videolan.VLC

Photo Editing in Linux

  • The one and only - GIMP:
sudo snap install gimp
  • Resize Images without loosing quality - Upscayl

A great project that provides us with 3 different ways to install (For Debian any of these will do): snap / flatpak / AppImage

#sudo snap install upscayl
flatpak install flathub org.upscayl.Upscayl

#https://github.com/upscayl/upscayl/releases
#sudo wget https://github.com/upscayl/upscayl/releases/download/v1.5.5/Upscayl-1.5.5.AppImage
#chmod +x ./*.AppImage
  • Krita: full-featured digital art studio.
flatpak install flathub org.kde.krita

Audio Editing in Linux

  • Audacity
wget https://github.com/audacity/audacity/releases/download/Audacity-3.4.2/audacity-linux-3.4.2-x64.AppImage
#flatpak install flathub org.audacityteam.Audacity

And shortly we will get the Plugin OpenVino ready in Linux which will bring AI to Audacity: https://github.com/intel/openvino-plugins-ai-audacity/releases

flatpak install flathub org.mixxx.Mixxx

FAQ

How to check for duplicate images - dupeGuru