Showing 1994 open source projects for "c# source code"

View related business solutions
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 1
    Telegram WebRTC (VoIP)

    Telegram WebRTC (VoIP)

    Voice chats, private incoming and outgoing calls in Telegram

    Telegram WebRTC (VoIP) is a Python and C++ library that enables real-time voice and video communication features for Telegram bots and clients. It provides an interface for joining, managing, and streaming audio or video in Telegram group calls and voice chats. The library is built on top of low-level communication protocols, ensuring efficient handling of real-time media streams. It supports integration with FFmpeg and other tools for processing audio and video before transmission. tgcalls...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    textureAtlasTools

    textureAtlasTools

    A set of tools for slicing a texture atlas to individual components

    A set of tools for slicing a texture atlas to individual components and merging back. These tools simplify the approach for upscaling a texture atlas. Manually select some tiles in the texture atlas (that are placed in difficult positions) Add them to a json file following this pattern: json file; you can use any image editing tool such as GIMP to manually select and inspect the location, width and height of each selection. Run the tool with the split; this will automatically create a folder...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Top Video Converter

    Video converter tool used to convert videos to audio from PC or online

    Top Video Converter is a free, lightweight, and open source software used to convert audio/video files to other formats. The software can convert from audio to video and vice versa. If you choose to pull a video from YouTube, an option to download the thumbnail is available.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 4
    nginx-rtmp-module

    nginx-rtmp-module

    NGINX-based Media Streaming Server

    The nginx-rtmp-module is an open-source extension for Nginx that enables RTMP-based live streaming functionality. It adds support for ingesting RTMP video streams and re-streaming through HTTP/HLS/DASH, with various configuration controls and multi-worker streaming capabilities. Supports multi-worker streaming via automatic stream pushing (rtmp_auto_push). Can output HLS streams for playback on mobile and web clients. RTMP endpoint for live video stream ingestion.
    Downloads: 13 This Week
    Last Update:
    See Project
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • 5
    FXMovieManager

    FXMovieManager

    a filemanager written to help managing movie files and video clips

    FxMovieManager is a filemanager written to help managing movie files and video clips. It includes a twin-panel filemanager, a playlist and act as a simple front-end to MPlayer. Both filemanager and playlist can display thumbnails of movie files. ChangeLog for v. 10.2.8: mpv now uses the ``edl://`` command in order to correctly play multiple files with start and duration times on the PlayList; italian translation on the configuration dialog has been improved.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    jetson-ffmpeg

    jetson-ffmpeg

    ffmpeg support on jetson nano

    jetson-ffmpeg is a specialized integration layer that enables FFmpeg to use hardware-accelerated encoding and decoding on NVIDIA Jetson devices through the L4T Multimedia API. It provides a bridge between FFmpeg and NVIDIA’s proprietary APIs, allowing developers to leverage on-device hardware encoders and decoders for improved performance. The project includes a library and patch system that modifies FFmpeg builds to enable NVMPI-based acceleration. This allows efficient processing of video...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Great Little Radio Player

    Great Little Radio Player

    'Great Little Radio Player' is a robust internet radio station stremer

    This is 'Great Little Radio Player'. It is a robust internet radio station streamer. It connects to web sites offering radio streaming and lets you play radio stations directly from that locations. We develop for Windows, Linux and MacOSX.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 8

    sms1xxx

    Siano DVB-T driver for FreeBSD

    Port of the linux sms1xxx (siano) driver for FreeBSD >= 7.x. It is based on Raaf's dvbusb driver and currently supports the 'Terratec Cinergy Piranha' and 'Hauppauge WinTV MiniStick' USB sticks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    resonance_chung free VST plugin effect

    resonance_chung free VST plugin effect

    piano like variable dynamic reverb

    resonance chung is a free gpl open source VST plugin variable dynamic reverb sound effect compatible with VST steinberg, fb_chungVST , midipiano_chung , freemp3_chung , dsp_chung , radio _chung music plugins support. It aims to simulate the increase of reverberation with the number of played notes like in a real acoustic piano . a quick fft small fourier transform is used to estimate a number of played notes and modify the reverb rate in real time. Is written in easy fast freebasic .
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 10
    libsmacker

    libsmacker

    A C library for decoding .smk Smacker Video files

    libsmacker is a cross-platform C library which can be used for decoding Smacker Video files produced by RAD Game Tools. Smacker Video was the king of video middleware in the 1990s, and its 256-color compressed video format was used in over 2600 software titles. Please visit the Project Web site for detailed information.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 11
    PNG (Portable Network Graphics image format) and MNG (Multiple-image Network Graphics image and animation format) home sites
    Downloads: 80 This Week
    Last Update:
    See Project
  • 12
    hplayer

    hplayer

    A multi-screen player using Qt + FFmpeg

    hplayer is a lightweight multimedia player designed to demonstrate how to build a custom playback engine using FFmpeg and native rendering techniques. It focuses on providing a minimal yet functional implementation of video playback, including decoding, rendering, and synchronization. The project is structured as a learning resource, helping developers understand the fundamentals of multimedia pipelines. It supports common audio and video formats and includes playback controls for managing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Voya Media

    Voya Media

    A free media player that easily plays your music, pictures and videos.

    Voya Media is a free cross-platform media player that easily plays your music, pictures and videos.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Coriander

    Coriander

    Control and capture GUI for IIDC compliant cameras

    Coriander is a full-featured GUI for IEEE1394, IIDC-compliant digital cameras.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15
    240p-test-suite

    240p-test-suite

    A homebrew video suite for game consoles

    Downloads are now available at https://artemiourbina.itch.io/240p-test-suite A homebrew software suite for video game consoles developed to help in the evaluation of upscalers, upscan converters, line doublers and of course TV processing of 240p video. The Wii and Dreamcast versions have modes for 480i and 480p evaluation as well. It has tests designed with the processing of 240p signals in mind, although when possible it includes other video modes and specific tests for them. These...
    Leader badge
    Downloads: 65 This Week
    Last Update:
    See Project
  • 16
    LearningVideo

    LearningVideo

    Android Audio and Video Development Monster Fighting Upgrade

    LearningVideo is an educational repository that compiles structured learning materials focused on video processing, streaming technologies, and multimedia system design. It provides a wide range of resources including tutorials, technical notes, and example implementations that guide users through fundamental and advanced concepts. The repository covers topics such as encoding, decoding, streaming protocols, and real-time media pipelines, helping learners understand how modern video systems...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    ffmpeg-coder

    A small CLI tool which will help in producing different types of video

    A small cross platform CLI tool which will help in producing different types video converting codes quickly for new ffmpeg CLI users. The tool will make it easy to generate ffmpeg commands for them. If you don't use or know about FFMPEG then this tool might not be for you. This tool is created for those who find it difficult to understand or find the appropriate commands for converting a video as they want using the FFMPEG CLI tool. Also those who are new to Command Lines they can also...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 18

    seek-h262

    A C, fast audio/video MPEG decoder.

    seek-h262 is a free and portable MPEG decoder.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Tuxbox-Project

    Tuxbox-Project

    Tuxbox Sources

    This is the project and source code archive page of Tuxbox-Project, formerly known as the Linux@dbox2 Project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Matroska is an open standard audio/video container format. Visit our homepage at http://www.matroska.org
    Leader badge
    Downloads: 35,645 This Week
    Last Update:
    See Project
  • 21
    Axiom

    Axiom

    An FFmpeg GUI for Windows

    Axiom is a command-line video processing tool designed to simplify complex FFmpeg workflows through structured presets and automation. It focuses on providing high-quality encoding and transcoding pipelines while reducing the need for manual command construction. The tool includes predefined configurations for various codecs and formats, allowing users to achieve consistent results with minimal effort. It supports advanced encoding features such as hardware acceleration, bitrate control, and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    myrtille

    myrtille

    A native HTML4 / HTML5 Remote Desktop Protocol client

    Myrtille is a simple way to connect remote desktops and applications from a native web browser, without plugin, extension or configuration. For the end user, there is just need for a browser. Server side, it uses the .NET (C#) framework and the RDP protocol through an HTTP(S) gateway. It's very comparable to Guacamole (https://github.com/glyptodon) or FreeRDP-WebConnect (https://github.com/FreeRDP/FreeRDP-WebConnect), except it uses the Microsoft .NET (C#) technologies for a better...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 23
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    AstroCam is an C based daemon process for Linux and BSD to control stepmotors via SMC 800 cards. AstroCam also includes both, an PHP-based WebInterface and one based on Perl, for remote Stepengine control. You can control webcams with it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Render32

    Render32

    Command-line video compositing and audio mixing tools

    Render is a program for creating composite BMP image sequences. These images are composited as specified in a text configuration file. Mixer is a program for mixing film soundtracks. It accepts input files in WAV format and outputs a mixed soundtrack in WAV format. Each input channel can contain one or more audio files that are edited and mixed using a cue sheet. The maximum number of channels is a compile-time parameter.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo