GitlHEVCAnalyzer
GitlHEVCAnalyzer copied to clipboard
what type of file should be inputed?
I have finished compiling the app. But what type of file should be inputted? I have tried mp4 and mkv which are encoded by HEVC. However, I always get the error message that is like the following:
[Warn]: libpng warning: iCCP: known incorrect sRGB profile
[Warn]: libpng warning: iCCP: known incorrect sRGB profile
[Warn]: libpng warning: iCCP: known incorrect sRGB profile
[Debug]: "\"/media/ryan/F/GitlHEVCAnalyzer/decoders/HM_100\" -b \"/media/ryan/D/Datasets/rainNoise/19.mp4\" -o decoder_yuv.yuv"
[Crit]: Bitstream decoding FAILED!
Following may be the reasons for this failure:
1. Corrupted HEVC bitstream?
2. Bitstream-decoder version mismatch?
3. Non-English characters in bitstream path or analyzer path?
The same problem here. Tried to produce the required input by: ffmpeg -i h265_sample_8b.ts -c:v copy -bsf hevc_mp4toannexb out.h265 but it threw an error. like that.
Btw. can it display dependencies between frames (i.e. that some b-frame references a p-frame or so).