Re: [FFmpeg-user] How to cut a clip from video with subtitles?

2025-02-15 Thread Ferdi Scholten
On 15-02-2025 13:25, mb...@mbork.pl wrote: Hi all, I have a video with subtitles (as an srt file). I want to clip a fragment from it, scaling it down to a worse resolution, _and_ put the subtitles in the resulting clip. This is how I do it now: time ffmpeg -y -i some_film.mp4 -ss 121052ms -to

[FFmpeg-user] How to cut a clip from video with subtitles?

2025-02-15 Thread mbork
Hi all, I have a video with subtitles (as an srt file). I want to clip a fragment from it, scaling it down to a worse resolution, _and_ put the subtitles in the resulting clip. This is how I do it now: time ffmpeg -y -i some_film.mp4 -ss 121052ms -to 140392ms -c:v libx264 -c:a copy -vf subtitl