Quantcast
Channel: Software Updates Latest Topics
Viewing all 78762 articles
Browse latest View live

Sublime Text 3.2 Build 3200 Final

$
0
0

Sublime Text 3 Dev Build 3193

 

Summary:

Spoiler

Sublime Text is a sophisticated text editor for code, markup and prose. You'll love the slick user interface, extraordinary features and amazing performance.

Features:

Spoiler

Some things users love about Sublime Text
Goto Anything
Use Goto Anything to open files with only a few keystrokes, and instantly jump to symbols, lines or words.

Triggered with Ctrl+P, it is possible to:
Type part of a file name to open it.
Type @ to jump to symbols, # to search within the file, and : to go to a line number. 

These shortcuts can be combined, so tp@rf may take you to a function read_file within a file text_parser.py. Similarly, tp:100 would take you to line 100 of the same file.

Multiple Selections
Make ten changes at the same time, not one change ten times. Multiple selections allow you to interactively change many lines at once, rename variables with ease, and manipulate files faster than ever.

Try pressing Ctrl+Shift+L to split the selection into lines and Ctrl+D to select the next occurrence of the selected word. To make multiple selections with the mouse, take a look at the Column Selection documentation.

Command Palette
The Command Palette holds infrequently used functionality, like sorting, changing the syntax and changing the indentation settings. With just a few keystrokes, you can search for what you want, without ever having to navigate through the menus or remember obscure key bindings.

Show the Command Palette with Ctrl+Shift+P.
Distraction Free Mode
When you need to focus, Distraction Free Mode is there to help you out. Distraction Free Mode is full screen, chrome free editing, with nothing but your text in the center of the screen. You can incrementally show elements of the UI, such as tabs and the find panel, as you need them.

You can enter Distraction Free Mode using the View/Enter Distraction Free Mode menu.

Split Editing
Get the most out of your wide screen monitor with split editing support. Edit files side by side, or edit two locations in the one file. You can edit with as many rows and columns as you wish.

Take advantage of multiple monitors by editing with multiple windows, and using multiple splits in each window.
Take a look at the View/Layout menu for split editing options. To open multiple views into the one file, use the File/New View into File menu item.

Instant Project Switch
Projects in Sublime Text capture the full contents of the workspace, including modified and unsaved files. You can switch between projects in a manner similar to Goto Anything, and the switch is instant, with no save prompts - all your modifications will be restored next time the project is opened.

Plugin API
Sublime Text has a powerful, Python based plugin API. Along with the API, it comes with a built in Python console to interactively experiment in real time.

Customize Anything
Key Bindings, Menus, Snippets, Macros, Completions and more - just about everything in Sublime Text is customizable with simple JSON files. This system gives you flexibility as settings can be specified on a per-file type and per-project basis.

Cross Platform
Sublime Text is available for OS X, Windows and Linux. One license is all you need to use Sublime Text on every computer you own, no matter what operating system it uses.

Sublime Text uses a custom UI toolkit, optimized for speed and beauty, while taking advantage of native functionality on each platform.

In This Release:

Spoiler

NEW: GIT INTEGRATION
Files and folders in the sidebar will now display badges to indicate Git status
Ignored files and folders are visually de-emphasized
The current Git branch and number of modifications is displayed in the status bar
Commands have been added to open a repository, see file or folder history, or blame a file in Sublime Merge
Themes may customize the display of sidebar badges and status bar information
The setting show_git_status allows disabling Git integration
All file reads are done through a custom, high-performance Git library written for Sublime Merge
Read the documentation


NEW: INCREMENTAL DIFF
All changes to a document are now represented by dedicated markers in the gutter
Diff markers show added, modified and deleted lines
The setting mini_diff controls incremental diff behavior
In coordination with the new Git functionality, diffs can be calculated against HEAD or the index
The git_diff_target setting controls base document source
API methods View.set_reference_document() and View.reset_reference_document() allow controlling the diff
The following diff-related commands were added:
Next Modification
Previous Modification
Revert Modification
Full inline diffs of each change can be displayed via the right-click context menu, or keyboard shortcuts
Inline diff presentation can be changed by customizing a color scheme
Read the documentation


EDITOR CONTROL
Added block_caret setting
Improve positioning and sizing of gutter icons in some situations
Fixed draw_minimap_border setting not working
Linux: Improved input method (IM) support - fcitx, ibus, etc
Linux: Fixed a crash when using GTK_IM_MODULE=xim
Linux: Tweaked behavior of up/down when on the first and last lines of a file to better match platform conventions
Windows: Improved IME support


THEMES/UI
Enhanced the .sublime-theme format:
Added variables support and associated revised JSON format with variables key
Added extends keyword to have one theme derive from another
Colors may be specified via CSS syntax
Improved performance with large numbers of rules in a .sublime-theme
Linux: Moved to GTK3
Linux: Various high DPI fixes
Mac: Added Mojave support
Mac: Add full support for macOS native tabs
Mac: Ensure context menus are shown without scrolling
Mac: Error message dialogs can now be closed with the escape key
Mac: Improved window placement
Mac: Improved resize performance
Windows: Fixed minimized and maximized state not restoring
Windows: Fixed a bug where auto complete entries would contain an ellipsis when not required


TEXT RENDERING
Support for Unicode 11.0
Improved rendering of combining characters
Fixed a caret positioning bug when non-trivial graphemes are present
Fixed some cases of incorrect glyph positions on Windows and Mac
Linux: Color glyphs are now drawn properly on light backgrounds
Windows: Fixed a rendering issue with certain combining characters
Windows: Fixed some fonts having an incorrect baseline


COLOR SCHEMES
Added block_caret key to use in conjunction with block carets
caret values now respect alpha as expected, rather than pre-blending against the background color
Added the foreground_adjust property to rules with a background. Accepts CSS color mod adjusters to manipulate the saturation, lightness or opacity of the foreground color.


SYNTAX HIGHLIGHTING
Many syntax highlighting improvements, including significant improvements to:
Clojure, with thanks to Nelo Mitranim
D
Go, with thanks to Nelo Mitranim
Lua, with thanks to Thomas Smith
Fixed a crash that could occur when nesting embed patterns in .sublime-syntax files
Syntax Tests: Allow syntax test files to have a UTF-8 BOM


FILES AND FOLDERS
Improve performance of file watching for ignored paths on Windows and Mac
Windows: Fixed Open File treating paths as case-sensitive
Windows: Properly unlock directories after contained files are closed


API
Added View.set_reference_document() and View.reset_reference_document() to control diff generation
Phantoms are now drawn correctly in conjunction with draw_centered
Various minor improvements related to plugin module loading and unloading
Added support for hwb() colors to minihtml
Added a custom min-contrast() adjuster for the CSS color mod function in minihtml
Mac: Fixed a plugin_host crash when running a process that itself crashes


MISCELLANEOUS
Fixed a Goto Symbol in Project performance regression
F21..F24 keys can now be bound
Assorted minor fixes and stability improvements
Linux: Improved behavior of --wait command line argument when Sublime Text isn't currently running

 

