Recherche avancée

Médias (2)

Mot : - Tags -/thèse

Autres articles (35)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

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

  • build : Support building using clang-usan and disable-optimization

    16 mai 2014, par Katerina Barone-Adesi
    build : Support building using clang-usan and disable-optimization
    

    Clang Undefined Behaviour Sanitizer seems to make non-constant constant
    expressions, making the compilation fail when they are used within
    inline assembly if no optimization is requested.

    Add -O1 to the cflags to hide the misbehaviour.

    Bug-Id : 683

    • [DBH] configure
  • avfilter/vf_v360 : add ball projection format

    19 septembre 2019, par Paul B Mahol
    avfilter/vf_v360 : add ball projection format
    
    • [DH] doc/filters.texi
    • [DH] libavfilter/v360.h
    • [DH] libavfilter/vf_v360.c
  • FFMPEG command capturing darker pics from webcam

    19 décembre 2018, par Pratul Yadav

    I am using ffmpeg in linux to capture pics from a webcam.

    Command Used : ffmpeg -y -f video4linux2 -ss 00:00:00.900 -t 1 -s 1280x720 -i /dev/v4l/by-id/usb-HD_Camera_Manufacturer_USB_2.0_Camera-video-index0 -vframes 1 -q:v 2 /tmp/test.jpg

    Query : The strange thing is the pics clicked using this command are darker (good) and brighter (good) alternately.
    Which means, 1st-time pic is darker, 2nd time its brighter, 3rd time its darker again and so on.

    Can anyone let me know why this is happening ? And how can I fix this issue to get all time brighter pics ?

    Please see sample pics.

    Brighter Pic
    enter image description here

    Darker Pic
    enter image description here