
Recherche avancée
Médias (1)
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (63)
-
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
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 (...) -
Mise à jour de la version 0.1 vers 0.2
24 juin 2013, parExplications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)
Sur d’autres sites (7624)
-
How to split bulk video fast by using ffmpeg ?
9 avril 2014, par user3513568I have a lot of videos, so I want to split them automatically. And they will be divided into 2 parts :
- Part 1 : 15 minutes
- Part 2 : the rest
Searched a lot, but did not find. Please, help.
-
How do I use FFMPEG to scene detect and split a clip at each cut ?
31 août 2015, par Brendan LuuI want to take an edited video and split it into a sequence at each cut. I figured out how to use scene detection with FFMPEG and have the correct timestamps for when scenes change but I would like to use the .txt or .csv to split the full video into individual clips. Can this be done ? If it’s possible, how can I do it ?
The command I used to get the scene detection is
ffprobe -show_frames -of compact=p=0 -f lavfi "movie=MOVIEFILENAME,select=gt(scene\,.4)" > MOVIEFILENAME.csv
-
split audio files by silence detection
5 août 2017, par beerothis is first question for me here, hope you help me.
I’ve more than 200 file.mp3 need to split each one of them by using silence detection, i tried audacity and wavePad but they do not have batch process and its very slow to make them one by one ..
the scenario as follow
split track whereas silence 2 seconds or more
then ad 0.5 s at the start and the end of these tracks and save them as .mp3 BitRate 192 stereo, normalize volumeto be sure that all files in the same volume and quality.
i tried ffmpeg but not success,
its better to use a script or batch file do this task.