• ShareX - Open source screen capture/recording and uploading software
    286 replies, posted
[QUOTE=zerf;49975324]Is there configuration that can combine functionality of "Capture -> Region" and "Capture -> Region (Annotate)"? I'm specifically talking about allowing annotation as well as the oh-so-useful "ShowInfo" pixel information viewer.[/QUOTE] Next version will have annotation support in region capture. [img]http://i.imgur.com/PC0fonV.png[/img]
[QUOTE=Jaex;50364058]Next version will have annotation support in region capture. [img]http://i.imgur.com/PC0fonV.png[/img][/QUOTE] damn that's some hot shit i can't wait to switch back to sharex when/if i decide to return to windows as my daily driver it's the only thing i really miss when using linux
[QUOTE=NightmareX91;50373969]damn that's some hot shit i can't wait to switch back to sharex when/if i decide to return to windows as my daily driver it's the only thing i really miss when using linux[/QUOTE] definitely achievable to get something similar using bash scripts, not too hard either! it won't be nearly as feature packed (or it can be, depends on how much time you're willing to spend on scripting), but having scripts for fullscreen capture and region capture is pretty easy. here's my region capture script for example. pretty basic but works perfectly well and it's pretty easy to add more things to it. I used to use notify-send to send a notification about on going capture and when it was done but it filled up my notification center on Gnome so I used sounds instead. [code]#!/bin/bash _date=`date +%s` _file="/home/vlad/Seafile/Linux/Screenshots/$_date.png" maim -s -b3 -c 0.5,0.5,0.5,0.8 --opengl --magnify "$_file" scp -P <port> "$_file" predme@pred.me:/home/predme/web/pics echo http://pred.me/pics/$_date.png | xclip -selection clipboard mplayer "/usr/share/sounds/freedesktop/stereo/screen-capture.oga" [/code] easy to use, just chmod +x it and add it to a custom keyboard shortcut. depends on slop (compiled with OpenGL support), maim, openssh, mplayer and xclip. this is set to use my own server but I'm pretty sure there's something out there that allows for imgur uploading as well, I recall seeing it. don't really miss ShareX on Linux at all anymore but then again I only use its screen capture function, don't need most of the other things.
[URL="https://github.com/ShareX/ShareX/wiki/Changelog"]This last update [/URL]is great, I always wanted a way to blur stuff before capture without having to go into the editor after the capture. I wonder though the OCR is very slow / not working at all currently. Do you pay for a license Jaex? I highly doubt that 500 requests a day and 25k a month will be enough. ([url]https://ocr.space/OCRAPI[/url])
[QUOTE=Mitsuma;50488053][URL="https://github.com/ShareX/ShareX/wiki/Changelog"]This last update [/URL]is great, I always wanted a way to blur stuff before capture without having to go into the editor after the capture. I wonder though the OCR is very slow / not working at all currently. Do you pay for a license Jaex? I highly doubt that 500 requests a day and 25k a month will be enough. ([url]https://ocr.space/OCRAPI[/url])[/QUOTE] I have PRO PDF license.
Thank you for this software. I started using it a few days ago and it's absolutely wonderful. I used Puush before and 75% of the times I uploaded a file it would fail. This is absolutely amazing, havent had any issues and it works amazingly well both with screenshotting and uploading files generally. Is there anywhere I can donate?
[QUOTE=Starship;50492181]Thank you for this software. I started using it a few days ago and it's absolutely wonderful. I used Puush before and 75% of the times I uploaded a file it would fail. This is absolutely amazing, havent had any issues and it works amazingly well both with screenshotting and uploading files generally. Is there anywhere I can donate?[/QUOTE] You can donate via the Donation page [url]https://getsharex.com/donate/[/url]
Is there any way to swap the control for resize magnifier(ctrl+scrollwheel) and switch menu item(scrollwheel) in the active capture interface? I use the magnifier resizing more often than I use any of the menu items. It'd make more sense for me to have them the other way around.
[QUOTE=Tinter;50538834]Is there any way to swap the control for resize magnifier(ctrl+scrollwheel) and switch menu item(scrollwheel) in the active capture interface? I use the magnifier resizing more often than I use any of the menu items. It'd make more sense for me to have them the other way around.[/QUOTE] Good news I know how to config bad news I still make messes [t]https://jii.moe/VkTJ67TV-.png[/t]
Glad to see there's a way to fix it, but I don't entirely understand what I should do with this.
[QUOTE=Tinter;50539736]Glad to see there's a way to fix it, but I don't entirely understand what I should do with this.[/QUOTE] Compile it again in Visual Studio it's not so much a fix as it is just editing the application maybe one day we'll have fullon keybinds [editline]18th June 2016[/editline] [url]https://jii.moe/VkBuQ46NZ.zip[/url] Here's a build with modifications Although my branch runs latest [url=https://blogs.msdn.microsoft.com/dotnet/2015/11/30/net-framework-4-6-1-is-now-available/].NET 4.6.1[/url] for better compatibilities with modern operating systems and fixes a few SSL compatabilities [sp]Pentium can't run it, ShareX still supports XP, this doesn't[/sp] I'm unsure how this will affect anything when something needs updating, I've always just used git for updating and the setting lies here [t]https://jii.moe/NkpMNNTEb.png[/t]
Thanks, appreciate it as I don't have visual studio to compile it with. [editline]17th June 2016[/editline] Works well, thank you.
so i uh, i uploaded a file with Pomf through shareX. i went to download the file that i had just uploaded and once it finished downloading chrome said virus detected and blocked it, while windows defender through a shitfit and told me there was now a trojan on the new downloaded copy and also the originally uploaded copy. after that i zipped up the same files again and uploaded to mega and it's fine, the original and downlodaed copies.. i've always used sharex and pomf but never together.. is this my pc being stupid or possibly something bad. windows defender says this about the two files [t]http://i.imgur.com/MRZyPsS.png[/t] [t]http://i.imgur.com/mo6MdnT.png[/t]
Did you really archive chrome.exe :v: [editline]20th June 2016[/editline] anyway, you can submit the sample [url]https://www.microsoft.com/en-us/security/portal/submission/submit.aspx[/url] and have it checked by someone to have it thoughly checked and marked as not-malware
nope, i archived a bunch of minecraft mods to send to friends for our own little server. downloaded through chrome once i uploaded it and both were marked as malware. will submit now
I'm pretty sure i said it before, but could there be a right click option in explorer to edit that file in the bundled greenshot editor?
[QUOTE=Giraffen93;50627101]I'm pretty sure i said it before, but could there be a right click option in explorer to edit that file in the bundled greenshot editor?[/QUOTE] Nothing stopping you adding context menu entries to run a workflow that runs image editor on target files
[QUOTE=Scratch.;50638654]Nothing stopping you adding context menu entries to run a workflow that runs image editor on target files[/QUOTE] the image editor is a dll file, i've ran dumpbin and prochack on it but haven't found any exports to run with rundll32, i don't think it can run outside sharex itself
[QUOTE=Giraffen93;50649145]the image editor is a dll file, i've ran dumpbin and prochack on it but haven't found any exports to run with rundll32, i don't think it can run outside sharex itself[/QUOTE] Take a look at the wiki on githib for the ShareX launch parameters. Run a workflow to open file in image editor
[QUOTE=Scratch.;50649386]Take a look at the wiki on githib for the ShareX launch parameters. Run a workflow to open file in image editor[/QUOTE] way too overwhelming, never used these "workflows" before, and editing context menus in the registry is total ass i'll just continue using the tools menu
I've noticed that sometimes when I try to take fullscreen pictures with the rectangle region, this happens: [t]https://f.lewd.se/MphA6h_2016-07-06_13-06-47.png[/t]
So I've been using ShareX for my screenshots and it works great. I'm starting to do some tests with it when it comes to screen recording. So far, it works ok but when I record my Premiere Pro window with video playing back, it can get a bit choppy. Any recommendations in improving performance? Space is not an issue. I am using the screen-capture-recorder which is working way better than GDI grab. I am also recording audio using the virtual-audio-capturer. When I'm doing the screen recording, ffmpeg.exe uses 20% of my CPU. There could be better programs to use for screen recording?
Imgur uploads are no longer working, is that known? [t]http://i.cubeupload.com/3aQOpK.png[/t] With the authorize and with anonymous it throws [code]Message: The underlying connection was closed: An unexpected error occurred on a receive. StackTrace: at System.Net.HttpWebRequest.GetResponse() at ShareX.UploadersLib.Uploader.UploadData(Stream dataStream, String url, String fileName, String fileFormName, Dictionary`2 arguments, NameValueCollection headers, CookieCollection cookies, ResponseType responseType, HttpMethod method, String contentType, String metadata)[/code]
[QUOTE=FlakTheMighty;50711255]Imgur uploads are no longer working, is that known? [t]http://i.cubeupload.com/3aQOpK.png[/t] With the authorize and with anonymous it throws [code]Message: The underlying connection was closed: An unexpected error occurred on a receive. StackTrace: at System.Net.HttpWebRequest.GetResponse() at ShareX.UploadersLib.Uploader.UploadData(Stream dataStream, String url, String fileName, String fileFormName, Dictionary`2 arguments, NameValueCollection headers, CookieCollection cookies, ResponseType responseType, HttpMethod method, String contentType, String metadata)[/code][/QUOTE] [url]http://api.imgur.com/[/url] not even opens.
I guess Imgur's decided it doesn't want to have an API anymore for some reason. Maybe it's temporary. In the meantime, here's some ShareX settings for jesusfuck.me that I ripped off the Internet somewhere, if you need new image hosting: [code]{ "Name": "Jesusfuck.me", "RequestType": "POST", "RequestURL": "http://jesusfuck.me/api.php?apiKey=&format=xml", "FileFormName": "imagefile", "ResponseType": "Text", "RegexList": [ "<img_url>(.+)/di/(.+)</img_url>", "<img_delete_id>(.+)</img_delete_id>" ], "URL": "$1,1$/di/$1,2$", "ThumbnailURL": "$1,1$/dt/$1,2$", "DeletionURL": "http://jesusfuck.me/?d=$2,1$" }[/code]
[QUOTE=lavacano;50711301]I guess Imgur's decided it doesn't want to have an API anymore for some reason. Maybe it's temporary. In the meantime, here's some ShareX settings for jesusfuck.me that I ripped off the Internet somewhere, if you need new image hosting: [code]{ "Name": "Jesusfuck.me", "RequestType": "POST", "RequestURL": "http://jesusfuck.me/api.php?apiKey=&format=xml", "FileFormName": "imagefile", "ResponseType": "Text", "RegexList": [ "<img_url>(.+)/di/(.+)</img_url>", "<img_delete_id>(.+)</img_delete_id>" ], "URL": "$1,1$/di/$1,2$", "ThumbnailURL": "$1,1$/dt/$1,2$", "DeletionURL": "http://jesusfuck.me/?d=$2,1$" }[/code][/QUOTE] Hopefully they just changed the URL or it's temporary. I'd really rather not change from imgur. [editline]e[/editline] [t]http://i.cubeupload.com/RNzwo1.png[/t] Huh. Weird.
I can't even upload image from Imgur web site currently.
Some part of the Imgur API is working because I just uploaded something using the unofficial Imgur app for Android.
[QUOTE=FlakTheMighty;50711307]I'd really rather not change from imgur.[/QUOTE] You can just toggle it back in ShareX if Imgur's API comes back
[QUOTE=lavacano;50711342]You can just toggle it back in ShareX if Imgur's API comes back[/QUOTE] Yeah I know, I'm currently using Cubeupload from it despite them not wanting third party programs uploading to them. I'm awful I know.
Sorry, you need to Log In to post a reply to this thread.