Difference between revisions of "Projects using Lazarus - Multimedia"

From Lazarus wiki
Jump to navigationJump to search
(→‎KSP Sound Player: Fix name, remove dead site link)
 
(27 intermediate revisions by 6 users not shown)
Line 1: Line 1:
== Multimedia ==
+
{{Sidebar-LazProjects}}
 +
== 3D Image Commander ==
 +
 
 +
[http://www.binerus.com 3D Image Commander] allows designers to add a variety of fully customized 3d effects to their photos and images. This can all be done in real time as well. The software is easy to use and includes only the features you need. This program is built using FPC, Lazarus and [http://www.ksdev.com DXScene library].
 +
 
 +
[[Image:imagecommander3d_screen.jpeg|3D Image Commander|400px]]
 +
 
 +
== Boblight Config Maker ==
 +
 
 +
[http://www.tweaking4all.com/home-theatre/xbmc/boblight-config-maker/ Boblight Config Maker] is an application to create config files for the Open Source variant for AmibLight, called Boblight. Boblight runs on a XBMC box that is connected to an Arduino over USB to control LEDs behind your TV. This application allows you to configure the number of LEDs and the positions of the LEDs behind your TV for the Ambilight effect. It's freely available for macOS, Windows and Linux and can be downloaded at [http://www.tweaking4all.com/home-theatre/xbmc/boblight-config-maker/ Tweaking4All] where you'll also find the "manual".
 +
 
 +
[[File:boblight config maker windows.jpg|400px]]
 +
 
 +
== Cactus Jukebox ==
 +
 
 +
[[Cactus Jukebox]] is an audio player and music organizing tool. It searches given folders for music files and shows them in a database. The main focus is on usability and speed. Cactus Jukebox still runs smoothly with 15GB of music files on an old computer like a P3 @ 500MHz. There's no reason to take a dual core machine just to listen to your music. Another nice feature: You can also synchronise your music collection with a mobile player device (USB).
 +
 
 +
[[Image:Cactus_jukebox.png|380px]]
 +
 
 +
== Cantara ==
 +
 
 +
Cantara is a song presentation software which can be used for presenting songs in churches, small groups or at karaoke parties. It supports various input formats and can create beautiful presentation slides or export them in other ways. It is licenzed under GPL3 and therefore Open Source software.
 +
 
 +
[https://www.cantara.app Official Webpage of the Project]
 +
[https://www.github.com/reckel-jm/cantara Github Project Page]
 +
 
 +
[[Image:cantara1.png|400px]]
 +
 
 +
== Copy And Images Conversion ==
  
===Copy And Images Traduce===
 
 
It is a software that copy files and transform pictures renamed by year, so month. With that, you can create a centralized show in one directory.
 
It is a software that copy files and transform pictures renamed by year, so month. With that, you can create a centralized show in one directory.
  
Line 10: Line 37:
 
[https://bitbucket.org/matthieugiroux/extended/src/d849620044c32c92d100db2f478ba208e064883d/demos/TraduceCopy/?at=default Sources]
 
[https://bitbucket.org/matthieugiroux/extended/src/d849620044c32c92d100db2f478ba208e064883d/demos/TraduceCopy/?at=default Sources]
  
=== CPickSniff ===
+
== CPickSniff ==
 +
 
 
[http://sourceforge.net/projects/cpicksniff2/ CPickSniff] is a multiplatform color picker.
 
[http://sourceforge.net/projects/cpicksniff2/ CPickSniff] is a multiplatform color picker.
  
=== GLScript ===
+
== dmMediaConverter ==
 +
 
 +
[http://dmsimpleapps.blogspot.ro/2014/04/dmmediaconverter.html dmMediaConverter] is a crossplatform FFmpeg frontend (GUI) exposing some of its features. It is intended to be simple and easy to use but also to be able to achieve complex tasks. I have inspired myself from a lot of media converters like Handbrake, WinFF and MkvMergeGui. One feature was lacking from most of them, video stream copy (pass-through), that made me build this. It is made entirely in Lazarus.
 +
 
 +
[[Image:dmMediaConverter_p1.png|400px]]
 +
 
 +
== filey ==
 +
 
 +
[https://gitlab.com/MarkAPaley/filey filey]- Rename TV episode files consistently.
 +
 
 +
Animated GIF Demonstration videos:
 +
* [https://gitlab.com/MarkAPaley/filey#using-this-program Drag-and-Drop episodes with differently-formatted filenames, Rename files, then Undo rename]
 +
* [https://gitlab.com/MarkAPaley/filey#video-example-first-time-running-this-program-in-an-empty-folder First-time run (without using the now-included Windows Setup Installer)]
 +
* [https://gitlab.com/MarkAPaley/filey#video-example-title-of-series-is-missing-from-filenames Title of series is missing from filenames]
 +
* [https://gitlab.com/MarkAPaley/filey#video-example-title-of-series-is-completely-missing-guesses-via-info-already-in-episodes-tab Title of series is completely missing, but guesses from episode names already in the Episodes tab]
 +
* [https://gitlab.com/MarkAPaley/filey#select-a-show Manually selecting a Show, from among several identically-named series]
 +
* [https://gitlab.com/MarkAPaley/filey#more-examples-of-using-this-program Walkthrough of program tabs]
 +
 
 +
[[Image:filey-Windows_7_-_03_-_Looked_up_episode_names.png]]
 +
 
 +
Features:
 +
* Attempts to intelligently lookup the correct series and episode names for TV episode files -- even among multiple different series with the same name.
 +
* Renames those files into a consistent format -- including video resolution and existence of subtitles.
 +
* Full source code is included in the "About" tab.
 +
 
 +
== Give Your Voice ==
 +
 
 +
[https://github.com/Lulu04/Give-Your-Voice Give Your Voice], a free voice recording software to ease the production of audio books.
 +
Produce MP3 files compatible with [https://librivox.org/ LibriVox] and [https://litteratureaudio.com/ Litterature Audio].
 +
[[Image:GiveYourVoice_MainScreen.png|600px]]
 +
 
 +
== GLScript ==
 +
 
 
[http://glscript.sourceforge.net GLScript] is a simple, free, open-source scripting language for developing 3D games and animations. (GL stands for Graphics Library, I.E. Graphics Library Scripting) There are currently plans to have a code-converter to make scripts compilable with lazarus/fpc and other languages to make a standalone executable from your creation.
 
[http://glscript.sourceforge.net GLScript] is a simple, free, open-source scripting language for developing 3D games and animations. (GL stands for Graphics Library, I.E. Graphics Library Scripting) There are currently plans to have a code-converter to make scripts compilable with lazarus/fpc and other languages to make a standalone executable from your creation.
  
=== Greenfish Icon Editor Pro ===
+
== Greenfish Icon Editor Pro ==
[http://greenfishsoftware.blogspot.hu/2012/07/greenfish-icon-editor-pro.html Greenfish Icon Editor Pro] is an open source pixelgraphic editor for creating icons, cursors, animations, pixel art, etc.
+
 
 +
[http://greenfishsoftware.org/gfie.php Greenfish Icon Editor Pro] is an open source pixelgraphic editor for creating icons, cursors, animations, pixel art, etc.
 +
 
 +
[[Image:GreenfishIconEditorProScreenshot.png|400px]]
 +
 
 +
== hgdc-x ==
  
=== hgdc-x ===
 
 
hgdc-x is a cross-platform desktop client for the Hackathon Günther Daemon music player project. It's Github repository can be found at (https://github.com/tristan2468/hgdc-x). It requires a correctly installed and configured hgd server. The official github repository for the server can be found at (https://github.com/vext01/hgd).
 
hgdc-x is a cross-platform desktop client for the Hackathon Günther Daemon music player project. It's Github repository can be found at (https://github.com/tristan2468/hgdc-x). It requires a correctly installed and configured hgd server. The official github repository for the server can be found at (https://github.com/vext01/hgd).
  
=== KSP Audio Player ===
+
== KSP Audio Player ==
 +
 
 
[https://code.google.com/p/kspnew/ KSP] is an easy in use yet powerful audio player supporting multiple file formats and features like dynamic playlists, bookmarking or network streaming.
 
[https://code.google.com/p/kspnew/ KSP] is an easy in use yet powerful audio player supporting multiple file formats and features like dynamic playlists, bookmarking or network streaming.
  
=== LazAudioPlayer ===
+
== LazAudioPlayer ==
 +
 
 
[https://sourceforge.net/projects/lazaudioplayer/ LazAudioPlayer] is a simple mp3 player.
 
[https://sourceforge.net/projects/lazaudioplayer/ LazAudioPlayer] is a simple mp3 player.
  
Line 31: Line 97:
  
 
Features:
 
Features:
 
 
* logarithmic volume adjustment with loudness
 
* logarithmic volume adjustment with loudness
 
* professional 31 band graphic equalizer
 
* professional 31 band graphic equalizer
Line 40: Line 105:
 
* FFT display
 
* FFT display
  
=== LazPaint ===
+
== LazPaint ==
 +
 
 
[http://sourceforge.net/projects/lazpaint/ LazPaint] is an image manipulation application.
 
[http://sourceforge.net/projects/lazpaint/ LazPaint] is an image manipulation application.
  
=== LazPlayer ===
+
[[Image:Lazpaint curve redim.png|400px]]
 +
 
 +
== LazPlayer ==
 +
 
 
[https://sourceforge.net/projects/lazplayer/ LazPlayer] is a simple mp3 player.
 
[https://sourceforge.net/projects/lazplayer/ LazPlayer] is a simple mp3 player.
  
Line 49: Line 118:
  
 
Features:
 
Features:
 
 
* logarithmic volume adjustment with loudness
 
* logarithmic volume adjustment with loudness
 
* 10 band graphic equalizer
 
* 10 band graphic equalizer
Line 57: Line 125:
 
* intelligent playing favorite tracks
 
* intelligent playing favorite tracks
  
=== Lpro ===
+
== Lpro ==
 +
 
 
[https://xn--90abhbolvbbfgb9aje4m.xn--p1ai/%D1%83%D1%82%D0%B8%D0%BB%D0%B8%D1%82%D1%8B/%D1%81%D0%B8%D1%81%D1%82%D0%B5%D0%BC%D0%B0/lpro-%D0%BF%D1%80%D0%BE%D0%B2%D0%B5%D1%80%D0%BA%D0%B0-%D0%BB%D0%B8%D1%86%D0%B5%D0%BD%D0%B7%D0%B8%D0%B9-%D0%BF%D1%80%D0%BE%D0%B3%D1%80%D0%B0%D0%BC%D0%BC.html Lpro] - Program for checking the licenses of installed programs. It displays the license, distribution conditions, approximate cost (if the program is paid) and a freely available replacement (if any). In the English version, some functions are disabled. This is due to the fact that English is not my native language. Further development of the English version is in question. If there is a great interest in the English version, and there will be assistants, then the English version is likely to be updated regularly. Project for [https://sourceforge.net/projects/lpro-english-version/ sourceforge].
 
[https://xn--90abhbolvbbfgb9aje4m.xn--p1ai/%D1%83%D1%82%D0%B8%D0%BB%D0%B8%D1%82%D1%8B/%D1%81%D0%B8%D1%81%D1%82%D0%B5%D0%BC%D0%B0/lpro-%D0%BF%D1%80%D0%BE%D0%B2%D0%B5%D1%80%D0%BA%D0%B0-%D0%BB%D0%B8%D1%86%D0%B5%D0%BD%D0%B7%D0%B8%D0%B9-%D0%BF%D1%80%D0%BE%D0%B3%D1%80%D0%B0%D0%BC%D0%BC.html Lpro] - Program for checking the licenses of installed programs. It displays the license, distribution conditions, approximate cost (if the program is paid) and a freely available replacement (if any). In the English version, some functions are disabled. This is due to the fact that English is not my native language. Further development of the English version is in question. If there is a great interest in the English version, and there will be assistants, then the English version is likely to be updated regularly. Project for [https://sourceforge.net/projects/lpro-english-version/ sourceforge].
  
=== miXimum ===
+
== miXimum ==
 +
 
 
[https://sites.google.com/site/fiensprototyping miXimum] is the DJ's best friend. miXimum plays and mixes wav, mp*, ogg and mod audio files. On Windows, Linux and macOS.
 
[https://sites.google.com/site/fiensprototyping miXimum] is the DJ's best friend. miXimum plays and mixes wav, mp*, ogg and mod audio files. On Windows, Linux and macOS.
  
 
[[File:miximum1.jpg]]
 
[[File:miximum1.jpg]]
  
=== OggBase ===
+
== Name My TV Series ==
 +
 
 +
[http://www.tweaking4all.com/home-theatre/rename-your-tv-series-files/ Name My TV Series] is free and available for Windows, Linux and macOS. It retrieves data for the proper episode names from TheTVDB and/or EPGuide to assist you in renaming your downloaded TV Show episodes individually or in bulk. It supports drag and drop, all common video formats, is flexible in the renaming patterns, and renames related files (.nfo, .srt, etc).
 +
 
 +
[[Image:name_my_tv_series_opened.jpg|400px]]
 +
[[Image:name_my_tv_series_renaming.jpg|400px]]
 +
 
 +
== OggBase ==
 +
 
 
[http://sourceforge.net/projects/oggbase/ OggBase] is a Free Pascal/Lazarus program for managing your Ogg-Vorbis files in a Database.
 
[http://sourceforge.net/projects/oggbase/ OggBase] is a Free Pascal/Lazarus program for managing your Ogg-Vorbis files in a Database.
  
=== Pi Vision ===
+
== Pi Vision ==
 +
 
 
[https://github.com/local-vision/Pi-Vision Pi Vision] is a graphical user interface for the [[Lazarus on Raspberry Pi|Raspberry Pi]] camera module.
 
[https://github.com/local-vision/Pi-Vision Pi Vision] is a graphical user interface for the [[Lazarus on Raspberry Pi|Raspberry Pi]] camera module.
  
=== Rename My TV Series 2 ===
+
== Pleenator ==
 +
 
 +
Audio and radio player
 +
 
 +
Media server for working with various devices: smartphones, tablets, computers, SmartTV, car multimedia radios, etc. All devices must be connected to the same router via Wi-Fi or cable.
 +
Play audio files formats: MP3, MP2, MP1, OGG, WAV, AIFF, WMA, FLAC, AC3.
 +
Mp3 tag editor;
 +
Calculation of BPM tracks for selection of tracks by tempo;
 +
Playing internet radio stations;
 +
Recording Internet radio stations;
 +
Upload your own radio playlists;
 +
ICECAST radio directory support;
 +
Search in the catalog according to the specified criteria: title, artist, album, etc.;
 +
Parallel work with playlists and catalog during playback;
 +
Unlimited playlists;
 +
Saving playlist files;
 +
Playlist printing;
 +
Sound effects: EQ, Reverb, Tempo, Pitch;
 +
Spectrum visualization;
 +
Light music;
 +
Languages: English, Spanish, Italian, German, Malay, Portuguese, Russian, Swahili, Turkish, French.
 +
 
 +
[https://pleenator.ru/en/ Official webpage of the project]
 +
 
 +
 
 +
[[Image:pleenator_screen1.png|380px]]]
 +
 
 +
[[Image:pleenator_screen2.png|380px]]]
 +
 
 +
== Rename My TV Series 2 ==
 +
 
 
[https://www.tweaking4all.com/home-theatre/rename-my-tv-series-v2/ Rename My TV Series (RMTV)] is a free application to assist in renaming TV series episodes, based on data from [https://www.thetvdb.com/ TheTVDB]. This is the successor to "Name My TV series".
 
[https://www.tweaking4all.com/home-theatre/rename-my-tv-series-v2/ Rename My TV Series (RMTV)] is a free application to assist in renaming TV series episodes, based on data from [https://www.thetvdb.com/ TheTVDB]. This is the successor to "Name My TV series".
  
The application is available for Windows (32bit), Linux (64bit) and macOS (64bit and signed). For Linux and macOS, the so called Dark Theme is supported.
+
The application is available for Windows (32bit), Linux (64bit) and macOS (64bit and signed). For Linux and macOS, the so called Dark Theme is supported. A wide range of video formats is supported for resolution detection ([https://ffmpeg.org/ ffprobe]) and file renaming. Additional files like subtitles, posters, series and episode information (and more) are supported as well - which can be downloaded automatically as well (with the exception of subtitles).
  
A wide range of video formats is supported for resolution detection ([https://ffmpeg.org/ ffprobe]) and file renaming. Additional files like subtitles, posters, series and episode information (and more) are supported as well - which can be downloaded automatically as well (with the exception of subtitles).
+
[[Image:renamemytvseries-windows-linux-macos.png|600px]]
  
[[Image:renamemytvseries-windows-linux-macos.png|600px]]
+
== SubzBor ==
  
=== SubzBor ===
 
 
[https://github.com/m-audio91/SubzBor SubzBor] is a free and open source Linux and Windows utility to cut subtitles. basically it's a GUI for FFmpeg and MKVToolNix but support for internal subtitle readers and writers are adding. supports srt ass ssa vtt smi stl sub sup and more. Source code available under GNU GPL 3.0 license.
 
[https://github.com/m-audio91/SubzBor SubzBor] is a free and open source Linux and Windows utility to cut subtitles. basically it's a GUI for FFmpeg and MKVToolNix but support for internal subtitle readers and writers are adding. supports srt ass ssa vtt smi stl sub sup and more. Source code available under GNU GPL 3.0 license.
  
=== Tonopol-Trainer ===
+
[[image:subzbor-kubuntu.png|400px]]
[http://sourceforge.net/projects/tonopoltrainer/files/ sourceforge] is an music-analyzer and trainer for musicans like best-practice, but many more functions. Source available.   
+
 
 +
== Surf Ice ==
 +
 
 +
[https://www.nitrc.org/plugins/mwiki/index.php/surfice:MainPage Surf Ice] is a GLSL-based surface renderer available for macOS, Linux and Windows. The [https://github.com/neurolabusc/surf-ice source code] is distributed under a BSD license.
 +
 
 +
[[image:surfice.jpg|320px]]
 +
 
 +
== Tonopol-Trainer ==
 +
 
 +
[http://sourceforge.net/projects/tonopoltrainer/files/ Tonopoltrainer] is an music-analyzer and trainer for musicians like best-practice, but many more functions. Source available.   
  
 
[[image:tptrainer.png|600px]]
 
[[image:tptrainer.png|600px]]
  
=== WinFF ===
+
== view3dscene ==
 +
 
 +
[http://castle-engine.sourceforge.net/view3dscene.php view3dscene] is an open-source browser for VRML and X3D and a viewer for other 3D models (Collada, 3DS, many others). It supports many navigation methods (Examine, Fly, Walk with gravity), collision detection, and many graphic features (shadows, mirrors, shaders, sound etc.). It is based on [[Castle Game Engine]], an open-source 3D game engine for FPC/Lazarus. It's cross-platform, working on Windows, Linux, macOS and everywhere else where FPC and OpenGL are available.
 +
 
 +
[[Image:view3dscene.png|400px|view3dscene screen]]
 +
 
 +
== WinFF ==
 +
 
 
[http://www.winff.org WinFF] is a GUI for the command line video converter, FFMPEG. It will convert most any video file that FFmpeg will convert. WinFF does multiple files in multiple formats at one time. You can for example convert mpeg's, flv's, and mov's, all into avi's all at once. WinFF is available for Windows 95, 98 , ME, NT, XP, VISTA, and Debian, Ubuntu, Redhat based GNU/Linux distributions.
 
[http://www.winff.org WinFF] is a GUI for the command line video converter, FFMPEG. It will convert most any video file that FFmpeg will convert. WinFF does multiple files in multiple formats at one time. You can for example convert mpeg's, flv's, and mov's, all into avi's all at once. WinFF is available for Windows 95, 98 , ME, NT, XP, VISTA, and Debian, Ubuntu, Redhat based GNU/Linux distributions.
 +
 +
== ZCAD ==
 +
 +
[http://sourceforge.net/projects/zcad/?source=directory ZCAD] is a simple CAD program with support for DXF file formats.
 +
 +
[[Image:Zcad.png|320px]]   [[File:simplecad.PNG|380px]]
 +
  
 
[[Category:Lazarus]]
 
[[Category:Lazarus]]

Latest revision as of 06:29, 12 December 2023

Projects using
Free Pascal
Business Software
Communications software
Components and Libraries
Databases and Tools
Developer utilities
Editors and IDEs
Educational software
Games
Hobby software
Medical and Scientific software
Multimedia
User utilities
Web

3D Image Commander

3D Image Commander allows designers to add a variety of fully customized 3d effects to their photos and images. This can all be done in real time as well. The software is easy to use and includes only the features you need. This program is built using FPC, Lazarus and DXScene library.

3D Image Commander

Boblight Config Maker

Boblight Config Maker is an application to create config files for the Open Source variant for AmibLight, called Boblight. Boblight runs on a XBMC box that is connected to an Arduino over USB to control LEDs behind your TV. This application allows you to configure the number of LEDs and the positions of the LEDs behind your TV for the Ambilight effect. It's freely available for macOS, Windows and Linux and can be downloaded at Tweaking4All where you'll also find the "manual".

boblight config maker windows.jpg

Cactus Jukebox

Cactus Jukebox is an audio player and music organizing tool. It searches given folders for music files and shows them in a database. The main focus is on usability and speed. Cactus Jukebox still runs smoothly with 15GB of music files on an old computer like a P3 @ 500MHz. There's no reason to take a dual core machine just to listen to your music. Another nice feature: You can also synchronise your music collection with a mobile player device (USB).

Cactus jukebox.png

Cantara

Cantara is a song presentation software which can be used for presenting songs in churches, small groups or at karaoke parties. It supports various input formats and can create beautiful presentation slides or export them in other ways. It is licenzed under GPL3 and therefore Open Source software.

Official Webpage of the Project Github Project Page

cantara1.png

Copy And Images Conversion

It is a software that copy files and transform pictures renamed by year, so month. With that, you can create a centralized show in one directory.

Windows 32 version or 64.

Linux 32 version or 64.

Sources

CPickSniff

CPickSniff is a multiplatform color picker.

dmMediaConverter

dmMediaConverter is a crossplatform FFmpeg frontend (GUI) exposing some of its features. It is intended to be simple and easy to use but also to be able to achieve complex tasks. I have inspired myself from a lot of media converters like Handbrake, WinFF and MkvMergeGui. One feature was lacking from most of them, video stream copy (pass-through), that made me build this. It is made entirely in Lazarus.

dmMediaConverter p1.png

filey

filey- Rename TV episode files consistently.

Animated GIF Demonstration videos:

filey-Windows 7 - 03 - Looked up episode names.png

Features:

  • Attempts to intelligently lookup the correct series and episode names for TV episode files -- even among multiple different series with the same name.
  • Renames those files into a consistent format -- including video resolution and existence of subtitles.
  • Full source code is included in the "About" tab.

Give Your Voice

Give Your Voice, a free voice recording software to ease the production of audio books. Produce MP3 files compatible with LibriVox and Litterature Audio. GiveYourVoice MainScreen.png

GLScript

GLScript is a simple, free, open-source scripting language for developing 3D games and animations. (GL stands for Graphics Library, I.E. Graphics Library Scripting) There are currently plans to have a code-converter to make scripts compilable with lazarus/fpc and other languages to make a standalone executable from your creation.

Greenfish Icon Editor Pro

Greenfish Icon Editor Pro is an open source pixelgraphic editor for creating icons, cursors, animations, pixel art, etc.

GreenfishIconEditorProScreenshot.png

hgdc-x

hgdc-x is a cross-platform desktop client for the Hackathon Günther Daemon music player project. It's Github repository can be found at (https://github.com/tristan2468/hgdc-x). It requires a correctly installed and configured hgd server. The official github repository for the server can be found at (https://github.com/vext01/hgd).

KSP Audio Player

KSP is an easy in use yet powerful audio player supporting multiple file formats and features like dynamic playlists, bookmarking or network streaming.

LazAudioPlayer

LazAudioPlayer is a simple mp3 player.

lazaudioplayer.jpeg

Features:

  • logarithmic volume adjustment with loudness
  • professional 31 band graphic equalizer
  • stereo width control
  • echo volume control
  • playlist viewer
  • user defined equalizer settings
  • FFT display

LazPaint

LazPaint is an image manipulation application.

Lazpaint curve redim.png

LazPlayer

LazPlayer is a simple mp3 player.

lazplayer.PNG

Features:

  • logarithmic volume adjustment with loudness
  • 10 band graphic equalizer
  • stereo width control
  • playlist viewer
  • loop ans shuffle mode
  • intelligent playing favorite tracks

Lpro

Lpro - Program for checking the licenses of installed programs. It displays the license, distribution conditions, approximate cost (if the program is paid) and a freely available replacement (if any). In the English version, some functions are disabled. This is due to the fact that English is not my native language. Further development of the English version is in question. If there is a great interest in the English version, and there will be assistants, then the English version is likely to be updated regularly. Project for sourceforge.

miXimum

miXimum is the DJ's best friend. miXimum plays and mixes wav, mp*, ogg and mod audio files. On Windows, Linux and macOS.

miximum1.jpg

Name My TV Series

Name My TV Series is free and available for Windows, Linux and macOS. It retrieves data for the proper episode names from TheTVDB and/or EPGuide to assist you in renaming your downloaded TV Show episodes individually or in bulk. It supports drag and drop, all common video formats, is flexible in the renaming patterns, and renames related files (.nfo, .srt, etc).

name my tv series opened.jpg name my tv series renaming.jpg

OggBase

OggBase is a Free Pascal/Lazarus program for managing your Ogg-Vorbis files in a Database.

Pi Vision

Pi Vision is a graphical user interface for the Raspberry Pi camera module.

Pleenator

Audio and radio player

Media server for working with various devices: smartphones, tablets, computers, SmartTV, car multimedia radios, etc. All devices must be connected to the same router via Wi-Fi or cable. Play audio files formats: MP3, MP2, MP1, OGG, WAV, AIFF, WMA, FLAC, AC3. Mp3 tag editor; Calculation of BPM tracks for selection of tracks by tempo; Playing internet radio stations; Recording Internet radio stations; Upload your own radio playlists; ICECAST radio directory support; Search in the catalog according to the specified criteria: title, artist, album, etc.; Parallel work with playlists and catalog during playback; Unlimited playlists; Saving playlist files; Playlist printing; Sound effects: EQ, Reverb, Tempo, Pitch; Spectrum visualization; Light music; Languages: English, Spanish, Italian, German, Malay, Portuguese, Russian, Swahili, Turkish, French.

Official webpage of the project


pleenator screen1.png]

pleenator screen2.png]

Rename My TV Series 2

Rename My TV Series (RMTV) is a free application to assist in renaming TV series episodes, based on data from TheTVDB. This is the successor to "Name My TV series".

The application is available for Windows (32bit), Linux (64bit) and macOS (64bit and signed). For Linux and macOS, the so called Dark Theme is supported. A wide range of video formats is supported for resolution detection (ffprobe) and file renaming. Additional files like subtitles, posters, series and episode information (and more) are supported as well - which can be downloaded automatically as well (with the exception of subtitles).

renamemytvseries-windows-linux-macos.png

SubzBor

SubzBor is a free and open source Linux and Windows utility to cut subtitles. basically it's a GUI for FFmpeg and MKVToolNix but support for internal subtitle readers and writers are adding. supports srt ass ssa vtt smi stl sub sup and more. Source code available under GNU GPL 3.0 license.

subzbor-kubuntu.png

Surf Ice

Surf Ice is a GLSL-based surface renderer available for macOS, Linux and Windows. The source code is distributed under a BSD license.

surfice.jpg

Tonopol-Trainer

Tonopoltrainer is an music-analyzer and trainer for musicians like best-practice, but many more functions. Source available.

tptrainer.png

view3dscene

view3dscene is an open-source browser for VRML and X3D and a viewer for other 3D models (Collada, 3DS, many others). It supports many navigation methods (Examine, Fly, Walk with gravity), collision detection, and many graphic features (shadows, mirrors, shaders, sound etc.). It is based on Castle Game Engine, an open-source 3D game engine for FPC/Lazarus. It's cross-platform, working on Windows, Linux, macOS and everywhere else where FPC and OpenGL are available.

view3dscene screen

WinFF

WinFF is a GUI for the command line video converter, FFMPEG. It will convert most any video file that FFmpeg will convert. WinFF does multiple files in multiple formats at one time. You can for example convert mpeg's, flv's, and mov's, all into avi's all at once. WinFF is available for Windows 95, 98 , ME, NT, XP, VISTA, and Debian, Ubuntu, Redhat based GNU/Linux distributions.

ZCAD

ZCAD is a simple CAD program with support for DXF file formats.

Zcad.png   simplecad.PNG