<div dir="ltr"><div><div><div><div><div><div><div><div>Hi,<br><br></div>We try to transcode MPEG-TS(mpeg2video/mp2 audio) stream to MPEG-TS(h264/aac) and found that some packets drops from output stream, like:<br></div>0x0010 NIT<br>
</div></div><div>0x0012 EIT<br></div>0x0013 RST<br></div>0x0014 TDT/TOT<br><br></div>Is it possible to replicate it at output stream? If source code modification is needed, any recomendations is velcomed also.<br><br></div>
<div>Main purpose: show program schedule.<br></div><div><br></div>Next command line is used:<br>ffmpeg -i input.ts -strict experimental -dts_delta_threshold 1000 -map 0:0 -map 0:1 -c:v h264 -x264opts force-cfr -filter:v yadif -vprofile baseline -level 3.0 -preset veryfast -tune film -g 25 -bufsize 2048k -b:v 1024k -maxrate 1500k -r 25 -bsf:v h264_mp4toannexb -c:a aac -b:a 128K -ar 44100 -ac 2 -async 1 -isync -af aresample=async=1000 -threads 2 -flags -global_header -f mpegts out.ts<br>
</div><br clear="all"><div><div><div><div><div><div><div><div><div><div><div><div><br>-- <br><div dir="ltr"><div>WBR, Alexander Drozdov<br></div><a href="http://htrd.su" target="_blank">http://htrd.su</a><br></div>
</div></div></div></div></div></div></div></div></div></div></div></div></div>