Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (42)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (6268)

  • Can't get ffmpeg to flip video 180 degrees from PHP exec call. Works from SSH

    25 octobre 2013, par Brandon Runyon

    When I run ./ffmpeg -i path/video.mp4 -vf "vflip,hflip" -metadata:s:v:0 rotate=0 newvideo.mp4 from the terminal it works well, but when I put this same system call into a PHP exec() ; function it fails.

    example :
    $path = "videos/" ;
    $video = "test_rotated.mp4" ;
    //this script runs and works
    $rotation = exec('./mediainfo —Inform="Video ;%Rotation%" '.$path.$video) ;

    if ((int)$rotation == 180) {
    $test = exec("./ffmpeg -i ".$path.$video." -vf \"vflip,hflip\" videos/test_rotatedback.mp4 2>&1");
    exec('./mediainfo --Inform="Video;%Rotation%" '.$path.'test_'.$video);
    echo "<pre>".$test."</pre>";
    }

    The result is that the var $test prints out "Video encoding failed" and I'm not sure why because it's pretty much the same exact syntax, it's just running from PHP but it fails.

  • lavf/mux : Always call write_trailer() from av_write_trailer() to avoid a leak.

    20 novembre 2014, par Carl Eugen Hoyos
    lavf/mux : Always call write_trailer() from av_write_trailer() to avoid a leak.
    

    Fixes ticket #4049.

    • [DH] libavformat/mux.c
  • Revision 4f860dba78 : Merge "Fixes a missing highbitdepth convolve call bug"

    4 décembre 2014, par Deb Mukherjee

    Merge "Fixes a missing highbitdepth convolve call bug"