Showing 34 open source projects for "wrapper"

View related business solutions
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 1
    yt-dlp-gui

    yt-dlp-gui

    A cross-platform GUI wrapper for yt-dlp written in PySide6

    yt-dlp-gui is a cross-platform graphical interface for the popular command-line video downloader yt-dlp, created to make video and audio downloads from sites like YouTube, Vimeo, Twitch, and others easier for everyday users without needing to work directly with command-line arguments. Written in PySide6 (Python with Qt bindings), it wraps the powerful yt-dlp engine in a visual application that lets users paste video URLs, choose formats, apply presets, and start downloads with a click, while...
    Downloads: 241 This Week
    Last Update:
    See Project
  • 2
    Laravel FFMpeg

    Laravel FFMpeg

    This package provides an integration with FFmpeg for Laravel

    This package provides an integration with FFmpeg for Laravel 10. Laravel's Filesystem handles the storage of the files. You can easily add a watermark using the addWatermark method. With the WatermarkFactory, you can open your watermark file from a specific disk, just like opening an audio or video file. When you discard the fromDisk method, it uses the default disk specified in the filesystems.php configuration file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    FFmpegKit

    FFmpegKit

    FFmpeg Kit for applications. Supports Android, Flutter, iOS, Linux, ma

    FFmpegKit is a collection of tools to use FFmpeg in Android, iOS, Linux, macOS, tvOS, Flutter and React Native applications. It includes scripts to build FFmpeg native libraries, a wrapper library to run FFmpeg/FFprobe commands in applications and 8 prebuilt binary packages available at Github, Maven Central, CocoaPods, pub and npm. All scripts support additional options to enable optional libraries and disable platform architectures. FFmpegKit is a wrapper library that allows you to easily run FFmpeg/FFprobe commands in applications. ...
    Downloads: 39 This Week
    Last Update:
    See Project
  • 4
    libjpeg-turbo

    libjpeg-turbo

    SIMD-accelerated libjpeg-compatible JPEG codec library

    libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX, SSE2, NEON, AltiVec) to accelerate baseline JPEG compression and decompression on x86, x86-64, ARM, and PowerPC systems. On such systems, libjpeg-turbo is generally 2-6x as fast as libjpeg, all else being equal. On other types of systems, libjpeg-turbo can still outperform libjpeg by a significant amount, by virtue of its highly-optimized Huffman coding routines. In many cases, the performance of libjpeg-turbo rivals...
    Leader badge
    Downloads: 42,549 This Week
    Last Update:
    See Project
  • Add Two Lines of Code. Get Full APM. Icon
    Add Two Lines of Code. Get Full APM.

    AppSignal installs in minutes and auto-configures dashboards, alerts, and error tracking.

    Works out of the box for Rails, Django, Express, Phoenix, and more. Monitoring exceptions and performance in no time.
    Start Free
  • 5
    DLSS2FSR

    DLSS2FSR

    CyberFSR/PotatoFSR (FSR 2.1.2) for Games

    Replacing DLSS 2.x with FSR 2.1.2 for various games such as Cyberpunk 2077, Red Dead Redemption 2, etc. It includes a DLL wrapper/injector (winmm.dll) to disable Nvidia GeForce RTX GPU checking, so AMD Radeon / Nvidia GTX users can enjoy the mod. Download the latest relase from Release Page. Extract the contents of the archive next to the game EXE file in your games folder. Make sure the game is running in DX12 mode. Download the latest relase from Release Page.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 6
    Video Pre-Training

    Video Pre-Training

    Learning to Act by Watching Unlabeled Online Videos

    ...The repository contains demonstration models of different widths, fine-tuned variants (e.g. for building houses or early-game tasks), and inference scripts that instantiate agents from pretrained weights. Key modules include the behavioral cloning logic, the agent wrapper, and data loading pipelines (with an accessible skeleton for loading Minecraft demonstration data). The repo also includes a run_agent.py script for testing an agent interactively, and an agent.py module encapsulating the control logic.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    SaveTube

    SaveTube

    Youtube-dl GUI Wrapper

    A cross platform front-end GUI as well as simple CLI of the popular youtube-dl media downloader written in tkinter. SaveTube is a command-line as well as GUI program to download videos from YouTube.com and a few more sites. It requires youtube-dl and the Python interpreter, version 3.2+, also it is not platform specific. It should work on your Unix box, on Windows or on macOS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    FMV

    Video editing in command line

    Video editing in command line v0.1 : Wrapper Java for FFMPEG Next steps : - kernel of FMV - CLI
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Fast Forward

    Fast Forward

    Free video editor to convert, cut, trim, stream select and encode

    Fast Forward is free video editing software that allows you to convert, cut, trim, remove streams, encode and customise a variety of parameters such as frame rate, bitrate, frame size and output file size. Fast Forward can encode H264, MPEG2 or Xvid video, as well as Dolby Digital AC3, Dolby Digital Plus eAC3+, AAC and Vorbis audio. It is very useful for removing ads from recorded TV programs, or combining the .VOB files from a DVD file system. Thanks to FFmpeg, these processes are extremely...
    Downloads: 7 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 10
    Playback

    Playback

    Video player built using electron and node.js

    playback is another project by the same author, aimed at simplifying media playback of streaming sources in JavaScript/Node.js contexts. The goal of Playback is to act as a thin wrapper or abstraction layer that eases the task of launching and controlling a media player from code or CLI, perhaps integrating with torrent-based streaming (e.g. from peerflix) or other streaming sources. The library provides programmatic controls over launching playback, passing custom options or arguments, and managing process lifecycle — making it useful for scripts, automation, or tooling where you need to play media without manually wiring up system calls. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    VBass6: Bass.dll COM Wrapper

    The Bass.dll COM Wrapper for Visual Basic 6.0

    This is a COM wrapper for Bass.dll by Un4seen. Latest version of Bass.dll is required for this wrapper. See documentation at un4seen website (http://www.un4seen.com) for more details. NOTICE: Bass.dll is a trademark of un4seen developments
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    Vortex Surfer Vio
    ...While the support for Surfer 2014 releases( https://www.sourceforge.net/projects/vortexsurfer2014 ) are stopped, we recomend using the latest major update, Vio. Features Awesomium Web Wrapper EasFas Interface Desktop toasts on network disconnection Send instant mails to popular providers with Express Mail Client v2.0 Stunning download speed with the integrated download manager Download videos from major sites with the integrated Youtube downloader, Youtuber Large browsing area History supported Bookmarking and easy management With Regards, Surfer Vio Team
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    jx264

    This project is a x264 codec JNI wrapper

    This project is a x264 codec JNI wrapper. It can encode YUV I420 picture into the H264 frame. Supported following profiles defined in the x264 C implementation: baseline, main, high.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    FFMpeg Drive

    FFMpeg Drive

    FFmpeg Drive is an interface for the video file manipulator FFmpeg

    FFmpeg Drive is a GUI – graphical user interface (frontend, wrapper) for the popular command-line video manipulation program ffmpeg. It offers access to certain functions of ffmpeg: * the ability to bind individual frames (images) into a single movie file * the ability to convert movie files from one type (format) into another * the play movie function using mplayer. This is a work in progress, open to a wide set of possibilities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    .NET wrapper for VLC media player. This library allows you to use libvlc from .NET code without dll imports. Simple and easy to use for playing, streaming, transcoding of video streams. Visit the home page for more info.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16

    CRCLIB

    CRC Library

    ...Because CRC check is often used by binary communication protocols, it is made as simple as it can be, built into library so that it could be used regardless of language of application code. Written in plain C, built as dll and static library, and also contains C/C++ import header, C# wrapper and .NET project for MS SQL Server assembly. Supports CRC16 (including MODBUS) and CRC32.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    TV Ripper is a wrapper for dvd decrypter 3.5.4.0. It allows you to supply multiple VTS and PGC information to command DVD Decrypter to rip television shows from your personal DVD collection for compression and archival later.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Jaiom (Java All In One MediaProcessing Server) intends to provide a simple to use webservices based, media processing facade which processes videos, photos, pdf and MS Office media types using many different kind media processing engines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Java wrapper for the AGCamLib webcam Library using Java Native Interface. it has many features and will continue growing in the future AGCamLib depends on DirectShow, so this wrapper is for Windows OS only
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A multimedia framework written in C# that wraps most of the DirectShow API and includes several useful Windows Forms controls. It differs from DirectShowLib in that MediaFramework tries to take the burden of COM interop off the developer.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 21
    Java wrapper to call Brightcove Media API services. Project has been moved to BC Open Source - http://opensource.brightcove.com/project/Java-MAPI-Wrapper/ (old home page - http://bc-j-mapi-w.sourceforge.net)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A C#.NET Wrapper to FFMPEGSource2 aka FFMS2
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Libavinterface is a C++ wrapper library for the C video library FFMPEG and the C graphics library SDL. It is designed to be class-based, predominantly for scenarios where non-class data is impossible (eg. the VST SDK). It is designed for mingw/msys.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    JAviSynth is a wrapper library that allows AviSynth to be used in the Java programming language. Through JNI, it provides access to the input and video processing capabilities of AviSynth. Videos and scripts can be opened, manipulated and viewed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The JAVE (Java Audio Video Encoder) library is Java wrapper on the ffmpeg project. Developers can take take advantage of JAVE to transcode audio and video files from a format to another (
    Downloads: 2 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB