Recherche avancée

Médias (91)

Autres articles (55)

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

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

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

Sur d’autres sites (7057)

  • How do I combine videos with ffmpeg with delay ?

    8 février, par Isaiah Barrier

    I have 44 videos that are all encoded the same and have the same dimensions, and they all have audio. I want to combine all of them with a 0.5 second pause between them in ffmpeg. How do I do that ? The command I used that combines them without delay is ffmpeg -f concat -safe 0 -i fl.txt -c copy -map 0 output.mp4

    


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