Homepage: https://www.sublimetext.com/

Version History: https://www.sublimetext.com/3

Download 32Bit: https://download.sublimetext.com/Sublime Text Build 3200 Setup.exe

Download 32Bit Portable: https://download.sublimetext.com/Sublime Text Build 3200.zip

Download 64Bit : https://download.sublimetext.com/Sublime Text Build 3200 x64 Setup.exe

Download 64Bit Portable: https://download.sublimetext.com/Sublime Text Build 3200 x64.zip

 

Patch RED (Not Tested):

Site: https://dbr.ee
Sharecode: /B9Bh

Or

Site: https://www.upload.ee
Sharecode: /files/9691281/Sublime.Text.v3.PATCH-RED.rar.html


Syncovery 8.26 (x86/x64)

$
0
0

Syncovery 8.26 (x86/x64)

 

39vXlRw.png

 

 

Syncovery is a great application used to back up data and to synchronize PCs, servers, and notebooks. Users can choose the user interface that suits them best: Wizard Mode or Advanced Mode. The settings are stored in multiple profiles, and the software comes with support for FTP and secure FTP servers, SSH, WebDAV, Amazon S3, http, partial file updating, ZIP compression, data encryption, and a scheduler for automated backups. The scheduler can run as a service without users having to log on. On Windows XP or later, locked files can be copied using the Volume Shadow Service.

 

This program features the ability to freely select files and folders across the whole folder hierarchy in a tree view, and it has support for e-mail notification, profile categories, and various filters. The software also supports Unicode characters in file names, file paths as long as 32767 characters, and much more. It also includes Real Time Synchronization (folder monitoring).

 

 

 

Features:

  • Synchronizes or Backs Up Files
  • Copy several files in parallel.
  • Includes a scheduler.
  • Internet and Cloud Support.
  • Compression and Encryption Support.
  • Detects Moved Files.
  • SmartTracking.
  • Exact Mirror Mode.
  • Unattended Mode.
  • Copy Locked Files.
  • Versioning:
  • Block Level Copying
  • Database-safe mode
  • Can Use Recycle Bin
  • File Masks & Filters.
  • Daylight Saving Time / Time Zones.
  • Easy Resuming On Disk Full.
  • Obsolete File Folders.

 

 

Changelog (for Windows only):

 

v8.26 (2019-04-04)

  • Adds the option to enlarge the GUI (click the Gears icon).
  • You can now specify an individual TEMP path for each profile, using a PascalScript function that sets the ProfileTempDir variable.
  • Background job optimization for jobs that run in the main scheduler thread (if parallel execution is disabled).

v8.25a (2019-04-02)

  • Improves cloud service error handling, especially Rate Limit errors on SharePoint and OneDrive.

v8.25 (2019-03-31)

  • Adds the Deep Archive storage class to Amazon S3.
  • Upload bandwidth limits for Amazon S3, Google Drive, and other clouds can now be much smaller and still work correctly (such as 0.05 MB/sec).
  • Fixes a problem that could cause repeated execution of a profile in real-time mode if one side of the sync is a drive or UNC path that does not support file system events (such as a WebDAV path).
  • Fixes WebDAV and HTTP compatibility with some servers.

 

 

Homepage: https://www.syncovery.com/

Changelog: https://www.syncovery.com/detailed-version-history/

Release Date: 2019-04-04

OS: Windows / Mac OS X / Linux
Language: English, German and French
Download Page (Windows): https://www.syncovery.com/download/windows/
 

 

 

iGTEPKv.png

 

 

 

DOWNLOAD (Windows):
==============================
Installer (32-bit) (English) (25.60 MB): https://www.syncovery.com/release/SyncoverySetup.exe
Installer (64-bit) (English) (30.68 MB): https://www.syncovery.com/release/Syncovery64Setup.exe

 

Serial:

Site: http://textuploader.com
Sharecode[?]: /15aud

==============================

 

 

JP Software Take Command 24.02.46 Multilingual

$
0
0

DGC27LW.jpg

 

Take Command is a comprehensive interactive GUI and command line environment that makes using the Windows command prompt and creating batch files easy and far more powerful. Take Command displays your command line applications in tabbed windows, with optional Explorer-style integration for a visual look at your folders. Take Command includes hundreds of major enhancements to CMD commands such as COPY, DEL, and DIR, and adds more than 160 new commands, 620 internal variables and functions, a batch file IDE / debugger, advanced command line editing and completion, and thousands of other features.

In addition, Take Command is a powerful batch file programming tool, including an integrated IDE with a sophisticated editor and batch debugger. Take Command offers extensions such as DO loops, SWITCH statements, error and exception handling, system monitoring, third-party plugins, and more than 680 built-in variables and functions.

Features
You can run multiple command prompts and GUI applications simultaneously in tabbed windows, including our own Take Command Console (TCC), CMD, bash and PowerShell.
The integrated file explorer allows you to examine directories and drag and drop files to the tabbed command prompt windows.
The programmable tabbed toolbar lets you create up to 20 tabs with up to 50 toolbar buttons on each. Toolbar buttons can start new tabs or windows, or send commands or text to existing tabs.

The TCC scripting language is a massive superset of the CMD command prompt commands, with 238 internal commands, 388 internal functions, and 298 system variables. Almost all of the CMD command prompt commands (e.g. DIR, COPY, DEL, DIR, START, etc.) are enhanced with hundreds of additional options, and TCC adds more than 190 new commands. Take Command can usually do in one or two lines what requires dozens of lines with Windows CMD commands (if it can do it at all).

Most interactive commands (such as COPY, DIR, DEL, MOVE, etc.) have command dialogs that allow you to select filenames and options and see your command line before executing it. The most powerful Windows command processor is also the easiest to use!
Take Command includes the best text and binary file viewer available for Windows, including bidirectional scrolling, hex listings, fixed and floating rulers, grid lines, extensive searching and printing features, and much more.

Select or exclude files by date, time, size, owner, description, and extended wildcards or regular expressions for extraordinary flexibility in file management.

Specify multiple filenames for most file processing command prompt commands (i.e., COPY, DEL, DIR, MOVE, etc.). (COPY even supports multiple targets as well as multiple sources.)
The scripting language includes a complete set of flow control structures including IF-Then-Else, DO and FOR loops, SWITCH, subroutines, batch libraries, etc.

Create and debug your batch scripts with the integrated graphical IDE. The IDE includes tabbed edit windows and a sophisticated debugger with single stepping, breakpoints, syntax coloring, tooltips, bookmarks, tabbed variable and watch windows. Windows batch file programming has never been easier or more powerful!

The built-in screen scrollback buffer lets you review or print command line output from past commands, and find text in any tabbed window.

You have multiple types of redirection, including redirecting and piping to STDERR, "here-document" and "here-string" redirection, and TEE and Y pipe fittings.
Browse command line and directory history, filename and directory completion, and use numerous cut and paste options (even with Windows command line applications that have no internal cut and paste support) with the advanced line editor.

Customize filename completion for any internal or external command or alias. This allows Take Command to intelligently select and display filenames based on the command line you are entering.

