Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (32)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (5368)

  • How to make a C library that does FFMPEG queries ?

    30 novembre 2022, par nevermindmyname

    Having FFMPEG binaries compiled for ARM, what's the best way to make a C library that contains methods for different operations for FFMPEG like :

    


    myffmpeg.scale("1920", "1080");


    


    Use system() to replicate a CLI might be an option, but I don't know if it's worth if I'd want use that library on other platforms like Android/NDK. I don't mind on use libav* libraries because that would be a very time-expensive task

    


  • how to make,get specific frame count in ffmpeg

    24 septembre 2014, par n2v2rda2

    i changed 279 jpeg images to 1 mjpg
    strCommand.Format(_T("C :\ffmpeg.exe -i \"%s\%s.jpg\" -s 1920x1080 -qscale 1 -vcodec mjpeg -r 23.976 C :\Temp\test.mjpg -y"), m_strPicture, L"%06d" ) ;
    and play it ok

    now i want to make pause button and progress bar to show N-Frame user selected
    but when i check total frame by ffprobe.exe
    it say total frame is 289 jpeg, it is strange ; ;

    my question is how to make input image count match each mjpeg frame
    like input 10 jpeg -> output 10 frame
    plz warm answer,
    have a nice day

  • Revision de52948665 : make : fix dependency generation Remove an extra level of escaping around the $@

    19 décembre 2012, par John Koleszar

    Changed Paths : Modify /build/make/configure.sh make : fix dependency generation Remove an extra level of escaping around the $@ variable to get valid output. Prior to this change, modifying header files did not trigger a rebuild of sources dependent on them. Change-Id : (...)