YUView icon indicating copy to clipboard operation
YUView copied to clipboard

Create doc on bitstream Analysis of YUView

Open starxiang opened this issue 4 years ago • 5 comments

Hello, Is there any tutorial to teach me how to use the bitstream analysis function in YUView, thank you.

starxiang avatar Sep 10 '20 02:09 starxiang

Hi. Sorry there is no tutorial in how to use it. But definitely a good idea to create one. So far you can:

  • Look at the packets/NAL units in the compressed data stream
  • Plot the bitrate over time (per Frame/AU)
  • And something which I am working on currenclty: Look at the HRD decoding buffer fullness over time

ChristianFeldmann avatar Sep 10 '20 09:09 ChristianFeldmann

Hi @ChristianFeldmann , I was just about to ask about last bullet in your message. You showed on Demuxed2020 and it was really cool, so I'm looking forward to it :)

And thanks for the tool, the side-by-side comparison is already super useful for me.

dpasqualin avatar Oct 30 '20 08:10 dpasqualin

Great to hear. The HRD stuff that I showed on Demuxed is already in the latest release. I only works for h.264/AVC so far though.

ChristianFeldmann avatar Oct 30 '20 14:10 ChristianFeldmann

HRD analysis worked here only after I added nal-hrd=vbr to -x264opts during encoding. Does it make sense? Should it be necessary? Thank you.

dpasqualin avatar Nov 15 '20 13:11 dpasqualin

Hi. Yes it is necessary because otherwise x264 will not put the needed HRD SEI messages into the bitstream which are needed to perform the buffering analysis.

ChristianFeldmann avatar Nov 15 '20 13:11 ChristianFeldmann