Recherche avancée

Médias (5)

Mot : - Tags -/open film making

Autres articles (80)

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

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

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

  • Making images slide and resize as the video plays with ffmpeg

    16 mars 2014, par user3276998

    I want to create a video where I have multiple images on screen at once which are moving around or resizing as the video plays.

    A vastly more advanced version would be like Facebooks https://www.facebook.com/lookback/

    All I need, is to move a few images and change their scale, with set start and end times within the video.

    I could obviously do this with a video editor but I'd like to just drop some images in a directory and then have a preset script which will then create the video for me.

    I've a few months experience with FFMPEG so the directory part is easy, but I'm baffled on the moving bits.

    Any suggestions ? Many thanks.

  • How to reflect changes on video using c code with FFMEG library ?

    29 mai 2014, par Sandeep Tiwari

    I am making Video Editor Application for Android using ffmpeg, In App I have done some changes on video Like Like change duration of video, Draw some text over Video, change orientation of video. I manage these changes locally easily, but when user want to share this video on youtube/facebook etc. need applied these changes actually on video. I am using ffmpeg library . Taking help of http://dranger.com/ffmpeg/ , I am not using ffmpeg command,

    anyone guide me how to done this functionality by using c code in ffmpeg.Any help is very appreciable.

  • Convert .mp3 to .mov or .mp4 on iOS SDK [on hold]

    3 août 2014, par Sebastian

    I’m a little stuck with an mp3 conversion.

    At this time, my app does the following :

    1. Receive an input text.
    2. The app generate a speech using an online API and download the generated .mp3 file to the app document’s folder.

    Now I need to convert the .mp3 to .mov or .mp4 and then grab it to the camera roll, so the user can share the video on Facebook, Whatsapp, or wherever he wants.

    Is there some easy and memory friendly way to convert from .mp3 to .mp4 without "writing a video" ?
    Thank you !