Skip to content

Commit

Permalink
docs: fix video play
Browse files Browse the repository at this point in the history
  • Loading branch information
vra committed Jul 28, 2024
1 parent e1fed03 commit 9504eb7
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,12 @@ Unofficial One-click Version of LivePortrait, with Webcam Support

+ Video mode:

<video width="512" height="512" controls>
<source src="assets/videos/video_mode.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>

https://github.com/vra/mimic_head/blob/main/assets/videos/video_mode.mp4

+ Webcam mode:
NOTE: FPS ~= 13 on my mac laptop and there is observable delay in this video

<video width="512" height="512" controls>
<source src="assets/videos/webcam_mode.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>

https://github.com/vra/mimic_head/blob/main/assets/videos/webcam_mode.mp4


## Install and use
Expand Down

0 comments on commit 9504eb7

Please sign in to comment.