Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (44)

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

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (6832)

  • FFMPEG - bufsize formula

    31 mars 2023, par Data

    Does anyone know what the formula is for bufsize along with the rate it checks in FFMPEG ?

    


    I can't seem to find any concrete answer to this.

    


    Is it :
bufsize = bitrate / rate
 ?

    


    And should it be using maxrate as opposed to bitrate in the calculation ?

    


    Example on working out the rate at which the checks are done :

    


    bitrate: 700Kbps
maxrate: 700Kbps
bufsize: 70Kb

700Kbps/70Kb = 10 sec


    


    Is that right ?
To me that doesn't sound right because a smaller bufsize should be running the check at a higher rate and 10 seconds seems too long of a gap.

    


    Would the formula need to be inverted ?

    


    Does anyone have an idea on the correct syntax for the formula and units ?

    


  • PARADISEC catalog for Users

    10 mai, par silvia

    This screencast shows how a user of the PARADISEC catalog logs in and explores the collections, items and files that the archive contains.

    Category : 2
    Uploaded by : Silvia Pfeiffer
    Hosted : youtube

    The post PARADISEC catalog for Users first appeared on ginger’s thoughts.

  • Where does facebook compress its video and Images, Client side or server Side

    20 juillet 2021, par Mohan

    We know that Facebook compress its video and images when we upload it. My question is where does this happen ? If I am uploading the video from my mobile device, does Facebook compress the video using Media Codec or FFmPeg library on native android device (like it is done by WhatsApp) or It first uploads the video on server and then compress the video on server ?