Recherche avancée

Médias (91)

Autres articles (84)

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

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

Sur d’autres sites (5312)

  • Ffmpeg concat do not work with mp4 videos in C#.Net [duplicate]

    16 juillet 2021, par Bhupendra S Rao

    I am trying A.mp4,B.mp4,C.mp4 files to be concated in sequence into D.mp4.

    


    I tried variety of concat commands but its not working well, and audio , video are not synch.
Also D.mp4 is going large in size and time.

    


    Pls provide a sample that can work on c#.Net.

    


    Thanks in Advance
Bhupendra

    


  • How do I get ffmpeg to work on my website ?

    20 septembre 2023, par Sam Cordin

    ffmpeg works on my local computer when I provide the absolute path for it or make it work globally by editing the environment variables.

    


    But on my website it doesn't work at all. I uploaded ffmpeg.exe, ffplay.exe, and ffprobe.exe to public_html/

    


    Here is my code :

    


    <?php
  ini_set ('display_errors', 1);
  ini_set ('display_startup_errors', 1);
  error_reporting (E_ALL);
  $image1 = "/home/mywebsitename/public_html/uploads2/1.png";
  $image2 = "/home/mywebsitename/public_html/uploads2/2.png";
  $ffmpeg = "/home/mywebsitename/public_html/ffmpeg";
  $command = $ffmpeg." -i ".$image1." -vf scale=100:-2 ".$image2;
  system($command);
?>


    


    It's supposed to make one image file mimic another, while having some differences in size and quality.

    


    I enabled the system function in my php.ini file which allowed it to work, and it doesn't give me an error on that anymore.

    


    I also changed the permissions of all the files and folders involved(uploads2 folder, 1.png, 2.png, the ffmpeg programs) to 777 which allows everything from read, write and execute.

    


    However, nothing outputted, and the files stayed the same. How do I get ffmpeg to work on my website ?

    


  • Anomalie #3294 (Fermé) : Désactiver l’autoplay sur un media

    18 octobre 2014, par cedric -

    Lié à l’utilisation des embed et players natifs, revu completement en SPIP 3.1 qui utilise le player medialement.js sans autoplay par defaut