
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 (35)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
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 -
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 (...)
Sur d’autres sites (6168)
-
Is there a video processing test set to cover most scenarios ? [closed]
9 avril 2024, par 砸石头的西西弗My application integrates ffmpeg, and there are often some special videos or parameters that I cannot handle correctly, but they cannot be discovered in advance, so I need a test set to help find bugs.I nedd a video processing test set to cover most scenarios.


A test set which has some different kinds type of sample videos.


-
linux vs windows in ffmpeg conversion
1er février 2012, par user1183169I am trying to convert flv files to mp3. Requirement is windows platform.
so whenever I execute the command in php code it results in failure.
I have tried to find how to use this command in windows but failed.
here is the command
ffmpeg -i /video.flv -vn -acodec copy /video.mp3
now i know the above command is linux based. I only want to know how to implement it in a windows environement.
THx in advance
-
ffmpeg blurring a virtual camera
30 avril 2021, par Paul SmithAt the moment, I am directing the video of my physical webcam to a virtual camera by using the following command :


ffmpeg -i /dev/video1 -f v4l2 /dev/video0



It works fine. However, I would like to add a square or a circle to show my face clearly but blurring everything around the square or the circle.


Could someone please help me ?


Thanks in advance !