Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (67)

  • Qu’est ce qu’un masque de formulaire

    13 juin 2013, par

    Un masque de formulaire consiste en la personnalisation du formulaire de mise en ligne des médias, rubriques, actualités, éditoriaux et liens vers des sites.
    Chaque formulaire de publication d’objet peut donc être personnalisé.
    Pour accéder à la personnalisation des champs de formulaires, il est nécessaire d’aller dans l’administration de votre MediaSPIP puis de sélectionner "Configuration des masques de formulaires".
    Sélectionnez ensuite le formulaire à modifier en cliquant sur sont type d’objet. (...)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

Sur d’autres sites (10950)

  • Using ffmpeg to convert an SEC file

    29 septembre 2023, par anna

    I need to convert an SEC file into any video format that I can share and/or upload to Youtube. MP4, etc.

    



    I'm a complete newbie at all things terminal. I've tried :

    



    ffmpeg -i video.sec video.mp4

    



    ffmpeg -i video.sec -bsf:v h264_mp4toannexb -c:v copy video.avi

    



    ffmpeg -i video.sec -b 256k -vcodec h264 -acodec aac video.mp4

    



    I don't understand what any of these mean, they're just examples I found online. However, whatever I try returns this error :

    



    Invalid data found when processing input

    



    Any thoughts ? Thanks !

    


  • FFmpeg Batch .mov > .gif conversion

    26 juin 2022, par Bumblefoot89

    I am trying to batch convert a folder of .mov's into .gif's.

    


    Input .mov's are 1920x1080 resolution and I would like to convert to 720x480 (to save file size). I have the following code, but not sure how to add the -vf scale=720 into this code :

    


    for i in *.mov; do ffmpeg -ss 1 -i "$i" "${i%.*}.gif";  done


    


    The above code works, just running it through terminal. Any help on adding the scale or any other optimizations to reduce file size would be greatly appreciated.

    


    Thanks

    


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