Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

  • ffmpeg scheduled batch file exclusion list

    4 avril 2018, par MrZoops

    I have the following batch file created to run on a schedule. It will auto encode the audio to aac in my main media folder. Everything is working but now I need it to do 2 more things :

    -Delete the original upon completion

    - Set it so that the next time it runs, it does not try to convert the already converted file.

    Is that possible ? How would that look ? Is there a way to "disregard" filenames with ’CONVERTED’ in them ?

    for /r "C:\Users\USER\Desktop\TEST" %%a in ("*.mkv") do ffmpeg -i "%%a" -vcodec copy -acodec aac -ac 2 -ab 256K %%~dpnaCONVERTED.mkv
  • avformat/flvdec : add debug message to list keyframes index metadata

    4 novembre 2016, par Steven Liu
    avformat/flvdec : add debug message to list keyframes index metadata
    

    when parsing keyframe index metadata, list the message by trace log

    Signed-off-by : Steven Liu <lq@chinaffmpeg.org>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/flvdec.c
  • doc/encoders : list missing options for x265

    30 mars 2018, par Gyan Doshi
    doc/encoders : list missing options for x265
    

    Add entries for crf and profile in libx265 section

    Signed-off-by : Lou Logan <lou@lrcd.com>

    • [DH] doc/encoders.texi