亚伦影音工作室 发表于 2024-6-17 13:30

诺言 (粤语女声版) - 采薇薇

本帖最后由 亚伦影音工作室 于 2024-6-17 16:31 编辑 <br /><br /><style type="text/css">
#papa { margin: 140px 0 20px calc(50% - 621px); background:url('') no-repeat center/cover;width: 1200px; height: 700px;   box-shadow: 3px 3px 6px gray; overflow: hidden; z-index: 1; position: relative; display: grid; place-items: center; }

#bjbs{animation: rotating 1s linear infinite;width: 1200px; height: 700px;position: absolute;background:url('https://pic.imgdb.cn/item/666909c4d9c307b7e9e71bad.jpg')no-repeat center/cover;}
@keyframes rotating{50%{filter:hue-rotate(360deg)contrast(110%)brightness(100%);}}

#mplayer {z-index: 8;
        position: absolute;
        left:90px;
        bottom: 20px;
        width: 40px;
        height: 40px;
opacity: 1;
        transition: .2s;
       
        place-items: center;
        --disp1: 0; --disp2: 1;
}
#mplayer::before , #mplayer::after{
        position: absolute;
        content: '';
cursor: pointer;
        transition: .2s;
}
#mplayer::before {
        width: 40px;
        height: 40px;opacity: 1;
        background: url("https://pic.imgdb.cn/item/666469465e6d1bfa05bd07ea.png") no-repeat center/cover;
        opacity: var(--disp1);
}
#mplayer::after {
        width: 40px;
        height: 40px;opacity: 1;
        background: url("https://pic.imgdb.cn/item/6664693a5e6d1bfa05bcf7d3.png")no-repeat center/cover;
        opacity: var(--disp2);
}

#tmsg {position: absolute;z-index: 8;
      font: normal 12px sans-serif;
      color: #ffffff;
         bottom: 30px;
      left:87%;}
#prog {position: absolute;z-index: 8;
      width: 70%;
      height: 1.5px;
      cursor: pointer;
         bottom: 35px;
left:16%;
border-radius: 1px;}

#bt_prev{position: absolute;z-index: 8;
      width:30px;
      height: 30px;
bottom: 24px;left:40px;
      background: url("https://pic.imgdb.cn/item/6664695c5e6d1bfa05bd23cb.png")no-repeat center/cover;}
#bt_pnev{position: absolute;z-index: 8;
      width:30px;
      height: 30px;
bottom: 24px;left:150px;
      background: url("https://pic.imgdb.cn/item/66651ae45e6d1bfa0552bf2a.png")no-repeat center/cover;}
#lb{ position: absolute; bottom: 30px;right:52px; width: 22px; height: 20px;z-index: 8; }
#lb img{ width: 100%; height: 100%;}

.first{
left:100px;
   animation: breath2sinfinitelinear;
}
.second{
left:300px;
   animation: breath2s0.25s infinitelinear;
}
.third{
left:500px;
   animation: breath2s 0.5s infinitelinear;
}
.forth{
left:700px;
animation: breath2s 0.75s infinitelinear;
}
.morex{
left:900px;
animation: breath2s 1s infinitelinear;
}

