
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (61)
-
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...) -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
Sur d’autres sites (9730)
-
I am trying to add draggable text view on video
24 septembre 2021, par NaveedI am trying to add draggable textview on video but unable to get
cordinates of textview according to the video I am using ffmpeg for
adding text to video.


val xPos = width?.let {
 (binding.edtXPos.text.toString().toFloat().times(it)).div(100)
 }
val yPos = height?.let {
 (binding.edtYPos.text.toString().toFloat().times(it)).div(100)
 }
Log.e(TAG, "addTextProcess: x=$xPos and y=$yPos", )



I entering percentage of x and y axis to put but I want to get position of dragable textview cordinated according to video pixels.


-
how to add text information to avi by using directshow
19 novembre 2013, par user2955964thanks to click my question.
To make mux stream avi video, I had using directshow avimux filter.
But, directshow avimux filter is only use to media/img files.
How can I add text information to avi file and meet the stream mux(audio+video+text) condition ? -
Set text rotated to a given angle in FFMPEG
10 juin 2016, par GarryI want to set text rotated to a certain angle in FFMPEG video. can someone help me how can i set text rotated to given angle while adding text on video by drawtext command.