forked from forks/ffprobe-wasm
Rename to ffprobe-web-analyzer.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user