Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP 0.2

Autres articles (25)

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

  • Adding ffmpeg path on remote server not working [closed]

    26 mars 2024, par Vatsal A Mehta

    I am working on mp3 audio processing and need the ffmpeg library for my code to work. In my local setup I have installed ffmpeg and the code is working fine. But I have to make changes to the codebase on a remote server where ffmpeg isn't installed. I tried adding the installation folders of ffmpeg and then editing the PATH environment variable to add the ffmpeg path. But I get an error message that says : FileNotFoundError: [Errno 2] No such file or directory: 'ffprobe'.

    


    The ffmpeg installed files in my local setup are :

    


    


    Now I copied this and added to the codebase on my remote server. Then I copied the /bin file path and added to env variables on remote server. But it doesn't seem to work.

    


  • 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