| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
autograde + autosound | 4 个月前 | |
fix(pack_transcripts): write output as UTF-8 to avoid cp1252 encoding errors (#10) On Windows, Path.write_text() defaults to the system locale encoding (cp1252), which can't encode Unicode characters used in the output (e.g. >= U+2265, -> U+2192). Passing encoding="utf-8" ensures the file writes correctly on all platforms. | 3 个月前 | |
fix(render): preserve orientation for portrait video sources (#29) Landscape videos were scaled by width (scale=W:-2), which works for horizontal footage but squishes portrait/vertical clips (height > width) because the height becomes the constrained dimension. Added is_portrait_source() which uses ffprobe to detect when h > w, then switches the scale filter to scale=-2:H so portrait sources are scaled by height instead, keeping the correct 9:16 orientation throughout the pipeline. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> | 3 个月前 | |
v1 | 4 个月前 | |
v1 | 4 个月前 | |
v1 | 4 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 4 个月前 | ||
| 3 个月前 | ||
| 3 个月前 | ||
| 4 个月前 | ||
| 4 个月前 | ||
| 4 个月前 |