Recherche avancée

Médias (0)

Mot : - Tags -/publication

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

Autres articles (75)

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

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

Sur d’autres sites (12816)

  • avutil/common : use unsigned int in GET_UTF8

    29 janvier 2020, par Marton Balint
    avutil/common : use unsigned int in GET_UTF8
    

    Right shift of signed value is implementation defined.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavutil/common.h
  • Is there a way to speed up ffmpeg convertor ?

    3 février 2018, par Blurry Script

    Is there a way to increase the CPU usage of ffmpeg to speed up the converting process ? if yes, then how ? or any other way is possible to speed up ?

  • what filters affect ffmpeg encoding speed

    16 janvier 2021, par ohroblot

    What are the options in this command that would cause my encoding speed to be 0.999x instead of 1.0x or higher ?

    &#xA;

    ffmpeg -y \&#xA;-loop 1 -framerate 30 -re \&#xA;-i ./1280x720.jpg \&#xA;-stream_loop -1 -re \&#xA;-i ./audio.mp3 \&#xA;-vcodec libx264 -pix_fmt yuv420p \&#xA;-b:v 2500k -maxrate 2500k -bufsize 10000k \&#xA;-preset slow -tune stillimage \&#xA;-b:a 128k -ar 44100 -ac 2 -acodec aac \&#xA;-af "dynaudnorm=f=150:g=15" \&#xA;-g 60 \&#xA;-f flv tmp.flv&#xA;

    &#xA;

    I am trying to figure out why would this only be encoding at 0.999x speed, is there anything that I could do to speed this up ? 2 pass encoding ? I cannot understand why the encoding speed is so slow ?

    &#xA;

    Also please not i've tried present from slow - ultrafast, the encoding speed stays relatively unchanged.

    &#xA;