Skip to content

Commit ddebad3

Browse files
Convert demo video to mp4 for GitHub inline playback
GitHub markdown renderer requires H.264 mp4 for inline video; .mov (HEVC/QuickTime) is not rendered. Converted with ffmpeg: 24MB .mov -> 6.1MB H.264 mp4 with faststart for web streaming. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 95595aa commit ddebad3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Playground/android-use-agent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A fully on-device autonomous Android agent powered by the RunAnywhere SDK. Navig
66

77
X post demo — Qwen3 4B, 6 steps, 3 real LLM inferences, goal-aware element filtering, ~4 min end-to-end.
88

9-
<video src="https://raw.githubusercontent.com/RunanywhereAI/runanywhere-sdks/main/Playground/android-use-agent/assets/android_agent_muted.mov" controls width="640"></video>
9+
<video src="https://raw.githubusercontent.com/RunanywhereAI/runanywhere-sdks/main/Playground/android-use-agent/assets/android_agent_muted.mp4" controls width="640"></video>
1010

1111
> Full write-up and run trace: [X_POST.md](X_POST.md)
1212

Playground/android-use-agent/X_POST.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
**Result:** ✅ PASS — Qwen3 4B, 6 steps, 3 real LLM inferences, goal-aware element filtering, ~4 min total.
66

7-
<video src="https://raw.githubusercontent.com/RunanywhereAI/runanywhere-sdks/main/Playground/android-use-agent/assets/android_agent_muted.mov" controls width="640"></video>
7+
<video src="https://raw.githubusercontent.com/RunanywhereAI/runanywhere-sdks/main/Playground/android-use-agent/assets/android_agent_muted.mp4" controls width="640"></video>
88

99
---
1010

@@ -195,7 +195,7 @@ Tweet posted live during screen recording. Agent status: **DONE** (green), logs:
195195
> **Hi from RunAnywhere Android agent**
196196
> @RunAnywhereAI · Feb 20, 2026
197197
198-
<video src="https://raw.githubusercontent.com/RunanywhereAI/runanywhere-sdks/main/Playground/android-use-agent/assets/android_agent_muted.mov" controls width="640"></video>
198+
<video src="https://raw.githubusercontent.com/RunanywhereAI/runanywhere-sdks/main/Playground/android-use-agent/assets/android_agent_muted.mp4" controls width="640"></video>
199199

200200
---
201201

6.1 MB
Binary file not shown.

0 commit comments

Comments
 (0)