Recherche avancée

Médias (3)

Mot : - Tags -/pdf

Autres articles (60)

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

  • ffmpeg Proper Command to Upscale Video

    19 mai 2014, par user3651716

    We have a problem with the watermark upon ffmpeg conversion to .mp4.

    We use a PHP KVS tube script, running CentOS & hopefully the latest ffmpeg version.

    If input video is in smaller resolution then watermark appearing in the output is too big, so video won’t properly re-size (upscale).

    Looking for a proper command that will upscale video resolution if this is smaller than 720px (width). Re sizing bigger videos work fine, but not smaller.

    So, we would always like 720px-1(dynamic height), no matter what is the input video resolution.

    Here is one of the command we have tried to use but it didnt work can you please provide the correct command to upscale videos 720px (width).


    This is the below command which we used but it has not worked
    _______________________________________________________-

    -vf "resize=720:trunc(ow/a/2)*2" -vcodec libx264 -threads 0 -acodec libfaac -ar 44100 -ab 128k -f mp4

  • ffmpeg Proper Command to Upscale Video

    19 mai 2014, par user3651716

    We have a problem with the watermark upon ffmpeg conversion to .mp4.

    We use a PHP KVS tube script, running CentOS & hopefully the latest ffmpeg version.

    If input video is in smaller resolution then watermark appearing in the output is too big, so video won’t properly re-size (upscale).

    Looking for a proper command that will upscale video resolution if this is smaller than 720px (width). Re sizing bigger videos work fine, but not smaller.

    So, we would always like 720px-1(dynamic height), no matter what is the input video resolution.

    Here is one of the command we have tried to use but it didnt work can you please provide the correct command to upscale videos 720px (width).


    This is the below command which we used but it has not worked
    _______________________________________________________-

    -vf "resize=720:trunc(ow/a/2)*2" -vcodec libx264 -threads 0 -acodec libfaac -ar 44100 -ab 128k -f mp4

  • Fix missing SIZE_MAX definition on Android

    3 mai 2017, par Erik de Castro Lopo
    Fix missing SIZE_MAX definition on Android
    
    • [DH] include/share/compat.h
    • [DH] src/libFLAC/md5.c
    • [DH] src/libFLAC/memory.c