
Recherche avancée
Autres articles (50)
-
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
-
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 (...) -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)
Sur d’autres sites (10621)
-
Trying to use FFMPEG in C using Codeblocks IDE under Windows 8.1
31 octobre 2013, par obelixI have been trying to use FFMPEG in C using Codeblocks IDE under Windows 8.1.
I've done the linking stuff required in order to make my code compile but i get the following error :C :\Users\user\Desktop\MScProject\FFmpegTest2\main.c|82|error : 'CODEC_TYPE_VIDEO' undeclared (first use in this function)|
The source i use is the one from the following tutorial
http://dranger.com/ffmpeg/tutorial01.c(original link : http://dranger.com/ffmpeg/tutorial01.html)
Any ideas ??
Thanks in advance !!
(btw the same thing happens when i am trying to compile the program in ubuntu) -
Globbing a bunch of .pkl files into one, then converting to .fbx (on Windows)
24 avril 2021, par user264373I'm experimenting with the beautiful frankmocap, feeding a video and getting a quite accurate hands and body tracking. This tool also outputs a .pkl file (which I'm not familiar with) for each frame.


I'd like to convert these files into a usable 3D file but 1. I've discovered I can't use glob.h with ffmpeg on Windows and 2. I cant' get them converted in .fbx.


Along with frankmocap, I've tried VIBE but I still end up with the same problem.
Using miniconda3.


I hope someone can help me ! Thank you for your time.


-
How to use existing .so file in my other android project in windows PC ?
28 mai 2013, par Mihir ShahI have to use ffmpeg library for video editing application in android. I have no experience in
JNI
orNDK
. but I haveffmpeg.so
file. Can I directly use it in my new android application ?I am using it but generating error :
Caused by: java.lang.UnsatisfiedLinkError: Couldn't load videokit: findLibrary returned null
If not, what are the steps to generate .so file ? I have search lot of things but all are in mostly ubuntu. How to generate in windows or mac os ? Can i decompile my existing .so file ?