Recherche avancée

Médias (0)

Mot : - Tags -/protocoles

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (51)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

Sur d’autres sites (6712)

  • ffmpeg picture slideshow with audio

    22 juillet 2013, par MD Luffy

    I'm trying to make a batch of videos for uploading to youtube. My emphasis is on the audio (mostly MP3, with some WMA). I have several image files that need to be picked up at random to go with the audio (ie) display an image for 5 seconds before showing the next. I want the video to stop when the audio stream ends. How should I use ffmpeg to achieve this ?

    Ref :

    http://trac.ffmpeg.org/wiki/Create%20a%20video%20slideshow%20from%20images

  • Files FFMPEG needs after compiling it (CentOS)

    29 juin 2015, par coder_uk

    Background : I wanted to use the libfdk_aac library with FFMPEG as they say it is the highest quality one (https://trac.ffmpeg.org/wiki/Encode/AAC). So that meant I had to compile FFMPEG from source.

    That’s all fine - I’ve done that and it all works.

    But now I want to make a backup/image of the server, but keep it as small as possible. So I know I don’t need all of source files.

    But could anyone tell me whether I can just go ahead and delete everything apart from /usr/bin/ffmpeg (or whatever the path to the binary is) ?

    Or does that binary depend on a load of other libraries that have been built/buried within the system as part of the compilation process ? I don’t mind some - it’s really just knowing how much I can safely get rid of without it randomly breaking due to a missing file weeks from now :)

  • ffmpeg Decode Hardware Accelerator concept and NVDEC, DXVA, VAAPI

    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, VAAPI, and 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