Recherche avancée

Médias (91)

Autres articles (51)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

Sur d’autres sites (7291)

  • How to convert large videos in aws using php and ffmpeg [on hold]

    14 novembre 2016, par Nick Lynch

    I would like to be able to convert mov and avi to MP4 using Amazon web services with php and elastic beanstalk.
    However if you try and convert a large video using ffmpeg the server will time out, and the video will not save. I want to know if there is a way to do this. Possibly involves splitting the larger video into small pieces and converting each of the pieces, then combining the pieces. However even this takes too long to actually do on the server.

    Any help you can give would be greatly appreciated.

    Thank you !

  • Green artifact in WebM video

    29 août 2022, par AMDIvailo

    I'm recording a canvas with the MediaRecorder web api. The resulting WebM video looks good in most players (has artifacts in some), but if I convert it to mp4 with ffmpeg -i out.webm out.mp4, some strange green artifacts appear on the bottom of it (in every player). Anyone knows why this happens ?

    


    The WebM video : https://drive.google.com/file/d/1RQb_610nIN_s974ZRoquApr5ZUWzYJKk/view?usp=drivesdk

    


    The corrupted MP4 output :
https://drive.google.com/file/d/1RVWSOBwpo0FKTGKPmkbBcHdkXtbHbLVc/view?usp=drivesdk

    


    Thank you in advance

    


  • Debian Linux How-To use eth0 and wlan0 on different routers ?

    27 mars 2014, par Chris

    I have eth0 and wlan0, both are using different rounter, one is good for download, the other one is good for upload.
    But... When i have eth0 cable plugged in, wlan0 can not ping its own router or ping ex. google.com.

    ping -I eth0 google.com

    i get answer

    ping -I wlan0 google.com

    no answer

    both routers have inet connection and at the moment both interfaces using DHCP.

    I need to run ffmpeg that is getting live-stream via wlan0 -> put it in to ffserver -> second ffmpeg get ist from ffserver and send it via eth0 to my dedicated server...

    any idea ?