Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP 0.2

Autres articles (53)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

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

  • Can ffmpeg be used multiple times at the same time ? (Image converting) [on hold]

    28 août 2017, par Mikael Danielson

    I’m developing a community website in php where a lot of picture formats will be converted to jpg files.

    Can ffmpeg be used by 10 - 100 users at the same time ?

    How is ffmpeg performing if you compare it to phps own image converter imagejpeg() ; ?

  • Intel QuickSync and Nvenc at same Time on Ubuntu Server

    15 mai 2019, par Ahmet Gürer

    Im setting up a new Ubuntu Server with an Intel i7 6700k and Nvidia Gpu 1080ti. Is it possible to use Intel iGPU and Nvidia Gpu at same time on transcoding ?

    Example :
    Stream 1 transcoding with iGPU
    Stream 2 transcoding with nvenc

    I will use it at same time. Is that possible ?

    • I Installed Nvidia Cuda Drivers and Intel SDK
    • Activated iGPU and Nvidia GPU
    • Try to start with iGPU but get the error that Driver not found
  • How to merge several audio and video file with defined start time using ffmpeg ? [closed]

    1er décembre 2020, par Sina Rostami

    I want to merge several audio and video files with their defined start time using ffmpeg.

    


    for example consider these :

    


    a.mp3 (00:00)

    


    b.mp3 (00:10)

    


    c.mp3 (00:20)

    


    a.mp4 (00:10)

    


    and in the overlapping times, both file should be played.

    


    the output should be a file (out.mp4) like this :

    


    time:
        |---------------a.mp4-----------------|
|---a.mp3--|
        |---b.mp3----|      |----c.mp3-------------|
====================================================



    


    and it's okay to show a black screen when there's no video files at the time.
and also a soundless video when there's no audio file.
is it possible using ffmpeg ?

    


    plz help