cut_bs.py does not handle start offset and length at the same time
The tool cut_bs.py
is handy for cutting out a segment of a bitstream for decoder debugging. However, it does not handle specifying both a start offset and a length at the same time, so you cannot cut out the middle part of a bitstream. The predecessor (g192_cut?) could do this. Should not be very hard to fix.