
Recherche avancée
Médias (91)
-
Spoon - Revenge !
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
My Morning Jacket - One Big Holiday
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Zap Mama - Wadidyusay ?
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
David Byrne - My Fair Lady
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Beastie Boys - Now Get Busy
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Granite de l’Aber Ildut
9 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
Autres articles (94)
-
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...) -
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...) -
Configurer la prise en compte des langues
15 novembre 2010, parAccéder à la configuration et ajouter des langues prises en compte
Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)
Sur d’autres sites (12001)
-
Revision 56b9c649a3 : Merge "Removing legacy compatibility layer."
10 septembre 2014, par Dmitry KovalevChanged Paths :
Modify /vpx/src/svc_encodeframe.c
Merge "Removing legacy compatibility layer." -
FFMPEG audio filter/settings to crossfade but with only the first file becoming quiet
24 janvier 2019, par howcountrywidefieldI have two audio files that I want to concatenate, while crossfading between them at 3 seconds offset. But I do not want a traditional crossfade with the first file getting quiet while simultaniously the second file gets louder, which I know could be achieved with the
acrossfade
filter, but rather I want only the first file getting quieter, while the second file should start at 100% loudness right away.I have an idea for a step-by-step procedure where I would
-
strip away the last 3 seconds of the first file into a temporary file
-
strip away the first 3 seconds of the second file into a temporary file
-
apply a
afade=out
filter to the first temporary file -
merge the two temporary files together
-
concatenate the first file, the merged file, and the second file
all using seperate ffmpeg commands
I guess this would do the trick, but it would be very error-prone I guess, and I was wondering if there was a way to do all I want to achieve with just one command.
-
-
How can I create a video from a list of JPEG files ?
5 mars 2014, par Maged E WilliamI did search and all I got is Windows Media Encoder Series 9 and I am not sure if DirectX can also do it, but I can't find any way to learn it. I even tried this tutorial but I can' t run the application, it gives me a bug (I did install Windows Media Encoder Series 9 and the SDK).
My application is now running JPEG files in a
PictureBox
with a timer, but the size of one minute is about 20 MB and that is not good. I need to save the whole day every day !I found this software, it uses Windows Media Encoder and the video of one minute is about 1 MB which is great, now I know it's possible to record the desktop to a video file but how can I do it ? I need a step by step explanation or videos to teach me.