<div dir="ltr"><div>Hi.</div><div><br></div><div>I'm quite new to GStreamer. I have an input MPEG-TS stream with a low bitrate. I need to stuff it with NULL packets to make it higher (of course all the data like PCR must be adjusted).</div><div><br></div><div>1. I was thinking about merging my original stream with the one, filled with null packets, but with target bitrate. Is there as some straightforward solution for that? I was thinking about something like:  <br>      filesrc location=in.ts  ! ...some magic here... !  mpegtsmux bitrate=51253960 ! filesink location=out.ts<br></div><div>I have tried some variations but couldn't setup a working pipeline so far.<br><br></div><div>2. Maybe there is a simpler and obvious solution I'm missing here.</div><div><br></div><div>BR,</div><div>Rafal<br></div></div>