Skip to content

Releases: mt1006/ConPlayer

ConPlayer 1.5.1

07 Apr 21:17
Compare
Choose a tag to compare

If you have problems with DLLs, try to install newest MSVC redistributable: https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170

For Linux version you have to compile it by yourself - check README.
For legacy Windows build use release 1.5 - https://github.com/mt1006/ConPlayer/releases/tag/ConPlayer-1.5

===Version 1.5.1===
-Added options to modify URL extraction command - "-extractor-max-height", "-extractor-prefix", "-extractor-suffix".
-Fixed URL extraction not being able to extract URLs from most sites other than YouTube.
-Improvements to the "-fc" option.
-Added "Q" as second exit key.
-Added support for Termux.
-Added warning for potential libao issue on Linux.
-Minor fixes.
-Updated to FFmpeg 7 (Windows builds are on FFmpeg 6).

ConPlayer 1.5

31 Jul 11:55
Compare
Choose a tag to compare

If you have problems with DLLs, try to install newest MSVC redistributable: https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170

For Linux version you have to compile it by yourself - check README.

Changelog:
-Replaced message with UI when running without any arguments.
-Added "--color-proc" option with 3 modes: "both" (default), "char-only" and "none".
-Added "--preload" option.
-Added "--fake-console" option.
-Added "--opengl-settings" option.
-Removed "--single-char" option (replaced with "--color-proc none").
-You can now provide two filenames or stream URLs as input, one for video and one for audio.
-Putting "$" before link as the "--input" argument now extracts stream URLs with yt-dlp.
-Input errors are now more descriptive.
-Changes to "--help", "--information" and "--full-info" options.
-Playback and volume is now controlled with arrows or WASD.
-Updated to FFmpeg 5.

ConPlayer 1.4.1 (winxp)

29 May 20:31
Compare
Choose a tag to compare

This is a release for older versions of Windows!
If you're using Windows 10 or newer download version 1.4 - https://github.com/mt1006/ConPlayer/releases/tag/ConPlayer-1.4

This build:
-doesn't support ANSI escape codes, and therefore 256 and RGB color modes,
-uses FFmpeg 3 instead of 4, so some filters (including these from help message) may not work.

===Version 1.4.1===
-Fixed FFmpeg filters

ConPlayer 1.4

14 Oct 21:19
Compare
Choose a tag to compare

If you have problems with DLLs, try to install newest MSVC redistributable: https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170

For Linux version you have to compile it by yourself - check out README.

Changelog:
-Added options to apply FFmpeg filters - "--video-filters", "--scaled-video-filters", "--audio-filters".
-Added "--scaling-mode" option.
-Added "--libav-logs" option.
-Added keys for going back/skipping forward 30 seconds ("-"/"+").
-Added key for muting the audio ("M").
-Added support for AV1 codec.
-Added message when running without any arguments.
-Small corrections to "help" message.
-Reduced delay when changing the audio volume.
-Fix: going back or skipping forward could sometimes freeze program.

ConPlayer 1.3

24 Aug 21:41
Compare
Choose a tag to compare

If you have problems with DLLs, try to install newest MSVC redistributable: https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170

As for Linux version you have to compile it by yourself - checkout README.

Changelog:
-Better performance.
-Better audio synchronization.
-Added "--rand" option.
-Added "--single-char" option.
-Added "--disable-audio" option.
-Added option to set constant color in grayscale mode - "--set-color".
-"cstd-256" is now default color mode.
-Trying to use WinAPI color mode on Linux now ends up with error.
-Fix: wrong image ratio in Windows Terminal.
-Fix: not compiling on WSL (thanks to @MilkFlavor ).

ConPlayer 1.2

24 Jun 21:52
Compare
Choose a tag to compare

If you have problems with DLLs, try to install newest MSVC redistributable: https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170

As for Linux version you have to compile it by yourself - checkout README.

Changelog:
-Version for Linux
-Added option to set constant font ratio.
-Added option to disable clearing screen.
-Added option to disable synchronization.
-Added option to disable keyboard control.
-Added keys for changing volume.
-Fix: resizing too often could cause a crash
-Fix: wrong image ratio when changing font size in cmd, using ctrl+scroll
-Fix: not resetting color when video is finished

ConPlayer 1.1

16 Jun 11:39
Compare
Choose a tag to compare

If you have problems with DLLs, try to install newest MSVC redistributable: https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170

Changelog:
-Removed "-cstd". Replaced with color modes.
-Added "--charset" option.
-Drawing optimization for colors with cstd.
-Screen is now cleared on resize when using cstd.
-Default console color is now reset on exit, when using colors with cstd.
-Changes to the help message and splitting it.
-"/?" now shows help message.
-Height of scanline in interlaced mode can now be changed.
-Interlaced mode now works with winapi.
-Fixed last part drawing instantly in interlaced mode.

ConPlayer 1.0

09 Jun 17:33
Compare
Choose a tag to compare

If you have problems with DLLs, try to install newest MSVC redistributable: https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170