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 (65)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

  • common.mak : fix (not)building disabled libs

    13 mai 2014, par Michael Niedermayer
    common.mak : fix (not)building disabled libs
    

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

    • [DH] common.mak
  • ffmpeg behaviour when there is server side html upload limit

    11 mai 2014, par BradG

    The case is the following :

    There is a server side enforced limit on the size of file upload via PHP/HTML. The limit is set to 20 MB.

    So without any encoding the users can upload up to 20MB videos.

    My qestion is the following - Having in mind the PHP/HTML upload limit, is it possible to have the possibility for a user to choose to upload a video of 100 MB for example, then have this video encoded via ffmpeg and reduced in size of 20 MB or less for successful upload ?

    Thank you.

  • After Effects as backend movie engine ?

    8 août 2014, par jarasss

    I’m working right now on a project that could allow me to generate movies based on the user input. User will upload some samples (photos, movies) to the web app and web server should generate movie based on that input and some predefined movie compositions.

    I know that there are plenty of libraries for ffmpeg that could let me connect movies, photos programmatically (for example https://github.com/schaermu/node-fluent-ffmpeg for node.js) , but I was wondering if it’s possible to use Aftereffects for that purpose since I have some knowledge in that software. I imagine that there should be set of scripts in Aftereffects that could import user uploaded data, fire the movie renderer and save output to the given location.

    Do you think this is achievable using Aftereffects ? Or maybe someone had similar problem and solved that differently ?

    Cheers !