
Recherche avancée
Autres articles (99)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
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 (...)
Sur d’autres sites (7575)
-
imgutils : Do not declare avpriv_set_systematic_pal2 in the public header
3 août 2014, par Diego Biurrun -
How do I use ffmpeg library in this case ?
12 novembre 2018, par LeeHyeSungI have H.264 Packets(FU-A) got from network LAN and I want to put it in mp4 format container and save it as a mp4 file.
I am not sure anything, because I am a beginner.
Anyway, When I saw some examples about ffmpeg, I felt it’s a little different case with mine.
Because they always start code with input files however I don’t have any file.
I just get some packets those are SPS, PPS, FU-A and only I-frame.I guess that I have to make some metadata for writing a header about mp4 format
... or not.How do I use ffmpeg library in this case ?
-
Compilation error using ffmpeg library
15 novembre 2012, par BartoNazI have downloaded and installed the ffmpeg library. I want to use it for reading the separate frames of different videos and manipulate them. For that I tried to follow some tutorial from here : http://dranger.com/ffmpeg/tutorial01.html
But I can't compile my cpp file since I get the following compilation :Undefined symbols for architecture x86_64:
"av_register_all()", referenced from:
_main in cc9zyUBe.o
_main in ccRz35d4.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit statusWhen I was installing ffmpeg library, I used arch=x86_64 option in ./configure step.
I use OS X Mountain Lion 10.8.2 and gcc 4.2 compiler.
Does somebody have any clue what can be the reason of this error ?
Thanks in advance.UPDATE :
I've already tried many different install options, with static libraries, shared libraries, with/without —arch=x86_64 option. Also installed it with homebrew, result remains the same. Library isn't recognized. But ffmpeg binary works pretty well, when I use it as a command-line tool.