Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

228
Vistas
Is there a way to join dynamically generated subtitles to a video to make them permanent so that the user can download the video with the subtitles?

I am working with a web application using Node.js and Express, and I display a video with some subtitles generated dynamically. I was wondering if there was a way to integrate this subtitles in the video so that the user could download this new video.

about 4 years ago · Juan Pablo Isaza
2 Respuestas
Responde la pregunta

0

Probably not.

As you said, the subtitles are dynamic and are not 'baked' into the video. You'd have to re-render the video with the subtitles in order to ship them together.

A solution might be to zip the video alongside with a subtitle file (.srt) so that the user can view them with a video player like VLC. This also gives you the option to add multiple languages for example.

about 4 years ago · Juan Pablo Isaza Denunciar

0

You'd need to transcode/transmux the video in ffmpeg or some other tool. Ideally you'd create your subtitles in SRT or webvtt format, then add them to the video file: ffmpeg -i video.mp4 -i subtitles.srt -c copy video_with_subtitles.mp4. Or you could "burn" them into the video, but that's usually not the preferred experience.

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda