Recherche avancée

Médias (0)

Mot : - Tags -/content

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

Autres articles (62)

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

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

Sur d’autres sites (6986)

  • How to play RTSP on Google TV ( or use ffmpeg )

    20 janvier 2013, par kocuroglu

    In short, I have to play RTSP on a Google TV device (Sony nsz-gs7). How can I do it ?

    Things I tried :

    These approaches all work on Android phones, but I couldn't make them work on Google TV.

    Any tips for displaying RTSP or running executable files ? Or do I have to wait for NDK support ?

    Update : If there is an application which can play RTSP streams, we can also use it as a temporary fix.

  • FFMPEG using Google Drive API instead of Shared URL

    25 novembre 2020, par Marcus

    We are using FFMPEG to stream a Google Drive URL into a node application.

    


    Is there an FFMPEG method or library we can use to stream to FFMPEG using the Google Drive API instead of using the standard public shared URL ?

    


    At the moment using the URL works fine if the file size is <100mb but with bigger files we get an error :

    &#xA;

    https://drive.google.com/uc?export=download&amp;id=fileId: Invalid data found when processing input&#xA;

    &#xA;

    This is because we reach the pesky gDrive virus roadblock page :&#xA;enter image description here

    &#xA;

  • ffmpeg add scaled logo with two outputs

    24 février 2020, par yellowmn

    I want to add a scaled logo with 2 outputs.

    For 1 output this works for me :

    -filter_complex '[1:v]scale=156:94,overlay=main_w-overlay_w-10:10'

    But it does not work for 2 outputs in one ffmpeg command.