You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
616 B
13 lines
616 B
<!--miniprogram/pages/Dubbing/Dubbing.wxml-->
|
|
<view>
|
|
<video id="myVideo" src="cloud://dunning-bar-enr-3e46z.6475-dunning-bar-enr-3e46z-1300499016/video/video_1.mp4"
|
|
muted ="{{muted}}" bindended="funended" custom-cache="{{false}}" controls ="{{false}}" show-play-btn ="{{false}}"show-fullscreen-btn = "{{false}}" show-center-play-btn="{{false}}" style="width: 300px; height: 200px;"></video>
|
|
</view>
|
|
|
|
<view>
|
|
<button bindtap="playingFodder">预览素材</button>
|
|
<button bindtap="startDub">开始录音</button>
|
|
<button bindtap="reDub">重新录制</button>
|
|
<button bindtap="endDub">完成录音</button>
|
|
</view>
|