I've searched the youtube API but still not clear whether this is possible.
I have a shell script that uses FFMPEG to convert a video. After being converted I want to have the video automatically uploaded to a preauthorized youtube account.
Can any shell script gurus tell me if this is possible?
Asked
Active
Viewed 1,543 times
3
Gilles 'SO- stop being evil'
- 807,993
- 194
- 1,674
- 2,175
Bachalo
- 1,061
- 4
- 12
- 23
-
I'm not an API or curl expert, so I can't give you exact code for this, but see if this link helps you: [This code sample calls the API's videos.insert method to upload a video to the channel associated with the request](https://developers.google.com/youtube/v3/docs/videos/insert#examples) – Stephen C Dec 19 '16 at 19:25
1 Answers
0
Quick googling suggests https://github.com/tokland/youtube-upload/ and https://github.com/youtube/api-samples.
L29Ah
- 793
- 5
- 19