aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/ringtone
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-10-25 07:50:54 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-10-25 07:50:54 +0530
commitcf4ad22676700dcb750c0ef4bd7e73946f11ac6f (patch)
treedf5d40d817fa84b7841e805127419a52982350f9 /plugins/ringtone
parentb987931f47a0e062fe85b46052910af2d3c21488 (diff)
downloadnnn-cf4ad22676700dcb750c0ef4bd7e73946f11ac6f.tar.gz
Add complete audio conversion tip
Diffstat (limited to 'plugins/ringtone')
-rwxr-xr-xplugins/ringtone4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/ringtone b/plugins/ringtone
index ee7ae8a..d67a409 100755
--- a/plugins/ringtone
+++ b/plugins/ringtone
@@ -3,6 +3,10 @@
# Description: Create an mp3 ringtone out of an audio file in any format
# Needs user to provide start and end where to cut the file
# Input file audio.ext results in audio_ringtone.mp3
+#
+# Tip: To convert a complete media file, set start as 0 and
+# the runtime of the file as end.
+#
# Requires: date, ffmpeg
#
# Shell: POSIX compliant