Rename to ffprobe-web-analyzer.

This commit is contained in:
Alf
2020-10-03 21:10:11 -07:00
parent 0aa67f2043
commit a89b00d219
11 changed files with 17 additions and 15 deletions

View File

@@ -1,9 +1,9 @@
<template>
<div>
<h4>AVContext Info</h4>
<h4>Metadata</h4>
<b-table stacked :items="items"></b-table>
<h4>AVContext Streams</h4>
<h4>Streams</h4>
<b-table striped hover :items="streams"></b-table>
</div>
</template>