Live data from Hacker News

I made an open source Windows app to rewind and search everything on screen

tonoko.notion.site

11–20 of 172 posts

Re: I made an open source Windows app to rewind and search everything on screen

#11
> Download ffmpeg (the download file name is: ffmpeg-master-latest-win64-gpl-shared.zip), extract all files in bin directory(excluding the bin directory itself) to C:\Windows\System32 (or other directories located in PATH)

Copying ffmpeg to C:\Windows\System32 doesn't seem to be the correct way to install it.

Re: I made an open source Windows app to rewind and search everything on screen

#14
post #11

> Download ffmpeg (the download file name is: ffmpeg-master-latest-win64-gpl-shared.zip), extract all files in bin directory(excluding the bin directory itself) to C:\Windows\System32 (or other directories located in PATH) Copying ffmpeg to C:\Windows\System32 doesn't seem to be the correct way to install it.

Yeah just add the bin directory to the %path%. A lot of things have installed it to their own directory in appdata or program files.

Re: I made an open source Windows app to rewind and search everything on screen

#15

Earlier quoted context omitted.

Is there anyone here that has used it for an extended period of time? Would be interested to see if it’s actually helpful.

I used to use Google Desktop back when it existed for its viewed web page search feature mostly. It was pretty handy.

Google Desktop was the first thing I thought of when I saw the link. One difference with Desktop though is that nowadays people are doing stuff on more than one device. Synching the data somehow or other would presumably involve the sort of cloud services that this developer is avoiding for privacy reasons.

Re: I made an open source Windows app to rewind and search everything on screen

#16
post #11

> Download ffmpeg (the download file name is: ffmpeg-master-latest-win64-gpl-shared.zip), extract all files in bin directory(excluding the bin directory itself) to C:\Windows\System32 (or other directories located in PATH) Copying ffmpeg to C:\Windows\System32 doesn't seem to be the correct way to install it.

[deleted]

Re: I made an open source Windows app to rewind and search everything on screen

#19
post #14
post #11

> Download ffmpeg (the download file name is: ffmpeg-master-latest-win64-gpl-shared.zip), extract all files in bin directory(excluding the bin directory itself) to C:\Windows\System32 (or other directories located in PATH) Copying ffmpeg to C:\Windows\System32 doesn't seem to be the correct way to install it.

Yeah just add the bin directory to the %path%. A lot of things have installed it to their own directory in appdata or program files.

> A lot of things have installed it to their own directory in appdata or program files

This is the windows way. In the early days (Windows 95/98) it was indeed common practice to put shared dlls and exes in C:\Windows or C:\Windows\System32, but without central oversight this was a nightmare: version conflicts were rampant, and uninstallers didn't know what could be safely removed. Everyone switched to installing everything into the program's install dir, and the world was much better off.

Some poweruser tooling gets fancy by checking if ffmpeg is installed systemwide, and if not downloads it to the programs appdata folder. But that exposes you to versioning issues if that version is too old or too new

Post reply on HN