diff --git a/podcasts/config/example.json b/podcasts/config/example.json index 1316e21..0a789e2 100644 --- a/podcasts/config/example.json +++ b/podcasts/config/example.json @@ -4,8 +4,8 @@ "ffmpeg_bin" : "./FFmpeg/ffmpeg", "chapters" : [ { - "start_timestamp" : "HH:MM:SS", - "end_timestamp" : "HH:MM:SS", + "start_timestamp" : "HH:MM:SS.mmm", + "end_timestamp" : "HH:MM:SS.mmm", "short_chapter_name" : "", "chapter_title" : "" }