Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (67)

  • Modifier la date de publication

    21 juin 2013, par

    Comment changer la date de publication d’un média ?
    Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
    Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
    Dans la rubrique "Champs à ajouter, cocher "Date de publication "
    Cliquer en bas de la page sur Enregistrer

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

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

Sur d’autres sites (12429)

  • Revision e2a90c0b21 : Merge "High bit-depth loop/arf/postproc filter functions"

    24 septembre 2014, par Deb Mukherjee

    Changed Paths :
     Modify /test/test.mk


     Modify /vp9/common/vp9_loopfilter.c


     Modify /vp9/encoder/vp9_temporal_filter.c



    Merge "High bit-depth loop/arf/postproc filter functions"

  • Playing high-res video in node-webkit

    17 mars 2015, par fin

    Under node-webkit, it seems that the maximum resolution a video can be played is 2k

    Is there any way to change this limitation ?

    Another observation is, I have enabled mp3 and mp4 from this link. It takes Chrome’s ffmpeg lib to render the file. However, under Chrome I can play video width up to 4k, while node-webkit can only support 2K. So I’m guessing it’s not the ffmpeg lib that forces the limitation.

  • Getting very high latencies while syncing live folder data to cloud storage [closed]

    28 juillet 2024, par baloda

    I am working on custom HLS Live transcoding implementation in GCP with k8s pods. I have tried s3fs, rclone, GCS-FUSE with sidecar solutions to sync data into s3/GCS. But getter very high latency to sync data to respective storage origin. Can someone suggest how i can reduce this latency ?

    


    System info : K8s Pod in GCP
Transcoding Tools : FFmpeg
Storage Origin : GCS, S3
Feed Type : live rtmp
Output : HLS with .m3u8 manifest & 4 sec .ts chunks

    


      

    1. GCS-Fuse sidecar :
with this transcoding pipeline is not able to use full cpu and it limit ffmpeg cpu used to 0.4 core
    2. 


    3. Temp output directory for ffmpeg output & rclone ffmpeg output with GCS-Fuse sidecar mounted folder :
This implantation allowed ffmpeg to consume cpu till 10 core but rclone does not work as intended. It syncs data randomly. Tried a couple rsync optimisation and checksum options. but did not got expected result.
    4. 


    5. s3fs :
This takes admin privileges. did not able to excute it for now. But i am assuming it will give similar result to GCS-Fuse
    6.