
Recherche avancée
Médias (91)
-
Valkaama DVD Cover Outside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Valkaama DVD Cover Inside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
1,000,000
27 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Demon Seed
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Four of Us are Dying
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (41)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
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" (...) -
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)
Sur d’autres sites (9391)
-
FFMPEG multiple file pattern not working in single command
19 mars 2019, par Bhavik RathodI want to add multiple file sequences in single ffmpeg command, below is my code, video is getting created but only first image sequence is getting used, second is getting ignored
ffmpeg -y -i input.mp4 -start_number 0000001 -i 1/%07d.png -i 2/%07d.png -filter_complex "[0][1]overlay=x=10:y=10:enable='between(t,0,3)'[v1];[v1][2]overlay=x=10:y=10:enable='between(t,3.8561422222222,6.9761777777778)'[v2]" -map "[v2]" -map 0:a out.mp4
Now the problem is FFMPEG wants continous images, which i don’t have i have images starting from
0000001.png
in each folder, how can i accomplish this without changing much in my images -
FFpmeg attaching album cover to the audio is not working with Rails
10 avril 2015, par Shilpi AgrawalI have some audio files of web format and i want to attach some album cover to those files. My native ffmpeg command works fine in terminal.
ffmpeg -i audio.webm -i cover.jpg -map 0:0 -map 1:0 -metadata:s:v title="Album cover" -metadata:s:v comment="Cover (Front)" out.mp3
But when i run the same command in my rails app, its telling me this error :
Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument
.Any suggestions ?
-
Merge two mp3 files through ffmpeg in android not working
18 janvier 2016, par NadirI’m trying to merge (overlap) two mp3 files in one output file through ffmpeg but I’m receiving the below log messages, I guess a syntax error which I’m not able to identify.
I’m using this external library to interact with ffmpeg : github.com/WritingMinds/ffmpeg-android-java
Command executed :
ffmpeg -i /storage/emulated/0/bass.mp3 -i /storage/emulated/0/clap.mp3 -filter_complex amerge -c:a libmp3lame -q:a 4 /storage/emulated/0/output.mp3
(the paths are obtained with getabsolutepath)
Messages taken from log :
ffmpeg version n2.4.2 Copyright (c) 2000-2014 the FFmpeg developers
built on Oct 7 2014 15:08:46 with gcc 4.8 (GCC)
Input #0, mp3, from ’/storage/emulated/0/bass.mp3’ :
[mp3 @ 0xb5886400] Estimating duration from bitrate, this may be inaccurate
[NULL @ 0xb5887000] Unable to find a suitable output format for ’ffmpeg’
ffmpeg : Invalid argument