Recherche avancée

Médias (91)

Autres articles (81)

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

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

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

  • configure : put pthread_create() check back

    2 décembre 2013, par Michael Niedermayer
    configure : put pthread_create() check back
    

    Unbreaks freebsd, broken since f058f384a0d76bfd125f4738dceab7c890186432

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] configure
  • How do i convert (pulled from device) individual frames to a video file on linux and push it back to the same directory

    31 mars 2012, par RiASh

    First of all i have frames on my SD Card and frames are there in separate folders for each video..

    what i want to do is that i just want to make REALLY simple Java application for user(just a button to make video files) on the linux OS whose ActionEvent Handler pulls in all the individual frames and converts it to a video..deletes all the frames from the SD Card and then pushes the video file back to the same directory of SD Card..

    i wanted to know how do i pack frames into a video file on Linux(Ubuntu)..i think there is something ffmpeg but i dont know much..
    Can someone provide a example..please .. the images are named as image0000 to image9999

    and is it possible to create video file from those frames AND EVEN having sound in them using ffmpeg..?

    Can adb pull and push files without SD Card being connected..

    And finally wanted to know how do i run shell commands like adb pull, push, ffmpeg from JAVA..

    THERE ARE i think 4 QUESTIONS here but all related so i thought better ask them together..Thanks in advance ! :)

  • Extract WAV from an MP4, process and then remux it back

    13 novembre 2013, par Matt J.

    I have a large number of x264+AAC MP4 files. I have written an audio filter that operates on PCM wav files that I want to apply to the audio on all my videos, replacing the existing audio with the filtered version.