From 5065a68032a45c36c105cfb6460e82850eaed4be Mon Sep 17 00:00:00 2001 From: Miguel Angel Mulero Martinez Date: Sun, 17 Jun 2018 20:50:03 +0200 Subject: [PATCH] Video volume 100% --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/main.js b/js/main.js index 2dfada34..d62bb369 100644 --- a/js/main.js +++ b/js/main.js @@ -713,7 +713,7 @@ function BlackboxLogViewer() { } videoURL = URL.createObjectURL(file); - video.volume = 0.05; + video.volume = 1.00; video.src = videoURL; // Reapply the last playbackRate to the new video