packagesdev / savehollywood

SaveHollywood Screen Saver
Other
160 stars 39 forks source link

Is there a plan to support the HEVC in macOS 10.13. #1

Closed AlickH closed 3 years ago

AlickH commented 7 years ago

As the title said. Thanks.

SeanMSmith commented 6 years ago

Please do consider allowing SaveHollywood to play HEVC-encoded videos in High Sierra and Mojave (and above), where OS support already exists.

packagesdev commented 6 years ago

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;
}