mikigal / Anime4K-GUI

GUI application for Anime4K shaders which allows to save upscaled video to disk
88 stars 7 forks source link

ffmpeg #19

Closed joskezelensky closed 4 months ago

joskezelensky commented 5 months ago

how to use ffmpeg from path for this program? do i need to build it from source when those paths have changed or will you be providing a new "feature"

mikigal commented 4 months ago

Hi, there's no way to use ffmpeg from PATH variable. You can replace ffmpeg binary in ffmpeg directory in app folder

joskezelensky commented 4 months ago

Hi, there's no way to use ffmpeg from PATH variable. You can replace ffmpeg binary in ffmpeg directory in app folder

replace ffmpeg binary with symlink to ffmpeg?

mikigal commented 4 months ago

You can try with symlink, if it not work simply copy your ffmpeg.exe and paste it into ffmpeg directory of application

joskezelensky commented 4 months ago

You can try with symlink, if it not work simply copy your ffmpeg.exe and paste it into ffmpeg directory of application

okidoki