
Recherche avancée
Médias (2)
-
Exemple de boutons d’action pour une collection collaborative
27 février 2013, par
Mis à jour : Mars 2013
Langue : français
Type : Image
-
Exemple de boutons d’action pour une collection personnelle
27 février 2013, par
Mis à jour : Février 2013
Langue : English
Type : Image
Autres articles (94)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users.
Sur d’autres sites (9760)
-
Revision 37457 : en étant moins verbeux c’est mieux
20 avril 2010, par kent1@… — Logen étant moins verbeux c’est mieux
-
How to convert webm/mp4 file to mp3 with ffmpeg in a script (pycharm) ?
27 mai 2022, par Das TypI'm working on a YouTube-Downloader project and I'm having issues with my audio files.
My code uses pytube to download the audio from a video.


The problem is that the downloaded audio file is either a .webm or a .mp4 file, which I'd like to convert to a .mp3 file.
Is there a way to read the filetype (webm/mp4) first and then run a code that converts it to a mp3 file ?


I'd like to run it as a script in pycharm. Not as a command in the console.


Thanks for your answers.


Das Typ


-
Batch concation of multiple videos files (Powershell)
5 janvier 2024, par pops64I have clips from multiple different scenes in the same folder I was wondering if any one had a script that groups clips belonging to each scene together than pass them into ffmpeg for a concatenation and transcode. The file name pattern is uniform. And ids are separated by a hyphen with only the scene id being unique. I am currently doing this scene by scene in FFmpeg batch av converter but any help automating this in powershell would be greatly appreciated. I just can't figure out where to start


{name_of_scene}-{scene_id}-{clip_id}-{resolution}.{filetype}