Recherche avancée

Médias (0)

Mot : - Tags -/serveur

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

Autres articles (41)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (5312)

  • network : uniform ff_listen_bind and ff_listen_connect

    1er juin 2013, par Luca Barbato
    network : uniform ff_listen_bind and ff_listen_connect
    

    Document the functions and have both use a millisecond timeout and
    check for interrupt.

    • [DBH] libavformat/network.c
    • [DBH] libavformat/network.h
    • [DBH] libavformat/tcp.c
  • ffmpeg.concat too slow when trying to merge video and audio file

    9 août 2021, par Geo

    I've been merging video and audio files with FFmpeg successfully but it's really slow. But I wanted to know if there's any way to speed this up, I'm really new to this module and I don't understand most stuff about it and how it works

    


    here's an example code :

    


    import ffmpeg


video = ffmpeg.input( 'C:/Users/geo/Downloads/video.mp4')
audio = ffmpeg.input ('C:/Users/geo/Downloads/audio.mp4')


ffmpeg.concat(video, audio, v = 1, a = 1).output('C:/Users/geo/Downloads/merged.mp4').run()


    


    thanks in advance

    


  • avfilter/af_afir : implement non-uniform partitioned convolution

    29 décembre 2018, par Paul B Mahol
    avfilter/af_afir : implement non-uniform partitioned convolution
    

    Using multiple frequency delay lines.

    • [DH] doc/filters.texi
    • [DH] libavfilter/af_afir.c
    • [DH] libavfilter/af_afir.h