hannea

Results 2 comments of hannea

如果不是在线的播放,可以将文件使用FFmpeg处理进行倍速,然后使用这个新的视频即可,参考2倍速: ffmpeg -i xxxxx.flv -filter_complex "[0:v]setpts=0.5*PTS[v];[0:a]atempo=2.0[a]" -map "[v]" -map "[a]" xxxxx-2.flv

I used tracemalloc to troubleshoot the issue. I took a snapshot before a room started up, and generated another snapshot when closing the connection, to get the code lines that...