Recherche avancée

Médias (91)

Autres articles (34)

  • 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

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

  • Configuration spécifique pour PHP5

    4 février 2011, par

    PHP5 est obligatoire, vous pouvez l’installer en suivant ce tutoriel spécifique.
    Il est recommandé dans un premier temps de désactiver le safe_mode, cependant, s’il est correctement configuré et que les binaires nécessaires sont accessibles, MediaSPIP devrait fonctionner correctement avec le safe_mode activé.
    Modules spécifiques
    Il est nécessaire d’installer certains modules PHP spécifiques, via le gestionnaire de paquet de votre distribution ou manuellement : php5-mysql pour la connectivité avec la (...)

Sur d’autres sites (2394)

  • ffmpeg : concatenation images and videos

    26 septembre 2018, par Kirill Zhirnov

    I am trying to combine files img1.png and video1.ts into a single movie. Everything works correct except audio : if first file in the movie is img1.png - there is no audio for video.ts. If first file is video1.ts - everything works as expected.

    What I do :

    1) create a video file fom img1.png :

    ffmpeg -loop 1 -i img1.png -c:v libx264 -t 30 -pix_fmt yuv420p img.ts

    2) concatenation :

    ffmpeg -i "concat:img.ts|video1.ts" -c copy -bsf:a aac_adtstoasc res.mp4

    What should I do to save audio for video1.ts ?

    Thanks in advance !

  • ffmpeg and the 'unable to find suitable output' error

    6 mars 2016, par Ahmet Oğruz

    I want to add an image to a video using ffmpeg as below ;

    ffmpeg -i input.avi -vf "movie=file.png [watermark]; [in][watermark] overlay=10:10 [out]" output.flv

    Runtime.getRuntime().exec("C:\\FFMPEG\\bin/ffmpeg -i D:\\contents\\DoubleKnockout\\videos\\1.mp4 -vf \"movie=D:\\contents\\tall.png  [watermark]; [in][watermark] overlay=10:10 [out]\" D:\\contents\\resultpng.mp4");  

    But I got

    Unable to find a suitable output format

    Any idea what’s going on ?

  • fftools/ffmpeg_mux : replace monotonous with monotonic

    29 août 2023, par Leo Izen
    fftools/ffmpeg_mux : replace monotonous with monotonic
    

    The word "monotonous" means "spoken in a monotone" which is not what we
    mean here. We mean "monotonic" i.e. nondecreasing.

    Signed-off-by : Leo Izen <leo.izen@gmail.com>

    • [DH] fftools/ffmpeg_mux.c