Free Video Resolution Changer

broken image


Display Changer II changes your Windows display resolution, runs a program, then restores the original settings. This is useful for games and home-theater computers. I wrote Display Changer II because many programs run best under a particular resolution ( e.g., 640×480 with 8-bit color depth or 1920×1080 with a 24 Hz refresh rate).

  1. Display Changer II configures your monitors.
  2. Display Changer II runs your application. (optional)
  3. Display Changer II restores the original configuration. (optional)

Display Changer II changes your Windows display resolution, runs a program, then restores the original settings. This is useful for games and home-theater computers. I wrote Display Changer II because many programs run best under a particular resolution (e.g., 640×480 with 8-bit color depth or 1920×1080 with a 24 Hz refresh rate). I grew tired of manually changing the Windows display settings manually, so I wrote Display Changer II to do it automatically.

Display Changer II changes your Windows desktop width, height, color depth, refresh rate, and rotation temporarily or permanently (via a configuration file). Display Changer II can run another application in a specific display resolution and return to the previous resolution when the application finishes. It can change the resolution permanently and rearrange the monitors in a multiple-monitor setup. Display Changer II can also duplicate (clone) your monitors, extend the desktop to multiple monitors, configure only the primary PC screen, and configure only the secondary screen.

Display Changer II uses configuration files to specify display settings. It can create configuration files from existing settings, which eliminates the need for you to edit the files yourself. The configuration file specifies every setting for each monitor, including the very precise refresh rates needed for home-theater systems.

(Unfortunately, Display Changer II cannot modify the Windows DPI (scaling factor) or HDR settings. There is currently no Microsoft API that offers these features. Although some applications hack at the Registry to modify the DPI, they require the user to restart Windows, which Display Changer II tries to avoid. If Microsoft does offer these features at some point, I plan to update Display Changer II to take advantage of them.)

Increase Video Resolution on Windows. Step 1: Free download, install and launch Vidmore Video Converter on PC.Click 'Add Files' to import your video file. Step 2: Choose the video and click 'Edit' icon (a star image under the video file).You can access the Vidmore video editor. Now you can use the various editing effects, like rotate & Crop, Effect & Filter, Watermark, Audio and Subtitle. VideoProc can freely turn video resolution into the one you desire without problem.

Download Windows 10 (64- and 32-bit)

Download 1.5.3 Windows 8.1 (64- and 32-bit)

  • Resize your video in 3 easy steps. Upload your videos to VEED - it's all online, so there's no software needed. Click ‘Project', then ‘Adjust' under Export Settings, and select one of our presets, or head over to the ‘Advanced' tab to choose your custom resolution.
  • online, free image resizer without installing any programs (software). Change pixels on a photo. Convert pixel size of image. Resize multiple photos online. Crop resized picture. Reduce an image by percentage or pixels. Resize jpg, jpeg, png, gif.

Download 1.5.0 Windows 7 (64- and 32-bit)

Each ZIP file contains both 64-bit and 32-bit Windows executables. This way, you can easily create shortcuts that quickly change to the display configuration you want. There's a command-line switch to direct all output to the clipboard (instead of a window), so you can also use Display Changer II in a command-line batch file or script using the Command Prompt or PowerShell.

Pricing

Display Changer II is free for educational or non-profit personal use. (U.S. 501(c) organizations are one example.) If you'd like to use it in a commercial environment (e.g., to release with a product you sell, to release with a product you use internally, or to manage your organization's computers), you must purchase a commercial license. A commercial license entitles your company to unlimited use of Display Changer II. If a small number of employees need to use Display Changer II, they can purchase a set of individual commercial licenses—one per machine.

Alternatively, you can use Paypal:

Resellers: please contact me directly for special pricing.

Usage

64-bit:dc2.exe switches [command-line]

32-bit:dc2x86.exe switches [command-line]

A command line is optional, and if specified, Display Changer II will open that application after changing your monitor configuration. In that case, the specified configuration is only temporary because the current configuration is restored after the application exits. This is very useful if you want to run a specific application in a different configuration (e.g., a larger or smaller resolution) but want to return to your desired configuration after you're finished with the application.

