Recherche avancée

Médias (91)

Autres articles (93)

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

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (7803)

  • jpeg2000dec ; optimize output sample convert a bit

    1er juin 2013, par Michael Niedermayer
    jpeg2000dec ; optimize output sample convert a bit
    

    67935 -> 29984 kcycles

    Reviewed-by : Nicolas BERTRAND <nicoinattendu@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/jpeg2000dec.c
  • FFmpeg change audio sample rate

    18 juin 2017, par Val Pan

    I need to increase the sample rate by 10%. Sample rates of input files are unknown.

    I found this. Example for 1 file :

    ffmpeg -i xxx.mp3 -filter:a "asetrate=$(ffprobe -v error -show_entries stream=sample_rate -of default=noprint_wrappers=1:nokey=1 xxx.mp3)*1.1" -y xxx1.mp3

    But is is not working and creates 0kb file.

    LOG :

    [asetrate @ 00000000024242e0] [Eval @ 00000000005fde80] Undefined
    constant or missing ’(’ in
    ’ffprobe-verror-show_entriesstream=sample_rate-ofdefault=noprint_wrappers=1’
    [asetrate @ 00000000024242e0] Unable to parse option value "$(ffprobe
    -v error -show_entries stream=sample_rate -of default=noprint_wrappers=1" [Parsed_asetrate_0 @ 0000000000e6cb20]
    Option ’nokey’ not found [AVFilterGraph @ 0000000002419ca0] Error
    initializing filter ’asetrate’ with args ’$(ffprobe -v error
    -show_entries stream=sample_rate -of default=noprint_wrappers=1:nokey=1 xxx.mp3)*1.1’ Error reinitializing
    filters ! Failed to inject frame into filter network : Option not found
    Error while processing the decoded data for stream #0:0 Conversion
    failed !

  • avcodec/g2meet : ask for sample with overflowing RGB

    16 mai 2018, par Michael Niedermayer
    avcodec/g2meet : ask for sample with overflowing RGB
    

    Suggested-by : Tomas Härdin <tjoppen@acc.umu.se>

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/g2meet.c