Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (70)

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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (11781)

  • Revision 741a23cd97 : Replace current_video_frame with better alternatives In the encoder, current_vi

    14 août 2014, par Yaowu Xu

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c



    Replace current_video_frame with better alternatives

    In the encoder, current_video_frame is used in a couple of places to
    decide encoding strategy, this commit replaces with more appropriate
    variables.

    Change-Id : I3d3d8d8e2ea02c489e4639b9d4c446a63e357d29

  • Merge commit 'b4b27dce95a6d40bfcd78043d3abec7d80dae143'

    14 mars 2019, par James Almer
    Merge commit 'b4b27dce95a6d40bfcd78043d3abec7d80dae143'
    

    * commit 'b4b27dce95a6d40bfcd78043d3abec7d80dae143' :
    aarch64 : vp8 : Move the vp8dsp makefile entries to the right places
    aarch64 : vp8 : Remove superfluous includes

    This commit is a noop, see
    fecf75a5c4f691d1e786992cf1dfa82e76ac1b97
    c8bc9d1380dd686a4ee97d3415c976707904e945

    Merged-by : James Almer <jamrial@gmail.com>

  • mp4 - Mooving moov atom in web js [closed]

    27 mai, par Ben Carp

    In a web app, recording is done with MeidaRecorder, which places the moov atom at the end. We want to generate a progressive video with moov at the start.

    &#xA;

    Most of examples that I found use ffmpeg wasm which we can't use in our project. Is there an option to extract the video parts from the Blob/video chunks and to repack them in mp4 that will generate a new progressive mp4 ?

    &#xA;