s60sc / ESP32-CAM_MJPEG2SD

ESP32 Camera motion capture application to record JPEGs to SD card as AVI files and stream to browser as MJPEG. If a microphone is installed then a WAV file is also created. Files can be uploaded via FTP or downloaded to browser.
GNU Affero General Public License v3.0
888 stars 209 forks source link

[ISSUE] Subtitles don't work in windows media player #403

Closed rjsachse closed 5 months ago

rjsachse commented 5 months ago

Hi, I kept getting a error message when playing a video in windows media player, that it can't read the subtitle file from telemetry.

looking into this the format needs to be

hours:minutes:seconds,milliseconds 00:00:00,000 --> 00:00:01,000

not

hours:minutes:seconds 00:00:00 --> 00:00:01

I manually changed a srt file with ,000 milliseconds and it worked.

s60sc commented 5 months ago

uploaded fix

rjsachse commented 5 months ago

Thank you, glad it was a easy fix