Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (111)

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

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

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

Sur d’autres sites (9290)

  • Why I can't decode h264 stream ?

    23 avril 2015, par Zhe Chen

    I am now working on decoding h264 stream sent by a device.

    The platform I use is Android and the library I use is ffmpeg. Now I have done all the preparation including successfully registering a codec and a codeccontext, put AVCDecoderConfigurationRecord in ’extradata’ of codeccontext filling with SPS/PPS parameters.

    However, when I decode packet data using av_decode_video2, the returned value is always -1094995529 which means invalid data I found in the source code of ffmpeg. I really have no idea what’s going wrong here.

    The data stream I am dealing with forms like this :

    [0x000167...][0x000168...][0x000161...][0x000161...]......[0x000161...][0x000167...][0x000168...]......

    Could anyone please kindly help me with this issue ? It’s driving me crazy right now.

    I have tried parsing the 0x61 packet with av_parser_parse2 according to some others’ posts but that didn’t work.

  • Upgrading Transcooding system, Ideal database to store chunk metadata [closed]

    11 mai 2022, par Vitoo

    I try to update my transcoding system, to make it more efficient and failure resistant. Right now service transcode the whole video at once generating multiply resolution it consumes a lot of resources and when transcoding crash it has to start from beginning.

    


    I think the better method is to chop a video into small 5-10 sec pieces and encode it separately and at the end merge it, but the main problem is to delegate pieces to different encoder workers. I need to store chunks in some database and every worker should lock that it is already working on it and if successful change state to true.

    


    What do you think about this ?
What kind of database should I use ?
Do you have some additional ideas or propositions ?

    


  • Revision d115cd8b12 : Merge changes I082959ab,Ib6932640 * changes : vp9/decoder : threaded row-based

    6 août 2013, par James Zern

    Changed Paths :
     Modify /vp9/common/vp9_loopfilter.c


     Modify /vp9/common/vp9_loopfilter.h


     Modify /vp9/decoder/vp9_decodframe.c



    Merge changes I082959ab,Ib6932640

    * changes :
    vp9/decoder : threaded row-based loop filter
    vp9/decoder : add thread worker