Recherche avancée

Médias (1)

Mot : - Tags -/berlin

Autres articles (100)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

Sur d’autres sites (14779)

  • Error in playing encrypted data from url using ffmpeg

    3 février 2015, par Shijin Bose

    I want to play a video data from url. but the data is given as encrypted. so am first store the data to a buffer and then decrypt and then given to AVformat_open_input. but i found it is not possible to give buffer data toAVformat_open_input function. i can’t store the data to secondary device (dew to security).

    is it possible to play an encrypted data from url ?

  • H264 annexb format storing ? [on hold]

    2 août 2017, par latha sri

    I am trying to convert raw h264 data (taken from mdat atom of mp4 file) into h264_annexb format. How to store Nal units into a .h264 file ? I tried to compare with ffmpeg code h264_mp4toannexb_bsf.c but didnt get actual way of storing the things in .h264 format. In one of the websites i found that it will store in a format SPS+PPS+IDR+slices, but this format was not same for all the mp4 files. Can anyone give any solution for this ?

  • How to convert raw video data from mp4 to annex b format ? [on hold]

    3 août 2017, par latha sri

    I am trying to convert raw h264 data (taken from mdat atom of mp4 file) into h264_annexb format. How to store Nal units into a .h264 file ? I tried to compare with ffmpeg code h264_mp4toannexb_bsf.c but didnt get actual way of storing the things in .h264 format. In one of the websites i found that it will store in a format SPS+PPS+IDR+slices, but this format was not same for all the mp4 files. Can anyone give any solution for this ?