Recherche avancée

Médias (17)

Mot : - Tags -/wired

Autres articles (76)

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

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    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 (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (10186)

  • avformat/rtmpproto : Fix RTMP control message handling error in listen mode.

    12 octobre 2016, par Hiroyuki OYAMA
    avformat/rtmpproto : Fix RTMP control message handling error in listen mode.
    

    Fix problem to fail by a RTMP Control Message except "Set Chunk Size (1)" after an RTMP handshake. When ’nginx-rtmp-module’ relays an RTMP, it sends not only control message ’Set Chunk Size (1)’ but also ’Window Acknowledgement Size (5)’.

    Reviewed-by : Steven Liu <lingjiujianke@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/rtmpproto.c
  • avutil/tx : remove deadcode of the control flow

    28 janvier 2022, par Steven Liu
    avutil/tx : remove deadcode of the control flow
    

    Fix CID : 1497864
    The control flow should return ENOSYS if nb_cd_matches is 0 at before
    and the ret equal AVERROR(ENOMEM) or goto end label, so remove the last
    control flow if (ret >= 0) before end label.

    Signed-off-by : Steven Liu <liuqi05@kuaishou.com>

    • [DH] libavutil/tx.c
  • i want to control on bitrate for 720p

    10 décembre 2020, par shadymelad

    i want to control on bitrate for my files&#xA;i use this code

    &#xA;

    for %i in (Fargo.*.mkv) do echo %~ni.mkv &amp;&amp; ffmpeg -i %~ni.mkv -i shady.png -filter_complex "[0:v][1:v]overlay=main_w-overlay_w-10:10,subtitles=%~ni.srt" -codec:a copy -s hd720 -b:v 800k -maxrate 800k -bufsize 800k -preset medium %~ni.new.mp4&#xA;

    &#xA;

    by this code always the bitrate come to high like average 2000-2500 the finiel files come to high for watching online for ex 1 EP for series come like 1 Giga&#xA;i want to control it to get out average 1000-1200 to make the size come not to high for watching online

    &#xA;

    anyone can help me ?

    &#xA;