Recherche avancée

Médias (91)

Autres articles (55)

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (6406)

  • Script that will use ffmpeg to add AAC 2.0 audio streams to videos

    9 juillet 2018, par jsr

    I need to cast some videos to my Chromecast that only allows AAC audio. I have some video files and I am continuously adding more. They all have AC3 audio. The ideal would be to have a script that uses ffmpeg/ffprobe to add (not replace) an AAC stream converting the AC3 stream. The script should be looking in a path (and all the subfolders) every night for movies without AAC 2.0 streams.

    The container should me mkv. Can anyone help me getting started ? I’m not very into python yet so I don’t know where to start, but I do understand the coding. Help is much appreciated !

  • How to convert videos by looping from the directory to images using ffmpeg ?

    16 juin 2022, par anon_99

    I'm learning how to do image video conversion using ffmpeg. I know how to convert from 1 video to several frames, but which commands to use to convert several videos into frames ?

    


  • Why aren't the videos merging ?

    25 décembre 2023, par user9987656

    I have 100 videos (total duration of 10 hours) from one author, and I'm trying to merge them into one large video, but I'm encountering an issue. ffmpeg is giving me several errors with the following message :

    


    "mp4 @ 000002067f56ecc0] Non-monotonic DTS in output stream 0:0 ; previous : 968719404, current : 434585687 ; changing to 968719405. This may result in incorrect timestamps in the output file."

    


    As a result, I end up with a 10-hour video, but I can only view the first 3 hours and the last 2 hours.

    


    What could be causing this problem ? I'm using the streaming copy command.

    


    -f concat -safe 0 -i input.txt -c copy