Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (71)

  • 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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (12491)

  • Revision 44276 : Si pas de notes et que le nombre de notes n’est pas caché ...

    11 juin 2018, par kent1@… — Log

    Si pas de notes et que le nombre de notes n’est pas caché volontairement, on cache ce &lt ;p&gt ; pouvant être disgracieux en js à l’activation de annotate en lui ajoutant une class spécifique. On enlève cette class et réaffiche ce p à l’ajout d’une note.

  • ffmpeg - works through terminal, but not online

    13 mars 2014, par stinkysGTI

    I have installed ffmpeg onto the server using the terminal. All I need it for is to generate a thumbnail when someone uploads a video. I tested the command in Terminal, and it works great. However, when I post it to the site, nothing happens. No errors and no thumbnails are generated.

    Does anybody know why this is ? I read something about the server is running as a different user than what I log in with. I don't really understand that though, and there was no information on how to gain the proper permissions or switch to a user that has the permissions already. All I found was how to show the current user and list all users through SSH.

    When I try and do anything in Terminal using usermod, I get the following error :

    -bash: usermod: command not found

    So can I modify permissions for a user, or change the user that it's using somehow ?

  • ffmpeg batch convert mp3 to mp4 using a jpg with original names

    26 mars 2015, par Pixeldood

    I have huge number of mp3 files that i need to upload to youtube as 1080p .mp4 h264 files

    The question is :

    1. i need to use a shorty video loop or jpg for the output mp4 video merged with the original mp3
    2. the original file names are like artist-songname.mp3 for the output i need to capitalize the filenames first letters like "Artist-Songname.mp3"
      or at least how can i make the output the same name.
    3. i get it to work this much as below.

      ffmpeg -loop 1 -i hd.jpg -i original.mp3 -shortest -c:v libx264 -c:a copy output.mp4