Recherche avancée

Médias (91)

Autres articles (51)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Possibilité de déploiement en ferme

    12 avril 2011, par

    MediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
    Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)

Sur d’autres sites (6582)

  • Merging multiple (more than two) videos on Ubuntu

    6 novembre 2015, par Dhruv Singal

    I want to merge videos in batch size of twenty (20) each. I’m running a Linux machine. The videos are in mp4 format and moderate quality. Some even have the audio stream missing. So far I’ve tried ffmpeg, mencoder, cvlc/vlc and MP4Box. I want to write a command line script to achieve this, since I’m doing batch processing.

    The main issue is that some of the solutions I tried work well for two videos, some work well for videos with audio stream and yet others work well for some other subset of my video set. However, I have not been able to find a comprehensive solution for this task.

  • Mix 2 videos with FFmpeg

    7 mars 2012, par iSun

    I using ffmpeg through Android-NDK. I've 2 pieces of the videos , The first one is my main video and the second one is my effect video.

    Now I wanna mix this 2 videos together, Is it possible ?

    Note : Both videos decoding through MP4 format.

  • FFMpeg - Issue with slicing QT videos

    24 juin 2016, par gkmspl

    We use ffmpeg in one of our applications to slice videos. While it’s working fine for slicing PAL videos, it is not working for QT videos... Here’s the command we use :

    ffmpeg.exe -i "input.mp4" ss startTime -c copy -to stopTime -y "output.mp4"

    Throws an error - "[mp4 @ 0515c240] Could not find tag for codec pcm_s16le in stream #1, codec not currently supported in container"

    The input videos are created by a solid state digital video recording system which records videos from following Input channels :
    6 channels of videos input (DVI-4No.s, PAL-2No.s)
    2 channels of audio input (Left & Right)
    2 channels of MIL STD 1553B bus data
    2 channels of RS422 data

    What could be the issue & how can it be resolved ?