psyGamer / TASRecorder

Create frame-perfect TAS recordings
MIT License
1 stars 1 forks source link

FFmpeg is installed but TASRecorder can't find it #7

Closed LozenChen closed 3 months ago

LozenChen commented 3 months ago

as described in title, i've installed latest FFmpeg and checked that it exists using "ffmpeg" in cmd, however TASRecorder can't find it

it seems in this case TASRecorder will try to download ffmpeg. However even if we fail to download that (due to bad internet), we can still record tas later??

See log.txt

LozenChen commented 3 months ago

the above 4 replies seem quite suspicious so i guess i'll just ignore

psyGamer commented 3 months ago

It seems to find FFmpeg fine tho?

LozenChen commented 3 months ago

wait what's the difference between ffmpeg binary and ffmpeg library? it seems i've only installed the binary one?

psyGamer commented 3 months ago

FFmpeg binary is the ffmpeg.exe while FFmpeg library are the av*.dlls

LozenChen commented 3 months ago

okay, it seems my avcodec.dll is not properly registered or something?

anyway i just set up a proxy, then TASRecorder succeeds to download and install everything needed, so this issue is solved