Recherche avancée

Médias (91)

Autres articles (42)

  • 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

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

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

Sur d’autres sites (8343)

  • fftools/ffplay : do not write out of rdft visualization texture

    3 mars 2021, par Marton Balint
    fftools/ffplay : do not write out of rdft visualization texture
    

    If the window is resized it was possible that xpos pointed outside the
    visualization texture. By rearranging the overflow check we make sure this (and
    a crash) does not happen.

    We also don't have to use xleft for start position, as that is 0 anyways, and
    if we ever want to take into account xleft then the texture should be
    positioned accordingly when rendering.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] fftools/ffplay.c
  • ffmpeg didn't execute commands correctly - android

    18 mars 2016, par BOB

    I’m using ffmpeg to draw text on video, i following the instruction in http://hiteshsondhi88.github.io/ffmpeg-android-java/

    and i’m successfully install ffmpeg library in my application, but when i’m run any command it’s Start the process and appear this lines in android monitor

    Metadata :

    creation_time : 2016-03-03 14:29:38

    handler_name : Stereo

    Then nothing happen

    and create the output video with 00:00 byte and 00:00:00 time

    can any one help me to avoid this error

    I think it’s losing metadata while encoding

    My Command that i use is

    ffmpeg -i "+inputvid+" -vf enable-libfreetype \"drawtext=enable='between(t,12,3*60)':fontfile=/usr/share/fonts/truetype/freefont/FreeSerif.ttf:text='TestText'\" -acodec copy "+outvid+""

    Thanks

  • s is not recognized as an internal or external command in ffmpeg when streaming to Vk.com

    4 décembre 2018, par Anirudha Gupta

    I am trying to streaming using ffmpeg windows binary. It’s work on youtube and other site but not on vk.com

    ffmpeg -re -i file:"C:\Users\{uername}\Desktop\test.mp4" -acodec libmp3lame  -ar 44100 -b:a 128k -pix_fmt yuv420p -profile:v baseline -bufsize 6000k -framerate 24 -vb 64k -maxrate 1500k -deinterlace -vcodec libx264 -preset veryfast -g 30 -r 30 -crf 23 -c:a copy -f flv rtmp://stream2.vkuserlive.com:443/live?srv=629725&amp;s=aWQ9QnE3dk44Uk5jdGcmc2lnbj1lR3pCWmdSdTdxTVpCTDdkMUVGR0lRPT0=/Bq7vN8RNctg

    It’s keep saying

    Conversion failed!
    's' is not recognized as an internal or external command,
    operable program or batch file.

    This happen on new version. If I test it on old version, it’s telling me that handshake failed with server. Anyone have idea on what is it, I am not removing my key and url so you can test. All you need is mp4 file in your pc and you can run this thing in your PC.