
Recherche avancée
Autres articles (106)
-
Soumettre bugs et patchs
10 avril 2011Un logiciel n’est malheureusement jamais parfait...
Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
Si vous pensez avoir résolu vous même le bug (...) -
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 -
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 (8255)
-
How to build a printf-style string for a image sequence in windows batch-files ?
26 novembre 2015, par chaganautIs there a way, with a windows batch-file, to detect image sequences in a given folder and generate a string that represents it in a printf-style notation ?
For example :
A directory contains 300 files named
S002_comp_v04.0000.exr
toS002_comp_v04.0299.exr
and I need a string likeS002_comp_v04.%04d.exr
.Background :
I want a batch file where i can drop any folder on and it processes the folder’s contents in order to pass it on to ffmpeg for encoding. Easy with python - but how to achieve that with windows batch-files only ? Windows version is 8.1 and 10.
-
Get Windows Title for gdigrab [duplicate]
27 février 2019, par BardulfThis question already has an answer here :
I want get acceptable windows title for gdigrab, Is there any command that I can use to get opened windows that ffmpeg accept ?
I use :ffmpeg -f gdigrab -framerate 10 -i title="Tetris By Poorya" output.mkv
"Tetris By Poorya" is app that run through eclipse, but ffmpeg can’t find this title.
-
ffmpeg batch converting audio files in windows
22 avril 2017, par Techie AndroidI have a lot of wav files (each with respective names) that need to be converted from wav to mp3 and I have been trying to write a batch file to do this.
I’m using the latest nightly build of ffmpeg on Windows 10 Insider build.
I’ve looked through the ffmpeg documentation but can’t find anything on this.
I’m looking for a very simple and up-to-date ffmpeg script to accomplish this task.