Tag: video-production
All the articles with the tag "video-production".
-
Your Automated Video Pipeline Is Silently Dropping Work: Gotchas From Remotion, ffmpeg, the YouTube API, and HyperFrames
Four months of video automation gotchas, from Remotion through HyperFrames: truncated downloads that exit 0, thumbnail titles cut mid-word, transcript chunks returning zero lines, large uploads that hang. None of them raise an error.
-
自動發片管道正在悄悄漏成品:Remotion、ffmpeg、YouTube API、HyperFrames 的踩坑總表
從 Remotion 到 HyperFrames,四個月的影片自動化踩坑合輯:exit 0 的殘檔、靜默截斷的縮圖標題、回 0 行的轉錄合併、卡死的大檔上傳。共同點是全都不報錯。
-
Eleven HyperFrames Video Gotchas
Transition flicker, a worker-parallelism myth carried over from another framework, transcript format drift, slide sizing, and silently truncated thumbnails — eleven things that bit me on the HyperFrames video line in one week of August.
-
HyperFrames 影片產出的十一個坑
轉場閃動、worker 並行迷思、字幕格式漂移、投影片版式、縮圖靜默截斷——八月這一週在 HyperFrames 這條影片線上踩到的十一個坑,逐個記現象、根因、解法。
-
Other People Fly to Korea for Cosmetic Surgery. I Had Codex Do Mine.
Someone on Twitter chained Codex, Hyperframes, IndexTTS2 and HeyGen into a one-person media pipeline. I pulled the repo, tried it, played with a local TTS model, then rebuilt a video days later on Claude Code.
-
別人去韓國做醫美,我叫 Codex 數位醫美
從推特上看到有人把 Codex、Hyperframes、IndexTTS2、HeyGen 串成一條自媒體流水線,拉下來實測、順手玩 b 站的本地 TTS,幾天後換 Claude Code 重做一支。
-
A Week of Making Tutorial Videos With Claude Code: Remotion Animation and ffmpeg Pitfalls
Production pitfalls from a week of making two tutorial videos: subtitle restraint, font size, animation anchor auditing, Remotion render crashes, normalizing quiet narration, and opencc over-localization.
-
用 Claude Code 做教學影片一週踩到的坑——Remotion 動畫與 ffmpeg 後製
這一週做兩部教學影片踩到的製作坑:字幕克制、字級、動畫錨點稽核、Remotion render crash 拆段、安靜旁白正規化、opencc 過度在地化。
-
YouTube Data API large-file upload tested: 216 MB succeeds, 257 MB hangs—threshold around 220-250 MB
Two 5/13 uploads via YouTube Data API: 216 MB legal MCP demo succeeded, 257 MB AI job-search clip hung indefinitely. Same googleapiclient resumable upload pipeline. The difference is file size and resolution. The practical threshold sits around 220-250 MB.
-
YouTube API 大檔上傳卡死實測——216 MB 過 / 257 MB 不過,門檻約在 220-250 MB
5/13 兩支影片用 YouTube Data API 上傳實測:216 MB 的法律 MCP 示範片成功、257 MB 的 AI 求職示範片卡死。同樣的 googleapiclient resumable upload,差別在檔案大小跟解析度。門檻約在 220-250 MB 之間。