TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

How to make programming fun with sounds

2 点作者 journal8 个月前

1 comment

journal8 个月前
When used together with auto-editor will make something like <a href="https:&#x2F;&#x2F;youtu.be&#x2F;ouUkyeA0Ls8?si=ddCcf7M5BU6nP77C" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;ouUkyeA0Ls8?si=ddCcf7M5BU6nP77C</a><p>auto-editor command: auto-editor file.mp4 --video-codec h264 --margin 0.05s,0.05s<p>My understanding is auto-editor doesn&#x27;t add key frames, so the output is un-seekable, so run it through ffmpeg...<p>ffmpeg -i file.mp4 -c:v libx264 -c:a aac file.mp4_reencoded.mp4