Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (90)

  • Taille des images et des logos définissables

    9 février 2011, par

    Dans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
    Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (11438)

  • RTMPDUMP watermark is possible ?

    21 novembre 2014, par sword1st

    Hey first of all sorry for my bad english. I’m trying to record some rtmp content with rtmpdump and it works great but I want to ask : Can I add a watermark when it’s recording ? - If it’s not possible - How can I add a watermark (bottom left) with ffmpeg ? When I try this one :

    ffmpeg –i inputvideo.avi -vf "movie=watermarklogo.png [watermark];
    [in][watermark] overlay=10:main_h-overlay_h-10 [out]" outputvideo.flv

    it fails with error :

    "[NULL @ 00000000043c6e00] Unable to find a suitable output format for 'ΓÇôi'ΓÇôi: Invalid argument"

    Any ideas how to fix ?

  • Screenshot every 5 or 10 min from rtsp source using ffmpeg

    24 octobre 2017, par user8826215

    Hello i try make script who get screenshot from ip camera every 5 or 10 min
    this script is work

    ffmpeg -rtsp_transport tcp -i "$SOURCE"-vf fps=fps=1/20 -update 1 /picture1.jpg

    But when i start script. It make one shot for 20 second. I need just one pictures and wanna script stop.
    I can make bash script to run script every 5 or 10 min.
    When start for 2 time script ask me to Overwrite and i need say Y. This is not good for me.

    PS. sorry for my bad english

  • drawtext japanese language by ffmpeg !!! plz help me

    26 juillet 2021, par Callum McGrath

    I use drawtext command to write text on video, I succeeded in English but when I use Japanese, the video output shows a square.... I can't edit it here is my code

    


    ffmpeg -y -i "{input}.*" -vf "drawtext="textfile=1.txt:fontfile=/path/to/HGRSMP.ttf:y=20:x=w-t*150:fontcolor=red:fontsize=50"" -codec:a copy "{output}123.*"


    


    File 1.txt :

    


    


    どのように私に約束をしましたか
Plz help me !