
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 (34)
-
De l’upload à la vidéo finale [version standalone]
31 janvier 2010, parLe chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
Upload et récupération d’informations de la vidéo source
Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...) -
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 (...) -
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 : (...)
Sur d’autres sites (5966)
-
How to generate a variable framerate MPEG-4 from a bunch of images and an audio file ?
11 avril 2014, par Michael KohoutI've got a series of images captured by a motion sensor camera-right now, I'm doing a bit of processing on them and each image is stored as a bunch of PNM/PBM files (but I do have a unix timestamp of when they were first created). I've also got an audio file (where I know the starting time), recorded over the same period.
Is there any way I can construct a MPEG-4 from these images and have them display at the appropriate time so they'll be sync'd with the audio ?
Is this something ffmpeg should be able to do ?
-
Revision fc0b33182b : aq_mode=3 : Set target seg_map in sb-block order. Removes a TODO. Changed meanin
27 mars 2014, par Marco PaniconiChanged Paths :
Modify /vp9/encoder/vp9_aq_cyclicrefresh.c
aq_mode=3 : Set target seg_map in sb-block order.Removes a TODO. Changed meaning of some parameters
(target-max-percent refresh and starting index) to be
defined relative to superblock. Also, modify turn-off condition.Change-Id : I5e55f372b7079c24f9cdac0b06fa34620dbf456b
-
FFmpeg Command Executing
22 mars 2014, par Sanket990How to Disable audio perticular time interval in FFMPEG i.e if video is 10 min then starting 2min to 5min between audio disable is possible ? and how set in ffmpeg command .
I know disable audio using -an command but i want to disable between time interval disable audio.
Plz help thanx in advance