Showing 25 open source projects for "bridge linux"

View related business solutions
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 1
    MPV-EASY Player

    MPV-EASY Player

    An easy to use, modern video player based on mpv

    MPV-EASY-Player is a user-friendly multimedia player built on top of the mpv engine, designed to make advanced playback features more accessible through a simplified interface. It enhances the usability of mpv by providing a graphical interface and preconfigured settings while retaining the flexibility of the underlying engine. The player supports a wide range of audio and video formats, including high-resolution and streaming content. It integrates features such as subtitle management,...
    Downloads: 34 This Week
    Last Update:
    See Project
  • 2
    Stremio Core

    Stremio Core

    Types, addon system, UI models, core logic

    Stremio Core is the Rust engine that powers Stremio’s apps by centralizing all reusable logic behind discovery, catalogs, metadata, streams, add-ons, and user/library state. It exposes a clean set of modules—types, addon_transport, and state_types—so apps can talk to add-ons, model UI state, and react to events without duplicating code. The architecture is inspired by Elm: immutable state, message-driven updates, and explicit side-effects (“effects”) keep behavior predictable and testable....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    ffmpeg-commander

    ffmpeg-commander

    A web-based GUI for quickly generating common FFmpeg command-line

    ffmpeg-commander is a web-based graphical interface that simplifies the creation of FFmpeg commands for common video and audio encoding tasks. It provides a user-friendly environment where users can configure encoding options without needing to memorize complex command-line syntax. Built with modern web technologies, it generates FFmpeg commands dynamically based on user input. The tool focuses on common workflows such as format conversion, compression, and codec selection. It can optionally...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    AvCpp

    AvCpp

    C++ wrapper for FFmpeg

    AvCpp is a modern C++ wrapper library for FFmpeg designed to provide a safer and more intuitive interface for multimedia processing. It leverages modern C++ features to simplify memory management and reduce the complexity of working with FFmpeg’s C APIs. The library enables developers to handle encoding, decoding, and streaming tasks with cleaner and more maintainable code. It focuses on performance while improving developer productivity through abstraction. avcpp supports integration into...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    FFBox

    FFBox

    A multimedia transcoded treasure chest / a FFmpeg case

    FFBox is a graphical multimedia processing application that provides an accessible interface for working with FFmpeg operations such as encoding, conversion, and editing. It allows users to perform tasks like trimming, merging, and compressing media files without using command-line tools. The software supports a wide range of audio and video formats, making it suitable for diverse media workflows. It includes batch processing capabilities to handle multiple files efficiently. FFBox also...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    handbrake-js

    handbrake-js

    Video encoding / transcoding / converting for node.js

    handbrake-js is a Node.js wrapper around the HandBrake CLI tool, designed to bring powerful video transcoding capabilities into JavaScript applications. It provides a programmatic interface for converting video files from nearly any format into modern codecs using HandBrake’s encoding engine. The library allows developers to build automation workflows for media processing without directly interacting with command-line tools. It supports multiple output formats such as MP4 and MKV and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Rsmpeg

    Rsmpeg

    A Rust crate that exposes FFmpeg's power as much as possible

    Rsmpeg is a Rust-based binding for FFmpeg that provides low-level access to multimedia processing capabilities through safe and efficient abstractions. It allows developers to interact directly with FFmpeg libraries for tasks such as encoding, decoding, and stream manipulation. The library is designed to balance performance with safety by leveraging Rust’s ownership model and memory management features. It supports handling of containers, codecs, and frames, enabling fine-grained control...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    FFmpeg.AutoGen

    FFmpeg.AutoGen

    FFmpeg auto generated unsafe bindings for C#/.NET and Core

    FFmpeg.AutoGen is a .NET binding for FFmpeg that provides low-level access to its native libraries through automatically generated C# interop code. It enables developers to work directly with FFmpeg’s APIs, including encoding, decoding, muxing, and demuxing operations, within managed .NET environments. The library exposes FFmpeg structures and functions with minimal abstraction, offering high performance and flexibility. It is designed for advanced use cases where precise control over...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    react-native-filament

    react-native-filament

    A real-time physically based 3D rendering engine for React Native

    react-native-filament is a React Native wrapper for Google's Filament real-time physically-based rendering engine, enabling mobile developers to render high-quality 3D scenes within React Native applications. This library acts as a bridge between JavaScript and the powerful Filament engine through native modules, giving React Native apps access to modern rendering capabilities like PBR materials, image-based lighting, and dynamic shadows. Designed for both iOS and Android, it opens the door...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10
    JAVE2

    JAVE2

    The JAVE (Java Audio Video Encoder) library is Java wrapper

    JAVE2 is a Java-based wrapper library for FFmpeg that enables developers to perform audio and video encoding operations through a structured and object-oriented API. It simplifies interaction with FFmpeg by abstracting command-line complexity into reusable Java components. The library supports tasks such as transcoding, format conversion, and media extraction, making it suitable for backend multimedia services. It provides configuration options for codecs, bitrates, and container formats,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    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
  • 12
    React Color

    React Color

    Color pickers from Sketch, Photoshop, Chrome, Github, and Twitter

    13 different pickers, for Sketch, Photoshop, Chrome and many more. Make your own, use the building block components to make your own. Color controls what color is active on the color picker. You can use this to initialize the color picker with a particular color, or to keep it in sync with the state of a parent component. Pass a function to call every time the color is changed. Use this to store the color in the state of a parent component or to make other transformations. Pass a function to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    FSM: Font System Manager

    FSM is a tool designed to bridge the gap between ImageMagick & paperjs

    ImageMagick and browser-based tools such as paperjs use very different engines for font rendering. This makes it difficult to reproduce accurately effects, for example, in video projects where the placement of text, sub-images, etc needs to be tested before production. While paperjs will render a scene in a browser context, it cannot be used in production, where ImageMagick is necessary. FSM allows for the classification of usable fonts for both these interfaces, accurate measurement of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    ImatiSTL

    Fix STL files for 3D printing

    ImatiSTL is a C++ library for applications that need to finely post-process raw polygon meshes represented by STL files. It is particularly useful in 3D printing scenarios: the repairing functions provided by ImatiSTL bridge the gap between printable meshes and real-world meshes with diverse potential defects and flaws (e.g. degenerate triangles, self-intersections, surface holes, ...). ImatiSTL provides both functions for local mesh repairing and methods for global remeshing. Local...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Stereo Dandifier

    Stereo Dandifier

    Presenting a tool to create printable cards for stereoscopic viewing.

    With the advent of modern 3D capable cameras and the resurgence of interest in all things stereo, this tool is intended to bridge the old and the new by enabling the printing of antique style stereo cards from modern, digital images for stereoscopic viewing. So we can all party like it's 1899!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    AnsiGL

    AnsiGL

    A modern "graphics" API for text-based applications

    Sourceforge is no longer being updated! Check out our new home instead: http://github.com/nicrohobak/AnsiGL ---------------------------------------- AnsiGL is a C++ console text "graphics" API using simply ASCII characters and ANSI escape sequences, and all without the use of any video hardware. It strives to be a simple-to-use text-graphical toolkit have with an intuitive interface for developers, while maintaining a sufficiently high degree of flexibility. Many comparable...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    MewsicPlayer

    MewsicPlayer

    Player for files and Youtube Videos

    Resulting from the poor youtube playlist feature this player tries to bridge the gap between classic audio file players and the huge amount of music videos on Youtube.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    MdBrHistogram

    MdBrHistogram

    Histogram Panel module for Adobe Bridge

    Adobe Bridge is a great software for browsing and categorizing images. A missing feature is the immediate view of the image's histogram, the graphical representation of the tonal distribution in a digital image. The module supplies the Histogram Panel with the information required, using public API, Adobe object model and javascript language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    An IDE for visually impaired users. It supports compiling and immediate error line focus, automatic code clean-up and not to mention all screen-readers E.G. NVDA. Sorry Linux can't work. Also, does NOT require Java Access Bridge.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A javascript based script for Adobe Bridge that adds a "Send to Flickr Uploadr" menu item to the right click context menu and "Open With" submenu. Flickr Uploadr installed separately.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    SVG-cards

    Playing cards in SVG

    SVG-cards is a collection of decks of playing cards made with the SVG format. They feature high-quality design from different styles and countries (poker, bridge, french, spanish, etc...) and vectorial representation: it means at any resolution on any support, the quality will remain the same.
    Leader badge
    Downloads: 35 This Week
    Last Update:
    See Project
  • 22
    Linguine Maps provides clean object-oriented diagramming API for graph visualization. It visualizes Apache Ant files, Hibernate and Apache Object Relational Bridge mapping files, DTD’s for XML and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    VtkFLTK is a small library of C++ classes for development of FLTK event-driven interfaces for use with VTK. VtkFLTK attempts to transparently bridge disparities between FLTK and VTK event and windowing system handling.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    This project houses Perl's Tcl and Tcl::Tk bridge modules that allow you to take advantage of Tcl/Tk in Perl. For the Tcl/Tk developer areas, please see either the main "tcl" project, the "tktoolkit" project for Tk.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    3DWalkingTour

    3DWalkingTour

    A 3D film showing the architectural richness of the Abandoibarra area.

    The "3D Walking Tour" service tries to promote the tourism in the city of Bilbao by showing the richness of the architectural resources that can offer its urbanism. A 3D video-report has been developed which shows this richness of the architecture, specifically on the Abandoibarra area (Bilbao), where are emblematic buildings like the Guggenheim Museum, the Iberdrola Tower, La Salve Bridge, The Museum of Fine Arts, etc.. The 3D video-report is based on a walking tour that can be done from...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB