0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-04 10:39:43 +08:00
discourse/app/services/video_conversion
Natalie Tay 5b9de8b100
FIX: Maintain rotation for video uploads to AWS (#41767)
Videos uploaded to AWS MediaConvert were losing their orientation after
"conversion".

The original file can rely on rotation metadata from the device, but
MediaConvert does not apply or preserve that metadata by default.

So adding `rotate: "AUTO"` here, so MediaConvert will read the input
rotation metadata and bake the correct orientation into the converted
video.
2026-07-16 21:07:38 +08:00
..
adapter_factory.rb
aws_media_convert_adapter.rb FIX: Maintain rotation for video uploads to AWS (#41767) 2026-07-16 21:07:38 +08:00
base_adapter.rb DEV: Add video conversion support for chat messages (#36275) 2025-12-01 12:34:56 -07:00