• ikt@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    8 days ago

    wth https://aussie.zone/post/34604587 why doesn’t it play on mobile??

    edit: FFmpeg tags HEVC streams in MP4 as hev1 by default, Apple only supports hvc1 for some reason.

    You need to add -tag:v hvc1 to your command line.

    In my case ffmpeg -i ok.mp4 -c:v libx265 -tag:v hvc1 -c:a aac -movflags +faststart output.mp4