Recherche avancée

Médias (91)

Autres articles (50)

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (6972)

  • MAINTAINERS : add my gpg fingerprint

    22 décembre 2021, par Haihao Xiang
    MAINTAINERS : add my gpg fingerprint
    

    Signed-off-by : Haihao Xiang <haihao.xiang@intel.com>

    • [DH] MAINTAINERS
  • Preserving video details for ssim in ffmpeg windows [closed]

    4 juillet 2024, par Dharik Arsath

    How to record screen in ffmpeg so to compare with original and recorded video with ssim. this looks a simple tasks but when recording ffmpeg is dropping and duplicating frames and so it does not match frame to frame on original video. though duplicate is around 100 and drop is around 0 to 30, I see sometimes ssim gives high score but another time it does not. when i checked there was a delay of few milliseconds which can be hardly seen on naked eye.

    &#xA;

    Note : In ubuntu with nvidia it works fine, problem is on windows only (intel gpu)

    &#xA;

    command I am using is same for ubuntu and windows only gdigrab and x11grab changed. and preserving most information like recording at same fps of original video, using same pixfmt yuv420

    &#xA;

  • configure : add support for new CPUs

    28 avril 2014, par James Almer
    configure : add support for new CPUs
    

    Add new -march values for Intel CPUs (introduced with GCC 4.9.x), add support
    for the missing AMD btver* CPUs, and improve SunCC flags accordingly.

    Signed-off-by : James Almer <jamrial@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] configure