Summary
PS4 Media player can not play h264 mkv, avi or mp4 movies which were converted from HEVC. According the sony's [docs], the media player could be.
source video: HEVC audio: AC-3
converted video: H264 audio: AC-3
PS4 Media player can not play h264 mkv, avi or mp4 movies which were converted from HEVC. According the sony's [docs], the media player could be.
source video: HEVC audio: AC-3
converted video: H264 audio: AC-3
ffmpeg -i source.mkv -c:v libx264 -crf 20 -profile:v high -level 4.2 -vf format=yuv420p output.mkv
ffmpeg -i source.mkv -c:v libx264 -crf 20 -profile:v high -level 4.2 -vf format=yuv420p,scale=1920:-1 output.mkv //1080p (1920width × 1080height progressive scan)