Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pawanpaudel93/tiktok-long-video
A useful package/tool to make webm/mp4 videos greater than 60s in length uploadable to TikTok.
https://github.com/pawanpaudel93/tiktok-long-video
long tiktok tiktok-long-video video
Last synced: about 1 month ago
JSON representation
A useful package/tool to make webm/mp4 videos greater than 60s in length uploadable to TikTok.
- Host: GitHub
- URL: https://github.com/pawanpaudel93/tiktok-long-video
- Owner: pawanpaudel93
- License: mit
- Created: 2021-01-15T17:16:16.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-25T07:59:53.000Z (almost 4 years ago)
- Last Synced: 2024-11-17T02:49:38.621Z (about 1 month ago)
- Topics: long, tiktok, tiktok-long-video, video
- Language: Python
- Homepage: https://longifytiktok.herokuapp.com/
- Size: 56.6 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Welcome to tiktok-long-video
A useful package/tool to make webm/mp4 videos greater than 60s in length uploadable to TikTok.
## Installation
```bash
pip install ttlv
```
## Web Application
You can also use the web app deployed on heroku if you don't want to install it. Link to repo: [longify-tiktok](https://github.com/pawanpaudel93/longify-tiktok)Link to web app: [LongifyTikTok](https://longifytiktok.herokuapp.com)
## Proof
This video [https://www.tiktok.com/@harrynepal26/video/6917917976008183042](https://www.tiktok.com/@harrynepal26/video/6917917976008183042 "https://www.tiktok.com/@harrynepal26/video/6917917976008183042") is actually 2 Minutes 45 Seconds long.
You can download this video using [govue-tiktok-downloader](https://github.com/pawanpaudel93/govue-tiktok-downloader "govue-tiktok-downloader") to confirm that video is more than 60 seconds long.## Usage
To upload longer videos than 60 seconds, first you must have a webm/mp4 video file or you can convert the video to webm/mp4 using online or offline tools and you have to save using below commands and upload via Tiktok web not mobile app.
You can use as cli tool.
For help,
```bash
ttlv -h
```Input filepath is must and output filepath is optional. For saving tiktok long video,
```bash
ttlv -i "/home/user/Desktop/sample.webm" -o "/home/user/Desktop/sample-ttlv.webm"
```OR
You can import and use in your programs.
output_path is optional.
```python
from ttlv import Videovideo = Video(input_path="./sample.mp4", output_path="./sample-ttlv.mp4")
video.save()
```## Author
👤 **Pawan Paudel**
* Github: [@pawanpaudel93](https://github.com/pawanpaudel93)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/pawanpaudel93/tiktok-long-video/issues).## Show your support
Give a ⭐️ if this project helped you!
Copyright © 2021 [Pawan Paudel](https://github.com/pawanpaudel93).