Showing 378 open source projects for "mpeg-4"

View related business solutions
  • SKUDONET Open Source Load Balancer Icon
    SKUDONET Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    SKUDONET ADC, operates at the application layer, efficiently distributing network load and application load across multiple servers. This not only enhances the performance of your application but also ensures that your web servers can handle more traffic seamlessly.
  • Pimberly PIM - the leading enterprise Product Information Management platform. Icon
    Pimberly PIM - the leading enterprise Product Information Management platform.

    Pimberly enables businesses to create amazing online experiences with richer, differentiated product descriptions.

    Drive amazing product experiences with quality product data.
  • 1

    mount-samba

    mount-samba always-samba fix-samba add-samba

    mount-samba -gui mount-samba //192.168.1.22/Media With this program, you can easily mount Windows (Samba) shares, NAS servers, by using the terminal or drag and drop with the mouse. These are mount permanently at system start! see addfstab for updates https://addfstab.sourceforge.io
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    myrescue is a program to rescue the still-readable data from a damaged harddisk. It is similiar in purpose to dd_rescue, but it tries to quickly get out of damaged areas to first handle the not yet damaged part of the disk and return later.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3
    Small tool written in Perl for synchronizing file archives based on MD5 sum comparison (e.g. it detects when a file has just been renamed or moved to a new location inside of the archive). Best suited for offline synchronization, e.g. for mp3 archives.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    IMG4DC – Dreamcast Selfboot Toolkit

    IMG4DC – Dreamcast Selfboot Toolkit

    Generate ready-to-use disc images for your Sega Dreamcast system !

    IMG4DC is a tools package containing two utilities to generate selfboot disc images for your Sega Dreamcast: cdi4dc, designed to make Padus DiscJuggler (CDI) images and mds4dc, designed to make Alcohol 120% (MDS/MDF) images. A selfboot image is a disc image format specially prepared to boot on your Dreamcast. In clear, by burning a selfboot image to a standard blank CD-R, the software containted into this disc image will run onto your Dreamcast, as a legit game disc, without any modchip or...
    Downloads: 8 This Week
    Last Update:
    See Project
  • Vivantio IT Service Management Icon
    Vivantio IT Service Management

    Your service operation isn’t one-size-fits all, so your IT service management solution shouldn’t be either

    The Vivantio Platform allows you to focus on the IT service management tools that make sense for your organization’s unique service model: from incident, problem and change requests, to service requests, client knowledge and asset management
  • 5
    Lightweight ext4 filesystem library

    Lightweight ext4 filesystem library

    ext2/3/4 library for microcontrollers

    Code is also available on github: https://github.com/gkostka/lwext4 Feel free to contact me: kostka.grzegorz@gmail.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    SLFS

    Simple Log Structured Filesystem for Linux

    SLFS is a implementation of log-structured file system designed for flash memory based storages(SSD, SD card, eMMC, …). Like other log-structured file systems, SLFS shows good performance under random write. <Build> 1. deploy SLFS source code at your Kernel Source # tar xzf slfs.tar.gz # mv slfs KERNEL_SRC/fs/. # vi KERNEL_SRC/fs/Makefile (add following line) obj-$(CONFIG_SLFS_FS) += slfs/ # vi KERNEL_SRC/fs/Kconfig (find section “MISC_FILESYSTEMS” and add following line) source...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    A FUSE filesystem which exposes a view of a source filesystem. A shell command generates the contents of the files on request, perhaps from the source files. Configurable caching and monitoring of the source tree to limit CPUand prefetch data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    This tool enables users to search their NTFS formatted harddrives within seconds. It uses the MFT( master file table) of NTFS to search for files very fast. Ermöglicht eine extrem schnelle Dateisuche auf NTFS formatierten Festplatten.
    Leader badge
    Downloads: 19 This Week
    Last Update:
    See Project
  • The Most Powerful Software Platform for EHSQ and ESG Management Icon
    The Most Powerful Software Platform for EHSQ and ESG Management

    Addresses the needs of small businesses and large global organizations with thousands of users in multiple locations.

    Choose from a complete set of software solutions across EHSQ that address all aspects of top performing Environmental, Health and Safety, and Quality management programs.
  • 10
    This project provides a file synchronization tool, comparable to unison, with a fast and simple to use application interface written using the Fox toolkit. It can use hash algorithms as well as simple file existence checks for synchronizations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    IngestList is a java based tool to perform automated batch identification of file formats and to characterise some important properties. It is designed to meet the fundamental requirement of any digital repository.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    HDD Activity Guage/LED Tray Icon

    HDD Activity Guage/LED Tray Icon

    Show physical HDD activities in LED style or performance gauge style

    ... of the existing HDD indicators constantly consume ~2% of CPU. Also most of them can't show individual actitivity for each physical HDD. For more than one HDD you need to run this program separately using different command line arguments. You can create short-cuts to save your settings. Please see ReadME.txt for more details. (A TODO item is to add these command line arguments into the GUI). Hopefully this tool helps. [1/4/2017 update: rebuild using Visual Studio 2013]
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Filebench

    Filebench

    File system benchmark

    Filebench is a file system and storage benchmark that can generate both micro- and macro-workloads. It employs versatile Workload Model Language (WML) for detailed workload specification. Filebench includes several popular macro-workloads in its distribution: Web-server, Mail-server, Database-server, and others.
    Downloads: 19 This Week
    Last Update:
    See Project
  • 14

    Linux NTFS file system support

    Development moved to https://sourceforge.net/projects/ntfs-3g/

    Development on this project has moved to https://sourceforge.net/projects/ntfs-3g/ The goals of this project are: create a new Linux kernel driver for the NTFS file system (1.2, 3.x, and later), user space utilities (e.g. format, ntfs check, etc.) and a library to avoid code duplication and provide access to NTFS to other GPL programs.
    Downloads: 21 This Week
    Last Update:
    See Project
  • 15

    Copy and Move with checksum verification

    cp and mv extended with checksum verification

    New versions @ https://github.com/hansij66/securecopy crccp and crcmv are based on coreutils (v8.23) and add crc checksum functionality to cp and mv commands. Checksums can optionally be stored in the file's xattr. The command crcsum can be used for further checksum analysis/verification, or for storing a checksum in the xattr of all files in a directory or filesystem.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    DemuxFS is a live filesystem to aid on the analysis of transport streams in digital TV systems such as the SBTVD (ISDB-T), DVB and ATSC.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    VCO

    VCO

    Modifica permisos de las memorias USB

    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ISOLabel

    ISOLabel

    Change volume label on ISO 9660 image and Joliet extension

    isolabel is a program that allows you to change volume label in ISO 9660 image file after it was already created. Moreover, you can specify ISO 9660 and Joliet volume label separately, taking advantage of fancy names in Joliet together with simpler, but longer name in ISO 9660; something that tools like mkisofs/genisoimage does not allow you to do in standard compliant way. This program is written to have minimal software dependency, and work on all platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    BackupAFS is an application to backup OpenAFS cells to a remote backup server's disk. It supports compression, full and multi-level incremental dumps, exponential expiry, and configuration via a friendly web interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    ADB via Netcat File System

    Mount your android device on your linux host.

    Fast and well behaved FUSE based file system allowing you to mount the whole (not only Phone and Card) file system of your rooted android device. It uses NETCAT instead of adb shell to communicate with the device. With this file system you can simply drag and drop files from and to your android device as usual.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    UNFS3 [moved to GitHub]

    UNFS3 is a user-space NFSv3 server

    Development of UNFS3 has moved to GitHub: https://github.com/unfs3/unfs3 UNFS3 is a user-space implementation of the NFSv3 server specification. It provides a unified mountd and nfsd program and so far runs under Linux, NetBSD, and Solaris.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22

    GPFS Monitor Suite

    A suite of tools for monitoring GPFS clusters.

    The GPFS Monitor Suite was developed at the National Center for Atmospheric Research (NCAR) to assist with the deployment and operation of the GLADE storage envrionment, which utilizes IBM's General Parallel File System (GPFS). The suite uses perl scripts and Ganglia to provide low impact near real time monitoring of a GPFS multi-cluster environment consisting of 4,700+ Linux systems. This is not a standalone package, some assembly on your part is required!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Desktop Organizer

    Desktop Organizer

    Desktop Organizer is a free software to organize any folder in your PC

    Downloads: 3 This Week
    Last Update:
    See Project
  • 24

    ufile

    Tools for cross building root file systems.

    If you build a root file system you often have to become root on your own host to call chown mknod and so on. With ufile you can do that things for another machine in a save way without the need becoming root on your own host. For more information have a glance at README.odt in the package.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    WikipediaFS: View and edit Wikipedia articles as if they were real files.
    Downloads: 0 This Week
    Last Update:
    See Project