
Recherche avancée
Autres articles (84)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
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 (...) -
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (9083)
-
Revision 30253 : [30252] suite : split est deprecie en 5.3.0
27 juillet 2009, par gilles.vincent@… — Log[30252] suite : split est deprecie en 5.3.0
-
Using ffmpeg to split video files by size
8 juillet 2016, par user2548469I’m trying to write a batch file using ffmpeg to automate the redundant daily task of taking footage from work that’s recorded in 4gb blocks (which is standard in most DSLR cameras & GoPro’s), and split the clips into 2gb files for streaming purposes. The idea is to have the script check external drive FOOTAGE’s folder @import and split files after 2gb (since the max size is 4gb, this will alleviate the need for more than one split).
I’m also trying to amend the filenames of the split files, so FILE1 is 4gb, it splits into FILE1_1 and FILE1_2 which are 2gb each, respectively. Everything I’ve tried has just copied the original file into two new, identical files - no split or anything.
After doing some Googling and reading some of the answers here, I found this post, but it’s based on duration, not size (recording video footage at varying levels of quality makes this pointless) : Split into equal parts and convert many mp4 videos using ffmpeg
Can someone help me with this ? I haven’t come across any usable solutions utilizing what I understand to be the method, using -fs limit_size, and I really want to understand how this works.
UPDATE : Also found this, but it hasn’t been updated in four years and I don’t see anything in there regarding splitting that will prove helpful :
-
use python to split a video file into a set of parts
13 mai 2013, par user1485853I use the following python code to split a FLV video file into a set of parts ,when finished ,only the first part video can be played ,the other parts are corrupted.I wonder why and Is there some correct ways to split video files
the code format is mussy here
please see the formated code here