The optional command prompt input window (with full undo/redo) allows you to create and edit commands before sending them to the active tabbed command line windows.

Send keystrokes to tabbed windows, command prompt windows, or GUI windows .
Find any directory on your system by entering only part of its name with extended directory searches.

You can access FTP, TFTP and HTTP (including SSL and SSH) directories and files in all command line file-handling commands (COPY, DEL, MOVE, etc.).
Send SMTP, SMPP, and SNPP messages from your batch files or the command line.
Take Command includes internal compression and extraction commands and variables for BZIP2, GZIP, JAR, TAR, ZIP, and 7ZIP files.

Monitor your system's hardware and software events, and execute commands when an event is triggered. You can monitor the clipboard, directory changes event logs, network connections, processes, services, and USB and Firewire connections.

Easily query the WMI (Windows Management Interface) to retrieve system configuration information.

Expand your scripts with the internal support for PowerShell, Lua, Perl, REXX, Python, Tcl/tk, and any Active Scripting language. You can even combine multiple languages in your batch scripts.

Create your own variables or commands with plugins, or use one of the many third-party plugin libraries.

Operating System:
Take Command is compatible with any 32 or 64-bit version of Microsoft Windows 7, 2008R2, Windows 8 and 2012, and Windows 10 and 2016.

Home Page - http://jpsoft.com/

 

XX8imtT.png

 

Site: https://multifilemirror.com
Sharecode: /ot7qcgko8lc2

 

TSR Watermark Image PRO 3.6.0.8 + Portable

$
0
0

TSR Watermark Image PRO 3.6.0.8 + Portable

 

q0NV0C4.png

 

 

TSR Watermark software is an easy and fast way to get photos watermarked; the ease of use makes is quick to learn even for a non-technical person. If you have employees that needs to add watermark to a photo before uploading it online, TSR Watermark software is an excellent choice.

You will be able to save your or your employees a lot of time with the powerful batch-watermarking feature, if you have 100 photos you need to add a watermark to, TSR watermark can do that without user interaction, and so while your computer gets the watermarking job done, you can concentrate on taking the photos.

 

 

Features:

  • Multilanguage support, English, German, Italian, Japanese, Hungarian, Czech, Romanian, Spanish, French, Dutch, Portuguese (Brazilian & Portugal), Chinese (Simplified & Traditional), Indonesian, Russian and Danish is supported.
  • Add text watermark that is either normal, embossed, chiseled or watermarked with a border.
  • Automatically rotate the watermarked picture based on the orientation EXIF tag - this is written to the image by many modern cameras.
  • Add the text used to watermark the image to the EXIF information in the resulting file.
  • Keep or drop EXIF information in jpeg files (Camera model/lense model/etc. etc.)
  • Output the watermarked photo to JPEG, TIFF, PNG, BMP, GIF file format.
  • Specify the quality of the watermarking output when saving as jpeg images
  • Angle the text you use for your photo watermarking
  • Insert background watermark in digital images, pictures, photos
  • Resize images while watermarking the image/photo
  • Watermark your photos using either another image, photo or picture
  • Watermark your photos using your own text in the color and style you want to.
  • Maintain directory structure in destination directory or combine all batch watermarked images into one directory
  • Skip or overwrite existing watermarked images/photos in destination directory
  • Command line option to automatically load a profile and batch watermark all photos.
  • Automatically check for new version of the TSR Watermark Image Software

 

 

Changelog:

 

v3.6.0.8 (2019-04-04)

  • Fixed a bug when selecting to watermark photos using the 3d image watermark option, this would not select the correct option when reloading the selection page.

v3.6.0.7 (2019-03-10)

  • Re-implemented the old way of doing transparency when using a transparent image as watermark on photos since it works better :)

v3.6.0.6 (2019-03-04)

  • Fixed an error in the transparency function that made non transparent png look strange when used to add an image watermark to photos.

 

 

Homepagehttps://www.watermark-image.com

Changelog: https://www.watermark-image.com/version.aspx
Release Date: 2019-04-04

OS: Windows
Language: Multilingual
Download Page: https://www.watermark-image.com/download.aspx

 

 

 

7tFUtlS.png

 

 

 

DOWNLOAD:
==============
Installer (13.49 MB): https://www.watermark-image.com/WatermarkImageSetup.exe
Portable (10.95 MB): https://www.watermark-image.com/watermark-image-portable-pro.zip

Serial:

Site: https://textuploader.com
Sharecode[?]: /159fy

==============

 

 

Deezloader Remix 4.2.1

$
0
0

des.thumb.png.3565cd003c6eed21a5eca374f93368be.png

 

 

Deezloader Remix is an improved version of Deezloader based on the Reborn branch.
With this app you can download songs, playlists and albums directly from Deezers Server in a single and well packaged app.


Features:
Download MP3s and FLACs directly from Deezer Servers
Search and Discover music from the App
Download music directly from a URL
Download entire Artists library
See your public playlist on Deezer
Tagged music files (ID3s and Vorbis Comments)
Great UI and UX


Wiki: https://notabug.org/RemixDevs/DeezloaderRemix/wiki

 

Changes:
Downloads are binded to the server on server mode
Downloading playlists wont create artist and album folders if options are selected
Date tag is now enabled by default on new installations
Now users without propic will have a default one in the settings
Update message only nags once per client
Added space after %explicit% if there is text after the tag
Added label at the end of album viewin the modal
Fixed forEach error when downloading tracks
Fixed problem where %type% could be empty
Fixed macOS copy-paste problem
Fixed duplicate detection when downloading tracks
Fixed null separator for multitags on FLACs
Fixed problem where m3u file on multidisc albums was wrong

 

 

 

Download:
Site: https://mega.nz
Sharecode: /#F!ycZlUAzB!w__a0dHYjC7sNlCOEE5kNQ

 

 

NTLite 1.7.4.6790

$
0
0

screen_components.png

 

NTLite is an all-in-one Windows customization tool that offers a robust set of options for modifying and removing unnecessary components from the standard distribution of Windows.

This includes the ability to eliminate unnecessary locations, to include operating system updates, adding of missing drivers and more. It can also help you modify an already installed operating system with ease.

NTLite will prove to be powerful, but easy to use and features a dynamic toolbar, image list overview, presets, and many more details which help you be more productive while maintaining your images which includes WIM, decrypted ESD (Electronic Software Download) and SWM (spanned, split images) as well as ESD to WIM, SWM to WIM (aka image joining), WIM to SWM (aka image splitting) conversions included.

NTLite will also allow you to create a bootable ISO from any image as long as the normal image folder structure is present (Boot and Sources folders). Need to edit a Windows 10 image from Windows 7 as a supported host? You can edit images in pretty much all the supported host combinations.

NTLite Features:

  • Image conversion
  • Basic component removal
  • Host hardware checklist
  • Integration
  • Tweaks
  • Unattended setup
  • Post-Setup automation

 

Homepage

Download 32-bit

Download 64-bit

 

Changelog :

