
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 (20)
-
Les formats acceptés
28 janvier 2010, parLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...) -
Ajouter notes et légendes aux images
7 février 2011, parPour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
Modification lors de l’ajout d’un média
Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...) -
D’autres logiciels intéressants
12 avril 2011, parOn ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
Videopress
Site Internet : (...)
Sur d’autres sites (3431)
-
android ffmpeg command not working on HTC One M8 5.0.1
10 juillet 2015, par mark moslehI have been creating an application that records video with audio through the ffmpeg library.
I also added ffmpeg.exe to raw files and am installing the binary inside project to run ffmpeg commands.I have tested many commands that works on most of the devices but on HTC one M8 it is not giving any output nor error and i have no clue why.
The command is intended to take an input video.mp4 and create a slow-motion video output.mp4
The command is the following :
/data/data/com.vidcutter/cache/ffmpeg -i /storage/emulated/0/DCIM/markapp/TEMP_1436532617119/0.mp4 -filter:v setpts=3.0*PTS -q 0 -an /storage/emulated/0/DCIM/markapp/TEMP_1436532617119/1000.mp4
It runs smoothly on all devices ive tested on except the M8
Any help will be much appreciated !
PS : It works ironically smoothly on HTC One M7 lol
-
Render dynamic animated editable text
2 mai 2023, par Shivam guptaI am working on one web application development where i need to render glsl which can support editable animated text.
Whereas User can edit the animated text which can be rendered through webgl.


Can you please provide me and reference link or if there any working GLSL code where i can pass editable text as input ?


eg. I want to have same animation as provided in the below link using glsl
https://tobiasahlin.com/moving-letters/#1


-
How to add letter spacing in ffmpeg drawtext filter
13 avril 2023, par Kiran Shaji AugustineI am using drawtext in FFMPEG kit to overlay text on an image. I want to increase the spacing between the letters (tracking). How to acheive this. I was only able to find line_spacing but couldnot find letter_spacing


Expected to increase the space or distance between each letters in a text