Recherche avancée

Médias (1)

Mot : - Tags -/ogg

Autres articles (43)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • 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" (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (8865)

  • Ideas on how to create a transparent video with images in a given frames for a given length

    11 juin 2012, par RakeshS

    I am looking for a various option to do the following in Linux OS (either FFMPEG or MENCODER) :

    1. Able to create a dummy (yes no data) transparent video for a given length (say 2 mins)
    2. Able to insert transparent images in a given frames (from 4-5, 20-22, etc) in the above video.
    3. Want output either in MOV or uncompressed AVI format.

    Any help is highly appreciated.
    Thanks in advance.

  • Audio going out of sync when using setpts and tempo in ffmpeg

    30 mai 2019, par loveforfire33

    I am trying to slow down a video and its audio at the same time (mp4). I have tried doing the audio and video separately with code similar to the command below, but still get the same effect.

    The audio slowly goes out of sync with the video after roughly 30 seconds (audio goes faster).

    -i "INPUT" -filter_complex "[0:v]setpts=1.1*PTS[v] ;[0:a]atempo=0.9[a]" -map "[v]" -map "[a]" "OUTPUT"

    Any advice would be appreciated. Thanks in advance.

  • Installing FFmpeg in Red Hat 5 without internet connection

    22 septembre 2014, par kobain8

    I am trying to install the last working version of FFmpeg over Red Hat 5 and the machine has no internet connection, so I have to bring all the packages and required dependencies in a USB. The problem I am having is to get everything I would need for it.

    I searched through Google to find some guide or documentation to hep me, but there is nothing valuable for me.

    The version I got install was FFmpeg 0.6, but it is too old for my purpose of grabbing with x11grab, so anyone has any suggestion in order to get install one of the last versions of FFmpeg.

    Thanks in advance, right now I need some light !!