Recherche avancée

Médias (0)

Mot : - Tags -/protocoles

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

Autres articles (38)

  • 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

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (3493)

  • Jwplayer function snapshot using ffmpeg and php

    5 janvier 2021, par Offboard

    before anything I'm using version 6, then the Snapshot plugin does not work.

    



    I'm finally with 2 questions, take a sequence of photos of a percentage of the video, so googled it and got this code from ffmpeg :

    



    ffmpeg -i video.mp4 -r 0.5 -f image2 output-%05d.jpeg


    



    so far so good, but I do not know how to take a screen shot of the video by setting the time, if I'm right this code is per frame.

    



    I searched again to get the function that calls the images, to generate good is quite simple, but the problem is that I found the pictures looks is all in one look.

    



    if anyone has any function or know how to do please tell me : D
My English sucks, so do not call if I messed up.

    


  • Why does ffmpeg burn Chinese subtitles(ass) without word wrap?

    10 mai 2023, par bjjoy

    my ffmpeg burn subtitle example

    


    ffmpeg burn ass subtitle to mp4. The properties WrapStyle(0:word wrap, 1 : the char '\N' or movie edge force change line, 2 : only \n and \N change line).

    


    English subtitle run OK.
Chinese subtitle has no word wrap when WrapStyle=0.

    


  • Trouble turning the screen horizontally in ffmpeg

    10 avril 2021, par Kam4c

    first of all I will try to explain this problem by using google translate because I do not know English well.

    


    I'm trying to post my screen recording on my webcam with ffmpeg. My screen is reversed horizontally in a way that I don't understand when I do this. I will need help for this.

    


    ffmpeg -f x11grab -r 60 -s 1366x768 -i :0+0,0 -vf hflip -vf scale=1920x1080 -pix_fmt yuv420p -f v4l2 /dev/video50


    


    I did a few researches on the internet to fix this. A few parameters like -vf vflip are used, but I have tried almost all of them.
But I couldn't get any results.

    


    Screenshot :
enter image description here

    


    I hope a solution will be found.