Skip to content

Commit

Permalink
clarify usage
Browse files Browse the repository at this point in the history
  • Loading branch information
eyaler committed May 23, 2024
1 parent c5f25b1 commit 91867bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Demo: https://eyaler.github.io/LordTubeMaster/

Note as of April 2024 this is only supported on Chromium desktop

For fullscreen zoom of output, enable: chrome://flags/#element-capture
For fullscreen zoom of output (by right-click), enable: chrome://flags/#element-capture
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</head>
<body>
<div id="inp_container">
<input type="text" id="video_url" autofocus inputmode="url" spellcheck="false" size="45" placeholder="Enter Youtube/Vimeo URL or ID">
<input type="text" id="video_url" autofocus inputmode="url" spellcheck="false" size="45" placeholder="Enter Youtube/Vimeo ID or URL">
<select id="effect">
<option value="recode_landmarks">Recode + landmarks</option>
<option value="pose_landmarks">Pose landmarks</option>
Expand Down

0 comments on commit 91867bc

Please sign in to comment.