Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (24)

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

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

  • D’autres logiciels intéressants

    12 avril 2011, par

    On ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
    La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
    On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
    Videopress
    Site Internet : (...)

Sur d’autres sites (5915)

  • Cannot view ffmpeg output http video stream

    15 juillet 2019, par Connor Woodford

    I have ffmpeg re-streaming an mkv to mp4 all while outputting it via http with this command :

    ffmpeg -i my.mkv -c:v libx264 -preset medium -maxrate 3500k -bufsize 6000k -pix_fmt yuv420p -g 50 -c:a aac -b:a 160k -ac 2 -ar 44100 -f flv http://localhost:port

    It streams fine but when I go to view with ffplay I get this error :

    http://localhost:port: Invalid data found when processing input

    . I have a simple http server setup with exprees and node.

  • FFMPEG extremely slow conversions [on hold]

    7 juin 2014, par Kudos

    I am converting a webm video to mp4.
    on my localhost (16gb, quad core, ssd) the process takes 10-15 seconds for a 30 second video.

    on my staging, Medium AWS instance
    the same command takes 10 minutes

    the command i’m using is :

    ffmpeg -i test.webm -vcodec libx264 test.mp4

    I realise there is a difference in server resources, but surely not to such an extent to have such a disparity.
    local : fps = 150
    staging : fps = 10

    I can’t stream copy as the vp8 container can’t accept the headers.

    ffmpeg version is 2.2 (both)

    verbose output shows no errors.

  • Suppress MSVS warnings when compiling for x86-64.

    10 avril 2014, par Erik de Castro Lopo
    Suppress MSVS warnings when compiling for x86-64.
    

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/libFLAC/lpc.c