Recherche avancée

Médias (0)

Mot : - Tags -/presse-papier

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (55)

  • 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

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • 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 (7067)

  • opts : add list device sources/sinks options

    7 août 2014, par Lukasz Marek
    opts : add list device sources/sinks options
    

    Allows to list sources/sinks of the devices that implement
    that functionality.

    Signed-off-by : Lukasz Marek <lukasz.m.luki2@gmail.com>

    • [DH] cmdutils.c
    • [DH] cmdutils.h
    • [DH] cmdutils_common_opts.h
    • [DH] doc/fftools-common-opts.texi
  • lavc : Move the libtwolame encoder registration to the list for external libraries

    21 novembre 2014, par Martin Storsjö
    lavc : Move the libtwolame encoder registration to the list for external libraries
    

    This makes sure the default behaviour of using the internal encoder
    stays the same regardless if libtwolame is enabled or not (as for
    any external library).

    This fixes fate-lavf-mpg if libav is built with libtwolame enabled.

    CC : libav-stable@libav.org
    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DBH] libavcodec/allcodecs.c
  • List of input frame names for ffmpeg image2 demux

    1er décembre 2014, par Gert Gottschalk

    Is it possible to provide a set of ascii file names to the image2 demux in ffmpeg ? I understand about its pattern capabilities. But I can’t use them as my image names could be out of sequence or even random. I have a python script that selects the frames and their sequence and builds up the ffmpeg command line automatically. So far I tried

    ffmpeg -r 16 -threads 0 -f image2 -i f1.png f4.png f3.png f0.png -c:v libx264 -s 1280x960 -crf 16 -y my_video.mp4

    The above doesn’t work. It actually overwrote my input files.

    Thanks,
    Gert