
Recherche avancée
Autres articles (86)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...) -
Librairies et logiciels spécifiques aux médias
10 décembre 2010, parPour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)
Sur d’autres sites (8048)
-
I want to merge two videos in golang . How can i do that ? [on hold]
8 juin 2016, par Kiran007Please provide me ways to do it.Any related Links would be helpful.
-
Integrate ffmpeg to unity via plugin OS X and Linux
3 mai 2017, par J. CervusI need to use a ffmpeg wrapper (so we can use it in unity) for a lecture.
Unfortunately the teachers only provide a solution to do this for Windows.
They are referring to https://github.com/Ruslan-B/FFmpeg.AutoGen which we should use to generate a wrapper for our OS.That’s where my problems begin : I have downloaded ffmpeg via macport, but I have no idea what to do next ?
They only provide the following information :
- Run dump-expots.cmd to create exports map Run
- FFmpeg.AutoGen.CppSharpUnsafeGenerator ;
- All files with extension *.g.cs in FFmpeg.AutoGen project will be regenerated.
dump-expots.cmd is clearly not useable on other OS than Windows.
I and also many of my colleagues would be very grateful to get tips how to create the wrapper on OS X and Linux.
-
Shazaam-esque music comparison [closed]
17 janvier 2021, par Matthew TripI have two files, a
Full.mp4
and aCut.mp4
I do not care about the video. I want to check ifCut
appears inFull
at any point. I have tried comparing the streams and their byte arrays but Rider keeps showing memory issues without an explanation. What is the general approach I should take ?