Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (85)

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

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (13689)

  • Anomalie #4325 : Fatal error "undefined spip_versions_sqlite2" pendant restoration

    2 mai 2019, par jluc -

    phpinfo indique :

    • SQLite 3.x driver for PDO Wez Furlong
    • SQLite3 Scott MacVicar, Ilia Alshanetsky, Brad Dewar
    • API Extensions mysqli,pdo_mysql,mysql
    • PDO drivers mysql, pgsql
    • PDO Driver for MySQL enabled
    • Client API version mysqlnd 5.0.11-dev - 20120503 - $Id : 76b08b24596e12d4553bd41fc93cccd5bac2fe7a $

    Donc, dans dump_type_serveur, spip_versions_sqlite3() appelle _sqlite_charger_version(3).
    Ça teste les extensions, et là ;

    • extension_loaded(’pdo’)=true
    • extension_loaded(’pdo_sqlite’)=false
      Donc ça ne renvoie rien et dump_type_serveur enchaîne sur sqlite2 dont le fichier de définitions n’est pas chargé dans req.
  • How to generate a video from image sequence of set duration

    4 septembre 2021, par Sherali Karimov

    I have a sequence of images, one per frame. Sometimes some frames are missing in random parts.

    


    If it possible to instruct ffmpeg to generate a video of a pre-set length in number of frames from this sequence replacing missing frames with a black screen ?

    


    This would allow us to notice that frames are missing during the visual inspection.

    


    I tried to overlay the stream of images with a loop of another, black, image but I don't know how to tell it to force continue looping for N frames...

    


    The OS is CentOS 8.
Here is how I am combining them now :

    


    ffmpeg -y -nostdin -hide_banner -thread_queue_size 4096 
    -start_number 1 -framerate 25 -apply_trc iec61966_2_1 -i /data/OUT/RENDER/MG013/MG013_007/beauty/MG013_007.Beauty.%04d.exr 
    -start_number 1 -framerate 25 -apply_trc iec61966_2_1 -i /data/OUT/RENDER/MG013/MG013_007/chars/MG013_007.Beauty.%04d.exr 
    -filter_complex "[0:v]copy[out];[out][1:v]overlay=x=(W-w)/2:y=(H-h)/2[out];[out][out]" -c:v libx264  -pix_fmt yuv420p  
    -profile:v baseline  -refs 2  -crf 18 -map '[out]' -s 1920x1080 -t 1.875 /data/MG/episodes/MG013/story/playblasts/render/MG013_007.mov


    


    This is working, except for the cases of missing frames...

    


    Thank you !

    


  • What are the pros and cons of creating your own streaming server (FFMPEG and Apache) vs using a streaming service such as Wowza ? [closed]

    9 novembre 2023, par Luke Lopez

    I am researching creating my own streaming server (taking rtsp streams and transcoding and broadcasting as m3u8) and I am wondering what the pros and cons of a paid vs a build your own service are.
I have not tried anything as this is not applicable to my question