Added millisecond in timestamp example.

This commit is contained in:
Christian P. MOMON 2019-01-30 14:07:33 +01:00
parent fa2cadc123
commit 5d77de3159

View File

@ -4,8 +4,8 @@
"ffmpeg_bin" : "./FFmpeg/ffmpeg", "ffmpeg_bin" : "./FFmpeg/ffmpeg",
"chapters" : [ "chapters" : [
{ {
"start_timestamp" : "HH:MM:SS", "start_timestamp" : "HH:MM:SS.mmm",
"end_timestamp" : "HH:MM:SS", "end_timestamp" : "HH:MM:SS.mmm",
"short_chapter_name" : "", "short_chapter_name" : "",
"chapter_title" : "" "chapter_title" : ""
} }