mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-12 02:52:40 +05:30
43 lines
2.3 KiB
JSON
43 lines
2.3 KiB
JSON
{
|
|
"extractAudio": {
|
|
"title": "Extract Audio from Video",
|
|
"description": "Extract audio track from video files.",
|
|
"inputTitle": "Input Video",
|
|
"resultTitle": "Extracted Audio",
|
|
"outputFormat": "Output Format",
|
|
"outputFormatDescription": "Select the format for the audio to be extracted as.",
|
|
"extractingAudio": "Extracting Audio",
|
|
"toolInfo": {
|
|
"title": "What is {{title}}?",
|
|
"description": "This tool allows you to extract the audio track from video files. You can choose from different audio formats including AAC, MP3, and WAV."
|
|
},
|
|
"shortDescription": "Extract audio from video files (MP4, MOV, etc.) to AAC, MP3, or WAV."
|
|
},
|
|
"changeSpeed": {
|
|
"title": "Change audio speed",
|
|
"description": "Change the playback speed of audio files. Speed up or slow down audio while maintaining pitch.",
|
|
"shortDescription": "Change the speed of audio files",
|
|
"newAudioSpeed": "New Audio Speed",
|
|
"speedDescription": "Default multiplier: 2 means 2x faster",
|
|
"outputFormat": "Output Format",
|
|
"inputTitle": "Input Audio",
|
|
"settingSpeed": "Setting Speed",
|
|
"resultTitle": "Edited Audio",
|
|
"toolInfo": {
|
|
"title": "What is {{title}}?",
|
|
"description": ""
|
|
}
|
|
},
|
|
"mergeAudio": {
|
|
"title": "Merge Audio",
|
|
"description": "Combine multiple audio files into a single audio file by concatenating them in sequence.",
|
|
"shortDescription": "Merge multiple audio files into one (MP3, AAC, WAV).",
|
|
"longDescription": "This tool allows you to merge multiple audio files into a single file by concatenating them in the order you upload them. Perfect for combining podcast segments, music tracks, or any audio files that need to be joined together. Supports various audio formats including MP3, AAC, and WAV."
|
|
},
|
|
"trim": {
|
|
"title": "Trim Audio",
|
|
"description": "Cut and trim audio files to extract specific segments by specifying start and end times.",
|
|
"shortDescription": "Trim audio files to extract specific time segments (MP3, AAC, WAV).",
|
|
"longDescription": "This tool allows you to trim audio files by specifying start and end times. You can extract specific segments from longer audio files, remove unwanted parts, or create shorter clips. Supports various audio formats including MP3, AAC, and WAV. Perfect for podcast editing, music production, or any audio editing needs."
|
|
}
|
|
}
|