[ 3 / biz / cgl / ck / diy / fa / ic / jp / lit / sci / vr / vt ] [ index / top / reports ] [ become a patron ] [ status ]
2023-11: Warosu is now out of extended maintenance.

/jp/ - Otaku Culture

Search:


View post   

>> No.12032871 [View]
File: 1.44 MB, 1280x720, IDZ_last5secs.webm [View same] [iqdb] [saucenao] [google]
12032871

>>12032765
If you are using ffmpeg, this is what I used to 2-pass encode this clip:
>1st pass
ffmpeg -i "C:\Users\anon\Downloads\BABYMETAL - Ijime_Dame_Zettai PV.mp4" -ss 00:06:01.094 -to 00:06:05.751 -c:v libvpx -threads 3 -cpu-used 0 -crf 6 -b:v 5000K -vf scale=1280:-1 -an -pass 1 "IDZ_last5secs.webm"
It will tell you that the output file is empty but that's normal for the 1st pass.

>For the 2nd pass I simply used:
ffmpeg -i "C:\Users\anon\Downloads\BABYMETAL - Ijime_Dame_Zettai PV.mp4" -ss 00:06:01.094 -to 00:06:05.751 -c:v libvpx -threads 3 -cpu-used 0 -crf 6 -b:v 5000K -vf scale=1280:-1 -an -pass 2 "IDZ_last5secs.webm"
(It will ask you to overwrite that empty file. Just say yes)

Navigation
View posts[+24][+48][+96]