
Dolphin Service Menus audio convert mp3 ogg video
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Description:
Allows you to quickly convert videos/audio files to either mp3 or ogg
This service relies on ffmpeg, so you need to have it installed
debian/ubuntu:
sudo apt-get install ffmpeg
arch:
sudo pacman -S ffmpeg
TuxNuX
3 months ago
[Desktop Action convert-ogg]
Name=Convert to ogg
Icon=audio
#Exec=ffmpeg -i %u -y %u.ogg
TryExec=ffmpeg
Exec=file=%f; ffmpeg -i %f -y "${file%.*}.ogg"
work with all audio and video extensions :)
Report
TuxNuX
3 months ago
[Desktop Action convert-ogg]
Name=Convert to ogg
Icon=audio
#Exec=ffmpeg -i %u -y %u.ogg
TryExec=ffmpeg
Exec=file=%f; ffmpeg -i %f -y "${file%.*}.ogg"
work with all audio and video extensions :)
Report
travislandonbarker
9 months ago
Report