Recherche avancée

Médias (91)

Autres articles (51)

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

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, 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 (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (4607)

  • FFMPEG - Audio going out of sync when using Tempo And setPTS

    5 février 2016, par loveforfire33

    Very new to ffmpeg and have been trying all day to get this working. I am trying to slow down a video and its audio at the same time (mp4). I have tried doing the audio and video separately with a very similar version of the code below but still get the same effect.

    The audio slowly goes out of sync with the video after roughly 30 seconds(audio goes faster). Any advice would be appreciated.

    -i "INPUT" -filter_complex "[0:v]setpts=1.1*PTS[v] ;[0:a]atempo=0.9[a]" -map "[v]"" -map "[a]" "OUTPUT"

    Thanks in advance

  • FFMPEG Merging Audio Drops out of source mp4

    23 décembre 2013, par Chris W

    I might be making this a little more complicated then it needs to be. I'd like to overlay a background mp3 over two mp4 files (one with an audio track and one without) The total video is 10 secs (7sec+3sec video). If the Background mp3 is 7 seconds or just long enough to play during the first video, The audio on the second video is clearly audible. If however the background mp3 stretches over the duration of both videos, the second video audio is lost.

    exec('ffmpeg -i intermediate.mp3 -i input.mp4 -filter_complex "amix=inputs=2" output.mp4) ;

    Thanks an advance !

  • ffmpeg command to insert the blackframes in a video, if the video has the gaps inside of it ?

    27 août 2020, par geo-freak

    I have a 10 min video file(.ts file), it has the gaps(empty video) from 4th min to 7th min. I want to insert the blackframes from start of the gaps to end of the gap. How can I achieve it ?

    


    Thanks in advance.