Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (33)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

Sur d’autres sites (7299)

  • Limit HTML5 volume to 0-1 when internally setting on Audio(), DOM exception otherwise

    2 avril 2011, par Scott Schiller

    m script/soundmanager2-jsmin.js m script/soundmanager2-nodebug-jsmin.js m script/soundmanager2-nodebug.js m script/soundmanager2.js Limit HTML5 volume to 0-1 when internally setting on Audio(), DOM exception otherwise

  • How to limit FFMpeg CPU usage ? Threads ? [closed]

    6 mai 2013, par forg4t

    I read lot of forum comment how to limit ffmpeg cpu... many people wrote to use this formula : nice -n 10 or 20 it's ok. But I don't know what number should be use in ffmpeg threads ? 0 or 1, 2, 3 I don't know. I would really appreciate your help !

    I checked the system data :

    server : # lscpu
    Architecture : x86_64
    CPU op-mode(s) : 32-bit, 64-bit
    Byte Order : Little Endian
    CPU(s) : 2
    On-line CPU(s) list : 0,1
    Thread(s) per core : 1
    Core(s) per socket : 2
    Socket(s) : 1
    NUMA node(s) : 1
    Vendor ID : GenuineIntel
    CPU family : 6
    Model : 37
    Stepping : 1
    CPU MHz : 3066.775
    BogoMIPS : 6133.55
    Hypervisor vendor : VMware
    Virtualization type : full
    L1d cache : 32K
    L1i cache : 32K
    L2 cache : 256K
    L3 cache : 12288K
    NUMA node0 CPU(s) : 0,1

    server : # less /proc/cpuinfo
    processor : 0
    vendor_id : GenuineIntel
    cpu family : 6
    model : 37
    model name : Intel(R) Xeon(R) CPU X5675 @ 3.07GHz
    stepping : 1
    microcode : 0x15
    cpu MHz : 3066.775
    cache size : 12288 KB
    physical id : 0
    siblings : 2
    core id : 0
    cpu cores : 2
    apicid : 0
    initial apicid : 0
    fpu : yes
    fpu_exception : yes
    cpuid level : 11
    wp : yes

  • tools/target_dec_fuzzer : Limit error concealment on pixels instead of just frames

    17 mai 2019, par Michael Niedermayer
    tools/target_dec_fuzzer : Limit error concealment on pixels instead of just frames
    

    This should reduce the amount of timeout issues overall

    Fixes : Timeout (34->10sec)
    Fixes : 14682/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_WMV2_fuzzer-5728608414334976

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

    • [DH] tools/target_dec_fuzzer.c