Recherche avancée

Médias (1)

Mot : - Tags -/iphone

Autres articles (57)

  • 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

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

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

Sur d’autres sites (10383)

  • FFMPEG, TCP connection refused when streaming over RTMP

    10 avril 2021, par jacopocer

    I am trying to stream a screen capture with FFMPEG over RTMP to Vimeo Livestream Studio.

    


    This is the code :

    


    

    

    ffmpeg -f avfoundation -i "6:none" -framerate 25 -f flv rtmp://151.64.53.202:1935/live/stream1

    


    


    



    I get this error :

    


    

    

    [tcp @ 0x7feb2793c700] Connection to tcp://151.64.53.202:1935 failed: Connection refused
[rtmp @ 0x7feb2793c580] Cannot open connection tcp://151.64.53.202:1935
rtmp://151.64.53.202:1935/live/stream1: Connection refused

    


    


    



    Livestream Studio is the software that should receive the stream. It is open on the same machine I am sending the stream.

    


    Any ideas what it's wrong ?
Thanks !

    


  • ffmpeg unique frames only

    5 novembre 2013, par William

    I have a video sequence (MPEG1) of 30 fps that is decoded in two ways :

    • opencv_ffmpeg returns 30 images per second, but only 5 of them are unique, while all others are clones of the unique ones.

    • proprietary players (MediaPlayer) returns only the 5 unique frames and "holds" them for (1/5) sec each.

    Is there a way to grab only the unique frames that the coder knows and not the total amount the ffmpeg decoder produces to fulfill the fps rate ?

    I'm developing a tracker and my tracker is forced to run 6 times slower and do many mistakes due to these "cloned frames".

    Does anyone know any technical term to the problem ? Unfortunately, ffmpeg is a black box for an opencv user and the documentation is sparse.

  • FFMPEG No such filter : 'palettegen'

    24 décembre 2020, par tyasird

    I am using windows 10 and FFmpeg 64-bit Shared Version.

    



    When I use palettegen effect, returns error.

    



    ffmpeg -i input.mov -vf palettegen palette.png


    



    returns

    



    [AVFilterGraph @ 0228d3c0] No such filter: 'palettegen'
Error opening filters!


    



    How can I install this Filter ? Thanks.