Skip to content

Commit

Permalink
remove AVI (chromium no longer supports proprietary codec), add LRV (…
Browse files Browse the repository at this point in the history
…goPro lowres mp4)
  • Loading branch information
nerdCopter committed Dec 20, 2023
1 parent 48642b7 commit 02947a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<h1>Welcome to the Enhanced Blackbox Explorer!</h1>
<p>This tool allows you to view and analyze logs created by Cleanflight's, Betaflight's and EmuFlight's Blackbox feature.</p>
<span class="btn btn-primary btn-lg btn-file" data-toggle="tooltip" title="Start by opening a log or video file"> Open log file/video
<input type="file" class="file-open" accept=".bbl,.txt,.cfl,.bfl,.log,.avi,.mov,.mp4,.mpeg,.json" multiple />
<input type="file" class="file-open" accept=".bbl,.txt,.cfl,.bfl,.log,.lrv,.mov,.mp4,.mpeg,.json" multiple />
</span>
<span id="loading-file-text" class="hiddenElement loading-message"></span>
</div>
Expand Down Expand Up @@ -184,7 +184,7 @@ <h1>Welcome to the Enhanced Blackbox Explorer!</h1>
<a class="btn btn-primary btn-csv-export" data-toggle="tooltip" title="Export your current graphs to CSV file"> Export CSV...</a>
<span class="btn btn-primary btn-file" data-toggle="tooltip" title="Open another log file, video file, exported workspace file or configuration dump file">
Open log file/video
<input type="file" class="file-open" accept=".bbl,.txt,.cfl,.bfl,.log,.avi,.mov,.mp4,.mpeg,.json" multiple />
<input type="file" class="file-open" accept=".bbl,.txt,.cfl,.bfl,.log,.lrv,.mov,.mp4,.mpeg,.json" multiple />
</span>
</div>
<div class="btn-group" style="display: none;">
Expand Down

0 comments on commit 02947a2

Please sign in to comment.