546200350 / TikTokUploder

Upload video to Tik Tok by sessionId
MIT License
170 stars 30 forks source link

How to specify to enable subtitles? #72

Closed craftfortress closed 1 year ago

craftfortress commented 1 year ago

I believe this is a flag - am I correct that it needs to be specified?

Also: How to specify what filter to use and for how long?

Thank you again everyone, excellent project!

Big hugs

XavierZambrano commented 1 year ago

uploadVideo() does not support subtitles and filters

But you can add it, first manually upload a video with dev tools open in the Network section, you can find the necessary payload to add filters, and subtitles must be the same, with it data modify the code of uploadVideo() to add the necessary payload to works

Is the same case if you want to add music: https://github.com/546200350/TikTokUploder/issues/39#issuecomment-1620611803

Related issue: https://github.com/546200350/TikTokUploder/issues/40