Recherche avancée

Médias (3)

Mot : - Tags -/Valkaama

Autres articles (73)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • MediaSPIP en mode privé (Intranet)

    17 septembre 2013, par

    À partir de la version 0.3, un canal de MediaSPIP peut devenir privé, bloqué à toute personne non identifiée grâce au plugin "Intranet/extranet".
    Le plugin Intranet/extranet, lorsqu’il est activé, permet de bloquer l’accès au canal à tout visiteur non identifié, l’empêchant d’accéder au contenu en le redirigeant systématiquement vers le formulaire d’identification.
    Ce système peut être particulièrement utile pour certaines utilisations comme : Atelier de travail avec des enfants dont le contenu ne doit pas (...)

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

Sur d’autres sites (10128)

  • Merge commit ’8ddfa5ae5ef64a25dd087d74954ebdb9081f0d67’

    31 mars 2017, par James Almer
    Merge commit ’8ddfa5ae5ef64a25dd087d74954ebdb9081f0d67’
    

    * commit ’8ddfa5ae5ef64a25dd087d74954ebdb9081f0d67’ :
    vf_drawtext : Drop wrong void* cast

    This commit is a noop, see 4c96985af1b8870482b6b6ef9120960633f62cee

    Merged-by : James Almer <jamrial@gmail.com>

  • Whats is the problem of my old .MOV file ?

    3 septembre 2021, par PierDEVIT

    What is the meaning of the problem ? I want to test the integrity of my old .mov file :

    &#xA;

    [dvvideo @ 0x7ffd8d819a00] Concealing bitstream errors&#xA;    Last message repeated 52 times&#xA;

    &#xA;

    The file captured it from a MiniDV in the 2008 year

    &#xA;

    How can I fix this problem ? Thanks for the advice

    &#xA;

  • PHP FFmpeg metadata usage

    28 novembre 2013, par user2976292
    shell_exec("d:/wamp/ffmpg/ffmpeg  -metadata title="Movie Title" -metadata year="2010"  -i $vaw  -b:v 64k  -bufsize 64k $mp3");

    i need add meta data to new output file with utf8 chars in installed windows localhost.

    How can i add metadata txt have you any examples for metadata.txt ?