Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

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 (4283)

  • ffmpeg Decode Hardware Accelerator concept and NVDEC, DXVA

    12 février 2019, par Hun

    I have video player using DX11, FFMPEG but It has so much CPU usage when H.264 4K 60FPS video play.
    So I try to hardware accelerated decode and search about this.
    But All I can get confused.
    According to this page.

    https://trac.ffmpeg.org/wiki/HWAccelIntro

    I can choose between DXVA2, NVENC.
    But I do not know what is different.

    1. Can you explain the advantages and disadvantages of these ? (pros and cons)

    2. Is there a hardware acceleration method other than these ? ex) hardware

    acceleration of ffmpeg itself. Codeccontext->hwaccel//

    Thanks for reply

  • Video made from images using ffmpeg is not seekable in some players

    14 avril 2017, par Satya

    I’m trying to make video from images, used the following command

    ffmpeg -framerate 1/5 -i img%03d.png -c:v libx264 -vf fps=25 -pix_fmt yuv420p out.mp4

    as explained in the link https://trac.ffmpeg.org/wiki/Slideshow. But the problem is in some popular players if I try to seek the video, it plays from the beginning(video restarts from 0:00). How can I make a seeklable video ?

  • xuggler- ffmpeg

    17 juin 2012, par user1462351

    I am interested in trying out the Live encoding tutorial with Xuggler : http://wiki.xuggle.com/Live_Encoding_Tutorial. However, this tutorial is written for version 3.4. I am using 5.4, which just comes with a jar file for xuggler. I am using WinXP, 32-bit. When I run ffmpeg -i /invalid/file on cygwin, I get "ffmpeg : command not found". I cannot find the ffmpeg binary as part of the xuggler package. So how I can I execute the ffmeg command with xuggler version 5.4 ?