Personal View site logo
Make sure to join PV on Telegram or Facebook! Perfect to keep up with community on your smartphone.
Please, support PV!
It allows to keep PV going, with more focus towards AI, but keeping be one of the few truly independent places.
Official StreamParser topic
  • 95 Replies sorted by
  • What am i missing , ive been sittin here for 20 min and it wont install or open up or what ever.. can someone help.

  • Very nice idea! Thanks.

  • You are too kind.

    Thanks! This shall be put to very good use!

  • Brilliant idea.

  • Version 2.4 of StreamParser is now available. @duartix had requested that additional information about video frames be added. This update adds separate statistics about I, P, and B frames to the Information Panel. This should be useful for determining how bandwidth is allocated between different frame types. Thanks for the suggestion @duartix!

    StreamParserInstall.zip
    2M
  • Announcing version 2.3 of StreamParser. This is a fairly significant update. There are numerous refinements and improvements. The major new feature is a new analysis tool based on the JM decoder. It can provide lots of information about a stream; like frame quality metrics, quantization tables in use, deblocking filtering, and many other things. It replaces h264_parse in the previous version (which had too many limitations).

    Many thanks to Lee Powell and Nick Driftwood - they were super helpful in testing all of the new features.

    As always, remember to uninstall previous versions first.

    Chris

    StreamParserInstall.zip
    2M
  • Comments about the new features in StreamParser: The h264_parse analyzer was not written by me - it's a publicly available, fairly old, H.264 analyzer. It has some limitations - that is, it can't completely parse some of the high bitrate streams all the way through. Someday I will try to fix it - but it will be a while. The elementary stream extraction feature was written by me, and as far as I can tell it does correctly extract the entire stream.

    Most analyzers can process the elementary stream files much faster than MTS files. Also, if you are using a demo version of the Elecard stuff (StreamEye, etc...), which is typically limited to 500 packets, a lot more data will be processed because elementary stream "packets" encompass a lot more data than MTS ones.

    Chris
  • Thanks Chris!
  • This is very good news. :-)
    Thanks Chris and VK!
  • No problem. It is in a 1080i wrapper so that is expected. I just thought people will get confused when they still see 1080i for the 25p and 30p modes if they ever install 1.1 Not a big deal though.
  • I don't know - it depends on how the codec reports it. Try it out and let me know. Is the 30p in a wrapper?
  • Great job and thank you for all of your effort.

    Does this version display the new 1080p @ 30 FPS video as 1080 30p or does it still say 1080i?
  • This is wonderful news.
  • Per Vitaliy's request I am posting a new version of StreamParser here.

    Several minor improvements and bug fixes.

    The main new feature is the integration of a couple of new tools:

    Under Tools you can now produce a H.264 elementary video stream file from a MTS file. The new file has a suffix of ".264" and is saved in the same folder as the original MTS file. These files are compatible with several editors and analysis programs.

    There is also an option to analyze elementary stream files with h264_parse (integrated) once you have created such a file. h264_parse provides a lot of analysis information such as Quantization Scaling Matrix information, among other things.

    Be sure to uninstall previous versions of StreamParser first (the program name is "GH13 Stream Parser" in the Control Panel.

    Chris
    StreamParserInstall.zip
    396K
  • thx, StreamParser works also for canon hf100 mts files....
  • Sorry, I have no plans to produce other versions of StreamParser at this time. Any additional version would be quite a lot of work.

    Chris
  • would a linux version of streamparser be any easier to write than a mac version?
    i'd like to be able to run something without windows
  • Per Vitaliy's request I'm posting the StreamParser update here. I'll post updates here from now on.

    This version fixed a bug where video bitrates were displayed incorrectly because of a overflow error.

    Chris
    StreamParser Install.zip
    363K
  • Thanks Chris and Vitaliy.