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

@@ -27,6 +27,8 @@
<Overview :info="info" />
</div>
</b-tab>
<b-tab title="Streams" class="mt-2" disabled></b-tab>
<b-tab title="Frames" class="mt-2" disabled></b-tab>
</b-tabs>
</div>
</div>

View File

@@ -1,7 +1,7 @@
<template>
<!-- http://tholman.com/github-corners/ -->
<a
href="https://github.com/alfg/ffmpeg-webtools"
href="https://github.com/alfg/ffprobe-web-analyzer"
class="github-corner"
aria-label="View source on GitHub"
>

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>