Open Source Python Multimedia Software - Page 67

Python Multimedia Software

View 4863 business solutions

Browse free open source Python Multimedia Software and projects below. Use the toggles on the left to filter open source Python Multimedia Software by OS, license, language, programming language, and project status.

  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 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
  • 1
    A single purpose id3 tagger / file renamer which populates an album of songs with proper album/track information from Amazon Web Services (AWS).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Blender script for "shaking" position, rotation and scale of one or several objects...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    galleryforge creates static HTML galleries by recursing through a hierarchy of directories containing images. Every directory becomes an album in the gallery, every image is resized to target size and a thumbnail created.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    gdvrecv is a set of tools for FreeBSD 5 to receives audio and video data from a digital camcorder via an IEEE 1394 (widely known as FireWire) link and stores them into an DV file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Access competitive interest rates on your digital assets.

    Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 5

    geometry3d

    A Python library for geometric objects in 3 dimentions

    Implemented classes of 3d objects: * Vector * Point * Line * Plane * LineSegment Yet incompletely implemented classes: * Triangle * Disk (closed circle) * Union (a collection of 3d objects) Each object has methods for finding its sizes, containing box or containing sphere. It finds intersection and distance or closest to another object part of itself. It also can tell if it contains the other object or is it contained by that. Where appropriate, it's easy to check orthogonality and parallelism. Vectors are sub-typed from numpy ndarray class. Extensive unit tests are included. Test coverage exceeds 95%. See documentation of the library internals in section Files ( https://sourceforge.net/projects/geometry3d/files/ ).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    geoscipy

    Python-accessible toolkit for Geoscience & Remote Sensing Applications

    GeoSciPy is a set of C and Python functions that provide an API for all aspects of Geoscience and 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. A Python GUI for interacting with such datasets is also part of the project. While there are other open-source GIS, and image-processing packages available, this one is designed to be comprehensive, work on 3 major platforms, user-extensible, fast, and able to handle huge datasets. Click the Blog tab for more info.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    geqos (Gnome editor for Quality of Service) is a gnome network management application that provide an easy-to-use graphical user interface for configuring and monitoring QoS under linux
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    The ggmpeg is a GTK+ front-end to ffmpeg. I am designing it especially for operations on many files and as much simple as I can. Still in development, not working yet, but it will soon =)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    parallelized H.264 codec.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 10
    git-imerge

    git-imerge

    Incremental merge for git

    Perform a merge between two branches incrementally. If conflicts are encountered, figure out exactly which pairs of commits conflict, and present the user with one pairwise conflict at a time for resolution. Reduce the pain of resolving merge conflicts to its unavoidable minimum, by finding and presenting the smallest possible conflicts: those between the changes introduced by one commit from each branch. Allow a merge to be saved, tested, interrupted, published, and collaborated on while it is in progress. Multiple incremental merges can be in progress at the same time. Each incremental merge has a name, and its progress is recorded in the Git repository as references under refs/imerge/NAME. The current state of an incremental merge can be visualized using the diagram command. An incremental merge can be interrupted and resumed arbitrarily, or even pushed to a server to allow somebody else to work on it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    GLEWpy aims to bring advanced OpenGL extensions to Python. This allows the Python OpenGL developer to use features such as fragment/vertex shaders and image processing on the GPU. It serves as a compliment to PyOpenGL and toolkits such as GLUT and SDL.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    The best (online) manga reader. You can't say that you read mangas if you haven't tryed gmangas!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    gmf_synth

    A graphical interface GUI for Fluidsynth Soundfont Player

    A graphical interface for software synthesizer or sound-samplers. Currently supported is fluidsynth. Can be used to play SoundFonts, SF2 and MIDI files. Required is an installation of fluidsynth. Written in Python / Qt4.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    gmocp (gnome moc player) is a gtk-based frontend for the moc player (music on console). It allows to you to play, pause, next, previouse, toggle shuffle, toggle repeat and control the playlist elements.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    golib

    C++ collection mostly for image processing

    libGo is a C++ class library containing all kinds of things that proved useful to me. Included are: - Linear algebra, using LAPACK and CBLAS - V4L(1) image grabber - Multithreading - Image containers (up to 3D) - Some simple optimisation code - Python embedding helper - Matlab interface - .. and other things, have a look at the HTML documentation! golib grew over many years, things I had use for have been added now and then. Some parts are better taken care of than others. If you find anything spectacularly wrong or badly documented, and need assistance, please drop me a line.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    This is a collection of Python functions, with which data can be exported from the Python environment to a file which can be viewed in GoogleEarth.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Grace is another csound frontend with standard .csd files as it's main building block. It's main focus is controlling csound in real time from midi, both live from keyboards, in a midi enabled sequencer environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    GTK replacement for Johnson J-Station J-Edit. The project has moved here: https://github.com/fengalin/gstation-edit Check this link for GTK-3 support and additional features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    GTKShots is a python/gtk program to grab multiple screenshots periodically, configuring intervals, quality and other options. It could be useful to create presentations, slides or to monitor desktop activity, too.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    In Hoverbots, robots with an artificial intelligence fight each other in a 3D environment. The AI is coded by the competitors in any language. Robots can create drones with up to the same functionality as the robot, or simply as bombs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    hrec

    Small console program for quick recordings using ecasound and jack

    hrec is an ecasound frontend for quick recordings on the jack audio server. hrec is designed to function like a hand-held recorder, with very simple setup and operation. hrec is a console program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Open Source Application for databasing your Music Collection(s). iChoons will utilize other open source products such as MySQL, Apache Webserver and PHP as well as Python / wxPython and SQL Lite. We will also be including tools written in Python for Win3
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Mac OS X and Windows OpenGL 3D Engine tools, content and code to create games and applications. Newton physics, OpenAL sound with OGG Vorbis, Lua, Revolution, written in C.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This is Yet Another Playlist Manager. The main difference from conventional playlist managers is that it is focussed simply one what is in or not in your playlist. I use it for managing what is loaded to my iPod.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A Python Script that prepare your media collection for secure streaming over Internet to your iPhone or iPod touch.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB