
Recherche avancée
Médias (91)
-
Spoon - Revenge !
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
My Morning Jacket - One Big Holiday
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Zap Mama - Wadidyusay ?
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
David Byrne - My Fair Lady
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Beastie Boys - Now Get Busy
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Granite de l’Aber Ildut
9 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
Autres articles (106)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Librairies et binaires spécifiques au traitement vidéo et sonore
31 janvier 2010, parLes logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
Binaires complémentaires et facultatifs flvtool2 : (...) -
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 (10262)
-
How to merge audio ( wav ) and video ( mp4 ) on android
30 juin 2015, par IlliaI need @title@. Target Api level is 14 ( 4.0 ). Thats why stuff like MediaMuxer doesn’t work for me. I was trying to merge stuff via FFMpeg, but my app crashes without anything helpful in LogCat ( except Fatal signal 8 (SIGFPE) at 0x0000266f (code=-6), thread 10034 (Thread-6826) ) (FFMpeg works just fine with m4a btw, but it is hard to convert wav -> m4a because of stupid headers).If you have a solution for me, or you know libs that doing same stuff - you are more than welcome to help ^_^. I was also thinking about FFMpeg binary already compiled lib that allows me to use commands, I even try some, but I haven’t nothing positive as a result, and I am not really think good about using FFMpeg as a command-line tool.
-
Make MP4 video using JPEG 2000 frames and ROI
21 mars 2012, par LeandroI'm having a hard time trying to figure out how to solve the following problem.
I have a set of jp2 frames. I want to save them as a .mp4 video for archiving (which is great because it supports motion compensation) and then be able to extract the frames as jp2 files again.
I have this working with a set of tools/libraries like ffmpeg. The issue is that I also want to include a ROI in the original jp2 images.
When I do that, the video shows nothing where the ROI originally was, and when I use ffmpeg to go back to the original files, the frames are still broken.
I tried going from JPEG2000 w\ ROI to another format before making the mp4 file, but every tool I use seems to have the same results : the ROI gets translated as a square w/o nothing there.
Any help would be greatly appreciated.
Thanks !
-
Hardware accelerated video processing tools for Linux
1er mai 2016, par geoffreakI am looking into options for command line video processing tools for Linux, but I am having a hard time find any. FFmpeg doesn’t support hardware acceleration as far as I can tell and I don’t see many alternatives.
The machines that will be running the software are running CentOS and each has a NVIDIA Tesla card available. While the CentOS can be swapped with something else (not Windows), it would be great to have something that supports CUDA or OpenCL.
I don’t have any strict requirements for what actually needs to be processed, but I just want to see what options are available for this hardware.