Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (64)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (9005)

  • ffmpeg in matlab on windows

    22 octobre 2015, par Maystro

    Is there a way to run ffmpeg commands in matlab on windows.

    I know on Linux we can use the function system(’...’) to run any command but how can I do it on windows ?

    any idea would be appreciated

    Thanks

  • Using ffMPEG on Windows with only the DLL's ?

    7 novembre 2012, par Nav

    What I actually want is to store frames of a video into a char array, using ffMPEG.
    Constraint is to use only MSVC. Not allowed to use the Windows building tweak due to maintainability issues.

    So considered using the shared build to accomplish the task. It consists of only DLL's. No lib files, so I tried loading one of the DLL's using HINSTANCE hInstLibrary = LoadLibrary("avcodec-54.dll"); and it works. But I couldn't find the interfaces of this DLL published anywhere. Could anyone help with this ? How do I know which functions of the DLL I can call and what parameters I can pass it so that I can get the video frames ?

  • Revision 7af58d4338 : Resolve declaration and implementation. Clean Windows build warnings : warning C

    23 avril 2013, par Johann

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


     Modify /vp9/common/vp9_rtcd_defs.sh



    Resolve declaration and implementation.

    Clean Windows build warnings :
    warning C4028 : formal parameter different from declaration

    This was fixed independently in master and experimental but the fixes
    were in opposite directions. One added const to the declaration and the
    other removed it from the implementation.

    Also update the variable names. This doesn't modify the data so call it
    ref, matching the functions in the vicinity, rather than dst.

    Change-Id : I2ffc6b4a874cb98c26487b909d20a5e099b5582c