cofacts / rumors-api

GraphQL API server for clients like rumors-site and rumors-line-bot
https://api.cofacts.tw
MIT License
109 stars 26 forks source link

Thumbnail & preview for video and audio files #326

Open MrOrz opened 7 months ago

MrOrz commented 7 months ago

Current media variant settings: https://github.com/cofacts/rumors-api/blob/4b00d586e44cb6aa15c858e9c945b8ea4c67d3bc/src/graphql/mutations/CreateMediaArticle.js#L61-L82

MrOrz commented 4 months ago

ffmpeg is quite CPU intensive. New proposal is to use Transcoding API + Google cloud function that listens on GCS change.