ffmpeg中出现is not supported by the bitstream filter 'h264_mp4toannexb'

使用:
ffmpeg -i INPUT.mp4 -codec copy -bsf:v h264_mp4toannexb OUTPUT.ts

将切片后缀改为ts即可。

Last modification:March 9th, 2020 at 02:15 pm

Leave a Comment