Recherche avancée

Médias (0)

Mot : - Tags -/objet éditorial

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

Autres articles (4)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • Monitoring de fermes de MediaSPIP (et de SPIP tant qu’à faire)

    31 mai 2013, par

    Lorsque l’on gère plusieurs (voir plusieurs dizaines) de MediaSPIP sur la même installation, il peut être très pratique d’obtenir d’un coup d’oeil certaines informations.
    Cet article a pour but de documenter les scripts de monitoring Munin développés avec l’aide d’Infini.
    Ces scripts sont installés automatiquement par le script d’installation automatique si une installation de munin est détectée.
    Description des scripts
    Trois scripts Munin ont été développés :
    1. mediaspip_medias
    Un script de (...)

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

Sur d’autres sites (2690)

  • File parameter substitution : Movie creation with png files

    9 mai 2012, par John Rumpel

    I've a simple question : I try to create a movie file like mentioned above (have a lot of png-files with name plt_.png). When I try to run the commandline input :

    ffmpeg -q:v 5 -r 2 -b:v 9600 -i plt_%d.png movie.mp4

    ... I receive the error message : "plt_d.png : No such file or directory".

    This is because XP tries to substitute % by command line paramenter 0, I think. But this substitution shouldn't be done here but one stage deeper by ffmpeg.

    Do you have an idea to fix this ?

    Thanks a lot !

  • compress keynote compatible movie with alpha channel

    26 janvier 2015, par John Smith

    I am creating a movie with alpha channel by converting png-images with imagemagicks convert and then compiling the movie with ffmpeg :

    ffmpeg -i image%04d_t.png -vcodec png -q:v 1 -compression_level 100 transparent.mov

    I can import those movies into the latest (6.5.2) Apple Keynote, but they tend to be very large (560 frames of size 615x189, no sound, 22 sec. = 113 MB). Is there a way to convert the movie to a different format (that is also Keynote compatible) that uses less disk space ?

    A second option would be to use a lower framerate for the same length (=using less frames) - would that save on file size and if so, what command would I use for that ?

  • Streaming video(movie) using c#

    19 juin 2016, par Ahmad Ali Mukashaty

    I want to create project as server to stream movie with audio but I don’t have to create client project
    I mean I need to make this project avalible to be usful to any client like (IP Video Transcoding Live) application
    but I don’t care about resolution or protocol that I use
    I just want to stream movie from specific location in my device to port and then to client like vlc (for instance) so I want to create server project without client
    Are there any libraries usful to create this project or could anyone tell my the steps to do it ?