Recherche avancée

Médias (91)

Autres articles (78)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

Sur d’autres sites (11541)

  • ValueError : Encountered hstack() with multiple outgoing edges with same upstream label None ; a `split` filter is probably required

    30 juillet 2021, par kup

    I want to stack multiple videos at a time at the screen "more or less like zoom show multiple screens of users" but unable to do so and met with an error :

    


    The approach i took :

    


    aout = /*got audio*/
vout0 = ffmpeg.filter( [v1, v2], 'hstack')
vout1 = ffmpeg.filter( [v3, v4], 'hstack')

vout = ffmpeg.filter([vout0.video, vout1.video], 'vstack')

(
    ffmpeg
    .output(aout, vout, "out.mkv")
    .run()
)



    


    


    ValueError : Encountered hstack() <1a9d597431a8> with multiple outgoing edges with same upstream label None ; a split filter is probably required

    &#xA;

    &#xA;

    I don't know if it is the right approach or not.

    &#xA;

    I tried using split but it didn't worked either.

    &#xA;

  • How can i specify range of frames in ffmpeg shuffleframes filter [closed]

    26 juillet 2022, par liphone

    I need to duplicate a bunch of seconds in video and in official docs you can only input frames into shuffleframes filter like so

    &#xA;

    ffmpeg -i  INPUT -vf "shuffleframes=0 1 2 3 4 5 6 7 ... 592 593 594 595 596 597 598 599 600" OUTPUT&#xA;

    &#xA;

    Is there any way to put it like in array ? Or maybe other method of shuffling frames in ffmpeg

    &#xA;

  • Revision c9af3de155 : Merge changes I305fd55f,I13fe92b1 * changes : vp9/dec : use loop filter worker

    22 octobre 2013, par James Zern

    Changed Paths :
     Modify /vp9/decoder/vp9_decodframe.c



    Merge changes I305fd55f,I13fe92b1

    * changes :
    vp9/dec : use loop filter worker for all inline cases
    vp9_thread : add vp9_worker_execute()