How can Greenshot (or Imgur) know my video file name via screenshot?

1

I took some video from Internet, open it with MPC-HC, then take screenshot with Greenshot, then choose upload to Imgur.

It gave me the link

http://i.imgur.com/EpDN6ap.png

Then I change this to

http://imgur.com/EpDN6ap

in order to open framed image and I see filename in the title, which is the original file name from my disk:

enter image description here

("The.Angriest.Man.in.Brooklyn.BDRip_By_Flash.avi")

The question is: how could filename from my computer travel to Imgur?

Dims

Posted 2015-03-17T08:31:20.553

Reputation: 8 464

Answers

4

As you already found out, the window title reveals the filename, which is then be used as title for the screenshot.

It is worth noting that you can disable this behavior in Greenshot's config file:

; Is the title passed on to Imgur
AddTitle=False
; Is the filename passed on to Imgur
AddFilename=False

(Make sure to close Greenshot before manually modifying the configuration file, otherwise the changes might not be applied.)

As of the next release, the default configuration will have those two set to False for fresh installations (existing configuration files will not be modified when installing the new version).

jklingen

Posted 2015-03-17T08:31:20.553

Reputation: 311

3

Experiments show, that Greenshot takes the window title. So if Video player shows filename -- it goes to Imgur as image title.

Dims

Posted 2015-03-17T08:31:20.553

Reputation: 8 464

0

Speculating.

The application used for capturing the screen knows what application is focused and when submitting the screen shot to Imgur it simply adds the file name of the file opened by the application.

Try opening a .jpeg in an image viewer and screen shot it, if I'm right the same behavior should occur!

GLaDER

Posted 2015-03-17T08:31:20.553

Reputation: 451