Comments

Show 5 more comments
[hidden]

Trimmed the last 10 seconds because it's just a black screen with the ost still going. And then transcoded with these exact params to make it fit the 100mb limit

ffmpeg -i "Blue Archive - 같은 걸 마시고 싶어 ► 패러디 [nPlsG1CQfCs].mp4" -c:v libvpx-vp9 -b:v 4500K -vf "scale=3840:2160" -pass 1 -an -f null NUL
ffmpeg -i "Blue Archive - 같은 걸 마시고 싶어 ► 패러디 [nPlsG1CQfCs].mp4" -c:v libvpx-vp9 -b:v 4500K -vf "scale=3840:2160" -pass 2 -c:a copy "Blue Archive - 같은 걸 마시고 싶어 ► 패러디 [nPlsG1CQfCs].webm"

I already tried higher than 4500Kbps but no it keeps on failing to upload because its nearing the 100mb limit even just 90mb so I had to do with this 80mb one

1 2 3 4 5