Export with Aspect Ratios (direct post to social?)
Opened this issue · 1 comments
sendn0des commented
for MVP, I think a basic export with included aspect ratios is important here. 1:1, 9:16, 16:9. Keep it simple.
A direct upload feature to social media would be keen. If clip is too long, a modal could force them to select the timing (with 15-30second chunks or whatever the platform is)
jbilcke-hf commented
some references for file upload:
- YouTube: https://developers.google.com/youtube/v3/guides/uploading_a_video
- TikTok: https://developers.tiktok.com/doc/content-posting-api-reference-upload-video?enter_method=left_navigation
- X: https://developer.x.com/en/docs/x-api/v1/media/upload-media/api-reference/post-media-upload-init
(file upload is nice, it means we don't even need to pay to host our video on a CDN for people to share it, the social media are handling this)
we might have to handle an actual multi sign-in workflow as an api key might not be enough (they often require an oauth workflow with redirect)