Recherche avancée

Médias (91)

Autres articles (28)

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

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (4270)

  • motion blue and black image on built in server

    22 septembre 2017, par Elias Bencz

    I’m experimenting motion on my desktop,

    My webcam : Logitech, Inc. Webcam C270

    Output Images and video are ok but the image on built in server aren’t.
    They are like blue and black - almost monochromatic but sometimes it get gray also.

    I’ve tried open with vlc and it’s ok - I think it’s related with the video compression before transmit it to the server.

  • Create muted video and black screen video with FFmpeg on OS X

    22 septembre 2017, par user2685832

    I’m trying to use FFmpeg on OS X to generate the following from a local mp4-file :

    • A copy of the original video with no audio
    • A copy of the original video with audio but without visuals (a black screen instead). This file also needs to be in mp4 format.

    After reading through the documentation I am struggling to get the terminal commands right. To remove the audio I have tried this command without any success :

       ffmpeg -i file.mp4 -map 0:0 -map 0:2 -acodec copy -vcodec copy

    Could anyone guide me towards how to accomplish this ?

    Thanks !

  • Create muted video and black screen video with FFmpeg

    2 mars 2021, par user2685832

    I'm trying to use FFmpeg to generate the following from a local mp4 file :

    



      

    • A copy of the original video with no audio
    • 


    • A copy of the original video with audio but without visuals (a black screen instead). This file also needs to be in mp4 format.
    • 


    



    After reading through the documentation I am struggling to get the terminal commands right. To remove the audio I have tried this command without any success :

    



    ffmpeg -i file.mp4 -map 0:0 -map 0:2 -acodec copy -vcodec copy


    



    Could anyone guide me towards how to accomplish this ?