
Recherche avancée
Médias (3)
-
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
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (45)
-
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 (...)
-
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...) -
Librairies et binaires spécifiques au traitement vidéo et sonore
31 janvier 2010, parLes logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
Binaires complémentaires et facultatifs flvtool2 : (...)
Sur d’autres sites (3354)
-
"Droplet" batch script - filenames containing ampersands
16 août 2014, par stephenwadeI’m trying to create a batch file that can have other files dropped onto it. Specifically, I’m using ffmpeg to edit audio files produced by a handheld voice recorder. The problem is when using filenames with ampersands (&). Even when quoting the input, anything after the & is dropped off, but only when files are dropped onto it ; if the filename input is typed on the command line, the script works fine. Before the
cmd
window closes, I briefly see the rest of the filename with an error saying it is not recognized as a valid command.Here’s my script :
rem Change to drive and directory of input file % d1 cd % p1
rem ffmpeg : mix to one channel, double the volume
%HOMEDRIVE%%HOMEPATH%\ffmpeg.exe -i "% nx1" -ac 1 -vol 1024 "% n1 fixed% x1"pause
Here’s what appears on the command line, after dropping
"ch17&18.mp3"
:C :\Users\computergeeksjw\Desktop>C :\Users\computergeeksjw\ffmpeg.exe -i "ch17" -ac 1 -vol 1024 "ch17 fixed" [...] ch17 : No such file or directory
In case it matters : I’m using the Windows 8 Developer Preview. Is this causing my problem ? Does the same error occur on Windows 7 or earlier ?
-
fate : Add a —target-samples path parameter
20 mai 2013, par Martin Storsjöfate : Add a —target-samples path parameter
This allows having the samples accessible via different paths
on the target and on the host.Signed-off-by : Martin Storsjö <martin@martin.st>
- [DBH] configure
- [DBH] tests/fate.sh
- [DBH] tests/fate/aac.mak
- [DBH] tests/fate/ac3.mak
- [DBH] tests/fate/adpcm.mak
- [DBH] tests/fate/alac.mak
- [DBH] tests/fate/als.mak
- [DBH] tests/fate/amrnb.mak
- [DBH] tests/fate/amrwb.mak
- [DBH] tests/fate/atrac.mak
- [DBH] tests/fate/audio.mak
- [DBH] tests/fate/bmp.mak
- [DBH] tests/fate/cdxl.mak
- [DBH] tests/fate/cover-art.mak
- [DBH] tests/fate/demux.mak
- [DBH] tests/fate/dfa.mak
- [DBH] tests/fate/dpcm.mak
- [DBH] tests/fate/ea.mak
- [DBH] tests/fate/filter-audio.mak
- [DBH] tests/fate/filter-video.mak
- [DBH] tests/fate/flac.mak
- [DBH] tests/fate/h264.mak
- [DBH] tests/fate/image.mak
- [DBH] tests/fate/indeo.mak
- [DBH] tests/fate/lossless-audio.mak
- [DBH] tests/fate/lossless-video.mak
- [DBH] tests/fate/microsoft.mak
- [DBH] tests/fate/monkeysaudio.mak
- [DBH] tests/fate/mp3.mak
- [DBH] tests/fate/mpc.mak
- [DBH] tests/fate/pcm.mak
- [DBH] tests/fate/probe.mak
- [DBH] tests/fate/prores.mak
- [DBH] tests/fate/qt.mak
- [DBH] tests/fate/qtrle.mak
- [DBH] tests/fate/real.mak
- [DBH] tests/fate/screen.mak
- [DBH] tests/fate/utvideo.mak
- [DBH] tests/fate/video.mak
- [DBH] tests/fate/voice.mak
- [DBH] tests/fate/vorbis.mak
- [DBH] tests/fate/vpx.mak
- [DBH] tests/fate/vqf.mak
- [DBH] tests/fate/wavpack.mak
- [DBH] tests/fate/wma.mak
-
Merge commit ’ba13606ca6adbc74b4db4a72b0769397d6408791’
29 mai 2013, par Michael NiedermayerMerge commit ’ba13606ca6adbc74b4db4a72b0769397d6408791’
* commit ’ba13606ca6adbc74b4db4a72b0769397d6408791’ :
fate : Add a —target-samples path parameterConflicts :
configure
tests/fate/audio.mak
tests/fate/cover-art.mak
tests/fate/demux.mak
tests/fate/ea.mak
tests/fate/filter-video.mak
tests/fate/h264.mak
tests/fate/image.mak
tests/fate/lossless-audio.mak
tests/fate/lossless-video.mak
tests/fate/microsoft.mak
tests/fate/pcm.mak
tests/fate/prores.mak
tests/fate/qt.mak
tests/fate/real.mak
tests/fate/screen.mak
tests/fate/video.mak
tests/fate/voice.mak
tests/fate/vpx.mak
tests/fate/vqf.makMerged-by : Michael Niedermayer <michaelni@gmx.at>
- [DH] configure
- [DH] tests/fate.sh
- [DH] tests/fate/aac.mak
- [DH] tests/fate/ac3.mak
- [DH] tests/fate/adpcm.mak
- [DH] tests/fate/alac.mak
- [DH] tests/fate/als.mak
- [DH] tests/fate/amrnb.mak
- [DH] tests/fate/amrwb.mak
- [DH] tests/fate/atrac.mak
- [DH] tests/fate/audio.mak
- [DH] tests/fate/bmp.mak
- [DH] tests/fate/cdxl.mak
- [DH] tests/fate/cover-art.mak
- [DH] tests/fate/demux.mak
- [DH] tests/fate/dfa.mak
- [DH] tests/fate/dpcm.mak
- [DH] tests/fate/ea.mak
- [DH] tests/fate/filter-audio.mak
- [DH] tests/fate/filter-video.mak
- [DH] tests/fate/flac.mak
- [DH] tests/fate/gif.mak
- [DH] tests/fate/h264.mak
- [DH] tests/fate/image.mak
- [DH] tests/fate/indeo.mak
- [DH] tests/fate/lossless-audio.mak
- [DH] tests/fate/lossless-video.mak
- [DH] tests/fate/microsoft.mak
- [DH] tests/fate/monkeysaudio.mak
- [DH] tests/fate/mp3.mak
- [DH] tests/fate/mpc.mak
- [DH] tests/fate/pcm.mak
- [DH] tests/fate/probe.mak
- [DH] tests/fate/prores.mak
- [DH] tests/fate/qt.mak
- [DH] tests/fate/qtrle.mak
- [DH] tests/fate/real.mak
- [DH] tests/fate/screen.mak
- [DH] tests/fate/subtitles.mak
- [DH] tests/fate/utvideo.mak
- [DH] tests/fate/video.mak
- [DH] tests/fate/voice.mak
- [DH] tests/fate/vorbis.mak
- [DH] tests/fate/vpx.mak
- [DH] tests/fate/vqf.mak
- [DH] tests/fate/wavpack.mak
- [DH] tests/fate/wma.mak