ffmpeg -i input.wma -ab 32 output.mp3
έγραψε:Description: A nautilus audio converter script
audio convert is a script that converts between WAV, Ogg, MP3, MPC, FLAC, APE,
AAC, and WMA files. It has an easy-to-use interface that makes it possible to
fill in the tags for a few formats, copy the tags from input files into the
new files, and choose the quality of compression.
sudo apt-get install nautilus-script-audio-convert faac faad flac lame mplayer
nautilus-script-manager enable ConvertAudioFile
medigeek έγραψε:Υπάρχει επίσης ένα script για nautilus:
nautilus-script-audio-convertέγραψε:Description: A nautilus audio converter script
audio convert is a script that converts between WAV, Ogg, MP3, MPC, FLAC, APE,
AAC, and WMA files. It has an easy-to-use interface that makes it possible to
fill in the tags for a few formats, copy the tags from input files into the
new files, and choose the quality of compression.
Εγκατέστησε το:
- Κώδικας: Επιλογή όλων
sudo apt-get install nautilus-script-audio-convert faac faad flac lame mplayer
μετά εκτέλεσε:
- Κώδικας: Επιλογή όλων
nautilus-script-manager enable ConvertAudioFile
Κάνε log out και log in. Επέλεξε ένα αρχείο wma, δεξί κλικ και θα είναι μάλλον κάπου εκει
furtune έγραψε:
Στην εντολη που μου ειπες πιο πανω (ffmpeg -i input.wma -ab 32 output.mp3) που πρεπει να βαλω το directory για ξερει η εντολη που να βρει το αρχειο???
ffmpeg -i "/home/furtune/path/to/myinput.wma" -ab 32 "/home/furtune/path/to/output.mp3"
Χρησιμοποιούμε εισαγωγικά (" ") για να δεκτεί και τα κενά των ονομάτων φακέλων ή αρχείων!
IFS=""