[ 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.12990108 [View]
File: 109 KB, 996x1057, webm preview.png [View same] [iqdb] [saucenao] [google]
12990108

>>12989397
>>12990004
install foobar and foo_run, and of course ffmpeg.
http://www.foobar2000.org/components/view/foo_run

follow the directions in the image for conversion setup. the command i wrote depends on a cover.jpg existing the album directory you plan on converting. to convert, select all the tracks of an album. if there are 10 tracks or less, the default of 30s per track is adequate, and you can use the conversion hotkey you set up in this scenario. when more than 10 tracks, you need to bust out the calculator and divide 300 by number of tracks. round the result up. right click selection > convert > ... > other > and put the number you evaluated in for the duration.

now for conversion. here is the command. you need to customize it:

cmd /s /k pushd "C:\Program Files\ffmpeg\bin" && ffmpeg -framerate 7 -loop 1 -i "C:\cover.jpg" -c:v libvpx -i "C:\Image.wav" -c:a libvorbis -b:a 128k -b:v 50k -vf scale=-1:512 -shortest -metadata title="%album%" -metadata author="%artist%" -threads 8 -y "C:\%artist% - %album% preview.webm" && pause && exit

cont.

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