Recherche avancée

Médias (91)

Autres articles (52)

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

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

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (6964)

  • How many key frames have been encoded in my video ? ffmpeg was the encoder used

    3 janvier 2012, par user1127753

    I am attempting to add a keyframe every second using "-g 25" as an option with ffmpeg.

    I need a way however, to query the output video, and other videos on my server to see how many keyframes have been encoded.

    Is there an ffmpeg command line attribute which will tell me this information ? Or any other tool ? Please help !

  • Any updated http segmenter for IPad / iPhone video streaming with latest ffmpeg ?

    5 février 2012, par ipegasus

    I would like to know if there are any http file segmenters with support for the latest ffmpeg libraries ?

    So far I have found some projects, although I haven't been able to compile them using ffmpeg 0.9

    1. http://svn.assembla.com/svn/legend/segmenter/
    2. http://www.ioncannon.net/programming/452/iphone-http-streaming-with-ffmpeg-and-an-open-source-segmenter/

    Thanks !

  • Uploading video, with PHP serverside formatting & encoding

    29 janvier 2013, par Nelga

    We've currently developed an ExpressionEngine site (php), and are using a paid JWPlayer to display video uploaded by the client.

    At present we're running into a number of issues, as the client is :

    1. Uploading video at the wrong size
    2. Uploading video randomly in both flv or mp4 format

    And the player is chugging along terribly with multiple pauses throughout the video - sometimes buffering the entire clip before it is played.

    I know FFMPEG can be installed serverside, but I'm not sure of the way in which to go about this, and how it might interact between ExpressionEngine and JWPlayer. I'm also not sure about the formatting - the ability for this automated encoding process to also crop/resize the video to suit the player dimensions on the site.

    We would really like to have the videos playable on all browsers & iOS devices.

    A HQ option would also be great where applicable, but it's just a nice to have - as we're struggling with the formatting / encoding issues first and foremost.

    Any help figuring out the best process, and what tools I might need would be greatly appreciated.