magiclen / FFmpeg-CLI-For-Android

Now, you can edit audios and videos by using Command Line Interface for FFmpeg.
https://magiclen.org/ffmpeg-android/
23 stars 7 forks source link

請問台灣朋友 #8

Open e2rr opened 5 years ago

e2rr commented 5 years ago

我在手機上想把srt字幕燒進mp4變成硬字幕 使用-vf subtitles=/sdcard/1.srt參數或者-vf“ass=/sdcard/1.ass”這樣的參數 比如(-i /sdcard/input.mp4 -vf subtitles=/sdcard/input.srt /sdcard/output.mp4)但是燒完的mp4上完全不顯示沒有效果 請問應該怎麼弄?

如果是嵌入/集成方式(ffmpeg -i input.mp4 -i subtitles.srt -c:s mov_text -c:v copy -c:a copy output.mp4)就可以 但是我不要這種方式

magiclen commented 5 years ago

先前已有其他人回報字幕不正常(貌似有些人可用,有些人卻不可用),有空我會仔細調查一下問題出在哪。