在对一些视频进行编辑的时候,例如mkv格式的视频,我们有时候需要提取它内置的字幕,可以用下面的这个方法,先将字幕提取出来,然后保存为srt或ass文件。
提取字幕流 1)原始文本输出 ffmpeg -i test.mkv -an -vn -bsf:s mov2textsub -scodec copy -f rawvideo sub.txt ffmpeg -i test.mkv -an -vn -c:s copy -f rawvideo -map 0:s sub2.txt ffmpeg -i test.mkv -map 0:s:0 sub1.srt 2)ass格式输出 ffmpeg -i test.mkv -an -vn -scodec copy sub3.ass
sicnature ---------------------------------------------------------------------
I P 地 址: 13.59.163.1
区 域 位 置: 美国俄亥俄都柏林
系 统 信 息:
Original content, please indicate the source:
同福客栈论坛 | 蟒蛇科普 | 海南乡情论坛 | JiaYu Blog
sicnature ---------------------------------------------------------------------
Welcome to reprint. Please indicate the source https://myzhenai.com.cn/post/3546.html
没有评论