youtube-upload icon indicating copy to clipboard operation
youtube-upload copied to clipboard

Uploading subtitle/captions file

Open thepaperpilot opened this issue 7 years ago • 9 comments

I'd like to automate publishing twitch videos onto youtube, with twitch chat as subtitles. I have the .srt file, and just need a way to upload it along with the video file. I think a flag could be added (e.g. --captions {file path}) to allow this.

thepaperpilot avatar Mar 21 '17 22:03 thepaperpilot

Hi, as far as I am interpreting the google API correctly, that would be possible. I am no programmer and especially I am not into python, but I think it is possible to implement this with just a few lines of code. Usually tokland does not implement feature requests, but maybe this time he will as it should be very easy ;-)

KapUttyy avatar Mar 23 '17 06:03 KapUttyy

https://github.com/youtube/api-samples/blob/master/python/captions.py

Tackyou avatar May 26 '17 15:05 Tackyou

Since the dev seems to not work on this project anymore and I also needed this feature, I forked it and am implementing here: https://github.com/evertonstz/youtube-upload

Feel free to test and leave me a feedback.

evertonstz avatar Jun 16 '18 01:06 evertonstz

@evertonstz PR ?

BurhanDanger avatar Sep 16 '18 17:09 BurhanDanger

@BurhanDanger what do you mean, mate?

evertonstz avatar Sep 16 '18 17:09 evertonstz

I meant submit a pull request here maybe

BurhanDanger avatar Sep 16 '18 17:09 BurhanDanger

Oh, I'll eventually, but it's not ready for now as I have some bugs to solve first.

evertonstz avatar Sep 16 '18 17:09 evertonstz

You can upload captions with curl and a very simple shell script.

KenSharp avatar Jun 17 '20 17:06 KenSharp

Since the dev seems to not work on this project anymore and I also needed this feature, I forked it and am implementing here: https://github.com/evertonstz/youtube-upload

Feel free to test and leave me a feedback.

This is not working , i uploaded videos using it, it uploads the video successfully, but then it keeps showing "upload" again and again in new line,and doesn't upload caption file

rushi3691 avatar Mar 02 '21 11:03 rushi3691