Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (68)

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

  • Problèmes fréquents

    10 mars 2010, par

    PHP et safe_mode activé
    Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
    La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

Sur d’autres sites (8862)

  • Video to FLV code in php

    18 janvier 2012, par freelanceinphp

    I am looking for efficient and easy to implement code which work for media file to flv conversion.

    Please give me some referral sites or links.

  • linux video loop : write to named pipe

    5 mars 2012, par puchu

    I am going to create funny video today :P. I am looking for utility that will loop video and write it to named pipe. I like ffmpeg to compress video that's why I am doing :

    mkfifo video.looped
    ffmpeg -i video.looped ...

    but how to write to this pipe looped video ? I found a very common solution :

    mencoder -o video.looped ... video video video ...

    and it works great. but is there something more comfortable ? something like :

    mplayer -fixed-vo -loop 5 video -dumpstream -dumpfile video.looped

    but this does not work. only first video went into pipe

  • mpegvideo : fix invalid memory access for small video dimensions

    13 décembre 2011, par John Brooks

    mpegvideo : fix invalid memory access for small video dimensions