[FFmpeg-user] RTP/MPEGTS streaming with FFMPEG
Carl Eugen Hoyos
cehoyos at ag.or.at
Thu Oct 22 17:53:50 CEST 2015
Alexander Dethof <alexander.m.dethof <at> campus.tu-berlin.de> writes:
> [mpegts <at> 0x35cc680] first pts value must be set
FFmpeg always had issues with h264 timestamps, your
report indicates that the same might be true for hevc.
ffmpeg -r 25 -i input.hevc should work but does not.
Remuxing to mov first helps, you need the bitstream
filter then.
Carl Eugen
More information about the ffmpeg-user
mailing list