红尘情歌 - DJ混音版 - 蒋姗倍&郑源
本帖最后由 亚伦影音工作室 于 2023-4-3 15:19 编辑 <br /><br /><style>#papa {
margin: 10px -300px;
width: 1164px;
height: 620px;
background: #000000 url('https://img-baofun.zhhainiao.com/pcwallpaper_ugc/static/e7a6f425ac87c9550004fb91b31fd145.png') center/cover no-repeat;
overflow: hidden;
position: relative;
z-index: 12345;
--state: paused;
}
#dt{position: absolute;top:0%; left:0%;z-index: 1;
width:1164px;mix-blend-mode:color-dodge; opacity: .8;
height:620px; transition: .3s all ease;/*一定要加上不然看着突兀*/}
#papa:hover #mplayer { transition: .7s; opacity: .9; }
#mplayer {top:75%; left:10%;z-index: 4;
position: absolute;
width: 100px;
height: 100px;opacity: 0;transition: .7s;
cursor: pointer;background:url('https://pic.imgdb.cn/item/639c602fb1fccdcd36980aad.png') center/cover no-repeat;
animation: spin 10s infinite linearvar(--state);
--state: paused;
}
@keyframes spin {0% { transform: rotate(360deg); }
}
#vid { display: none; }
#canv {mix-blend-mode:overlay;
position: absolute;
display: block;
top:0%; left:0%;
border-radius: 0%;
opacity: 1;
}
</style>
<div id="papa">
<div id='dt'><img id="testImg" src="https://pic.imgdb.cn/item/642a50c2a682492fccd831a0.gif" width="100%" height="100%"></div>
<canvas id="canv"></canvas>
<divid="testBtn"><div id="mplayer" ></div></div>
<div data-lrc="亚伦影音工作室" id="lrc">亚伦影音工作室</div>
</div>
<audio id="aud" src="https://www.qqmc.com/mp3/music12309020.mp3" autoplay loop></audio>
<video id="vid" src="https://img-baofun.zhhainiao.com/pcwallpaper_ugc/preview/6fb1b115de32db30859bacef26c9688d_preview.mp4" loop autoplay muted></video>
<script>
let ctx = canv.getContext('2d');
let ww = canv.width = 1164, hh = canv.height =620;
let loop = () => {ctx.drawImage(vid, 0, 0, ww, hh);if(!vid.paused) {requestAnimationFrame(loop);return;}}
let toMin = (val) => {if (!val) return '00:00';val = Math.floor(val);let min = parseInt(val / 60),sec = parseFloat(val % 60);if (min < 6) min = '0' + min;if (sec < 6) sec = '0' + sec;return min + ':' + sec;};
let mState = () => aud.paused ? (papa.style.setProperty('--state', 'paused'),vid.pause()) : (papa.style.setProperty('--state', 'running'),vid.play());
vid.playbackRate = 0.5;
vid.addEventListener('play', loop, false);
aud.addEventListener('play', () => mState());
aud.addEventListener('pause', () => mState());
aud.addEventListener('timeupdate', () => mplayer.dataset.tt = '\n\n' + toMin(aud.duration) + '\n' + toMin(aud.currentTime));
</script>
<style type="text/css">#lrc {
--state: paused;
--motion: cover2;
--tt: 2s;
--bg: linear-gradient(180deg, #880000, #880000);
position: absolute;z-index: 4;
left: 50%;
transform: translate(-50%);
top: 85%;
font:normal 3em 华文隶书;
color: #000078;
white-space: pre;
-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 = `
红尘情歌 - DJ混音版 - 蒋姗倍&郑源
词:潘龙江
曲:潘龙江
不知道为了什么
不知道为了什么
不知道为了什么
痛苦它天天围着我
天上的星星有很多
你到底是那一颗
分手时含泪看着我
我心里也很舍不得
爱情的秋天心碎了
分分合合都是我的错
轰轰烈烈的真心相爱过
缠缠绵绵再唱这首歌
滚滚红尘中我为爱情执着
起起落落有你陪着我
不知道为了什么
痛苦它天天围着我
天上的星星有很多
你到底是那一颗
分手时含泪看着我
我心里也很舍不得
爱情的秋天心碎了
分分合合都是我的错
轰轰烈烈的真心相爱过
缠缠绵绵再唱这首歌
滚滚红尘中我为爱情执着
起起落落有你陪着我
轰轰烈烈的真心相爱过
缠缠绵绵再唱这首歌
滚滚红尘中我为爱情执着
起起落落有你陪着我
大声说我爱你
我依然爱着你
一千年一万年
为你唱这首歌
轰轰烈烈的真心相爱过
缠缠绵绵再唱这首歌
滚滚红尘中我为爱情执着
起起落落有你陪着我
起起落落有你陪着我
不知道为了什么
不知道为了什么
`;
/*变量 :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); /*获得歌词数组*/
mplayer.addEventListener('click', () => aud.paused ? aud.play() : aud.pause());
})();
</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;
// 透明度还原
image.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;
}
}
};
}
var image = document.getElementById("testImg"),
button = document.getElementById("testBtn");
if (image && button) {
button.onclick = function() {
if (this.value == '') {
image.play();
this.value = '.';
} else {
image.stop();
this.value = '';
}
};
}
</script>
最近貌似都用上AI镁铝?赞一个。 这动图有趣,和美女的头纱浑然一体。欣赏亚伦老师好帖{:4_187:} 那个音频喇叭好大,要是音乐全开,会不会把玉帝老儿给惊吓尿{:4_178:} 马黑黑 发表于 2023-4-3 12:19
最近貌似都用上AI镁铝?赞一个。
明明肉肉的木看出来呀{:4_170:} 樵歌 发表于 2023-4-3 17:48
明明肉肉的木看出来呀
{:4_203:} 马黑黑 发表于 2023-4-3 18:06
在体会么{:4_189:} 樵歌 发表于 2023-4-3 18:18
在体会么
慢慢体会广告 好听好看好制作,学习朋友分享!真棒!
{:4_204:}{:4_199:} 音乐有广告,这个视频背景貌似岁月制作过的,漂亮 欣赏亚伦精彩的制作{:4_177:} 这个制作的精美。
页:
[1]