Re: [FFmpeg-user] Add subtitles to trimmed mp4

2021-02-13 Thread adam smith via ffmpeg-user
I have tested multiple source formats, I was totally wrong and Leo was bang on the money. This is working great. I am able to concat multiple trimmed files together and the subtitles remain timed to the output - all is good and I am super happy. Thanks Leo. Adam > On 13 Feb 2021, at 11:12, adam

Re: [FFmpeg-user] Add subtitles to trimmed mp4

2021-02-13 Thread adam smith via ffmpeg-user
> On 13 Feb 2021, at 10:46, adam smith via ffmpeg-user > wrote: > > Thanks Leo. > I gave it a try but the same thing happened regarding the subtitle position > and the in point of the media appeared less accurate and had black at the > start. > I believe this is because -ss prior to the fil

Re: [FFmpeg-user] Add subtitles to trimmed mp4

2021-02-13 Thread adam smith via ffmpeg-user
> On 13 Feb 2021, at 02:10, Leo Butler via ffmpeg-user > wrote: > > I think you want to do > > ffmpeg -y -ss 10 -t 30 -i input.mp4 -ss 10 -t 30 -i input.srt ... > > See > > https://ffmpeg.org/ffmpeg-all.html#toc-Main-options > > > Leo

Re: [FFmpeg-user] Add subtitles to trimmed mp4

2021-02-12 Thread Leo Butler via ffmpeg-user
adam smith via ffmpeg-user writes: > Hi people, I have a subtitle question; yay. > > I have a 2 minute mp4 that I am going to trim using -ss and -to . > > I have a SRT subtitle file with timings that will line up with the trimmed > mp4. > > If I try and trim the mp4 and add the subtitles at t

[FFmpeg-user] Add subtitles to trimmed mp4

2021-02-12 Thread adam smith via ffmpeg-user
Hi people, I have a subtitle question; yay. I have a 2 minute mp4 that I am going to trim using -ss and -to . I have a SRT subtitle file with timings that will line up with the trimmed mp4. If I try and trim the mp4 and add the subtitles at the same time, the trim is ignored and the whole me