Spoiler
New
Downloader: Proxy support, enter credentials in File-Settings
Upgrade
Source: Architecture handling rewritten, preparation for ARM64 support
Source: Loading image edition directly that needs to be converted will keep all editions
UI: Yes and No to all options for components checking prompts (instead of just Skip all)
UI-Translation: Thanks for Korean (Redrabbit), Farsi (Mona mon)
Fix

Source: Propagating tasks from boot.wim to install.esd could crash the tool
Source: Expand state remembered for unmounted install images
Components: ‘Diagnostics’ removal was breaking directory ownership popup in Explorer
Components: ‘Media Player’ preset loading could recheck it
Components: TaskHostW could be crashing after a specific removal combination
Unattended: Autofill selects first available image language if the host language is absent
Post-setup: Error messages with % sign could cause a crash

 

Get MiniTool ShadowMaker Professional free to celebrate World Backup Day

$
0
0

Regular backups are the best way to protect your files from loss – whether it's from a hardware failure, ransomware attack, theft, or accidental damage.

 

To mark World Backup Day, which takes place on March 31, MiniTool is giving users the opportunity to download its premium software MiniTool ShadowMaker Professional completely free.

MiniTool offered to get  MiniTool  ShadowMaker  Pro for free and enjoy big discounts on the most popular disk partition software. You must join this special offer before April 6  so hurry up to grab the chance!

Campaign URL: https://www.minitool.com/promotions/world-backup-day.html  

image.png.2c512732b46c3855b7ac5ec6a278215d.png

To get MiniTool ShadowMaker Pro for free

 

The giveaway includes the $29 worth MiniTool ShadowMaker Pro version, which supports 1-year free use. And the participants need to register within 30 days, which will become invalid after that. Just a quick reminder, the giveaway only lasts 24 hours.

 MiniTool ShadowMaker Pro brings easy file backup, system backup and disk/partition backup to Windows users. It comes with a clear interface and works fast. In addition, this data backup software offers full, differential, incremental and scheduled backups that really make it easy to customize your backup plan.

Download MiniTool ShadowMaker PRO: https://www.minitool.com/download/sm/mtsbsetup_trial.exe

Product Homepage: https://www.minitool.com/backup/

Skylum Luminar Flex v1.0.0.2822 ML

$
0
0

ouz34rpj.jpg

 

Description: Filters and tools for the most demanding photographer. From HSL to Structure, from a dedicated Raw Develop module to Curves & LUT Mapping the new Luminar Flex gives the power to the pros and makes it easy to achieve you full creative vision.

190404105535538313.jpg

50+ Filters and tools for the most demanding photographer

  • From HSL to structure, from a dedicated RAW Develop Module to Curves and Tool Mapping the new Luminar Flex gives the power to the pros and makes it easy to achieve you full creative vision.

Accent AI

  • Analyzes your photos and automatically improves color, details, tone, and depth. No need for a dozen manual adjustments.

AI Sky Enhancer

  • Automatically detects and improves the skies in your images.

Foliage Enhancer

  • Automatically detects foliage and greenery and makes them more vivid and natural.

Amazing Looks in one click

  • Visually browse over 70 built-in <strong>Luminar Flex Looks handcrafted by pro photographers.
  • Download hundreds of additional Looks that perfectly match your artistic vision.
  • The adaptive Amount slider lets you dial in just the right intensity for each effect.

Exclusive creative filters

  • This filter automatically masks the light so it passes through trees, around mountains, and even wraps around objects and subjects. Add volumetric lighting to create beautiful beams of light in your images.

Speed up your workflow with workspaces

  • Magic sliders to make great looking images without extra efforts. Featuring unique Accent AI.

Film Lab

  • A special workspace for creating unique looks. Accent AI, AI Sky Enhancer, Adjustable Gradient and more.

Portrait

  • A carefully selected set of tools to make your portraits truly stand out. Featuring High Key, Soft Glow, LUT Mapping, Accent AI and more.

Drone & Aerial

  • Inspired by DJI, this workspace was created to give photographers just the right tools to fix & enhance their drone images.

 

 

Site: https://www.mirrored.to
Sharecode: /files/01T777BS/

 

 

NN


F-Secure Freedome VPN 2.26.5768.0

$
0
0

KCStajY.png

 

Freedome is a flexible and easy-to-use VPN from the Helsinki-based security vendor F-Secure.

The service mostly focuses on the privacy fundamentals. It offers a decent set of 27 locations across 20+ countries, with native desktop and mobile apps, giving you access to (some) geo-blocked content and with no bandwidth limits to hold you back.

The only significant bonus feature is tracker-blocking, although F-Secure does its best to persuade you otherwise, highlighting extras like an "interactive visual map" to show you the trackers it's blocked. This looks pretty and can sometimes be useful, but realistically, you wouldn't miss it if it wasn't there.

Homepage: https://www.f-secure.com/en/web/home_global/freedome

 

XX8imtT.png

 

Download includes working +9 days Trail code and Trail Reset

 

Site: https://multifilemirror.com
Sharecode: /djxk4nhgm8ep

Topaz A.I. Gigapixel 3.1.1 (x64)

$
0
0

TKTSStN.jpg

 

A.I.Gigapixel™ is the first and only desktop application to use the power of artificial intelligence to enlarge your images while adding natural details for an amazing result. Using deep learning technology, A.I.Gigapixel™ can enlarge images and fill in details that other resizing products leave out. These traditional methods produce images that are blurry, unrealistically painterly, and lack the details that are present in real high resolution images.

Capability
Think only an expensive 50MP medium format camera can deliver large, high quality images? Now you can create 100MP or even 1,000MP photos with a standard DSLR/Mirrorless camera! Do you wish that pictures taken with your smartphone had higher quality? A.I.Gigapixel™ can transform them into 100MP size and 16-bit quality that looks like it could only have come from a DLSR camera.

Flexibility
Need more flexibility after your photoshoots? Usually, the lack of resolution stops you from cropping an image to frame it just right. With A.I.Gigapixel™, you can crop your photo, then simply enlarge it back to the desired size. Need to do large format printing, but only have small images to work with? Don’t lose the quality when increasing the size. Now you can print your photo 6ft (1.8m) tall at 300DPI.

Resourcefulness
You have a project that demands high quality large images, but all you have are old low resolution shots. Let A.I.Gigapixel™ give them new dimensions and details. Like many people, your library contains various sources such as scans, drone footage, video frame captures, downloaded stock photography, search engine images, etc. Don’t be held back because you don’t have a high resolution copy of something – Make everything work.


How does A.I.Gigapixel™ create missing details?
Other image resizing software relies on interpolation to scale up images. A.I.Gigapixel™ is different. It uses state-of-the-art “deep learning” methods to both enlarge and enhance images:

1. To teach the difference between low and high quality results, we started by gathering millions of photos of all subjects and styles.
2. The photos are then used to create a sophisticated neural network that gradually learns the best way to enlarge, enhance, and create natural details.
3. Our proprietary A.I. engine uses your computer’s graphics card to perform the task in a reasonable amount of time.

 

