看得透又看得远者prevail. ppt.cc/flUmLx ppt.cc/fqtgqx ppt.cc/fZsXUx ppt.cc/fhWnZx ppt.cc/fnrkVx ppt.cc/f2CBVx
ppt.cc/fKlBax ppt.cc/fwlgFx ppt.cc/fVjECx ppt.cc/fEnHsx ppt.cc/fRZTnx ppt.cc/fSZ3cx ppt.cc/fLOuCx ppt.cc/fE9Nux ppt.cc/fL5Kyx ppt.cc/f71Yqx tecmint.com linuxcool.com linux.die.net linux.it.net.cn ostechnix.com unix.com ubuntugeek.com runoob.com man.linuxde.net ppt.cc/fwpCex ppt.cc/fxcLIx ppt.cc/foX6Ux linuxprobe.com linuxtechi.com howtoforge.com linuxstory.org systutorials.com ghacks.net linuxopsys.com ppt.cc/ffAGfx ppt.cc/fJbezx ppt.cc/fNIQDx ppt.cc/fCSllx ppt.cc/fybDVx ppt.cc/fIMQxx
Total Pageviews
Saturday, 7 March 2026
川普失策「美伊战争」烧到9月?
-川普就是个神经病,想一出是一出,他想到某个点子,却从来不顾实施后,可能发生的负面后果,以为发生的事情一定会按他设想的剧本走,比如去年对中国发起的高额关税战,以为中国会屈服,没想到却踢到中国这块铁板。这次对伊朗的入侵也是这样,他又以为发生的事情一定会按他设想的剧本走,没想到美/以遭到了伊朗的高超音速导弹的痛击,而美/以的防空系统却形同虚设,完全无法拦截伊朗的高超音速导弹而被打得屁滚尿流。
Shortform-Video-Generator
This project creates shortform videos (like TikTok, Reels) from plain text using AI tools.
✨ Features
- 🔊 Text-to-speech using TikTok TTS
- 🧠 AI-generated, word-level subtitles using OpenAI Whisper
- 🎥 Automatic video composition with background video & music
- 💬 Burned-in, styled subtitles (font size, position, bold)
- 🧪 One command = complete video with synced captions
🛠 Tech Stack
- Node.js + TypeScript
- OpenAI Whisper API
- FFmpeg via fluent-ffmpeg
- TikTok TTS (unofficial API)
📦 Installation
git clone https://github.com/Ali-Onar/shortform-video-generator.git
cd shortform-video-generator
npm installCreate a .env file:
OPENAI_API_KEY=your_openai_key_hereUsage
Add video and music into src/assets folder.
npx tsx src/index.tsYour final video will be saved in /output/output.mp4
Acknowledgements
Inspired by the egebese/brainrot-generator repo that Ege created with Python codes.
from https://github.com/Ali-Onar/shortform-video-generator
Friday, 6 March 2026
tunestotube.com
TunesToTube turns your mp3, flac, or wav into a video for YouTube.
Drop a track, add an image, and upload audio to YouTube.
from https://www.tunestotube.com
Thursday, 5 March 2026
搭建基于nuxtjs的静态博客程序lzlb
首先fork此项目https://github.com/L33Z22L11/blog-v3,我fork后的项目地址是
https://github.com/ymbrite/lzlb,然后把项目 https://github.com/ymbrite/lzlb导入到
vercel.com/new . 在点击import按钮后,所跳转到的页面里,如下图那样填写build命令和install命令:
然后点击deploy按钮,等待部署完成。部署完成后,我得到网址https://lzlb.vercel.app/访问https://github.com/ymbrite/lzlb/tree/main/content/posts/2026,新建源帖fh.md,内容为
---
title: 战马
description: 这是一篇文章
date: 2026-03-03 18:17:00
updated: 2026-03-03 18:17:00
image: /assets/green.png
categories: [生活]
tags: [misc1, misc2, misc3]
---
此处写html codes或正文。
(详见 https://github.com/ymbrite/lzlb/blob/main/content/posts/2026/fh.md?plain=1。
green.png是我上传的,我上传到了这里:
https://github.com/ymbrite/lzlb/blob/main/public/assets/green.png。
在 https://github.com/ymbrite/lzlb/tree/main/public/assets处,进行上传)
约等2分钟,博客网站就会更新。
项目地址:
https://github.com/L33Z22L11/blog-v3
https://github.com/ymbrite/lzlb
演示博客:
https://lzlb.vercel.app/,支持分页。
https://lzlb.vercel.app/2026/fh ,所有的基于nuxt的静态博客都支持嵌入音视频。
---------------------------------------
类似的:
https://github.com/chansee97/nuxt-blog
https://github.com/ymbrite/nuxt-blog
https://nuxt-blog-roan.vercel.app/
