Recherche avancée

Médias (1)

Mot : - Tags -/blender

Autres articles (67)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • Gestion de la ferme

    2 mars 2010, par

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

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

Sur d’autres sites (5074)

  • Is it possible to build ffmpeg x64 on Windows ?

    15 juin 2017, par moose

    The real answer is probably "no", but still, just to double check.
    Has anyone ever been able to build ffmpeg x64 on Windows (VS2013 or VS2015) ? I know it is not possible with publicly available sources without heavy modifications. However, if somebody did it and if he is willing to share a few tips...

    Edit :
    It is interesting how most of the required x64 tools for running the "configure" are distributed without dependencies and it is impossible to get them anywhere. Looks like a professional trolling.

    Edit2 :
    There are thousands of errors like this :

    fatal error C1083: Cannot open include file: 'features.h': No such file or directory

    features.h is missing as many other header files. Is there a fix for that, or switching to Linux is the only option ?

  • Is it possible to build ffmpeg x64 on Windows ?

    19 avril 2017, par moose

    The real answer is probably "no", but still, just to double check.
    Has anyone ever been able to build ffmpeg x64 on Windows (VS2013 or VS2015) ? I know it is not possible with publicly available sources without heavy modifications. However, if somebody did it and if he is willing to share a few tips...

    Edit :
    It is interesting how most of the required x64 tools for running the "configure" are distributed without dependencies and it is impossible to get them anywhere. Looks like a professional trolling.

    Edit2 :
    There are thousands of errors like this :

    fatal error C1083: Cannot open include file: 'features.h': No such file or directory

    features.h is missing as many other header files. Is there a fix for that, or switching to Linux is the only option ?

  • is it good to store HLS .m3u8 file with its segment files .ts in cassandra database ?

    14 septembre 2020, par Anuj Gupta

    I am working on video streaming app, where backend is nodejs , so i want to upload a heavy video file(may be 1gb) and convert to .m3u8 file with its segment .ts file by using FFMPEG and then i want to store them all on cassandra , is it good to do that , if not please anyone suggest any solution and yeah I wants to avoid cloud storage like azure and google cloud for cost saving purpose.