Recherche avancée

Médias (91)

Autres articles (99)

  • 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 (10843)

  • Convert png to mp4

    9 septembre 2018, par user3073118

    I have a lot of png files that I want to convert to mp4 in R.

    I used to convert it to .gif using ImageMagick, then converting it using a free online website from .gif to MP4.

    library(magick)
    system(command = "convert -delay 70 '/Users/Desktop/figures/*.png' '/Users/Desktop/figures/animation.gif'")

    But the current file size is too big, such that even converting it to .gif takes hours.

    Is there a way I can convert it directly from png to mp4 in R ?

    I tried to look up ffmpeg but I have a MAC and installing it is a little confusing...

    Thanks !

  • ffmpeg windows - combine multiple videos in folder and subfolders into one video [closed]

    21 décembre 2020, par Kirill

    I have Xiaomi security camera which is saving videos with length of 3 sec.
So I have such structure of my full day capture :
Folder with name of date, for example 20201221, that contains subfolders with hours (00 ; 01 ; 02 ; ... ; 23 ;), each of these folders contains subfolders with minutes (00 ; 01 ; ... ; 59 ;), each of them contains 20 mp4 video files with 3 seconds duration.
I need to generate one mp4 video of whole day with help of ffmpeg and windows 10 command line.
Can someone help me to do these ?
Thank you !

    


  • FFMPEG play in HTML while converting

    26 novembre 2016, par OwenHoward

    Hello :)

    I need to be able to display any popular video format (MKV, FLV, MP4,...) inside a browser WHILE converting. To do this I’ve turned to FFMPEG to convert any video to .ovg and spent hours on Google, forums and in documentation but I can’t find a way to play the converted video real-time.

    Does anyone know how you can play a video in HTML while FFMPEG is still converting it ?