H265x

From wiki
Revision as of 20:13, 7 December 2024 by 10.59.1.99 (talk) (Created the page with simple explanation and command for converting.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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