.stop .first,
.stop .second,
.stop .third,
.stop .forth,
.stop .morex{animation-play-state: paused;}
.ball{
position:absolute;
top:0;
bottom:0;
margin:auto;
width:80px;
height:80px;
background:radial-gradient(black 30%,#ffffff);
border-radius:50%;
box-shadow:0 0 50px #ffffff;
}

@keyframes breath{
0%{
   transform:scale(0.6);
   box-shadow:0 0 40px #ff0,0 0 0px 10px red;
    opacity:1;
    transform-timing-function:linear;
}
25%{
   transform:scale(0.8);
   box-shadow:0 0 50px #ff0, 0 0 20px 40px green;
    opacity:0.75;
    transform-timing-function:linear;
}
50%{
   transform:scale(1);
   box-shadow:0 0 60px #ff0, 0 0 30px 60px blue;
    opacity:0.25;
    transform-timing-function:linear;
}
75%{
   transform:scale(1.2);
   box-shadow:0 0 70px #ff0, 0 0 40px 80px cyan;
    opacity:0.05;
    transform-timing-function:ease-out;
}
100%{
   transform:scale(1.5);
   box-shadow:0 0 80px #ff0, 0 0 50px 100px cyan;
    opacity:0;
    transform-timing-function:ease-out;
}
}


.cont {position: absolute;
width: 0;
height: 0;

top: 50%;
left: 60%;
perspective: 420px;
perspective-origin: center -150px;
}

.bird {
width: 0;
height: 30px;
position: absolute;
top: 50%;
left: 50%;
animation: bird 15s infinite linear;
}

.bird:nth-child(2) {
animation-delay: -5s;
}
.bird:nth-child(3) {
animation-delay: -10s;
}
.stop .bird::before,
.stop .bird::after{animation-play-state: paused;}
.stop .bird,
.stop .bird:nth-child(2),
.stop .bird:nth-child(3){animation-play-state: paused;}

@keyframes bird {
from {
    transform: translate(-50%, -50%) rotateY(0deg) translate3d(150px, 0, 0);
}
to {
    transform: translate(-50%, -50%) rotateY(-360deg) translate3d(150px, 0, 0);
}
}
.bird::before, .bird::after {
content: "";
width: 50px;
height: 30px;
position: absolute;
top: 0;
border: 0 solid;
border-top: 5px solid #aaa;
animation: 1s infinite ease-in-out;
}
.bird::before {
right: -3px;
animation-name: wing-b;
}
@keyframes wing-b {
0%, 100% {
    border-radius: 10% 100%;
}
33% {
    border-radius: 50% 100%;
}
}
.bird::after {
left: -3px;
animation-name: wing-a;
}
@keyframes wing-a {
0%, 100% {
    border-radius: 100% 10%;
}
33% {
    border-radius: 100% 50%;
}
}

</style>



<div id="papa">
<div id="bjbs"> </div>
<div id="tnpmImg">
<div class="cont">
<div class="bird"></div>
<div class="bird"></div>
<div class="bird"></div>
</div>
</div>
<div id="testImg">
<div class="ball first"></div>
<div class="ball second"></div>
<div class="ball third"></div>
<div class="ball forth"></div>
<div class="ball morex"></div>
</div>
<div id="tmsg">00:00 | 00:00</div>

<div id="prog" title="播放进度条"></div>

<div id="bt_prev" title="无效"></div>

<div id="bt_pnev" title="无效"></div>

<div id="lb" title="喇叭"><img alt="" id="lbImg" src="https://pic.imgdb.cn/item/662615500ea9cb14035d435e.gif" /></div>

<div id="mplayer" title="暂停/播放"></div>

<div data-lrc="亚伦影音工作室" id="lrc">亚伦影音工作室</div>
</div>
<audio autoplay="" id="aud" loop="" src="https://s2.ananas.chaoxing.com/sv-w8/audio/7a/c0/cf/398d2de742104b70e4f83988f395fbc0/audio.mp3">&nbsp;</audio>

<style type="text/css">#lrc {
        --state: paused;
        --motion: cover2;
        --tt: 2s;
        --bg: linear-gradient(180deg, #880000, #880000);
        position: absolute;z-index: 6;
        left: 40%;
        transform: translate(-50%);
        top: 72%;
        font:normal 3em 华文隶书;
        color: #000078;
        white-space: pre;transform: perspective(120px) rotateY(20deg);
        -webkit-background-clip: text;
        filter:drop-shadow(#FFFFFF 1px 0 0)drop-shadow(#FFFFFF 0 1px 0)drop-shadow(#FFFFFF -1px 0 0) drop-shadow(#FFFFFF 0 -1px0);
}
#lrc::before {
        position: absolute;
        content: attr(data-lrc);
        width: 20%;
        height: 100%;
        color: transparent;
        overflow: hidden;
        white-space: pre;
        background: var(--bg);
       
        -webkit-background-clip: text;
        animation: var(--motion) var(--tt) linear forwards;
        animation-play-state: var(--state);
}
@keyframes cover1 { from { width: 0; } to { width: 100%;} }
@keyframes cover2{ from { width: 0; } to { width: 100%;} }
</style>
<script >
(function() {
/*原始lrc歌词*/
let lrcStr = ` 诺言 (粤语女声版) - 采薇薇
词:苏卓嗣
曲:刘天健
原唱:李翊君
如何预判你与我这错对
要怎去判断那一个诺言
亦曾话过要爱我一辈子
想当初每夜也与你缠绵
奈何是你已改变
此刻竟两眼相对无言
说好简爱一辈子不变改
为何又成为表演
仍然自信你戏里有过爱
至少你当初抱紧我入眠
曾承诺过我说结婚趁早
你担心拖拉会两两相厌
原来是你有了打算
你怕这份诺言害人不浅
再经风雨的拍打
最终亦成为欺骗
承诺不经风吹
不经风霜
不经风花
怎叫诺言
承诺不会放弃
不可分开
不再错过
只怕欺骗
早知失去了再难见
何必苦苦的挣扎思恋
已经不配说爱
不配继续爱
却也配合你表演

承诺不经风吹
不经风霜
不经风花
怎配说诺言
承诺不会放弃
不可分开
不再错过
只怕欺骗
早知失去了再难见
何必苦苦的挣扎思恋
随便演
最后一天
你继续欺骗
仍然自信你戏里有过爱
至少你当初抱紧我入眠
曾承诺过我说结婚趁早
你担心拖拉会两两相厌
原来是你有了打算
你怕这份诺言害人不浅
再经风雨的拍打
最终亦成为欺骗
哈 啊
承诺不经风吹
不经风霜
不经风花
怎叫诺言
承诺不会放弃
不可分开
不再错过
只怕欺骗
早知失去了再难见
何必苦苦的挣扎思恋
已经不配说爱
不配继续爱
却也配合你表演

承诺不经风吹
不经风霜
不经风花
怎配说诺言
承诺不会放弃
不可分开
不再错过
只怕欺骗
早知失去了再难见
何必苦苦的挣扎思恋
随便演
最后一天
你继续欺骗
`;

/*变量 :mKey - 当前歌词索引;mFlag :调用关键帧动画索引;averAdd :平均值补偿*/
let mKey = 0, mFlag = true, averAdd = 0.3;

/*函数 :获取每句歌词用时,歌词用时若超过平均值则取平均值,最后一句歌词则取平均值*/
let lrcTime = (ar) => {
        let tmpAr = [];
        for(j = 0; j <ar.length - 1; j ++) {
                if(j !== ar.length - 1) tmpAr = parseFloat((ar - ar).toFixed(1));
        }
        let aver = parseInt(tmpAr.reduce((a,b) => a + b) / (tmpAr.length - 1)) + averAdd;
        tmpAr.push(aver);
        tmpAr.forEach((item,key) => {
                ar = item > aver ? aver : item;
        });
        return ar;
};

/*函数 :从原始lrc歌词获取信息并存入 n*3 数组*/
let getLrcAr = (text) => {
        let lrcAr = [];
        let calcRule = ;
        for(x of text.split('\n')) {
                let ar = [];
                let re = /\d+[\.:]\d+([\.:]\d+)?/g;
                let geci = x.replace(re,'');
                if(geci) {
                        geci = geci.replace(/[\[\]\'\"\t,]s?/g,'');
                        let time = x.match(re);
                        if(time != null) {
                                for(y of time) {
                                        let tmp = y.match(/\d+/g);
                                        let sec = 0;
                                        for(z in tmp) sec += tmp * calcRule;
                                        ar = ;
                                        lrcAr.push(ar);
                                }
                        }
                }
        }
        lrcAr.sort((a,b)=> a - b);
        return(lrcTime(lrcAr));
};

/*函数 :模拟显示同步歌词*/
let showLrc = (time) => {
        let name = mFlag ? 'cover1' : 'cover2';
        lrc.innerHTML = lrcAr;
        lrc.dataset.lrc = lrcAr;
        lrc.style.setProperty('--motion', name);
        lrc.style.setProperty('--tt', time + 's');
        lrc.style.setProperty('--state', 'running');
        mKey += 1;
        mFlag = !mFlag;
};

/*函数 :处理当前歌词索引 mKey*/
let calcKey = () => {
        for (j = 0; j < lrcAr.length; j++) {
                if (aud.currentTime <= lrcAr) {
                        mKey = j - 1;
                        break;
                }
        }
        if (mKey < 0) mKey = 0;
        if (mKey > lrcAr.length - 1) mKey = lrcAr.length - 1;
        let time = lrcAr - (aud.currentTime - lrcAr);
        showLrc(time);
};

/*格式化时间信息*/
let toMin = (val) => {
        if (!val) return '00:00';
        val = Math.floor(val);
        let min = parseInt(val / 60),
        sec = parseFloat(val % 60);
        if (min < 10) min = '0' + min;
        if (sec < 10) sec = '0' + sec;
        return min + ':' + sec;
}

/*函数 :关键帧动画状态切换*/
let mState = () => aud.paused ? (lrc.style.setProperty('--state','paused'),mplayer.style.animationPlayState = 'paused') : (lrc.style.setProperty('--state','running'),mplayer.style.animationPlayState = 'running');

/*监听播放进度*/
aud.addEventListener('timeupdate', () => {
        for (j = 0; j < lrcAr.length; j++) {
                if (aud.currentTime >= lrcAr) {
                        cKey = j;
                        if (mKey === j) showLrc(lrcAr);
                        else continue;
                }
        }
});
aud.addEventListener('pause', () => mState());/*监听暂停事件*/
aud.addEventListener('play', () => mState());/*监听播放事件*/
aud.addEventListener('seeked', () => calcKey());/*监听查询事件*/
let lrcAr = getLrcAr(lrcStr); /*获得歌词数组*/
})();

</script>
<script>
let mState = () => aud.paused ? (mplayer.style.setProperty('--disp1','1'), mplayer.style.setProperty('--disp2','0')) : (mplayer.style.setProperty('--disp1','0'), mplayer.style.setProperty('--disp2','1'));
mplayer.onclick =function() { aud.paused ?(aud.play(),imagelb.play()): ( aud.pause(),imagelb.stop())};
aud.addEventListener('play', () => mState());
aud.addEventListener('pause', () => mState());
var imagelb= document.getElementById("lbImg");

(function(){
var image = document.getElementById("testImg");var image0 = document.getElementById("tnpmImg");
let mState = () => aud.paused ? (image.classList.add('stop'),image0.classList.add('stop')):(image.classList.remove('stop'),image0.classList.remove('stop'));
aud.addEventListener('play', () => mState());
aud.addEventListener('pause', () => mState());
})();
bjbs.style.animationPlayState = aud.paused ? 'paused' : 'running';
aud.addEventListener('playing', () =>bjbs.style.animationPlayState = 'running');
aud.addEventListener('pause', () =>bjbs.style.animationPlayState = 'paused');


/*进度条 进度时间*/
prog.onclick = (e) => {
                aud.currentTime = aud.duration * e.offsetX / prog.offsetWidth;
      }
aud.addEventListener('timeupdate', () => {
               aud.addEventListener('timeupdate', () => {prog.style.background= 'linear-gradient(90deg, #ff0000, #ff0000, #ff0000 '+ aud.currentTime / aud.duration * 100 + '%, #eeeeee 0)';});
                tmsg.innerText = toMin(aud.currentTime) + ' | ' + toMin(aud.duration);

      });
let toMin = (val) => {
                if (!val) return '00:00';
                val = Math.floor(val);
                let min = parseInt(val / 60),
                        sec = parseFloat(val % 60);
                if (min < 10) min = '0' + min;
                if (sec < 10) sec = '0' + sec;
                return min + ':' + sec;
      };
/*结束*/
</script>
<script>
/*以下是控制动图的插件*/
if ('getContext' in document.createElement('canvas')) {
    HTMLImageElement.prototype.play = function() {
      if (this.storeCanvas) {
            // 移除存储的canvas
            this.storeCanvas.parentElement.removeChild(this.storeCanvas);
            this.storeCanvas = null;
            // 透明度还原
            imagelb.style.opacity = '';
      }
      if (this.storeUrl) {
            this.src = this.storeUrl;   
      }
    };
    HTMLImageElement.prototype.stop = function() {
      var canvas = document.createElement('canvas');
      // 尺寸
      var width = this.width, height = this.height;
      if (width && height) {
            // 存储之前的地址
            if (!this.storeUrl) {
                this.storeUrl = this.src;
            }
            // canvas大小
            canvas.width = width;
            canvas.height = height;
            // 绘制图片帧(第一帧)
            canvas.getContext('2d').drawImage(this, 0, 0, width, height);
            // 重置当前图片
            try {
                this.src = canvas.toDataURL("image/gif");
            } catch(e) {
                // 跨域
                this.removeAttribute('src');
                // 载入canvas元素
                canvas.style.position = 'absolute';
                // 前面插入图片
                this.parentElement.insertBefore(canvas, this);
                // 隐藏原图
                this.style.opacity = '0';
                // 存储canvas
                this.storeCanvas = canvas;
            }
      }
    };
}

</script>

liumang 发表于 2024-6-18 15:13

{:5_150:}{:5_150:}{:5_150:}

liumang 发表于 2024-6-18 15:14

粤语版的诺言也是好听{:5_150:}

liumang 发表于 2024-6-18 15:15

美女抠图技术还待加强:lol

liumang 发表于 2024-6-18 15:17

感谢亚伦老师分享好作品{:5_124:}
页: [1]
查看完整版本: 诺言 (粤语女声版) - 采薇薇