Recherche avancée

Médias (0)

Mot : - Tags -/alertes

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

Autres articles (37)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Changer son thème graphique

    22 février 2011, par

    Le thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
    Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
    Modifier le thème graphique utilisé
    Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
    Il suffit ensuite de se rendre dans l’espace de configuration du (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (3796)

  • Join us for the Piwik Community Meetup 2015 !

    25 juin 2015, par Piwik Core Team — Community, Meta

    We’re excited to announce that our third Piwik Community Meetup will be held in Berlin on Tuesday, the 4th of August, 2015. Don’t miss this great opportunity to connect with other users and meet the core team behind Piwik. It’s free, so REGISTER TODAY ! And maybe you would like to share your Piwik use case ? We’re also waiting for your presentation ideas.

    We will cover some of the upcoming features, discuss the future of Piwik, share tricks and hacks to help you get the most out of your Piwik platform, and socialise. If you use Piwik to improve your websites and apps, or are just generally curious about digital analytics and marketing – this event is not to be missed. As our core team is scattered all over the world, this will be a rare opportunity for you to meet and talk to us all at once – especially for those of you interested in the platform, integrating your app with Piwik, and building plugins.

    After the official part, we would like to enjoy drinks with all the participants in the nearby bars. We hope you will be able to join us !

    All Piwik community members are warmly invited to take part in the meetup !

    Piwik Community Meetup 2015

    When ?

    Tuesday, the 4th of August, from 5-9pm

    Where ?

    Kulturbrauerei
    Schönhauser Allee
    Prenzlauer Berg area
    Berlin, Germany
    exact directions tbc.

    Languages :

    English and German

    Book tickets :

    BOOK YOUR FREE INVITATION HERE

    Open call for YOUR presentation ideas

    We would also like to hear how you use Piwik – we’ll be delighted if you’d share your interesting use case during the Meetup. Please send your presentation ideas (speaking time : 5 to 7 minutes) to : meetup@piwik.pro ! Deadline : 20th of July 2015.

    Contact the organisers :

    meetup@piwik.pro

  • Youtube stream of looping JPG stops randomly

    6 juillet 2021, par timw99

    Hi I'm fairly new at ffmpeg.

    


    I'm currently trying to get a low FPS Youtube stream working over RTMP using a JPG on loop which content gets changed using a NodeJS script periodically. I'm using the following command to stream (variable 3 is my stream key) :

    


    ffmpeg -re -loop 1 -pix_fmt bgr24 -framerate 5 -i img/now.jpg -re -stream_loop -1 -i output.mp3 -f flv -vcodec libx264 -profile:v main -g 60 -keyint_min 30 -b:v 400k -minrate 400k -maxrate 400k -preset ultrafast -tune zerolatency -bufsize 2000k rtmp://a.rtmp.youtube.com/live2/$3


    


    There's multiple things wrong here. The bitrate doesn't actually stay at 400k/s. It just goes to around 200-1000k and then just starts decreasing until the stream stops (usually at around 200-300k bitrate). It still seems like data is being sent (bitrate and current FPS are still updated (though they're very low) and speed goes parabolic. The frame counter itself just stops and Youtube doesn't continue streaming. See example :

    


    frame=  515 fps=5.0 q=12.0 size=    5803kB time=00:01:42.84 bitrate= 462.3kbits/
frame=  518 fps=5.0 q=11.0 size=    5824kB time=00:01:43.41 bitrate= 461.3kbits/
frame=  519 fps=5.0 q=11.0 size=    5838kB time=00:01:43.92 bitrate= 460.2kbits/
frame=  519 fps=5.0 q=11.0 size=    5838kB time=00:01:44.42 bitrate= 457.9kbits/
frame=  519 fps=4.9 q=11.0 size=    5838kB time=00:01:44.92 bitrate= 455.8kbits/
frame=  519 fps=4.9 q=11.0 size=    5838kB time=00:01:45.43 bitrate= 453.6kbits/
frame=  519 fps=4.9 q=11.0 size=    5838kB time=00:01:45.93 bitrate= 451.4kbits/
frame=  519 fps=4.9 q=11.0 size=    5838kB time=00:01:46.44 bitrate= 449.3kbits/
frame=  519 fps=4.8 q=11.0 size=    5838kB time=00:01:46.94 bitrate= 447.2kbits/
frame=  519 fps=4.8 q=11.0 size=    5838kB time=00:01:47.44 bitrate= 445.1kbits/
frame=  519 fps=4.8 q=11.0 size=    5838kB time=00:01:47.95 bitrate= 443.0kbits/
frame=  519 fps=4.8 q=11.0 size=    5838kB time=00:01:48.45 bitrate= 440.9kbits/
frame=  519 fps=4.8 q=11.0 size=    5838kB time=00:01:48.96 bitrate= 438.9kbits/
frame=  519 fps=4.7 q=11.0 size=    5838kB time=00:01:49.46 bitrate= 436.9kbits/
frame=  519 fps=4.7 q=11.0 size=    5838kB time=00:01:49.96 bitrate= 434.9kbits/
frame=  519 fps=4.7 q=11.0 size=    5838kB time=00:01:50.44 bitrate= 433.0kbits/
frame=  519 fps=4.7 q=11.0 size=    5838kB time=00:01:50.95 bitrate= 431.0kbits/
frame=  519 fps=4.7 q=11.0 size=    5838kB time=00:01:51.45 bitrate= 429.1kbits/
frame=  519 fps=4.6 q=11.0 size=    5838kB time=00:01:51.96 bitrate= 427.1kbits/
frame=  519 fps=4.6 q=11.0 size=    5838kB time=00:01:52.46 bitrate= 425.2kbits/
frame=  519 fps=4.6 q=11.0 size=    5838kB time=00:01:52.99 bitrate= 423.2kbits/


    


    I'm using a Digital Ocean VPS to run it, but the same happens on my own desktop which definitely has the hardware for a simple stream like this. Could it have something to do with me replacing the JPG content while trying to stream it ? I get this error every once in a while, but it seems like it fixes itself judging by the info :

    


    [mjpeg @ 0x562824d1fb40] overread 8
[mjpeg @ 0x562824d1fb40] EOI missing, emulating


    


    I can provide more information if it's needed. Thanks in advance.

    


  • avcodec : add bitstream parser for H266/VVC

    21 mars 2023, par Nuo Mi
    avcodec : add bitstream parser for H266/VVC
    

    Add nal parser ff_vvc_parser to parse vvc elementary bitstreams.

    Co-authored-by : Thomas Siedel <thomas.ff@spin-digital.com>
    Co-authored-by : James Almer <jamrial@gmail.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] Changelog
    • [DH] configure
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/parsers.c
    • [DH] libavcodec/vvc_parser.c