Release Notes:
- We fixed a problem with custom ratios, which should now work correctly We fixed a problem that prevented the Start button from enabling when using inches value We fixed a problem where the installer would stall after user accepted terms & agreements We fixed a problem where A.I. Gigapixel saved images at 72ppi with no regard to the input ppi value We fixed a problem that was contributing to underexposure in some images.

New Features:
- A new preferences window for the application has been added. Depending on platform, it can be accessed through the ‘File’ or [Application Name] menu.
- The preview panel will open by default after adding the first image. This can be disabled in the new preferences window
- Options for JPEG and TIF have been added to the ‘Convert Files To’ list box.
In the file processing list, the color profile is detected and displayed next to the resolution for the input side. As you change options in the right panel, the output color profile will be -updated. By default, RAW images will be processed as JPG images, maximum quality, ProPhoto RGB color profile.

Changes:
- The ‘Convert Files For - Only RAW Files’ option has been removed and replaced by a simpler ‘Convert File Format - Yes or No’ control. If changes to the file type or color profile of the output image are desired, choose Yes. The relevant options will be shown depending on the choices made.
- The ‘Keep Metadata’ control has been moved into the Output group box.
- In the file process list, the progress bar has been moved to the bottom of each box and made wider.
- When typing in the ‘Output Filename Prefix’ or ‘Suffix’ textfields, the changes are reflected as you type each character
- The ‘Use dedicated graphics processing’ option in the help menu has been moved to the new preferences window. It is labeled as ‘Processing Mode - GPU/CPU’
- The ‘Background Processing’ option in the help menu has been moved to the new preferences window. It is labeled as ‘Process images as a background task - Yes/No’
- The ‘Enable File Logging/Disable File Logging’ option in the help menu has been reworded to ‘File Logging: On/Off’

Fixes:
- The selection of color profile (or desire to keep the color profile) was not being consistently applied to images.
- The selection for Image quality for JPEG images may not have been applied consistently to images.
- The selection for Compression for PNG images may not have been applied consistently to images.
- When resizing images by width or height and using centimeters as the unit of measurement, output image size was larger than expected size.

Operating System Requirements:
- Windows 7 x64
- Windows 8/8.1 x64
- Windows 10 x64

Hardware Requirements:
- System RAM: 8GB // 16GB recommended
- GPU VRAM: 2GB // 4GB recommended
- GeForce GTX 960 4GB recommended
- Radeon R9 270 4GB recommended

Homepage https://topazlabs.com/ai-gigapixel/

 

XX8imtT.png

3 parts 0,98 GB

 

Site: https://multifilemirror.com
Sharecode: /d9fwu8jbshgh

 

Site: https://multifilemirror.com
Sharecode: /5rm5gsajiph3

 

Site: https://multifilemirror.com
Sharecode: /6qlo5uz1q8cg

 

personal comment

In my opinion after testing it is working much faster than the last version. For me it looks like that the last version was something like a beta or release candidate. The first different that you see is that it is now again only one file (preactivated) to install. 

 

quick test

zH4Kb4X.png

ORPALIS PDF Reducer Professional 3.1.3 + portable

$
0
0

tZylPFK.jpg

 

ORPALIS PDF Reducer is a powerful PDF compression Software for end users and developers meant to help anyone to get existing PDF files reduced up to 80% more than concurrent products.

To achieve that, ORPALIS PDF Reducer provides different innovative and highly sophisticated size-reducing techniques which can be optionally applied by user selection:
• Content segmentation to increase compression ratio.
• Automatically applies the most effective compression scheme based on data type.
• Serialization of several compression algorithms.
• Uses innovative automatic color detection mechanism.
• Page layout analysis.
• Embedded raster images re-sampling.
• Embedded raster images re-compression.
• Unused objects removing.
• Remove unwanted specific objects such as annotations, bookmarks, formfields, embedded files…

Operating System: Vista, 7, 8, 10, Server 2003-SP2, Server 2008, Server 2012

Language : English, French

Home Page - http://www.orpalis.com/

XX8imtT.png

ORPALIS PDF Reducer Professional 3.1.3

Site: https://multifilemirror.com
Sharecode: /sopyj6qpxucz

ORPALIS PDF Reducer Pro 3.1.3 portable

Site: https://multifilemirror.com
Sharecode: /oa7kr5wpeuov

Nsasoft Product Key Explorer 4.1.1.0

$
0
0

mfi8jwc.png

 

Product Key Explorer - Find over 8000 popular software product keys instantly! Product Key Explorer displays product key for Windows, MS Office, SQL Server and more than 500 popular software products installed on your local or remote network computers. In order to install or reinstall Microsoft Office, Windows, or other commercial software, you must have access to a product serial key (CD Key) for that product. Product Key Explorer retrieves serial keys from network computers and allows to protect your company from having pirated software on your network.


With this software you will be able to track the number of software licenses installed in your business, find and recover a lost or forgotten product keys, save and keep an up-to-date backup of all your software license keys in a central location. Excellent tool for network administrators, or businesses undergoing a software license compliancy. You can save product keys as Tab Delimited Txt File (.txt), Excel Workbook (.xls), CSV Comma Delimited (.csv), Access Database (.mdb), Web Page (.html) or XML Data (.xml) file, Print or Copy to Clipboard.

Product Key Explorer is a powerful software inventory program that can help you to recover and backup lost product key (license CD key) for over 500 popular products (including Microsoft Windows 2000, XP, Server 2003, Vista, Office 2003, Office 2007 Professional, Adobe etc.) Product Key Explorer automatically recovers serial keys of the current system and retrieves product keys from network computers. The software allows to protect your company from having pirated software on your network. With this software you will be able to track the number of software licenses installed in your business, find and recover a lost or forgotten product keys, save and keep an up-to-date backup of all your software product keys in a central location.

You can backup product keys to Registry File (.reg), save as Tab Delimited Txt File (.txt), CSV Comma Delimited (.csv), Excel Workbook (.xls), Access Database (.mdb), Web Page (.html) or XML Data (.xml) file, print key list or copy all to clipboard. Just right click to key list and choose appropriate option. Please note: the trial version doesn't allow backup or print product key list.

You can retrieve your game serial key with Product Key Explorer, the program can help you to find product keys for: Dungeon Siege 2, Age of Empires 3, Halo ( Halo 2), Flight Simulator, Rise Of Nations, Age of Mythology, MechWarrior Mercenaries, Sims 2, Battlefield, FIFA, NHL, Black and White, Battlefield Vietnam, Shogun Total War - Warlord Edition, Medal of Honor, Nascar Racing, Global Operations, Freedom Force, SimCity 4 Deluxe, James Bond 007 Nightfire, Dangerous, Dawn of War - Dark Crusade, Medieval II Total War, Call of Duty 2, Company of Heroes, Splinter Cell - Chaos Theory, Eugen Systems The Gladiators, Tiberian, Red Alert, Counter-Strike, Gunman Chronicles, Half-Life, Hidden & Dangerous 2, Industry Giant 2, Legends of Might and Magic, Soldiers Of Anarchy, Covert Strike, Rainbow Six III RavenShield, Pro Evolution Soccer 6, Stalker, Stardock Galactic Civilizations II,Ubisoft Prince of Persia, Silent Hunter II, Splinter Cell Pandora Tomorrow,Splinter Cell Chaos Theory, Empire Earth II, TimeShift, Sid Meier's Pirates, Star Wars Battlefront, Star Wars Empire, Star Wars Republic Commando and more...