Switches

Examples

Create a Configuration File

  1. Use Windows Control Panel's Display to configure your monitors the way you like them.
  2. Use Display Changer II's -create switch to create a configuration file.
  3. > dc2.exe -create='ThreeMonitors.xml'
  4. Use Windows Control Panel's Display to configure your monitors to some other configuration.
  5. Use Display Changer II's -configure switch to re-establish your desired configuration.
  6. > dc2.exe -configure='ThreeMonitors.xml'

You now have a configuration file that you can use whenever you want to establish that specific display configuration. You can follow the same steps to create additional configuration files.

Use an Application in a Custom Configuration

You can use Display Changer II to open an application in its own custom configuration. This is useful for large spreadsheets, certain games--especially children's games, browsers, etc.

dc2.exe -configure='MySettings.xml' notepad.exe

dc2.exe -configure='Extended.xml' C:WindowsNotepad.exe 'MyData.txt'

dc2.exe -configure='MySettings.xml' -fullscreen notepad.exe 'C:UsersJohnDocumentsReport.txt'

Temporary Configurations

You can establish a temporary configuration for a certain task and then return to the original configuration whenever you're finished. This is useful for home-theater systems, spreadsheets, gaming, etc.

  1. dc2.exe -configure='TemporaryConfiguration.xml' -temporary
  2. (do your task in this configuration)
  3. dc2.exe -restore

Additional Switches

dc2.exe -extend

dc2.exe -clone

dc2.exe -primary

Troubleshooting

Try using the -test switch to see if Windows can accept the configuration.

dc2.exe -configure='ThreeMonitors.xml' -test

Try using the -active switch to see if it will create a valid configuration file.

dc2.exe -create='ThreeMonitors.xml' -active

Try using the -force, -no-optimize, and -fuzzy switches when setting a new configuration. Create these troubleshooting files, contact 12noon.com's Support, and also e-mail these files.

dc2.exe -configure='ThreeMonitors.xml' -test='ThreeMonitors_Test.xml'
dc2.exe -debug='Debug.xml'

