Recherche avancée

Médias (91)

Autres articles (36)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

Sur d’autres sites (5017)

  • FFMPEG Unable to find a suitable output format for '80'

    29 mars 2020, par Adam Gosztolai

    I am trying to run ffmpeg with the following command

    ffmpeg -r -n 80 -i /mnt/labserver/MD/Experimental_data/SS01054/U3_f/200206/111530_s4a10_p3-4/images_registered/on0/fly0/img_%d.jpg -pix_fmt yuv420p -vcodec libx264 /mnt/labserver/MD/Experimental_data/SS01054/U3_f/200206/111530_s4a10_p3-4/resultsDLC/1.mp4

    I am getting the following error

    Unable to find a suitable output format for '80'                                                            80: Invalid argument

    Could someone help what is wrong here ?

  • Find the beginning of audio track in other audio track

    26 février 2020, par Александр Подорин

    I have a long audio track that contains multiple songs in one file.
    I have one song in other file.
    How can I find the beginning and the ending of single song in a long file ?
    Can I do this with ffmpeg and how ?

    Thank you !

  • vlc 2.1.5 cannot find libavutil under ffmpeg

    22 février 2015, par micr0sub

    The distro I’m using (CentOS 6.6) doesn’t have a high enough version of VLC in yum that I’ve found (>=2.1.0) for the project I’m working on, so I’m trying to build it from source. After finding out that the version of ffmpeg in the repositories is also not high enough (see https://www.bountysource.com/issues/173789-build-process-is-busted-in-vdpau) I’ve built ffmpeg from source as well. Now that’s finished, I get :

    usr@host$: ffmpeg
       ffmpeg version N-70054-g7a459be Copyright (c) 2000-2015 the FFmpeg developers
         built with gcc 4.4.7 (GCC) 20120313 (Red Hat 4.4.7-11)
         configuration:
         libavutil      54. 19.100 / 54. 19.100
         libavcodec     56. 25.100 / 56. 25.100
         libavformat    56. 23.100 / 56. 23.100
         libavdevice    56.  4.100 / 56.  4.100
         libavfilter     5. 11.100 /  5. 11.100
         libswscale      3.  1.101 /  3.  1.101
         libswresample   1.  1.100 /  1.  1.100

    However, when I run ./configure under VLC I get the following message :

    No package 'libavutil' found. Pass --disable-avcodec to ignore this error.

    Does anyone know why this is happening ?

    Thanks.