Recherche avancée

Médias (0)

Mot : - Tags -/protocoles

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

Autres articles (107)

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (18885)

  • ffmpeg + php delete logo from video streaming [closed]

    8 novembre 2024, par Hosam Merhe

    i have this logo please i need delete logo and scale 1280×720p
Because it causes some problems with the server.

    


    if($cpuinfo =shell_exec('ffmpeg -re  -i "'.$deafultvidelink.'" -i "'.$channellogo.'" -filter_complex  "[1:v] fade=out:st=30:d=1:alpha=1 [ov]; [0:v][ov] overlay=30:30 [v]" -map "[v]" -c:v libx264 -preset superfast -crf 23 -map 0:a -acodec  mp2 -f mpegts  '.$udp.'?pkt_size=1316'))


    


  • Cast signed libopenjpeg data values to unsigned before shifting.

    11 janvier 2014, par Carl Eugen Hoyos
    Cast signed libopenjpeg data values to unsigned before shifting.
    

    This avoids undefined behaviour on left-shift.

    Reviewed-by : Michael Bradshaw

    • [DH] libavcodec/libopenjpegdec.c
  • lavc/opus_rc : Cast a const pointer to uint8_t *.

    17 décembre 2018, par Carl Eugen Hoyos
    lavc/opus_rc : Cast a const pointer to uint8_t *.
    

    Silences a warning with clang on arm :
    libavcodec/opus_rc.c:170:17 : warning : passing 'const uint8_t *' (aka 'const unsigned char *') to parameter of type 'void *' discards qualifiers

    • [DH] libavcodec/opus_rc.c