topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday November 11, 2025, 6:16 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 271 272 273 274 275 [276] 277 278 279 280 281 ... 309next
6876
General Software Discussion / Re: Selector 1.9
« Last post by MilesAhead on September 15, 2009, 02:48 PM »
Selector 1.9 Fixed Image URL filename extension handling to accommodate extensions other than 3 characters in length(e.g.  .jpeg should work as well as .jpg now)
6877
@sri thanks for the reply.  What I wanted was a way to do the most common thing with a graphic, bring it up in an image editor or viewer, without copying the graphic to the clipboard.  The reason is that my Selector program tries to save any text already in the clipboard, then copies selected text, then puts the original clipboard text back.  To handle all formats is too much work.  So looking for a way to get at the graphic with just text clipboard format I settled on 2 ways.

1) I added a button to Selector that takes the link when you do "Copy Image Location" and uses InetGet to download it to a temp file.  It should "download" right from the browser cache so it shouldn't cost anything.  I get the extension from the image link and use it for the temp file extension so that the type will be the same(.bmp .jpg whatever) and then I "open" with the default using Windows type association.

2) I include a program in the download "LoadImageURL" that you can put in Selector ListBox that does the same thing as the Button, but it allows you to set up a program other than the default to edit and saves that to .ini file to use automatically subsequently.

It seems a pretty good compromise because I'm not trying to do any kind of full purpose clipboard utility.  It's just meant to be a "glue utility" for convenience. Once I started doing it and I realized it could handle shortcuts then it because more useful since you could put multiple shortcuts to the same app with various customizations in the ListBox.

If I have an actual image in the clipboard then clicking the Irfanview shortcut with the /clippaste works pretty well.  Only thing is I have to remember not to pop up Selector when there's a graphic in the clipboard as there seems to be no easy way to save it for restoration without making spaghetti out of my code.

It's a compromise but it's less likely to break this way too.  Simple string copies.  From messing around the thing I did add which I like is if no program is selected in the ListBox it uses Windows association to just try to Open whatever the paramater is.  So if you had a line in EditPad Lite that was the name of a text file, like MyFile.txt and notepad was the default text editor, you could just highlight the filename and hit Selector hotkey and click the Go button. It should come up in Notepad without doing anything else... if the file exists that is. :)

6878
General Software Discussion / Re: video editing software
« Last post by MilesAhead on September 14, 2009, 08:28 PM »
I use AviDemux quite a bit myself.  For just saving mpeg clips you can also use the Mpeg Tools that come in TMPGEnc free version.  It has nice simple mpeg muxing and demuxing and save selected range to a clip.  The original TMPGEnc is a bit outdated these days but the Mpeg Tools are easy to use and fast for some things.
6879
Post New Requests Here / Re: Idea - Whats in my fridge?
« Last post by MilesAhead on September 14, 2009, 11:28 AM »
I remember seeing a similar problem solved on 60 Minutes TV show.  The way the woman solved it was, she had 3 guys come into the house every day to stock her refrigerator and toss out the old stuff.  Of course it's helpful her husband is VP of a large bank and has income in the top %1 of the nation.  But it is a direct approach I must admit!!  :Thmbsup:
6880
Instead of printing I just take a screen capture when I've ordered something online. I of course use Screenshot Captor to make this process easy.

That's what I suggested on another board when the person wanted to save the receipt.  All of the above sound like they work pretty well.
6881
General Software Discussion / Re: Selector 1.8
« Last post by MilesAhead on September 14, 2009, 11:23 AM »
I haven't tried that one yet.  I use Launchy but I'm running Minefield Firefox beta, and not everything works with it. I was using the FARR hotkey thing to open in Opera but Selector allows me to do similar stuff without remembering a hotkey for each browser. Just with selected or clipboard text.  It's useful for a few things.. not everything.
6882
Thanks for the link.  What I did was use InetGet() function in Selector to download the image to a temp file. It works pretty well as long as it's a straight url like somedomain/image.jpg and not some javascript thing.  Plus InetGet by default tries to do the "download" from the browser cache.

Then I use the file type association to open the graphics file.  Also I made a glue app in AutoIt3 to do the same thing but it allows you to choose your graphics editor and saves the path to an .ini file. That way you can either use the default app or have another editor for special web whatevers.

Guess I'm just too lazy to mess with all those clipboard data types when I can kludge it.  :)

