
Source (link to git-repo or to original if based on someone elses unmodified work):
Description:
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
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
Ratings & Comments
3 Comments
6 For to no longer have the old extension in the file name [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 :)
For to no longer have the old extension in the file name [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 :)
10 10 the best