gliscowo / isometric-renders

Creates high-resolution isometric screenshots of Minecraft's game objects
https://modrinth.com/mod/isometric-renders
MIT License
109 stars 13 forks source link

can't detect FFmpeg on windows #68

Closed LehaBezuglov closed 9 months ago

LehaBezuglov commented 1 year ago

i've put FFmpeg in my .minecraft folder but the error I recieve is :FFmpeg was not detected"

gliscowo commented 1 year ago

In case it's still relevant, how exactly did you install FFmpeg? Isometric expects it to be found either on your system's PATH environment variable, or alternatively directly inside .minecraft - that is, the ffmpeg.exe needs to be placed directly in the folder

Cheers