Advanced search

Medias (91)

Other articles (8)

  • La sauvegarde automatique de canaux SPIP

    1 April 2010, by

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

  • Encoding and processing into web-friendly formats

    13 April 2011, by

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Ajouter notes et légendes aux images

    7 February 2011, by

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

On other websites (3661)

  • Download youtube videos with youtube-dl/ffmpeg in php

    24 July 2019, by Baraque Obahamas

    I have been using youtube-dl for a long time, and I now want to install it on my dedicated server to make it easier for me to download content.

    I created a php script that allows me to download the video of my choice to the server, then I download it to my computer, pretty cool!

    I am now trying to improve this script in order to redirect only the feed to avoid uploading the video to the server.

    Example with this site: https://mpgun.com
    It seems to redirect the stream without downloading the video to the server. If you try to download a video that lasts 3 hours, the site will offer you the download immediately!

    I think ffmpeg allows you to do that, only I don’t know where to start in the code.

    Do you have any idea how to set this up in php?

    Thank you

  • Localization: Remove full stop at the end of italian messages

    11 November 2014, by OmbraDiFenice
    Localization: Remove full stop at the end of italian messages
    

    It looks ugly to see a full stop at the end of an error message, and it
    is worse if the message is used in dynamic context (e.g. in a kind of
    popup message like a tooltip)

    Also use the default (possibly localized) error message when a wrong date
    is used instead of using a static message to improve flexibility, for all
    three custom date methods.

    Closes #1326

  • Added download section to the README.

    18 December 2012, by Sebastian Tschan

    m README.md m index.html Added download section to the README.