Recherche avancée

Médias (0)

Mot : - Tags -/médias

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (54)

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

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

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

  • How to merge two videos using FFMpeg PHP

    7 août 2015, par Vikas

    currently i am working on a project where i need to merge the two videos using ffmpeg and php. I need to make two video play same time and on stop should stop at same time and if one video stop’s than other should also pause. I have searched a lot but didn’t find any thing, hope anyone can help me.

  • Merge videos and images into a new video in Android [on hold]

    10 septembre 2013, par vijay

    I have to create an android app that is similar to PicPlayPost.

    The app should be able to do the following things :

    • Load images and videos into the corresponding blocks in the frame.

    • Resize the image.

    • Add audio to the block that contains image.

    • Play two or more videos in parallel.

    • Save the whole frame as a video clip.

    I thought of using FFmpeg concatenation for this but it will not play all the videos in parallel.

    I have tried to use FFmpeg with android in my earlier project and ended up with lot of issues when building latest FFmpeg with android NDK.The below link explains the usage of pre-compiled FFmpeg and OpenCV for Android.

    https://code.google.com/p/javacv/#Quick_Start_for_OpenCV_and_FFmpeg

    but i could not find ffmpeg-1.2*.jar there.

    Is there any package to process video and playback in android other than FFmpeg ?

    Thanks.

  • How to make fade in/out effect between concatenate videos using ffmpeg

    7 février 2018, par no name

    I have three videos which divide into three parts on is the start then main video then end of the video in which I concatenate them together I want to add fade in/out effect at the end of the first video and at the start of the third video so they are separated nicely to the viewer.
    i used this code to concatenate the video together by adding videos name to the text file

    ffmpeg -f concat -i ffmpeg-sound.txt -c copy final_output.mp4

    now what command should i pass so i can add this effect as iam not good at ffmgep. or if there is any other things to follow.
    Thanks in advance