Assigned
Status Update
Comments
va...@google.com <va...@google.com>
je...@google.com <je...@google.com> #2
Hello,
Thank you for reaching out to us with your request.
We have duly noted your feedback and will thoroughly validate it. While we cannot provide an estimated time of implementation or guarantee the fulfillment of the issue, please be assured that your input is highly valued. Your feedback enables us to enhance our products and services.
We appreciate your continued trust and support in improving our Google Cloud Platform products. In case you want to report a new issue, Please do not hesitate to create a new issue on the
Once again, we sincerely appreciate your valuable feedback; Thank you for your understanding and collaboration.
Description
This is a continuation of https://issuetracker.google.com/issues/304123366 since it was closed.
Please find below & attached the information requested in the linked issue.
In this example case, the input video is encoded in landscape orientation with a resolution of 1280x720, but with a
rotation=-90
flag to be presented in portrait orientation as intended. The Transcoder API correctly picks up on this and generates the properly rotated output (720x1280), but lists the incorrect, original resolution (1280x720) in the HLS manifest file. The manifest should list the resolution as 720x1280.You can use
ffprobe
to find the true input and output video file properties.I have no idea if this issue also affects DASH outputs or not, we have only tried HLS to this point.