-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MP3を圧縮する #11
Comments
ffmpegを使ってビットレートを下げる・統一化する方向でいきたいと思います。ちょっと聞きづらさはありますが、32 kbit/s にします。これにより、現状の1/2程度のファイルサイズになることが期待されます(
また過去のファイルについても対象として |
cloneの問題だけなら、使ったことないですけどGit LFSを使うといいのかもしれません。 |
軽くなるとはいえ積み重なるとリポジトリが重くなるからGit LFS使うかclone-shallowするかみたいなことになりますよね。Git LFS 1GBまでなら無料か(月あたり) |
1GBかー。1エピソード10MBだとすると、100話目くらいまでは大丈夫なのかな。 |
shallow cloneは、最新のだけをcloneしても全MP3ファイルを持ってくることになるので、このレポジトリの場合はそんなに効果ない気がします。 |
むむ、そうかー😢 |
Cloneするのがきつくなってきてるので、
あたりを参考に、MP3を圧縮したほうがよいかと。
The text was updated successfully, but these errors were encountered: