Recherche avancée

Médias (91)

Autres articles (33)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Ajouter notes et légendes aux images

    7 février 2011, par

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

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (2881)

  • FFMPEG installing 2018

    7 février 2018, par sam67

    Hi i have been trying to install ffmpeg for 2 days now and had no luck. I have tried countless videos on youtube, step by steps on google with no luck. Any help would be great.

    I have a Centos 6 server.
    Yes i am using root ssh in terminal on mac.
    Commands i tried are :

    1. wget http://mirror.ffmpeginstaller.com/old/scripts/ffmpeg8/ffmpeginstaller.8.0. tar.gz
    2. tar -xvzf ffmpeginstaller.8.0.tar.gz
    3. cd ffmpeginstaller.8.0
    4. ./install.sh

    Any help would be a massive help,
    many thanks.

  • How to use ffmpeg to create a video from bmp images

    15 mars 2013, par user2163605

    I'm using Xming and Putty to SSH into a linux terminal on Windows 8. I have 50 images that are named image1.bmp image50.bmp, and I am trying to use ffmpeg to convert these bmp images into a video.

    I have read over the ffmpeg documentation and followed their example for converting images to a video, and several examples I found on the internet (including here on stackoverflow).

    However, none of them have worked. How do I go about accomplishing this ? Thank you.

  • merge audio and video with ffmpeg doesnt work correctly

    3 février 2023, par Iman Amani

    I have ubuntu 20.04 and in past days I did this job(merge video and audio) well in terminal and with ffmpeg :

    


    ffmpeg -i input.mp4 -i input2.mp3 -c copy output.mp4

    


    so fast I have recived output.mp4, but now I tried this one and get output without any sound !

    


    I try another ways to merge this ones(also with ffmpeg) but there are no diffrent...