Reputation: 61
Processing videos from iphone (15 pro) encoded with h.265:
Stream #0:0[0x1](und): Video: hevc (Main 10) (hvc1 / 0x31637668), yuv420p10le(tv, bt2020nc/bt2020/arib-std-b67), 1920x1080, 15043 kb/s, 30 fps, 30 tbr, 600 tbn (default)
Transcoding takes around 10x playing time, e.g. for 3 minute video total processing time is close to 30 minutes. Is it possible to speed it up?
Transcoding from h.265 to h.264, very fast profile. Size of the video file 390MB.
Upvotes: 0
Views: 240
Reputation: 536
I have found this google documentation, where we can find some limitations of the GCP Transcoder API. Also in the key point it states that, Transcoder API does not provide strong guarantees around the timing of job processing and hence it is unsuitable for interactive applications where a user waits for the result. The Transcoder API service is designed for asynchronous work.
You can also open a new issue on the issue tracker describing your issue to get more details and clarification.
Upvotes: 1