Recherche avancée

Médias (0)

Mot : - Tags -/alertes

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

Autres articles (70)

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

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

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

  • ffmpeg extract video frames from url to a local variable in Node

    8 octobre 2020, par FireBrand

    I'm using the Nodejs spawn() functionality to execute a shell command that goes like this :

    


    ffmpeg -i https://someUrl.com/someVideo.mp4 -vf fps=30 frame-%d.bmp


    


    Which works for me as to saving 30 frames per second into numbered files, but I'd like to save every frame into a local variable so I could parse it in whatever way I need to (specifically to a JSON).

    


    What would be the best way to do so ?

    


    Thanks in advance.

    


  • yop : Clear all references to the AVBuffer in the local AVPacket

    19 septembre 2013, par Martin Storsjö
    yop : Clear all references to the AVBuffer in the local AVPacket
    

    This makes sure that it doesn’t try to free an AVBuffer belonging
    to an earlier packet when we free the local packet at the end.

    Reported-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    CC : libav-stable@libav.org
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/yop.c
  • avformat/utils : Skip ff_configure_buffers_for_index() for local files

    13 juillet 2015, par Michael Niedermayer
    avformat/utils : Skip ff_configure_buffers_for_index() for local files
    

    Theres no known case where its use on local files improves performance
    if you know of such a case, please contact us

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/utils.c