I have an HEVC encoded bitstream (.bin and equivalent .mp4 file). I want to remove some frames from the bitstream to see how a decoder (or media player) behaves when a particular frame is lost.
How I can remove a frame (or a NAL unit) from the bitstream? What tools can be used?
Thanks