Multiplex a HEVC-Video into a MPEG-Transportstream with FFMPEG
问题 I would like to multiplex a HEVC coded video into a MPEG-Transportstream. I have a Video coded with the x265 Encoder. x265 raw.y4m --output coded.hevc I want to multiplex this Video into an MPEG Transportstream. I tried it among other things this way: ffmpeg -fflags +genpts -i coded.hevc -c:v copy -f mpegts transportstream.ts Unfortunately this error message shows up and the transportstream.ts is empty. [mpegts @ 0x1fa76a0] Timestamps are unset in a packet for stream 0. This is deprecated and