Skip to content

Commit cec15f5

Browse files
committed
fix: convert videos to mp4 with rotation fix for correct landscape display
Signed-off-by: khope <heemang.kim@honestai.tech>
1 parent 4ec8520 commit cec15f5

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ curl -fsSL https://raw.githubusercontent.com/rlaope/argus/master/install.sh | ba
2323

2424
Diagnose any running JVM process directly from the terminal. No agent, no instrumentation, no restart needed.
2525

26-
<video src="https://rlaope.github.io/Argus/assets/argus-cli-demo.mov" width="100%" autoplay loop muted playsinline></video>
26+
<video src="https://rlaope.github.io/Argus/assets/argus-cli-demo.mp4" width="100%" autoplay loop muted playsinline></video>
2727

2828
### Commands
2929

@@ -223,7 +223,7 @@ $ argus --lang=ko report 39113
223223

224224
Attach to your JVM for real-time monitoring with a web dashboard, flame graphs, and metric export.
225225

226-
<video src="https://rlaope.github.io/Argus/assets/argus-dashboard-real.mov" width="100%" autoplay loop muted playsinline></video>
226+
<video src="https://rlaope.github.io/Argus/assets/argus-dashboard-real.mp4" width="100%" autoplay loop muted playsinline></video>
227227

228228
When the agent starts, you'll see the Argus banner:
229229

assets/argus-cli-demo.mp4

1.43 MB
Binary file not shown.

assets/argus-dashboard-real.mp4

8.72 MB
Binary file not shown.

site/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ <h3>Your First Diagnosis</h3>
720720
argus histo 12345</code></pre>
721721

722722
<div class="video-container">
723-
<video src="assets/argus-cli-demo.mov" autoplay loop muted playsinline></video>
723+
<video src="assets/argus-cli-demo.mp4" autoplay loop muted playsinline></video>
724724
</div>
725725
<p class="video-caption">Argus CLI in action — diagnosing a running JVM process</p>
726726

@@ -773,7 +773,7 @@ <h3>Starting the Dashboard</h3>
773773
<p>Open <code>http://localhost:9202/</code> in your browser and you'll see the dashboard immediately. No configuration files, no external services, no database.</p>
774774

775775
<div class="video-container">
776-
<video src="assets/argus-dashboard-real.mov" autoplay loop muted playsinline></video>
776+
<video src="assets/argus-dashboard-real.mp4" autoplay loop muted playsinline></video>
777777
</div>
778778
<p class="video-caption">Argus Dashboard — real-time JVM monitoring with GC, CPU, memory, and thread analysis</p>
779779

0 commit comments

Comments
 (0)