Recherche avancée

Médias (3)

Mot : - Tags -/spip

Autres articles (89)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • 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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (6934)

  • nested loop that contain 3 loops in bash shell

    17 juin 2015, par Tareq Suheimat

    I want to make a nested loop that contain 3 loops in order to make some test on videos using ffserver and ffmpeg also the netem.
    so the first loop must contain the percentage numbers of the bit error like 0.2 0.4 0.6 0.8 and do the following command #tc qdisc change dev eth0 root netem corrupt 0.1% ,then for each one of the bit error another loop to make it for more than one time like a number of trails = 10 and for each try the following command must be done ffmpeg -i rtsp ://localhost:7654/test1-rtsp.mpg -acodec copy -vcodec copy output.mp4

    please people help me it’s urgent !!!

  • avcodec/avcodec : define CODEC_FLAG based on AV_CODEC_FLAG instead of duplicating...

    28 juillet 2015, par Michael Niedermayer
    avcodec/avcodec : define CODEC_FLAG based on AV_CODEC_FLAG instead of duplicating the numbers and comments
    

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/avcodec.h
  • How to interpret ffmpeg -pix_fmts output ?

    11 août 2015, par RichAmberale

    Running ffmpeg -pix_fmts returns a list of formats. Snip :

    IO... yuv444p16be            3            48
    ..H.. vdpau_mpeg4            0             0
    ..H.. dxva2_vld              0             0
    IO... rgb444le               3            12
    IO... rgb444be               3            12
    IO... bgr444le               3            12

    What do the I O and H on the right side mean ? What are the numbers in the 2 leftmost columns ?