RELEASE NOTES
• official site does not provide any info about changes in this version.

HOMEPAGE

http://www.nsauditor.com/

 

Direct Download:

http://www.nsauditor.com/downloads/productkeyexplorer_setup.exe

 

Download + Portable with Crack by UZ1

site: https://www.upload.ee

sharecode: /files/9789428/PKE_4.1.1.0.7z.html

JP Software Take Command 24.02.48

$
0
0

Take-Command-Prompt.png

 

Take Command is a comprehensive interactive GUI and command line environment that makes using the Windows command prompt and creating batch files easy and far more powerful. Take Command displays your command line applications in tabbed windows, with optional Explorer-style integration for a visual look at your folders. Take Command includes hundreds of major enhancements to the command line and CMD commands such as COPY, DEL, and DIR, and adds more than 140 new commands, 460 internal variables and functions, a batch file IDE / debugger, and thousands of other features.


Command Line Features:
· Modify and re-execute previous commands with a powerful command line editor
· Copy, delete, move, and rename groups of files and directories, not just individual ones
· Extended directory searches allow you to change to a directory anywhere on your system by entering only part of its name

· Quickly locate files or text within files anywhere on your system
· Built-in file viewer includes scrolling, search, and print capabilities
· Select or exclude files by date, time, size, and/or extended wildcards for extraordinary flexibility in file management
· Redefine commands, create new commands and functions for your regular tasks, even assign frequently used commands to a single keystroke
· Direct access to FTP, TFTP and HTTP (including SSL) directories and files in all file-handling commands
· Complete configuration adjustment, either through interactive dialogs or on the command line
· File descriptions up to 511 characters long provide information that can't fit in a filename

Batch File Features:
· Batch debugger with singlestepping, breakpoints, syntax coloring, bookmarks, popup variable windows, variable watch windows, and editing
· An improved batch language adds subroutines, IF/THEN/ELSE logic, DO loops, SWITCH statements, error and exception handling, and more than 130 internal commands, while retaining compatibility with batch files written for CMD
· More than 130 built-in variables include system configuration, device status, network drive detection, and free memory and disk space
· More than 200 variable functions assist with manipulation and display of strings, characters, numbers, date and time, file names, etc

Windows Features:
· Start graphical and character-mode applications with ease - even run most console programs in the Take Command window
· Built-in screen scrollback buffer lets you review or print output from past commands at any time
· Customizable toolbar gives you quick access to frequently used commands and applications
· Find File dialog lets you search quickly for files or text, anywhere on your system - or search from the command line with the new FFIND command
· Dialogs, accessible from the Options and Utilities menus, for editing environment variables, aliases, file descriptions, and startup parameters
· New commands such as ACTIVATE, MSGBOX, and QUERYBOX that allow you to use GUI features and control GUI applications from your batch files

Whats New

https://jpsoft.com/help/index.htm?whats-new-in-version-24.htm

 

HOMEPAGE

https://jpsoft.com

 

Direct Download:

https://jpsoft.com/downloads/v24/tcmd.exe

 

Download with Patch by @RadiXX11

site: https://www.upload.ee

sharecode: /files/9789459/Take_Command_24.02.48.7z.html

ByteScout PDF Multitool 10.1.0.3440 Business

$
0
0

tWddj0R.jpg

 

Convert PDF files to multiple document and image formats, read damaged text, extract data from documents and more, with this versatile application. ByteScout PDF Multitool is an easy to use and powerful conversion suite created to help users save their PDF files to other common formats, such as TXT, CSV, HTML and even images.


Learn more about the features of ByteScout PDF Multitool for Businesses:
PDF transformation and conversion of its scanned images into text searchable PDF files;
Reading of text on scanned files (English, German, Spanish, French and more are supported) with features of HTML PDF Viewer afterward;
PDF to CSV conversion, PDF to XML and XLS, PDF to XLSX and PDF To HTML conversions;
Ability to automatically find tables within a PDF document;
Extra options to Split, Merge, Extract pages from PDF;
Performing of regular expressions search within a PDF document;
Extract attached files and inside data from PDF, XFA and XFDF;
Convert PDF to TIFF, PDF to PNG, PDF to BMP, PDF to HTML;
Print PDF documents;

Whats New:
Updates: official site does not provide any info about changes in this version.

HOMEPAGE

https://bytescout.com

 

Download with Key:

site: https://www.upload.ee

sharecode: /files/9789509/ByteScout_PDF_Multitool_10.1.0.3440.7z.html

SoftPerfect Switch Port Mapper 3.0.2

$
0
0

6jWxtxc.png

 

The SoftPerfect Switch Port Mapper tool works with managed network switches and reports what is connected to switch ports, and which ports are not connected. For every connected port, the port mapper lists the MAC address, IP address and host names of the computers associated with that port.


Additionally, the software can display each client's network card vendor, port speed, and the counters of erroneous and discarded frames for every port. This can be of good assistance when troubleshooting network connectivity issues.

Key features:
Shows what is connected to every switch port in a simple table format.
Pulls ARP table from a router to display IP information of connected clients.
Scans the current subnet for MAC-to-IP address mappings if there is no router.
Comes in two editions: a GUI application and a console application for using in scripts.
Allows direct launch of other applications and tools for convenience and easy management.
Fully supports SNMPv1, SNMPv2c and SNMPv3, including bulk operations.

Supported platforms:
Windows XP through Windows 10,
Windows Server 2003 through 2016
32-bit and 64-bit

Whats New

https://www.softperfect.com/products/changelog.php?product_id=12

 

HOMEPAGE

https://www.softperfect.com/

 

Direct Download:

https://www.softperfect.com/download/files/portmapper_setup.exe

 

Download with Keygen by DFoX:

site: https://www.upload.ee

sharecode: /files/9789579/Switch_Port_Mapper_3.0.2.7z.html


EaseUS Todo PCTrans Professional 10.0 Build 20181229

$
0
0

V1JTvIN.jpg

 

An Easy PC transfer software helps transfer your data, applications, and account settings from one PC to another in one click.


Professional
Transfer user's accounts via network connection or image file
Transfer applications & data via network connection or image file
Transfer unlimited applications
For Windows 10, 8.1, 8, 7, Vista, XP and Server 2016, 2012, 2008, 2003
Transfer applications between local disks
Business usage
7X24 Free tech support service
One license for 2 PCs

One Click to Set up a New PC
EaseUS Todo PCTrans takes all stuff to a new PC, and gets it ready for use. This easy PC transfer tool safely migrates your existing files, file folders, programs, and account over to a new computer. In just one click, make your new PC loaded with everything you need. Instead of manual copy and paste, you can move to a new PC seamlessly.

