
Recherche avancée
Médias (2)
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (42)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
-
MediaSPIP Player : les contrôles
26 mai 2010, parLes contrôles à la souris du lecteur
En plus des actions au click sur les boutons visibles de l’interface du lecteur, il est également possible d’effectuer d’autres actions grâce à la souris : Click : en cliquant sur la vidéo ou sur le logo du son, celui ci se mettra en lecture ou en pause en fonction de son état actuel ; Molette (roulement) : en plaçant la souris sur l’espace utilisé par le média (hover), la molette de la souris n’exerce plus l’effet habituel de scroll de la page, mais diminue ou (...)
Sur d’autres sites (8946)
-
How to take a 2.1 file add some data and export as 2.1 file out back ?
28 novembre 2019, par Teja8484I have a source file called A.wav. It has 2.1 channels (Stereo and mono channel) in audacity. I was able to split the stereo into mono channels B and C using the following command. D.wav is the other mono channel.
ffmpeg -i A.wav -filter_complex "[0:a]channelsplit=channel_layout=stereo[left][right]" -map "[left]" B.wav -map "[right]" C.wav
After adding some noise to the files i want to export all the three mono files into the same 2.1 format as it was originally present. (B+C = stereo, D=mono) to one 2.1 file. I know this can be done with ffmpeg. But not able to get the right command.
-
Revert "rtpenc_chain : Don’t copy the time_base back to the caller"
29 mai 2014, par Martin StorsjöRevert "rtpenc_chain : Don’t copy the time_base back to the caller"
While it strictly isn’t necessary to copy the time base (since
any use of it is scaled in ff_write_chained), it still is better
to signal the actual time base to the caller, avoiding one
unnecessary rescaling. This also lets the caller know what the
actual internal time base is, in case that is useful info
for some caller.This reverts commit 397ffde115f4e0482a007b672f40457596cebfc4.
Signed-off-by : Martin Storsjö <martin@martin.st>
-
Revert "rtpenc_chain : Don’t copy the time_base back to the caller"
29 mai 2014, par Martin StorsjöRevert "rtpenc_chain : Don’t copy the time_base back to the caller"
While it strictly isn’t necessary to copy the time base (since
any use of it is scaled in ff_write_chained), it still is better
to signal the actual time base to the caller, avoiding one
unnecessary rescaling. This also lets the caller know what the
actual internal time base is, in case that is useful info
for some caller.This reverts commit 397ffde115f4e0482a007b672f40457596cebfc4.
Signed-off-by : Martin Storsjö <martin@martin.st>