lheric / GitlHEVCAnalyzer

Gitl HEVC/H.265 Analyzer based on Qt. Custom filters supported.
Other
497 stars 170 forks source link

what type of file should be inputed? #28

Open likangGit opened 3 years ago

likangGit commented 3 years ago

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?
clime commented 3 years ago

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.

clime commented 3 years ago

Btw. can it display dependencies between frames (i.e. that some b-frame references a p-frame or so).

berna14y commented 1 week ago

ffmpeg -i sample_video.mp4 -an -c:v libx265 -x265-params lossless=1 output1.265

I run this command and it worked