Recherche avancée

Médias (0)

Mot : - Tags -/gis

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

Autres articles (68)

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

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • 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

Sur d’autres sites (11873)

  • avutil/mathematics/av_add_stable : Avoid av_cmp_q() call

    2 juin 2014, par Michael Niedermayer
    avutil/mathematics/av_add_stable : Avoid av_cmp_q() call
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavutil/mathematics.c
  • call url when conversion competes in ffmpeg

    21 juin 2014, par user2875761

    I am using ffmpeg to convert as background operation. In front using dotnet(web app) to send a video to ffmpeg for conversion. Conversion is done in background. When conversion is completed then url is called from ffmpeg to update database values for sent video. This is working fine for small files. But when i send a big file for e.g. 600mb or 1 gb+ then video is converted but url is not called. And my value in database doesn’t change. Is there way to set maximum time to respond from ffmpeg. Or is there any other way to do it. Thanks

  • call url when conversion completes in ffmpeg

    22 juin 2014, par user2875761

    I am using ffmpeg to convert as background operation. In front using dotnet (web app) to send a video to ffmpeg for conversion. Conversion is done in background. When conversion is completed then url is called from ffmpeg to update database values for sent video. This is working fine for small files. But when i send a big file for e.g. 600MB or 1 GB+ then video is converted but url is not called. And my value in database doesn’t change.

    Is there way to set maximum time to respond from ffmpeg ? Or is there any other way to do it ?