Recherche avancée

Médias (91)

Autres articles (56)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (7570)

  • FFMPEG - How to do PIP with mp4 and png

    4 avril 2017, par user3599518

    I would like to display the MP4 file, where is the black box in PNG

    enter image description here

    enter image description here

    ffmpeg -y  -i d.mp4  -vf "movie=trans.png [small]; [in] scale=320:180 [in]; [small][in] overlay=130:2  [out]" -s 640x360 /var/www/PIP.flv

    I tried, but I failed to do.

  • Remux programatically using FFmpeg

    2 juillet 2015, par user1861447

    I am new to FFmpeg.
    But I am really excited to learn more about it.

    I tried remuxing example as a first step.

    I have taken remux example available at ffmpeg.org.

    I compiled andlinked to ffmpeg .so files.
    Everything went fine.

    Now I downloaded a webm file (small.webm).
    It contains vp8 and vorbis frames.

    I did remux it and output file is remuxed.webm

    I can play the remuxed webm file.

    So far so good.


    Now I wanted to remux a webm file that contains vp8 and opus frames.
    I could not get such file in internet.

    So I converted small.webm file to another file say output.webm that contains vp8 and opus frames using below command.

    ./ffmpeg -i small.webm -c:v libvpx -c:a libopus -qmin 0 -qmax 20 output.webm

    I opened output.webm in a mozilla browser and I am able to play it. Looks everything fine here.

    Then I did remux of output.webm and say resultant file is remuxed.webm.

    If I try to pay remuxed.webm in mozilla browser, it does not play.
    It gives an error Video can't be played because the file is corrupt

    Can somebody help me to understand when I remux vp8/vorbis file it works, and when I remux vp8/opus file it does not work using the example at ffmpeg.org.

    I am using ffmpeg 2.7.1 version.

  • Nodebots Day Sydney 2014 (take 2)

    25 juillet 2014, par silvia

    Nodebots Day Sydney 2014 (take 2)

    Category : Array
    Uploaded by : Silvia Pfeiffer
    Hosted : youtube

    The post Nodebots Day Sydney 2014 (take 2) first appeared on ginger’s thoughts.