Browse through the questions and answers listed below or filter and sort to narrow down your results.
0
answers
0
votes
6
views
asked 20 days ago
Elastic Transcoder Job stuck in "Progressing" state
Hello,
I have an elastic transcoder job which stuck in the `Progressing` state for 1.5 hours now and I can't cancel, nor do anything with it and based on the pricing, I think this keeps billing us for every minute of doing nothing :(
I tried to cancel it but obviously it doesn't work because it's not in `Submitted` state.
```
$ aws elastictranscoder cancel-job --id 1643628415554-$jid
An error occurred (ResourceInUseException) when calling the CancelJob operation: The job was already in use: accountId=<redacted>, resourceId=1643628415554-$jid.
```
The `read-job` doesn't tell much more than `"Status": "Progressing"` :/
How could I terminate the job?
### Job timing on the details page
- Submit Time: 2022-01-31T12:26:55+0100
- Start Time: 2022-01-31T12:26:56+0100
- Time in Queue: 0:00:00.905
- Transcoding Time: -
- Finish Time: -
Accepted AnswerAmazon Elastic Transcoder
1
answers
0
votes
6
views
asked 5 months ago
Fine-Grained Control Over MediaConvert HLS Output?
In order to be backwards-compatible with our Elastic Transcoder lambda function I'm hoping I can figure out a way to achieve finer-grained control over how the output M3U8 and TS files are created.
In Elastic Transcoder we can create a JobPlaylist containing a list of OutputKeys that are tailored to other public-facing services. These services expect to see "sgmt\[N].m3u8" for each of the streams we're creating (low, medium, and high resolution), with the name of each TS segment formatted as "sgmt\[N]NNNNN.ts" (for example, "sgmt100001.ts").
I've been able to get fairly close to satisfying this requirement with the existing MediaConvert jobs and presets... except I still haven't been able to figure out how to eliminate the underscore that MediaConvert insists on including in the filenames ("sgmt1_00001.ts").
Is there any way to eliminate this underscore? Barring that, is there any way (aside from having to write another lambda to wait for the first lambda to complete the transcoding) to either iterate / rename the TS files or use another MediaConvert API to achieve the same playlist effect we're currently getting with Elastic Transcoder?
EDIT 26NOV19: I've also tried using the "$Number$" formatter described in the MediaConvert documentation ("Using Settings Variables with Streaming Outputs"), and it's treated as a string literal instead of a formatter in the output filename.
Accepted AnswerAmazon Elastic Transcoder
2
answers
0
votes
4
views
asked 3 years ago
まとめて動画を変換する方法はありますか "Is there a way to convert videos all at once?"
1000件の動画をmp4→HLS(m3u8)に変換する、効率的な方法はありますか。
MediaConvertとElastinTranscoder、どちらのGUIからもCUI(API)からも、1件ずつしかできなさそうなので、1000個のリクエストを生成・実行するコードを書こうか検討しています。
Is there an efficient way to convert 1000 videos from mp4 to HLS (m3u8)?
From MediaConvert and ElastinTranscoder, both GUI and CUI (API) seems to be able to do only one by one, so we are considering writing code to generate and execute 1000 requests.
Accepted AnswerAmazon Elastic Transcoder
2
answers
0
votes
5
views
asked 3 years ago