Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (54)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • 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" ;

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (9672)

  • Evolution #4349 (Nouveau) : Faire l’ajout du necessite "openssl" dans paquet.xml

    16 juin 2019, par Franck D

    Hello :)
    Pour que svp puisse faire la récupération des plugins ou du dépôt (je ne sais plus trop) il faut que la lib "openssl" soit activer sur le serveur https://www.openssl.org
    C’est pour cela que je propose que l’on fasse l’ajout dans le paquet.xml en spip 3.2 et 3.3 du necessite "openssl" (je ne suis pas certain qu’il soit utile de mettre une version mini)
    Cela serait intéressant, car actuellement, il n’y a aucun message qui l’indique !
    De plus, php fournit également nativement la lib "sodium" depuis la version 7.2, cela évitera que des gens n’ayant que sodium d’activer ne comprennent pas pourquoi cela ne fonctionne pas !

  • Split screen video cliping with FFMpeg

    11 avril 2014, par Justinas

    i have one video source with 4 different videos inside :
    enter image description here

    As you can see, i'm using VLC to view it and there is only one controlling window. If i press stop button, every 4 videos will stop and so on.

    Problem is, i have to use FFMpeg and cut mini-clip from this source, so it will be playable in all 4 windows again. Clipping ordinary video works just fine with command ffmpeg.exe -y -i $input -ss $startTime -t $length -acodec copy -vcodec copy $output 2>&1. But when used for this one split-screen video, i get only one source clip instead of all 4 in same place.

    Any detailed information about this video is welcomed because i don't even know how exactly this type of video is called, as well as any information about clipping with ffmpeg that video.

  • Can no longer get ffmpeg to run in Terminal on macOS

    31 décembre 2023, par Chewie The Chorkie

    Here's a command I tried to run which always worked :

    


    Mac-mini:images Admin$ ffmpeg -r 30  -f image2 -s 1080x1080 -i %d.png -vcodec h264 -crf 25  -pix_fmt yuv420p zVideo.mp4


    


    The output I get is :

    


    dyld[94095]: Library not loaded: /usr/local/opt/theora/lib/libtheoraenc.1.dylib
  Referenced from: <20EBE016-0DD0-3F29-96CD-D22BC2E40B38> /usr/local/Cellar/ffmpeg/6.1.1/bin/ffmpeg
  Reason: tried: '/usr/local/opt/theora/lib/libtheoraenc.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/opt/theora/lib/libtheoraenc.1.dylib' (no such file), '/usr/local/opt/theora/lib/libtheoraenc.1.dylib' (no such file)
Abort trap: 6


    


    I've tried reinstalling ffmpeg, installing the command line tools from Xcode, and Xcode itself.