Recherche avancée

Médias (0)

Mot : - Tags -/utilisateurs

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

Autres articles (37)

  • Problèmes fréquents

    10 mars 2010, par

    PHP et safe_mode activé
    Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
    La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

  • FFMPEG stream is corrupted on Exoplayer

    12 septembre 2023, par Musa Kavak

    I'm trying to stream my computer's screen with UDP to display in Android with Exoplayer.

    


    I started the stream with this line :

    


    ffmpeg -re -f x11grab  -i :0 -c:v libx264 -preset ultrafast -tune zerolatency  -f mpegts udp://192.168.1.107:40001`


    


    And received with the media3 Exoplayer :

    


      Surface {
                val exoPlayer = ExoPlayer.Builder(this@MainActivity).build().apply {
                    //Same result as setMediaSource()
                    setMediaItem(MediaItem.fromUri("udp://192.168.1.107:40001"))
                    prepare()
                }

                AndroidView(
                    factory = {
                        PlayerView(it).apply {
                            player = exoPlayer
                        }
                    }
                )
  }


    


    But the result is black screen with dots :

    


    Black video with dots

    


    I can see the stream with ffplay it's working perfectly.

    


    I tried to add audio to the stream because I thought a mpegts file without audio could cause the problem. I can hear the audio but video still the same.

    


    Then switch to Windows and tried with gdigrab and... Yes, still the same.

    


    Thank you for your time in advance.

    


  • Chroma key software (script)

    26 janvier 2012, par Noda Caju

    I have thousands of small videos in HDTV quality. All with green chroma key.
    I need to change green colour for a static image (company logos).

    There are several softwares that can change chroma key, but they are only one by one file.
    This will take years to be completed.

    Is there a software (script) that I can make this automatic ?

  • drawertext color with conditon ffmpeg

    31 octobre 2022, par abderrahim khadri

    I have a coin price banner where I use ffmpeg to stream it and use reload:1 to render it in real time. I want to color the negative with red and the positive with green , haw to do it and is it posible with fflmpeg

    


    -vf 'drawtext=enable='between(t,18.93,20.28)':fontfile=fonts/cousine-bold.ttf:fontsize=144:fontcolor_expr=%{eif\\: if(between(0,1000)\, green\, red) \\: x}:x=82:y=288:text=coinsprice.txt:reload:1'