Recherche avancée

Médias (1)

Mot : - Tags -/graphisme

Autres articles (92)

  • 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

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

  • Configuration spécifique pour PHP5

    4 février 2011, par

    PHP5 est obligatoire, vous pouvez l’installer en suivant ce tutoriel spécifique.
    Il est recommandé dans un premier temps de désactiver le safe_mode, cependant, s’il est correctement configuré et que les binaires nécessaires sont accessibles, MediaSPIP devrait fonctionner correctement avec le safe_mode activé.
    Modules spécifiques
    Il est nécessaire d’installer certains modules PHP spécifiques, via le gestionnaire de paquet de votre distribution ou manuellement : php5-mysql pour la connectivité avec la (...)

Sur d’autres sites (7986)

  • avcodec/pictordec : Check plane value before doing value/mask computations

    26 février 2017, par Michael Niedermayer
    avcodec/pictordec : Check plane value before doing value/mask computations
    

    Fixes integer overflow
    Fixes : 675/clusterfuzz-testcase-6722971232108544

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/pictordec.c
  • Fix some minor word duplication

    1er décembre 2014, par Zoë Blade
    Fix some minor word duplication
    

    Signed-off-by : Erik de Castro Lopo <erikd@mega-nerd.com>

    • [DH] doc/html/documentation_tools_metaflac.html
    • [DH] include/FLAC/all.h
    • [DH] include/FLAC/metadata.h
    • [DH] include/share/compat.h
    • [DH] include/share/macros.h
    • [DH] man/metaflac.1
    • [DH] man/metaflac.sgml
    • [DH] src/metaflac/usage.c
  • How to automatically use python to create ffmpeg's list and use ffmpeg to create mp4 for every word ?

    13 juin 2020, par Kanglando

    wave + image file

    &#xA;&#xA;

    Here is wav and image file . and you can donwload it - https://www.dropbox.com/s/iuwt6boc2r2fotc/word_images_file.zip?dl=0

    &#xA;&#xA;

    1st step create word list txt file for every word.

    &#xA;&#xA;

    put image name to list , and the list name is every word.

    &#xA;&#xA;

    but I don't know how to write python code for create every word image list .

    &#xA;&#xA;

    example :

    &#xA;&#xA;

    accordion-word.txt&#xA;&#xA;  file &#x27;accordion_1_musical_instruments.jpg&#x27;&#xA;  file &#x27;accordion_2_musical_instruments.jpg&#x27;&#xA;  file &#x27;accordion_3_musical_instruments.jpg&#x27;&#xA;  file &#x27;accordion_musical_instruments.jpg&#x27;&#xA;

    &#xA;&#xA;

    2nd step create audio file list

    &#xA;&#xA;

    don't know how to use python write code to create list for every word audio.

    &#xA;&#xA;

    accordion-audio.txt&#xA;&#xA;     file &#x27;slience_2sec.mp3&#x27;&#xA;     file &#x27;This_is_.mp3&#x27;&#xA;     file &#x27;slience_2sec.mp3&#xA;     file &#x27;accordion.mp3&#x27;&#xA;

    &#xA;&#xA;

    3rd step , ffmpeg with concat image list and auido file to one video .mp4

    &#xA;&#xA;

    ffmpeg -y -f concat -i &#x27;accordion-word.txt -f concat -i &#x27;accordion-audio file&#x27; -shortest accordion.mp4&#xA;

    &#xA;&#xA;

    4th step automatically ,batch create every_word.mp4

    &#xA;&#xA;

    Thank you !

    &#xA;