Recherche avancée

Médias (91)

Autres articles (85)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

Sur d’autres sites (5990)

  • 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

  • Ubuntu ffmpeg command -i not found

    12 avril 2016, par Gerwin

    I’m a beginner with Ubuntu and I need to setup a streaming server for my company, I’ve installed NGINX and FFMPEG, but when I call ffmpeg -i in the ~/ffmpeg/ffmpeg directory it returns an error command not found but when I call ./ffmpeg -i it returns a list with configurations.. why does ffmpeg -i not work and how can I fix it ?

    I think that the Path Enviroment Variable is incorrect but how would I go abouts changing said variable ? I’m not that experienced with Ubuntu / CMD programming / FFMPEG configuration.

    Sources - https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu
    https://github.com/arut/nginx-rtmp-module/wiki/Control-module
    and http://docs.unified-streaming.com/tutorials/live/broadcast-247.html#continuous-timestamps