Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (108)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (15209)

  • How to save ffmpeg stream with datetime

    18 janvier 2013, par user1800256

    I would like to write an output format from a ffmpeg encode line to save the stream in a SD card with date and hour.

    To simplify the question I write the following (just ignore the extras) :

    import subprocess, sus, os, datetime, time
    from subprocess import Popen, PIPE

    def call_command(command):
       subprocess.Popen(command.split('  '))

    call_command('ffmpeg -f video4linux2 -y -s qvga -r 24 -i /dev/video0 \
                 -vcodec mpeg2video /home/pi/webcam_+%Y/%m/%d_at_%H:%M:%S.mpg')

    I also tried another solutions like define firstly the filename and call it from the ffmpeg line but it doesen't work.

  • vp8/x86 : save one register in SIGN_ADD/SUB.

    27 décembre 2014, par Ronald S. Bultje
    vp8/x86 : save one register in SIGN_ADD/SUB.
    
    • [DH] libavcodec/x86/vp9lpf.asm
  • sws/aarch64/yuv2rgb : save a few mul and add

    25 mars 2016, par Clément Bœsch
    sws/aarch64/yuv2rgb : save a few mul and add
    

    27ms to 26ms with UHD 2160 input.

    • [DH] libswscale/aarch64/yuv2rgb_neon.S