Re: [FFmpeg-user] subtitle for mp4

2015-04-20 Thread James Lee
Thanks for the quick response. I'm encoding for iPhone compatibility, so I have to use mp4. Is there any other subtitle format for mp4 on ffmpeg than mov_text? Is that only choice? Thanks again, JL On 4/20/2015 1:18 PM, Steve Boyer wrote: On Mon, Apr 20, 2015 at 12:09 PM, James Lee

[FFmpeg-user] subtitle for mp4

2015-04-20 Thread James Lee
Hi, Does ffmpeg can only embed mov_text subtitle format for mp4? Srt or ass doesn't work. ffmpeg -i vid.mp4 -f ass -i vid.ass -c:v copy -c:a copy -c:s ass subtitle.mp4 ffmpeg -i vid.mp4 -f srt -i vid.srt -c:v copy -c:a copy -c:s srt subtitle.mp4 Both commands throw an error: Could not write

Re: [FFmpeg-user] subtitle for mp4

2015-04-20 Thread Henk D. Schoneveld
On 20 Apr 2015, at 19:09, James Lee jameslee...@gmail.com wrote: Hi, Does ffmpeg can only embed mov_text subtitle format for mp4? Srt or ass doesn't work. ffmpeg -i vid.mp4 -f ass -i vid.ass -c:v copy -c:a copy -c:s ass subtitle.mp4 ffmpeg -i vid.mp4 -f srt -i vid.srt -c:v copy -c:a copy