Closed AlickH closed 3 years ago
Please do consider allowing SaveHollywood to play HEVC-encoded videos in High Sierra and Mojave (and above), where OS support already exists.
It's the OS (or at least AV Foundation) that does not consider these videos to be playable:
AVURLAsset *tAVAsset=[AVURLAsset URLAssetWithURL:inURL options:nil];
if (tAVAsset.isPlayable==NO)
{
// A COMPLETER
return NO;
}
As the title said. Thanks.