H265x
Jump to navigation
Jump to search
This extension is used for video recordings from XMEye. However most of the video players are not able to play the videos.
ffmpeg can be used to convert the videos by specifying to use input format h264.
ffmpeg -c:v hevc -f h264 -i video.h265x -c:v copy C:\path\to\output.mp4