How to play *.265format the video or decode the video stream
For example, how do I play video in 265 format after getting a video or video stream in. 265 format ? This blog post summarizes 5 basic ways to play video or video streaming in 265 format.
Way one: Elecard HEVC Player Sample
Software: http://download.csdn.net/detail/frd2009041510/9387068
After downloading, directly double-click the installation, play the effect as shown.
Way two:Gitlhevcanalyzer
We can change the contents of "make-solutions.bat", let the generated is the *.bin file, and then decode the *.bin file can also play, the changed command is as follows:
X265.exe--preset Fast--input hall_cif_352x288_300.yuv--fps--input-res 352x288--output out.bin--psnr--ssim--bitr ATE 128
The *.bin file is produced.
Next, download gitlhevcanalyzer.
Address: http://download.csdn.net/detail/frd2009041510/8113987
Finally, use gitlhevcanalyzer to open the Out.bin for decoding, as shown in.
Way three: VLC
: http://download.csdn.net/detail/frd2009041510/9387112
It is important to note that VLC must turn on x265 Support when compiling (mainly by opening the FFmpeg compilation option ). This section describes the steps in detail in the next blog post.
Mode four:Potplayer
: http://download.csdn.net/detail/frd2009041510/9387103
Potplayer is playable for the 265 format of *.265 or *.bin , as shown in.
Mode five: HM decoder
The Str.bin code stream file generated by the x265 encoder can also be decoded using the TAppDecoder.exe in HM and using YUV player view.
x265 Exploration and Research (iii): How to play a video or decode video stream in *.265 format