TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How to make programming fun with sounds

2 pointsby journal8 months ago

1 comment

journal8 months ago
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