{{> journalEntryPageHeader}} {{#if document.src}}
{{#if isYouTube}} {{else}} {{/if}}
{{/if}}
{{filePicker target="src" type="video"}}

{{localize "JOURNALENTRYPAGE.VideoSourceHint"}}

{{rangePicker name="video.volume" min=0 max=1 step=0.1 value=document.video.volume}}
{{numberInput timestamp.h name="timestamp.h" min=0 step=1 placeholder=(localize "TIME.Hours")}} : {{numberInput timestamp.m name="timestamp.m" min=0 max=59 step=1 placeholder=(localize "TIME.Minutes")}} : {{numberInput timestamp.s name="timestamp.s" min=0 max=59 step=1 placeholder=(localize "TIME.Seconds")}}
{{numberInput document.video.width name="video.width" min=0 step=1}} {{numberInput document.video.height name="video.height" min=0 step=1}}
{{> journalEntryPageFooter}}