Showing 894 open source projects for "format"

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
  • Compliant and Reliable File Transfers Backed by Top Security Certifications Icon
    Compliant and Reliable File Transfers Backed by Top Security Certifications

    Cerberus FTP Server delivers SOC 2 Type II certified security and FIPS 140-2 validated encryption.

    Stop relying on non-certified, legacy file transfer tools that creak under the weight of modern security demands. Get full audit trails, advanced access controls and more supported by an award-winning team of experts. Start your free 25-day trial today.
    Start Free Trial
  • 1
    Adobe(R) Flash(R) Video format (FLV) to MPEG4 Transcoder.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    pulsorclip

    pulsorclip

    Download videos from almost any website

    ...Built around the yt-dlp and ffmpeg engines, it supports over a thousand websites, including major platforms like YouTube, TikTok, Instagram, and others, enabling media extraction in multiple formats. The application focuses on a controlled workflow instead of instant downloads. Users first provide a media URL, then select format, quality, and container before processing the file. It includes both a web interface built with Next.js and a Telegram bot that offers the same guided experience through chat. Both share a common backend in a monorepo structure. The system is fully self-hosted and designed to run in a single Docker deployment including both web and bot services. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Render DGA-files (COLLADA file format) to a renderer supporting the RenderMan Interface. COLLADA is a registered trademark of the Khronos Group. The RenderMan Interface is a registered trademark of Pixar
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Alps is a music player with multi-tabbed playlists, various format support, and plugins. It is cross-platform music player, so when you multi-boot, use Alps os-independently.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • 5

    JPiper

    Bagpipe score editor

    JPiper is a Java application for reading and printing Great Highland Bagpipe scores. It supports the BWW music format, but there are plans for supporting import/export plugins for other formats as well.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    A 3D presentation engine with dual screen support. Developed in Python with an extensible architecture for user defined objects, effects and slide transitions. Uses a custom XML document format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    This is an image viewer. Can be used to view one or more images, pack of images like a digital comics format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    A game engine in C# and Mono using managed code wherever possible with focus on loading and rendering complex animated scenes and objects using the standard COLLADA format and interactivity with animations and physics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Create tone music for early nokia S40 handsets like the 3100, starts with notes and ends up with data for use in J2ME MIDP nokia applications. In the process of using MusicXML as a note input format.
    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

    geoscipy

    Python-accessible toolkit for Geoscience & Remote Sensing Applications

    ...Functions include reading/writing of many data formats, images, vectors, ..., and processing of images, vectors, ... including map projections, ... The library is written C, using HDF5 as the file format for storage of all remotely-sensed data and ancillary data, as well as processed data. The C functions assume a particular format for the HDF5 file contents, and provide functions for reading and writing data to such files. There is also a Python API that provides a procedural as well as an object-oriented interface to these functions. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    OpenGL accelerated DVD slideshow builder and player. From textfile list of pictures, movies and transitions compatible with the Dvd-slideshow format, it produces the requested DVD-slideshow in real time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    BinChunker converts a CD image in a ".bin/.raw/.wav + .cue" format to a set of .iso and .cdr/.wav tracks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    QRip is a intuitive Qt4-based frontend to transcode, a general purpose movie transcoder. QRip supports DVD ripping and creation, as well as the transcoding of audio or video files from one format to another.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    eBook Management System (eBMS). eBMS will allow someone to create a library of eBooks, such as a tutorial site, that can be edited and maintained as time passes. The eBooks will then be offered to end users in a format of their choice (XHTML, PDF).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    This editor aims to help users creating their own ebooks in the newly released Open Publishing standard defined by International Digital Publishing Forum. The editor will permit the creatioin of ebook in OCF-1.0 format (.epub)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    VECTEEZY SVG CODE DESYNGR

    VECTEEZY SVG CODE DESYNGR

    A PWA to convert raster images to SVG vector graphics VECTEEZY!

    ...Learn the fundamentals of SVG in 100 seconds! SVGcode is a Progressive Web App that lets you convert raster images like JPG, PNG, GIF, WebP, AVIF, etc. to vector graphics in SVG format. It uses the File System Access API, the Async Clipboard API, the File Handling API, and Window Controls Overlay customization. WIX WEBSITE MAKER | VECTEEZY SVG CODE DEZYGNR
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    cl-jpeg

    JPEG encoder implementation using OpenCL

    This is a research project to test GPU (OpenCL) usability for image compression. Jpeg format is chosen because it is relatively simple and I am familiar with it. 2013-01-22: For now only pixel conversion and DCT transform is done with OpenCL, entropy coding is done with CPU in one thread. Unfortunately this implementation is no match for even one threaded SSE2 jpeg encoder, too much data goes through PCIe. Look at "Debunking the 100X GPU vs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    3DWalkingTour

    3DWalkingTour

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

    ...The 3D video-report is based on a walking tour that can be done from the Bilbao Tourist Office located opposite the Guggenheim Museum. The 3D video-report can be downloaded for its viewing on conventional screens, on 3D screens, and on Smartphones that are compatible with the 3D video format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Creates universal playlists in XML. These can be exported to most music player's playlist format like winamp, realplayer, jukebox or any music player of your choice. Supports ID3, Searching & Indexing songs. XML data for easy retrieval & readability.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo