I'm using ffmpeg to convert an MPEG file into an MPEG-TS file. However, when I do so, it always starts at 1.422456 seconds.

I'm bothered by this, as I'm trying to create an M3U that uses #EXTM3U. No matter what I do, including -output_ts_offset 0 and -copyts -start_at_zero, it won't simply go back to 0. What else can I do?