
Recherche avancée
Médias (1)
-
Somos millones 1
21 juillet 2014, par
Mis à jour : Juin 2015
Langue : français
Type : Video
Autres articles (52)
-
Gestion générale des documents
13 mai 2011, parMé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 (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (6412)
-
Avfilter how to retrieve list of supported pixel formats ?
22 juin 2019, par SerbenetWhen creating an avfilter graph for video processing, how can I retrieve the list of supported pixel formats of the first video filter in the chain ?
I believe this is though the query_formats function, but I have no idea how this function is supposed to be used.
Could you help me ?
Thanks in advance
Serbenet
-
Howto Merge .WAV files - with a repeating shorter wav file ?
11 octobre 2011, par SeanNieuwoudtI need to take two WAV files (mysound.wav[10 seconds] and watermark.wav[1 second]) and merge the two together.
The problem is that the new generated file needs to have watermark.wav repeating for the duration of mysound.wav.
How do I do this via the CLI or script ? I know about SoX and FFmpeg, but have not been successful at getting this work.
Thanks in advance :)
-
ffmpeg trim last x seconds. I don't know duration of audio [on hold]
27 février 2015, par Chandra NakkaIn my application. I need to remove last 10 seconds of audio.
I don’t know the duration of audio.
I need to trim audio in single command line.
Is it possible are not. If possible please show me some example command line.
Thanks in advance.