Recherche avancée

Médias (0)

Mot : - Tags -/gis

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

Autres articles (45)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

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

Sur d’autres sites (9305)

  • disable ffmpeg resolution enlargement

    6 avril 2014, par Ivailo Penchev Iliev

    I'm trying to encode video in two resolutions with :

    ffmpeg -threads 16 -i input.avi
    -s 1280x720 -vcodec libx264 -vpre veryslow -b 3000k -acodec ac3 -ab 128k -r 65535/2733 hd.mp4
    -s 640x360 -vcodec libx264 -vpre veryslow -b 600k -acodec ac3 -ab 128k -r 65535/2733 vga.mp4

    Is there an option to disable resolution enlargement ?

    Example, how it has to be :
    input - 480p - 1st output - 480p , 2nd output - 360p
    input - 1080p - 1st output 720p, 2nd -360p

    Example, how it is now :
    input - 480p - 1st output - 720p , 2nd output - 360p
    input - 1080p - 1st output 720p, 2nd -360p

  • sgi : check maximum supported resolution

    31 mai 2012, par Piotr Bandurski
    sgi : check maximum supported resolution
    

    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DH] libavcodec/sgienc.c
  • sgi : check maximum supported resolution

    31 mai 2012, par Piotr Bandurski
    sgi : check maximum supported resolution
    

    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DBH] libavcodec/sgienc.c