Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^2: Adjust synchronizations of video and subtitles automatically by temporal distribution

by LanX (Saint)
on Feb 01, 2023 at 01:25 UTC ( [id://11150060]=note: print w/replies, xml ) Need Help??


in reply to Re: Adjust synchronizations of video and subtitles automatically by temporal distribution
in thread Adjust synchronizations of video and subtitles automatically by temporal distribution

Thanks.

Let's simplify this to a decision problem to have a start.

Let's suppose we have n SRT-files with different time-stamps, and one is a perfect match to a given soundtrack.

Now we want to rank which ones fit best. (That's actually a real life scenario)

With SRT-files I can easily tell sequences of non-speech gaps, like here 1.3 secs between 00:05:15,300 and 00:05:16,400

1 00:05:00,400 --> 00:05:15,300 This is an example of a subtitle. 2 00:05:16,400 --> 00:05:25,300 This is an example of a subtitle - 2nd subtitle.

I could check how the gaps of those n SRTs overlap with "silent" passages in the soundtrack (e.g an XOR metric) and rank the SRTs by proximity.

Question: how can I technically get the timestamps of silent passages of a soundtrack?

Let's define silent as falling under a certain volume's threshold after filtering frequencies.

Cheers Rolf
(addicted to the 𐍀𐌴𐍂𐌻 Programming Language :)
Wikisyntax for the Monastery

  • Comment on Re^2: Adjust synchronizations of video and subtitles automatically by temporal distribution
  • Download Code

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11150060]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (6)
As of 2024-04-19 14:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found