
Recherche avancée
Médias (5)
-
ED-ME-5 1-DVD
11 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
-
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
Autres articles (53)
-
La sauvegarde automatique de canaux SPIP
1er avril 2010, parDans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...) -
Script d’installation automatique de MediaSPIP
25 avril 2011, parAfin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
La documentation de l’utilisation du script d’installation (...) -
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
Sur d’autres sites (8000)
-
FFmpeg : How to open a file with an apostrophe in its name ?
5 février 2020, par EmielBossI am trying to concatenate a bunch of audio files with the following command :
ffmpeg -f concat -safe 0 -i Filelist.txt -c copy out.mp3
Unfortunately, one of my audio files has an apostrophe in its name, which are used to indicate the start and end of the filename :
file 'Murfy's in Trouble!.mp3'
giving the following error :
Impossible to open 'Murfy%s'
Filelist.txt: No such file or directoryI tried escaping it with
\
and%
, but those don’t work. Is there any way around this without changing all my filenames ? -
Glow effect using ffmpeg binary
6 février 2018, par Hwi-Soo KimWhile developing android camera app using
ffmpeg
, I found myself in trouble when I tried to make text layer glow on the video.How can I make my texts glow like pearl ?
current structure
text <---- want to make this layer glow
-------
image
-------
video
-------Currently text has a color and shadow but no glow effect.
-
Transcribing real time audio bytes (.ogg format) in whisper [closed]
1er juillet 2024, par Sushant MhambreyI am trying to transcribe real time audio I receive from client using Faster whisper.
Transcribing whole files isnt an issue, but transcription of audio bytes in ogg format gives error


I'm having trouble understanding sampling of .ogg into a format that is compatible with Whisper.
Any help is appreciated.


Even though I can resample .ogg file to .wav using ffmpeg , I am not able to resample real time audio bytes