Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > alt.comp.os.windows-10 > #179286

Re: Burn caption into video

From Paul <nospam@needed.invalid>
Newsgroups alt.comp.os.windows-10, rec.photo.digital
Subject Re: Burn caption into video
Date 2024-10-15 13:24 -0400
Organization A noiseless patient Spider
Message-ID <vem8fu$1po1s$1@dont-email.me> (permalink)
References <velpnm$1ne4q$1@dont-email.me> <iwuPO.62493$Enpe.28329@fx38.iad> <veltcq$1nj3g$2@dont-email.me> <SQuPO.62496$Enpe.56300@fx38.iad>

Cross-posted to 2 groups.

Show all headers | View raw


On Tue, 10/15/2024 10:18 AM, Alan Browne wrote:
> On 2024-10-15 10:14, Big Al wrote:
>> On 10/15/24 09:56 AM, Alan Browne wrote:
> 
>>> Da Vinci Resolve will do this, but it's a steep learning curve - though there is probably a YouTube out there for it.
>>>
>>> Da Vinci Resolve is free for non-commercial output.
>>>
>> Why not just use some video editor and overlay the text?  Then save the video and upload.
> 
> Da Vinci Resolve mean anything to you?
> 

These people have horrible presentation for web pages,
but it is what it is.

https://www.baeldung.com/linux/subtitles-ffmpeg

sample_video_subtitle_ffmpeg.srt subtitle file

1
00:00:04,700 --> 00:00:05,090
You know what

2
00:00:05,100 --> 00:00:05,990
we should all do.

3
00:00:07,200 --> 00:00:08,690
Go see a musical.

4
00:00:11,900 --> 00:00:12,490
sure,

5
00:00:14,770 --> 00:00:16,530
and you know which one we should see

6
00:00:17,580 --> 00:00:19,880
The 1996, Tony Award winner.

ffmpeg -i sample_video_ffmpeg.mp4 -vf subtitles=sample_video_subtitle_ffmpeg.srt output_srt.mp4

That seems to be missing a -c copy, but maybe all the tracks will be there.

Using something like ffprobe.exe afterwards on output_srt.mp4 , should
indicate whether an additional new track is present.

You don't absolutely need an editor for this. I like FFMPEG
because it's the Swiss Army Knife. It has enough constructs
inside to make a full-blown editor and be the engine for it.
It's that good. You can do fade-in and fade-out for example,
from the command line, splice bits of tracks together, and so on.

Of course GUI people don't like that, but you don't get to see
just how good it is, until you find a posting from someone who
edits videos all day long for Internet use. And they'll show
you some amazing multi-line commands.

   Paul

Back to alt.comp.os.windows-10 | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Burn caption into video Oliver <ollie@invalid.net> - 2024-10-15 07:12 -0600
  Re: Burn caption into video Alan Browne <bitbucket@blackhole.com> - 2024-10-15 09:56 -0400
    Re: Burn caption into video Big Al <alan@invalid.com> - 2024-10-15 10:14 -0400
      Re: Burn caption into video Big Al <alan@invalid.com> - 2024-10-15 10:15 -0400
        Re: Burn caption into video Alan Browne <bitbucket@blackhole.com> - 2024-10-15 10:20 -0400
          Re: Burn caption into video Big Al <alan@invalid.com> - 2024-10-15 10:51 -0400
            Re: Burn caption into video Alan Browne <bitbucket@blackhole.com> - 2024-10-15 15:48 -0400
          Re: Burn caption into video Paul <nospam@needed.invalid> - 2024-10-15 13:12 -0400
            Re: Burn caption into video Alan Browne <bitbucket@blackhole.com> - 2024-10-15 15:49 -0400
      Re: Burn caption into video Alan Browne <bitbucket@blackhole.com> - 2024-10-15 10:18 -0400
        Re: Burn caption into video Paul <nospam@needed.invalid> - 2024-10-15 13:24 -0400
          Re: Burn caption into video Oliver <ollie@invalid.net> - 2024-10-15 17:53 -0600
            Re: Burn caption into video Paul <nospam@needed.invalid> - 2024-10-16 06:21 -0400
  Re: Burn caption into video "Carlos E.R." <robin_listas@es.invalid> - 2024-10-15 22:22 +0200
  Re: Burn caption into video Oliver <ollie@invalid.net> - 2025-02-26 00:52 -0700
    Re: Burn caption into video Geoff <geoff@nospamgeoffwood.org> - 2025-02-27 09:18 +1300
      Re: Burn caption into video Oliver <ollie@invalid.net> - 2025-02-26 17:28 -0700
        Re: Burn caption into video Geoff <geoff@nospamgeoffwood.org> - 2025-02-27 15:00 +1300
          Re: Burn caption into video Oliver <ollie@invalid.net> - 2025-02-27 11:47 -0700
            Re: Burn caption into video Geoff <geoff@nospamgeoffwood.org> - 2025-02-28 11:36 +1300
              Re: Burn caption into video Oliver <ollie@invalid.net> - 2025-02-27 17:33 -0700
                Re: Burn caption into video Geoff <geoff@nospamgeoffwood.org> - 2025-02-28 15:15 +1300
                Re: Burn caption into video Geoff <geoff@nospamgeoffwood.org> - 2025-02-28 15:20 +1300
                Re: Burn caption into video candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> - 2025-03-23 16:00 +0000

csiph-web