In-Place Upgrade
Upgrade to Windows 10? EaseUS Todo PCTrans makes it possible to perform an in-place upgrade in Windows 10 without reinstalling all apps. This PC transfer software can move applications downloaded on the previous computer to a new PC before your Windows 10 update.

When the Windows 10 upgrade is done, it automates the configurations of apps on the Windows 10 PC without removing the old versions. To install Windows new updates, everything transferred remains the same as before.

Transfer and Backup
Worry about data loss when switching to a new computer or upgrading Windows 10?
Have to re-download all apps when you change a PC?
Reluctant to create a new account on a new PC?
EaseUS PC migration software copies the contents on the one computer, and backs up data, applications, or account along with the personalized settings to another PC. This approach reduces data loss to zero, and allows you to restore everything back when something unexpected occurs. In particular, it creates images of all apps, and makes them available on the new PC.

Optimize PC Performance
To upgrade your hard drives on an old PC, or replace a damaged disk, EaseUS Todo PCTrans can transfer applications locally between two disks, and move away large programs which take up much disk space, and slow down your PC. It's widely applied to transfer apps stored on system drive to other disks, and make much room for Windows system. Thus, it speeds up the Windows system running, and keeps your PC working at its best.

Three Easy Transfer Ways
Transfer via Network Connection
Connect two Windows laptops/PCs by network, and move your files, apps & accounts off the old PC to a new one

Transfer via Image Files
Make images of files, folders, or software on the previous computer, and transfer to the next one. It also works as a backup.

Transfer between local disks
Migrate applications from one disk to another locally, and free up space to settle down low disk space issue

Whats New:
New Features
More streamlined and intuitive user interface.
Supports transfer of domain user accounts.
Supports transfer of Microsoft Visual C++ redistributable packages.
Application transfer improvements.

HOMEPAGE

https://www.easeus.com

 

Direct Download:

http://down.easeus.com/product/pctrans_trial

 

Download with Online Registration Key:

site: https://www.upload.ee

sharecode: /files/9789610/EaseUS_Todo_PCTrans_Professional_10.0.20181229.7z.html

PDF-XChange Editor v8.0.330.0

$
0
0

image.png

PDF-XChange Editor

The smallest, fastest and most feature-rich free PDF viewer/editor on the market.

 

Create, view, edit, annotate, OCR and digitally sign PDF files - and that's just the beginning. Please see below for a breakdown of the main features of PDF-XChange Editor.

 

The PDF-XChange Lite virtual printer is also included with this product at no additional cost.

 

More than 60% of the features in PDF-XChange Editor do not require a license to use. The remaining features, which are clearly identified, will place a 'trial' watermark on output if they are used without a license.

 

PDF-XChange Editor Plus includes additional functionality for the creation and editing of fillable forms and the creation of customizable dynamic stamps.

 

 

Homepage:  https://www.tracker-software.com/product/pdf-xchange-editor

 

Version History:  https://www.tracker-software.com/product/pdf-xchange-editor/history

Presenting Version 8:

 

 

Download:  https://www.tracker-software.com/product/downloads

 

Medicine:  <none yet>

 

 

 

Paragon Hard Disk Manager 17 Advanced 17.4.0

$
0
0

Hard Disk Manager™ Advanced - Data safety and disk health for tech-savvy users. Data security requires taking care of several aspects. Paragon Hard Disk Manager consolidates 25 years of hands-on expertise in system software to keep your data healthy and safe.

 

kdfF99C.png

 

Data safety and disk health for tech-savvy users
- Organize your disks, ensure capacity and performance of storage media
- Transfer systems on the fly, use physical and virtual appliances at will
- Use professional-grade backup to secure systems, applications and data
- Always stay up and running with boot fix and fail-safe system recovery

New in Hard Disk Manager™ 17 Advanced:
- Covers up to three personal computers
- Partitioning functionality for advanced users
- Updated Drive Copy features
- New restore from backup scenarios
- Improved graphical user interface

Organized and optimized storage
Next-generation partitioning functionality ensures optimal storage use. Your internal drive running low on available disk space? This dilemma often occurs when you have multiple partitions to accommodate different systems and data types. With Hard Disk Manager, you can resize partitions on the fly to maximize available storage capacity. With newly-added features, you also can undelete and merge partitions, edit and view sectors in the built-in hex editor, convert partitions into primary and logical. Easily perform a surface test to identify bad sectors of the partitions.

Live transfer your systems and data
Want to change an old HDD to a new SSD? With Hard Disk Manager, you simply choose where you want your Windows and clone your disk. Continue working on your system while Windows is being relocated. No manual operations or reboots necessary – just switch over when it’s ready. New Drive Copy functionality creates an exact, uncompressed replica of your system’s hard drive onto another drive.

Paragon Recovery Media Builder
Hard Disk Manager comes with full-fledged Paragon Recovery Media Builder to correct boot problems inflicted by logical errors, hardware malfunctions, or failures. If the system becomes corrupted or compromised — malware or ransomware reasons included — you can quickly restore full operability of system and applications with minimal data loss.

Clean up media
Wipe personal data before disposing of a hard disk. Alternatively, clean unused space only with possibility to restore a deleted file. You know better than neglecting this simple rule.

Restore any file from backup
Restore data from backups, including an entire hard disk or its partitions, separate files or folders. Protect backups with a password. Import any backup to restore in WinPE.

Basic partitioning
Create, format, delete/undelete, hide/unhide, active/inactive, assign/remove drive letter, change volume label, file system conversion (FAT to NTFS, NTFS to FAT, HFS to NTFS, NTFS to HFS), file system integrity check.

Advanced partitioning
Split/merge, redistribute free space, change cluster size, convert to logical/primary, edit sectors, compact/defragment MFT, convert to MBR/GPT, change primary slots and serial number, connect VD, surface check.

Disk wipe
Industry-class algorithms, shell integration, SSD trim, clear HDD/partition, clear free space, cleanup reports.

Data Migration
Copy partition, copy entire disk, migrate operating system.

Backup and Restore
Restore data from backups, including an entire hard disk or its partitions, separate files or folders. Protect backups with a password. Import any backup to restore in WinPE.

Backup automation
View/edit backup jobs, unlimited number of jobs.

Recovery Media Builder
Hybrid (uEFI and BIOS compatible) x32/x64 recovery environment, WinPE bootable USB/ISO, optional Windows Assessment and Deployment Kit (ADK), Automated Installation Kit (WAIK), driver injection, pre-mounted network connection during setup.

 

Homepage

 

Download x64

Site: https://www.upload.ee
Sharecode: /files/9722844/1.7.4.0.x64.rar.html

Download x86

Site: https://www.upload.ee
Sharecode: /files/9722890/1.7.4.0x86.rar.html

 

Note: Files have valid digital signatures, and app is activated. It is probably retail version.

 

BootCD WinPE x86/x64 (Thanks to ru-board)

 

x64

Site: https://www18.zippyshare.com
Sharecode: /v/oV11FWF0/file.html


x86

Site: https://www3.zippyshare.com
Sharecode: /v/QdoKzu2J/file.html

 

Paragon Hard Disk Manager 17 Advanced v17.4.0 64 Bit Portable Posted by @Padre Pedro