edit: btw from messing around trying to do this I found IrfanView has a /clippaste command line switch.  For opening simple screen captures I made another shortcut with the switch.  When I launch IrfanView it comes up with the image pasted already.  Just saves a couple of clicks.
6883
General Software Discussion / Re: Selector 1.8
« Last post by MilesAhead on September 13, 2009, 05:11 PM »
Selector 1.8 I made a few updates on 1.8.  As you can see in the new screen shot, I added an ImageURL Button to do the same thing as the included LoadImageURL program but by using the Windows file type association.

Also the Go and Go "" Buttons have been updated so that if no item in the ListBox is selected, it still tries to open Param via Windows file type association.  Delete Button tests that an item is actually selected before trying to delete.

Also Hint balloons have been added for the Buttons.

edit: once I added support to Selector for opening the graphics image for an image url I could have removed LoadImageURL from the download but I thought it might be a good way to open a non-default image editor esp. since many image editors have a "paste" command line param, but not one to load from an image url off the web. The total download is still under a MB.  I don't think that's too bulky even for dial-up.


6884
General Software Discussion / Re: Selector 1.7
« Last post by MilesAhead on September 13, 2009, 01:41 PM »
Selector 1.7 Selector itself hasn't changed, but the download now includes a utility called LoadImageURL.  It's meant to be used with Selector and the browser "Copy Image Location" command.  It will download the image to a temp file, then feed it to your favorite image editor, as alternative to copying the image to the clipboard and using Paste in the image editor. On first usage it prompts you to navigate to the image editor, and stores your choice in an .ini file.

See the Readme for usage.
6885
General Software Discussion / Re: Selector 1.6
« Last post by MilesAhead on September 12, 2009, 06:30 PM »
You're welcome.  Glad you enjoy the program.  Selector and ReOpen are the ones I use myself all the time.  The other's I use here and there as needed.
6886
Anyone know a free Windows Image Editor(like Irfanview or Photofiltre) that can read the image from a URL on the command line?

What I'd like to be able to do, instead of copying the image itself to the clipboard, opening an image editor, then hitting paste.. is just pass the URL of the image on the web to the image editor and have it load it on startup like:

ImgEditor FakeWebSiteUrl/SomeImage.bmp

and ImgEditor would open with the image loaded.
6887
Actually it has nothing to do with FF version.  Launchy has always worked like that on my machines.  Maybe it just doesn't like HP I don't know.  


Anyway, to get back on topic, someone recommended PrintPDF  It's cool, among other uses, for those situations when you get a receipt for an online purchase that doesn't "save page as" properly and you don't really want to print out hard copy.  Just "print" to PDF using this addon and save the file in your receipt folder.  Works with my build of Minefield using Mr Tech.
6888
General Software Discussion / RunOperaTen available for download
« Last post by MilesAhead on September 11, 2009, 04:21 PM »
RunOperaTen is a command line utility to launch Opera 10 and also encrypt the Opera Forms info when Opera is not running.  Any command line params are passed along to Opera.  So RunOperaTen is compatible with my Selector utility.

RunOperaTen will not work with previous versions of Opera.. that's why Ten is stuck on the end of the name.  Older versions of Opera used a different .ini file for form fill(Wand as it was called then) info.

The download link is near the bottom of this page:
http://www.favessoft.com/downloads.html

The zip includes a Readme.  Basically the idea is to avoid the Forms info sitting in "operaprefs.ini" in clear text.  If you have a sophisticated form filler then this is not for you.  It's just a convenience utility for those like myself who like to use Opera Forms fill, but don't like the personal info sitting in the Opera ini file in clear text when that can easily be avoided.

Once set up, when you launch RunOperaTen it simply decrypts the [Personal Info] section of "runoperprefs.ini" file, launches Opera, and waits for Opera to close.  Then it encrypts that [Personal Info] section of the .ini file again.  All there is to it.

See the included Readme.txt for particulars.
6889
General Software Discussion / Re: Opera 10
« Last post by MilesAhead on September 11, 2009, 04:14 PM »
I added a feature to pass along any command line params to Opera 10 and made RunOperaTen available for download:

http://www.favessoft.com/downloads.html


The link is near the bottom of the page.
6890
Developer's Corner / Re: Multithreading tutorials
« Last post by MilesAhead on September 11, 2009, 03:10 PM »
I know you are arguing but I don't see the proof in practice.  Just theory. If you have some practical examples I'd be interested.  Otherwise it's just arguing what should be rather than what is. I think we've reached an impasse unless you can provide some concrete apps I can look at. I've already done so.

