
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (104)
-
Mise à jour de la version 0.1 vers 0.2
24 juin 2013, parExplications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains 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 ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)
Sur d’autres sites (6937)
-
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