Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
43 views

I’m building an automated pipeline around the Transcoder API and I’m consistently hitting: "error": { "code": 13, "message": "Internal error occurred." } ...
Alexander Pochinok Apoch's user avatar
0 votes
0 answers
44 views

Sorry this is elementary. I have a JSON file saved both to my machine as well as in the google 'bucket'. I need to create 3 variants of the MPEG DASH and 3 variants of HLS playlists so I needed to ...
Neha Dave's user avatar
0 votes
0 answers
53 views

At first I thought maybe the issue is that videos are without audio so I changed the config settings but when ever I upload the video I get internal error Here's the code for reference, is there error ...
Waleed Daud's user avatar
0 votes
0 answers
29 views

We're using google-cloud-transcoder services 3 years now - without any troubles -> working smoothly. The only issue we found: If a user starts a transcoder job (triggered via gcloud function) ...
BusinessDundee's user avatar
0 votes
1 answer
60 views

According to Apple (https://developer.apple.com/videos/play/wwdc2023/10071/), the HLS multivariant playlist format for their spatial videos (MV-HEVC files) should be: EXT-X-VERSION is updated to ...
Jack Guo's user avatar
  • 4,774
0 votes
1 answer
322 views

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 ...
user2524940's user avatar
0 votes
1 answer
168 views

Can we access the buckets through transcoder api, buckets are in the different project in GCP. While Transcoder Api is running from the different project.
Roshan's user avatar
  • 651
0 votes
0 answers
171 views

I tried reading there documentation but it's showing example only for HLS format for multiple subtitle files. If i do the same as HLS example for DASH. It's giving the following error. Containers ...
billa-code's user avatar
0 votes
1 answer
154 views

I want to convert my mp4 file on Cloud Storage into mp3 file using Transcoder API. Official page says it supports mp3 file and its codec. https://cloud.google.com/transcoder/docs/concepts/supported-...
Windymelt's user avatar
  • 319
1 vote
0 answers
162 views

I am trying to use Google Video Transcoding API from PHP. Following is the environment: google/gax: v1.18.2 google/google/cloud-video-transcoder: v0.8.1 However, I am getting following error message: ...
Achal Gupta's user avatar
0 votes
1 answer
236 views

I use Firebase in my Unity App. User's can upload videos to Firebase Storage (it's working good) and then I make trigger in Firebase Cloud Functions to transcode video (via Google Cloud Platform ...
Adrián Varga's user avatar
1 vote
1 answer
98 views

I'm trying to use VBR on elementaryStreams, but there's no documentation about it. It accepts an string and just it. elementaryStreams: [ { key: 'video-stream', videoStream: { h265: { ...
Rodrigo's user avatar
  • 1,059
0 votes
1 answer
111 views

I have the following job request for Transcoder API const request = { parent, job: { inputUri: `gs://${bucket}/${name}`, outputUri: `gs://${settings.bucket.cdn}/${fileName}/`, ...
Rodrigo's user avatar
  • 1,059
0 votes
1 answer
236 views

I want to configure DRM using Google Transcoder API, but I can't find related samples or guides. Has the DRM setting function deprecated? Although it is a beta version, there was also a release note ...
jason's user avatar
  • 3
1 vote
1 answer
337 views

How to get translated text pronunciation in English letters using Google Cloud Translate? For example, cloud translate API can give "नमस्ते" when trying to translate from the English word &...
Varun A M's user avatar
  • 1,162

15 30 50 per page