6891
Developer's Corner / Re: Multithreading tutorials
« Last post by MilesAhead on September 10, 2009, 08:27 PM »
I think you mistake efficiency for performance.  When I drive a steady 80 mph down the highway, my car isn't running as efficiently(miles per gallon) as when I drive 55 mph.  But I get there faster.  The multi-processing gets it done faster precisely because it's inefficient.  It hogs the machine and gets the throughput through!!

If you find any multi-threaded free encoders that work faster than assigning an instance per core please let me know so I can use them.
6892
The only thing that gets fixed by reinstall, is it will actually use apps in the list.  IOW, if I add a graphics viewer after Launchy is installed, it won't use it no way nohow no matter how I configure it.  It has to be there when Launchy is installed and autoconfigured by Launchy.  Even then, it won't work with the graphics links.  Guess I'll have to live with it unless I want to explore the morass of Windows clipboard handling myself. I don't look forward to messing with other than text afa that goes. :) Maybe if I found an AutoIt3 UDF where all the tough stuff is already done. :)

6893
Developer's Corner / Re: Multithreading tutorials
« Last post by MilesAhead on September 10, 2009, 11:45 AM »
afa indication of efficiency I'd say the time to produce the video at the same or better quality is the measure.  The CPU usage indicator only measures CPU usage. The fact that the multiprocessing approaches seem to have in common that they maximize the use of the CPU power and get done quickest is surely coincidental then according to your theory?
6894
skwire, if you come out with a Pro version, please add a feature to switch from exigency to altruism.

 :beerchug:
6895
Developer's Corner / Re: Multithreading tutorials
« Last post by MilesAhead on September 09, 2009, 08:45 PM »
I'd suggest trying a multitude of multi-threaded converters(is there a pun there or just a reasonable facsimile?) written by various programmers, then a gui supervisor app that launches multiple instances. Look at Core Temp to see which method maximizes the machine.  Although the multi-thread apps will use more than one core's worth of CPU, the average tends to be around 68% of available CPU power.  Whereas mult-processing apps like DVD-Rebuilder and FAVC the video encoding has the cores pegged at a nearly constant 100%.  Of course that's the part of the overall process that lends itself to multiprocessing.  The rest of the job you pretty much only run one muxer, one authoring app etc.. but even so it sure cuts down on the wait.





6896
Developer's Corner / Re: Multithreading tutorials
« Last post by MilesAhead on September 09, 2009, 11:55 AM »
That's a good point about the intrinsics.  You can't trust anything really works as named these days.  You have to see the assembler.  My first goal doing multi-threading would be writing apps that don't crash or deadlock.  If you are going to parse out separate copies of data then a variation on the fork() concept might be faster than threads.

I know when I process video, none of those multi-threaded encoders can keep up with multiple copies of an encoder esp. on multi-core PCs.  Each encoder is given a different range of frames to process and the results are all muxed together at the end.  Leaves multi-threaded encoders in the dust.
6897
Developer's Corner / Re: Multithreading tutorials
« Last post by MilesAhead on September 08, 2009, 08:19 PM »
One way you can control access to global data in a multi-threaded program, that's simpler than using a mutex, is the InterlockedIncrement() family of functions. The increment/decrement operation is guaranteed to be atomic. You don't have to worry about it being interrupted by another thread.

If you search on the term you should find example code.  If more than one thread has to alter the value of some global data frequently, it can be a lot faster than getting a mutex, altering some data, releasing the mutex etc..

Plus it's a lot less to debug.

6898
Nothing comes to mind other than the SysInternals suite.  You can download free from just about any download site, or from Microsoft downloads. I know I always see the updates on www.AfterDawn.com

Have you check for hardware i/o conflicts?  That's what it sounds like.
6899
General Software Discussion / Re: Opera 10
« Last post by MilesAhead on September 08, 2009, 05:25 PM »
Well, at least it didn't take long.  Saved my util as RunOperaTen and just hard wired the new .ini filename.  So I'll have to try it out and see if it still works on AllMusic.com. :)
6900
General Software Discussion / Re: Opera 10
« Last post by MilesAhead on September 08, 2009, 05:12 PM »
I just don't like the idea of my address phone etc. being in clear text in a known location.  Makes it too easy for fishing.  If browser = Opera then goto operprefs.ini. That's making it way too easy.
Pages: prev1 ... 271 272 273 274 275 [276] 277 278 279 280 281 ... 309next