You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it requires a font that is not native to WSL or to Windows
a) i used this in Windows: main.exe -m .\models\ggml-base.en.bin -f .\samples\jfk.wav -owts -fp C:\Windows\Fonts\cour.ttf
b) it does not work in WSL and I could not get a proper font
once the .wts is created, it must be ran in WSL (i could not get it formatted to work as a bat)
when it is executed, it errors for this reason:
a) it cannot find ./samples/jfk.mp4
a1) the reason is that (evidently) ffmpeg does not like the ./ convention.
to fix it, I went through the .wts file and remove .\samples from 3 instances and left it as \jfk.wav or \jfk.mp4
a) this fixed it and the mp4 was created.
b) however the fonts didnt match
In summary, you need to fix how the .wts is created.
Thanks for this project!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
\Here's what I discovered:
a) i used this in Windows: main.exe -m .\models\ggml-base.en.bin -f .\samples\jfk.wav -owts -fp C:\Windows\Fonts\cour.ttf
b) it does not work in WSL and I could not get a proper font
a) it cannot find ./samples/jfk.mp4
a1) the reason is that (evidently) ffmpeg does not like the ./ convention.
a) this fixed it and the mp4 was created.
b) however the fonts didnt match
In summary, you need to fix how the .wts is created.
Thanks for this project!
Beta Was this translation helpful? Give feedback.
All reactions