Open
Description
When I encode mobile portrait video to hls, it got stretch. how to encode without stretching?
This issue only for video recorded from iphone
$video->hls()
->encryption($save_to, $url, 1)
->setFormat($format)
->setHlsTime(5)
->setHlsAllowCache(false)
->autoGenerateRepresentations()
->save($save_path);