Download Link

 

LAV Filters Core Thread [0.74.1 - 2019/03/19]

$
0
0

LAV Filters Core Thread [0.74.1 - 2019/03/19]

Description:

LAV Filters is a multi-format media splitter/decoder that uses libavformat to play all sorts of media files. MKV/WebM, AVI, MP4/MOV, MPEG-TS, FLV, OGG are tested and will be registered for. Other formats can be tested using GraphStudio. H264/AVC, H265/HEVC, VC-1, MPEG4-ASP (Divx/Xvid), VP8, VP9 have been tested and are working well. DTS, AC3, TrueHD, MP3, Vorbis have been tested. Subtitle Support. Stream Switching. 

 

Website:

http://forum.doom9.org/showthread.php?t=156191

 

Download the latest ,nightly and older versions here:

https://github.com/Nevcairiel/LAVFilters/releases

or

https://www.videohelp.com/software/LAV-Filters

 

OP'S NOTE: Before anybody goes ballistic stating here is another codec pack. HEAR ME OUT..

 

CHOICES, CHOICES,  CHOICES:

THIS PACKAGE IS THE CORE of ALL THE MODERN (i.e. currently being updated). There are people who don't use codec packs because of the bloat they put on your hard disk and their video player is ample enough (eg. VLC, MPV, etc) ..  There are other that use players that can reach out to installed system codecs like potplayer,kmplayer,MPC is they find their internal codecs are inadequate.. 

You could install a codec pack like klite, any of the shark codec packs, etc  and choose what version suits you most..

Or you can just install the core engine LAV Filters if decoding is all you need.. (small yet gets the job done in the smallest space used) 

 

MANUAL PATCHING/UPDATING/ROLLBACK OF LAV FILTERS to your FAVE CODEC PACK

There are times when you latest [INSERT NAME OFCODEC PACK]  breaks playback because of a radical change in a nightly or stable (but unstable release) you can easily fix this by getting the portable version of an older version of LAVFILTERS that worked for you.. Extract and replace the LAVFILTER DIRECTORIES of your fave codec pack..

 

NOW THIS THREAD DOESN'T NEED TO BE UPDATED BECAUSE THE DOWNLOAD LINKS will point to the the download page of all the versions..

It would be waste of server space to post 100+ iterations of a software  that is expected to evolve. 

 

FYI: LATEST STABLE VERSION IS 0.74.1

 

https://www.videohelp.com/download/LAVFilters-0.74.1-Installer.exe

https://www.videohelp.com/download/LAVFilters-0.74.1-x64.zip

https://www.videohelp.com/download/LAVFilters-0.74.1-x86.zip

 

Stable Whatsnew

 

0.74.1 - 2019/03/19

LAV Video

Fixed: VP9 video could produce wrong timestamps, resulting in a black screen or other playback disruptions
Fixed: Decoding VP9 from a non-keyframe (ie. after a seek, or badly cut file) would not always recover properly once a keyframe was encountered


0.74.0 - 2019/03/16

LAV Splitter

Changed: Using GnuTLS for HTTPS and other TLS protocols, improving performance and compatibility with a lot of web streaming services (ie. YouTube Live Streams through youtube-dl, and more)
Fixed: Keyframes in MP4 files were being reported with a slightly offset timestamp, resulting in slow keyframe seeking
Fixed: Subtitles that stretch over chapter boundaries could be lost in Ordered Chapter MKV files
Fixed: Fonts embedded in MKVs without a proper mimetype were not being imported (now it checks the file extensions for .ttf/.otf as well)

LAV Video

NEW: Initial support for parsing HDR10+ (SMPTE ST 2094-40) metadata, and passing it to the video renderer
NEW: Using the dav1d AV1 decoder for significantly improved AV1 decoding performance
Changed: Re-enabled experimental hardware acceleration for H.264 MVC 3D decoding on Intel GPUs, disabled by default
Changed: Updated Intel MediaSDK dispatchers to the latest Media SDK, fixing compatibility with newer runtimes in the Intel DCH drivers
Changed: Improved support for additional UtVideo subtypes
LAV Audio

Changed: Added an option to disable the PCM fallback when bitstreaming is requested
Fixed: Further improvements to TrueHD Bitstreaming, resolving glitching on more new titles (particularly seamless branching titles)
Fixed: Automatic fallback from bitstreaming to PCM could crash in some situations
wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==

Source:

https://www.videohelp.com/software/LAV-Filters

 

Cleanmgr+ 1.1.0.400

$
0
0

Cleanmgr+ 1.0.0 Multilingual

 

Summary:

Spoiler

 

Cleanmgr+ is a portable app that builds upon the Microsoft Disk Clean-up Tool (Cleanmgr.exe) by adding additional features and deleting more junk than the Disk Clean-up Tool.

Disk Cleanup isn't immediately disappearing from your machine, but it is nearing its shelf life as far as Microsoft is concerned. It can still be used by right-clicking a drive, selecting Properties, and then click the Disk Cleanup button to launch it. And it still works the same way on Windows 10 today. You can also launch it from the Start menu or run the cleanmgr.exe program. But it was deprecated with the October 2018 update. This fact means that it has been replaced by a new tool. Windows 10 version 1803 came up with the Storage Sense functionality, and it works in relatively the same as the Disk Cleanup Tool. The downside of Storage Sense is the massive UI. This size is why Mirinsoft decided to make Cleanmgr+ to circumvent that massive UI of Storage Sense but still provide a utility that is true to the original.

Cleanmgr+ features a slim and modern UI with an additional feature set (hence the +), such as the feeding with Custom scripts, i.e., to clean a Browser cache, etc. There are many Disk Cleaner utilities out there, but the goal with this one was to create a tool that uses Windows own resources ensuring that only system-compliant actions are performed. 

Extract Cleanmgr+ to a folder, create a shortcut wherever you like and launch it directly anytime.

Cleanmrg+ does an excellent job of recreating the classic Disk Clean-up tool feel and function with all its features easily allowing users to remove files that are no longer needed or that can be safely deleted.

 

In This Release:

Spoiler
  • New tabbed User Interface and optimized color schemes
  • Better compatibility with AV vendors
  • Added option to "Restart Cleanmgr+ as Administartor" (Main/Hamburger menu > Restart as Administrator)
  • Optimized calculation of "space to gain" in Scripting engine (15-30% faster processing)
  • Revised and purified several internal functions
  • Removed cleanup "Previous Windows Installations" (Cleaning up Windows.old too early could break Windows 10 and after discussion with several Users and Microsoft this option has been removed now)
  • Added initial cleanup for the new Microsoft Edge Chromium Browser (Script)
  • Optimized cleanup of Windows Recylce Bin
  • Optimized Update function
  • Numerous minor UI Improvements
  • Numerous minor bug fixes

 

Homepage: https://www.mirinsoft.com/cleanmgrplus

Version History: https://www.mirinsoft.com/changelog

Download: https://www.mirinsoft.com/cleanmgrplus/send/11-cleanmgr/50-cleanmgr

Viewing all 78762 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>