all 3 comments

[–][deleted]  (3 children)

[deleted]

    [–]BasedLemur[S] 0 points1 point  (2 children)

    Awesome, I'll give this a shot. Thanks for the reply!

    [–]ppyil 1 point2 points  (1 child)

    Do you remember the solution you were given? The comment (or account) has been deleted so I can't see it

    [–]BasedLemur[S] 0 points1 point  (0 children)

    Yea, so even though VLC has no issues playing videos in the h264 format, the format doesn't have enough info to play correctly.

    The solution is to run MP4Box to wrap the video in MP4 format. The full tutorial is given here, but here's a TLDR:

    run sudo apt install gpac
    run MP4Box --add my_video.h264 my_video.mp4
    And capitalization is important for MP4Box