https://github.com/cage1016/ios-ringtone-maker-yt
iOS ringtone maker from Youtube video
https://github.com/cage1016/ios-ringtone-maker-yt
docker ios marker ringtone youtube
Last synced: 7 months ago
JSON representation
iOS ringtone maker from Youtube video
- Host: GitHub
- URL: https://github.com/cage1016/ios-ringtone-maker-yt
- Owner: cage1016
- License: mit
- Created: 2020-06-20T02:12:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-24T02:29:19.000Z (about 5 years ago)
- Last Synced: 2025-04-12T13:13:54.314Z (about 1 year ago)
- Topics: docker, ios, marker, ringtone, youtube
- Language: Shell
- Homepage: https://kaichu.io/posts/ios-ringtone-maker-from-youtube/
- Size: 5.86 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to iOS ringtone maker from Youtube video 👋
[](https://github.com/cage1016/ios-ringtone-maker-yt/actions/workflows/release.yml)


> Make iOS ringtone from Youtube video
## Usage
1. Download iOS ringtone by YouTube video
```bash
# VID: youtube video id
# SS: start time (format: HH:MM:SS)
# T: ringtime duration: second
docker run --rm -it -v $(PWD)/output:/output -e VID= -e SS= -e T= ghcr.io/cage1016/ios-ringtone-maker-yt
```
1. Download iOS ringtone by YouTube video with custom `FADEIN` & `FADEOUT` features
```bash
# add fadein fadeout for ringtone
# FADEIN: fadein duration: second (Options, default set to 3 secs)
# FADEOUT: fadeout duration: second (Options, default set to 3 secs)
docker run --rm -it -v $(PWD)/output:/output -e FADEIN=3 -e FADEOUT=3 -e VID= -e SS= -e T= ghcr.io/cage1016/ios-ringtone-maker-yt
```
## Author
👤 **KAI CHU CHUNG**
* Website: https://kaichu.io
* Twitter: [@CageChung](https://twitter.com/CageChung)
* Github: [@cage1016](https://github.com/cage1016)
* LinkedIn: [@kaichuchung](https://linkedin.com/in/kaichuchung)
## Show your support
Give a ⭐️ if this project helped you!
## 📝 License
Copyright © 2020 [KAI CHU CHUNG](https://github.com/cage1016).
This project is [LICENSE](LICENSE) licensed.
***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_