mirror of
https://github.com/dewomser/dolphin-context-convert.git
synced 2026-03-13 17:17:18 +01:00
25 lines
755 B
Markdown
25 lines
755 B
Markdown
# KDE Plasma FFmpeg Converter
|
|
|
|
Right-click to convert audio/video/images in KDE Plasma. Uses FFmpeg. I only deal in KDE rn, feel free to PR for more compatibility
|
|
|
|
## Requirements
|
|
1. ffmpeg
|
|
2. zenity
|
|
3. imagemagick
|
|
|
|
## Install
|
|
|
|
1. put `ffmpegconvert.sh` in `~/Scripts/`
|
|
2. Put `.desktop` files in `~/.local/share/kservices5/ServiceMenus/`.
|
|
3. `chmod +x ~/Scripts/ffmpegconvert.sh`
|
|
4. edit `.desktop` files if you want the script elsewhere idk im not your mom
|
|
|
|
## Use
|
|
|
|
Right-click file in Dolphin -> Choose format. Can converet video to mp3 as a bonus
|
|
|
|
## Formats
|
|
|
|
- Audio: MP3, AAC, OGG, WMA, FLAC, ALAC, WAV, AIFF
|
|
- Video: MP4, AVI, MOV, MKV, WMV, FLV, MPG, OGV
|
|
- Image: JPG, PNG, GIF, BMP, TIFF, WEBP, EPS, RAW, ICO, PSD (only supports converting from)
|