
Advanced search
Medias (91)
-
999,999
26 September 2011, by
Updated: September 2011
Language: English
Type: Audio
-
The Slip - Artworks
26 September 2011, by
Updated: September 2011
Language: English
Type: Text
-
Demon seed (wav version)
26 September 2011, by
Updated: April 2013
Language: English
Type: Audio
-
The four of us are dying (wav version)
26 September 2011, by
Updated: April 2013
Language: English
Type: Audio
-
Corona radiata (wav version)
26 September 2011, by
Updated: April 2013
Language: English
Type: Audio
-
Lights in the sky (wav version)
26 September 2011, by
Updated: April 2013
Language: English
Type: Audio
Other articles (91)
-
Mise à jour de la version 0.1 vers 0.2
24 June 2013, byExplications 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 profit de (...) -
Ecrire une actualité
21 June 2013, byPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
Gestion générale des documents
13 May 2011, byMédiaSPIP ne modifie jamais le document original mis en ligne.
Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet; la récupération des métadonnées du document original pour illustrer textuellement le fichier;
Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP sur (...)
On other websites (12209)
-
avcodec: add decoder for argonaut games' adpcm codec
26 January 2020, by Zane van Iperenavcodec: add decoder for argonaut games' adpcm codec
Adds support for the ADPCM variant used by some Argonaut Games' games,
such as 'Croc! Legend of the Gobbos', and 'Croc 2'.Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
-
3 times concat, 3 times the same video, with 1 command running the entire folder
20 April 2020, by AmazonI have assumed the example below and my code I want to keep it short. Thank you for taking time for me
3 times concat, 3 times the same video, with 1 command running the entire folder



ffmpeg -y -f concat -i "a\1.txt" -c copy b/1.mp4
 ffmpeg -y -f concat -i "a\2.txt" -c copy b/2.mp4
 ffmpeg -y -f concat -i "a\3.txt" -c copy b/3.mp4
 ffmpeg -y -f concat -i "a\4.txt" -c copy b/4.mp4
 ffmpeg -y -f concat -i "a\5.txt" -c copy b/5.mp4
 ffmpeg -y -f concat -i "a\6.txt" -c copy b/6.mp4
 ffmpeg -y -f concat -i "a\7.txt" -c copy b/7.mp4
 ffmpeg -y -f concat -i "a\8.txt" -c copy b/8.mp4
 ffmpeg -y -f concat -i "a\9.txt" -c copy b/9.mp4
 ffmpeg -y -f concat -i "a\10.txt" -c copy b/10.mp4
 ffmpeg -y -f concat -i "a\11.txt" -c copy b/11.mp4
 ffmpeg -y -f concat -i "a\12.txt" -c copy b/12.mp4
 ffmpeg -y -f concat -i "a\13.txt" -c copy b/13.mp4
 ffmpeg -y -f concat -i "a\14.txt" -c copy b/14.mp4
 ffmpeg -y -f concat -i "a\15.txt" -c copy b/15.mp4
 ffmpeg -y -f concat -i "a\16.txt" -c copy b/16.mp4
 ffmpeg -y -f concat -i "a\17.txt" -c copy b/17.mp4
 ffmpeg -y -f concat -i "a\18.txt" -c copy b/18.mp4
 ffmpeg -y -f concat -i "a\19.txt" -c copy b/19.mp4
 ffmpeg -y -f concat -i "a\20.txt" -c copy b/20.mp4
 ffmpeg -y -f concat -i "a\21.txt" -c copy b/21.mp4
 ffmpeg -y -f concat -i "a\22.txt" -c copy b/22.mp4
 ffmpeg -y -f concat -i "a\23.txt" -c copy b/23.mp4
 ffmpeg -y -f concat -i "a\24.txt" -c copy b/24.mp4
 ffmpeg -y -f concat -i "a\25.txt" -c copy b/25.mp4
 ffmpeg -y -f concat -i "a\26.txt" -c copy b/26.mp4
 ffmpeg -y -f concat -i "a\27.txt" -c copy b/27.mp4
 ffmpeg -y -f concat -i "a\28.txt" -c copy b/28.mp4
 ffmpeg -y -f concat -i "a\29.txt" -c copy b/29.mp4
 ffmpeg -y -f concat -i "a\30.txt" -c copy b/30.mp4




File txt 1..... 30



file 1.mp4
file 1.mp4
file 1.mp4




file txt 2 
 file 2.mp4
 file 2.mp4
 file 2.mp4
........ 30


-
Révision 116059: Positionner une classe particulière pour le préfixe dans la liste des plugins.
20 July 2019, by eric@smellup.net