Hi
I fail to play a .mp4 video with h.265 codec contained in it.
This is the error I get for vlc 2.1.3:
No suitable decoder module:
VLC does not support the audio or video format "hev1". Unfortunately there is no way for you to fix this.
The audio then plays, but no video.
The video was created with the current build of ffmpeg (windows version) using such a command:
ffmpeg -i "input_video.mkv" -c:v libx265 -x265-params crf=25 -preset slower "output_video.mp4"
As far as I understand the codec name is correct based on
http://dashif.org/w/2013/12/DASH-HEVC-2 ... 0.92-1.pdf section 2.3 where it states:
The encapsulation of HEVC video data in ISO BMFF is defined in ISO/IEC 14496-
15 [3]. Clients are expected to support both sample entries ' using 'hvc1' and 'hev1', ie. in-
band Storage for VPS/SPS/PPS.
What does vlc expect?
Can I somehow change the codec name for it to work?
I providing the parameter "-vtag ffmpeg" or similar options, but ffmpeg would not allow it.
Thanx!