Try using your command line with notepad.exe (instead of whatever application you're passing to Display Changer II). If it works with Notepad, but not with your application, the issue is with your application, not DC2.

Some applications, such as Steam, use other processes after they start. Display Changer II is unaware of these other processes, so if the executable specified on specified on its command line exits, DC2 restores the resolution. Also, many programs, especially games, set their own resolution and override whatever DC2 might have set. Test your command line with a simpler program (as described above) to determine if this is the issue. If it is, you can work around it by figuring out the command line your application uses to run this other process and specify that on DC2's command line (which is difficult and cumbersome). Or you can create a batch file to switch to your custom resolution, run the application, then restore the resolution (which is easier and cleaner).

Example Contents of RunMyApp.cmd

start /wait dc2.exe -configure='MySpecialApp.xml' -temporary
start /wait my_special_app.exe
dc2.exe -restore

Alternatively, you can create multiple shortcuts for each of these commands and invoke them manually.

Configuration File Format

A configuration file is a non-strict XML file. You can use the -create switch to generate a configuration file from the current display settings. This is the recommended method because it is guaranteed to be in the correct file format. You can then easily modify the file to the desired configuration.

Requirements

Display Changer II runs on Microsoft® Windows® 10. Display Changer II has both 32-bit and 64-bit executables.

History

Free online video resolution changer

1.7.2: Fixed a regression that incorrectly handled arguments to the application specified on the command line.
1.7.1: Improved the usage output.
1.7.0: Worked around Microsoft's 'incorrect monitor ID' bug even more. This version should fix all occurrences of the 'Unable to find path' error. If you've seen this error before, please try this version.
1.6.0: Worked around a Microsoft bug that returns an incorrect monitor ID. If you've received the 'Unable to find path' error with previous versions, this might fix that for you.
1.5.3: Removed unnecessary guard used in debugging.
1.5.2: Fixed potential crash when using the -debug switch and there's an invalid display mode.
1.5.1: Added detail to an error message.
1.5.0: Fixed bug with -extend, -clone, -secondary, and -primary switches. Improved usage message.
1.4.1: Fixed launching window in normal mode.
1.3.2: Added -force and -no-optimize. Additional error messages. Improved usage message.
1.2.1: Fixed issue with multiple video cards. Added -active, -list, and -debug switches. Added 64-bit version.
1.0.5: Fixed issue with switching between clone and extended modes on three monitors.
1.0.4: Fixed issue with cloning two monitors.
1.0.3: Fixed clone and extend. Added -primary and -secondary switches.
1.0.2: Implemented opening a specified application and the -fullscreen switch.
1.0.0: Alpha release

Overview

What is the best free video enhancement software? This page gathers the top 5 video enhancer freeware and the best video enhancer on Windows, Mac, mobile phone and online. Pick up the best one and increase the video quality here.

Video speaks louder than any words or photos.

However, it cannot be worse that you find a long-awaited video but the video is blurry or shaky.

How to improve video quality?

Get the video enhancer to increase video quality.

That's what this article shall do you: Top 5 free video enhancers and the best video enhancer and editor to improve video quality.

You can use the free video enhance software to increase video quality on Windows, Mac, Android, iPhone and online, freely.

Free HEIC Converter

  • Part 1. Best Video Enhancer – Video Enhancer and Editor
  • Part 2. Top 5 Free Video Enhancers
  • #1 Avidemux – Video quality fixer
  • #2 Forensic VideoCleaner - Video enhancement and tamper detector
  • #3 YouTube Video Editor – Online video enhancer software
  • #4 Quik – Free video enhancer APK for Android
  • #5 Enlight Videoleap Video Editor – Free video enhancer and editor app
  • Part 3. FAQs of Free Video Enhancer

Part 1. Best Video Enhancer – Video Enhancer and Editor

Aiseesoft Video Enhancer is the professional video enhancer software on Windows and Mac. It is the combination of video enhancers app and video converter tool.

  • Upscale video resolution high up to 1080p HD even 4K.
  • Optimize brightness and contrast automatically.
  • Remove video noise to get a clear video vision.
  • Reduce video shaking to get a stable video file.
  • Rotate, flip, watermark, enable 3D, crop video easily.

How to enhance video quality on computer

Step 1. Add video file into Video Enhancer

Free download, install and run this software on your computer. It supports Windows and Mac version, and you just need to download the correct version based on your needs.

Click 'Add File' to import one or more video files into this software for enhancing.

Step 2. Enhance video in 4 ways

Click 'Video Enhance' in the main interface to enter the enhancement interface.

Here you are given 4 options to improve video quality.

Upscale resolution aims at helping you get superb video quality when you get an SD video.

Optimize brightness and contrast is designed to make your video color more enjoyable automatically.

Remove video noise intends to remove the dirt-like spots on your video and get a clean vision.

Reduce video shaking assists you to get a stable video by adjusting the whole frame moves.

Step 3. Edit and export video

After you enhance your video quality, you are able to use this freeware to edit video file, like rotate, flip, watermark, crop, effect, etc. After making all settings, click 'Convert' to start to export video.

If you want to convert video files, just select the wanted format from the drop-down list of 'Profile' to make the conversions, and click 'Convert' to apply all the effects and export the video file.

Part 2. Top 5 Free Video Enhancers

1 Avidemux – Video quality fixer

http://avidemux.sourceforge.net/

Platform: Windows, Mac, Linux, PC-BSD

Functions:

  • 1. Support video and audio filters.
  • 2. Interlace video like Yadif, Deinerlace, TDeint, etc.
  • 3. Scripting and batch processing with Tinypy.
  • 4. Encode H.264/AVC video streams.
  • 5. The joblist queues multiple projects for processing.

Cons:

  • 1. It corrupts when encoding H.264 video file.
  • 2. It is a little complicated for novice.

2 Forensic VideoCleaner - Video enhancement and tamper detector

http://videocleaner.com/download.html

Platform: Windows

Functions:

  • 1. Brighten poorly lit scenes, and stabilize camera motion, etc.
  • 2. Process digital images to get a high resolution.
  • 3. Correct lighting, color, artifacts, focus and hotspots.
  • 4. Separate interlaced fields, and resize video back to its original size.
  • 5. Remove inconsistent or bad frames and repair VHD recordings.

Cons:

  • 1. It is originally working for laws, and not free for everyone, and it is a little complicated.
  • 2. It takes a long time to increase and recover video quality.

3 YouTube Video Editor – Online video enhancer software

https://www.youtube.com/

Platform: Online

Functions:

  • 1. Blur faces who appear in your video.
  • 2. Choose areas to blur and track in your video
  • 3. Auto-fix adjusts the lighting and color automatically.
  • 4. Stabilize video files.
  • 5. Slow motion and filters are supported.

Cons:

  • 1. It's possible that certain objects or frames won't be blurred.
  • 2. You need to download the enhanced video from YouTube for offline playback.

Learn the detailed guide here to use YouTube video editor.

4 Quik – Free video enhancer APK for Android

https://play.google.com/store/apps/details?id=com.stupeflix.replay

Platform: Android, iOS

Functions:

  • 1. Create videos from photos, music and videos.
  • 2. Speed up footage or play it in slow motion.
  • 3. Do its magic with Smart Cuts or use full video clips.
  • 4. Automatically syncs transitions to the beat of the music.

Cons:

  • 1. Adding transitions screws up the time lapse.
  • 2. It crashes at about 50% of the video download.

5 Enlight Videoleap Video Editor – Free video enhancer and editor app

Free Video Resolution Changer Tool

https://itunes.apple.com/us/app/enlight-videoleap/id1255135442?mt=8

Platform: iPhone, iPad

Functions:

  • 1. Layer-based editing of transformation, masking and blending modes.
  • 2. Keyframe animations, green screen, and chroma key compositing.
  • 3. Special effects like prism, defocus, emojis, filters, etc.
  • 4. Color correction of brightness, contrast, saturation, etc.
  • 5. Over 100 sound effects for video enhancing.

Cons:

  • 1. Green videos and overlays are paid.
  • 2. It gets laggy when you add too many layers of stuff.

Part 3. FAQs of Free Video Enhancer

1. How can I improve quality of old video?

Yes. Aiseesoft Video Enhancer helps you improve the video quality with ease. First, you need to click Add File button to import the old video into this video enhancer. Then click Video Enhance to enter the enhance window, and choose to upscale resolution, optimize brightness and contrast, remove video noise and reduce video shaking.

2. Can I convert normal video to HD?

Yes. You can use the professional Aiseesoft Video Converter Ultimate to convert any common video formats like MP4, AVI, MOV, WMV, FLV, WebMD, etc. to HD videos.

3. How do I enhance a video on my iPhone?

Go to Settings on your iPhone, scroll down and tap Camera. Tap Record Video and choose the highest resolution like 4K at 60fps.

Conclusion

Here, it comes to the last part of this page.

This page lists the best 5 free video enhancers for Windows, Mac, online and mobile devices. You can also use the recommended Aiseesoft Video Enhancer to enhance and edit your video. You can easily select the best one tool from the above review to get your video quality improved.

Convert Video Resolution Free

What do you think of this post?

Video Resolution Change

Excellent

Rating: 4.9 / 5 (based on 235 ratings)

December 29, 2020 08:41 / Updated by Andrew Miller to Video Editing

  • Top Audio Enhancer Review

    What is the best audio enhancer to make pleasure? Read this post to get the best one from DFX Audio Enhancer, Free Audio Editor and Breakaway Audio Enhancer.

  • The Simplest Way to Convert Videos to HD

    You can easily get your video with high quality after converting it to 4K or 1080p HD video. Read this article and get the way.

  • How to Remove Video Noise with Simple Step

    This article tells you how to remove video noise with this wonderful video enhancer. With it, you can easily remove the white noise from your video and get a neat video with ease.





broken image