Recherche avancée

Médias (0)

Mot : - Tags -/flash

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

Autres articles (47)

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

  • How to stream HD video from ffmpeg using php ?

    8 mars 2018, par Anh Nhim

    I using FFmpeg to stream video HD on facebook but I have a problem. When I execute the command

    ffmpeg -re -stream_loop -1 -i "/var/www/1.mp4" -vcodec libx264 -preset veryfast -maxrate 500k -bufsize 2500k -vf "format=yuv420p" -g 60 -acodec libmp3lame -b:a 198k -ar 44100 -f flv "......."

    in SSH, I see Video HD but when I use command through shell_exec() or exec(), I only see video in 360p or 240p.

  • How can I render a video in real time with custom parameters ?

    8 janvier 2015, par Joaquín L. Robles

    Is it possible to render a video in real time with custom parameters ? I’m trying to inject some parameters (text, image and other video portions) into a video template depending on user parameters, like the "Facebook 10 Years video"..

    The output format should be any video format such as H.264.

    I’ve been googling and asking and the closest I got is to make a video from HTML5 canvas captures, which I think is totally inefficient.

    Any insight or guidance would be great, thanks

  • How can I render a video in real time with custom parameters ?

    18 décembre 2024, par Joaquín L. Robles

    Is it possible to render a video in real time with custom parameters ? I'm trying to inject some parameters (text, image and other video portions) into a video template depending on user parameters, like the "Facebook 10 Years video"..

    



    The output format should be any video format such as H.264.

    



    I've been googling and asking and the closest I got is to make a video from HTML5 canvas captures, which I think is totally inefficient.

    



    Any insight or guidance would be great, thanks