
Recherche avancée
Médias (91)
-
Corona Radiata
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Lights in the Sky
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Head Down
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Echoplex
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Discipline
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Letting You
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (85)
-
Contribute to a better visual interface
13 avril 2011MediaSPIP 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, parLe 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, parMultilang 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_ukBackground : 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 HunI 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.-
Can you explain the advantages and disadvantages of these ? (pros and cons)
-
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 GerwinI’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 errorcommand not found
but when I call./ffmpeg -i
it returns a list with configurations.. why doesffmpeg -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