
Recherche avancée
Médias (16)
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#2 Typewriter Dance
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (99)
-
Dépôt de média et thèmes par FTP
31 mai 2013, parL’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...) -
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 : (...) -
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)
Sur d’autres sites (11380)
-
Restore the previous system path variable (windows)
17 septembre 2022, par NaRasa question regarding messing with Windows Path variable.
My situation is quite specific :


- 

- I was trying to install ffmpeg according to this tutorial https://www.geeksforgeeks.org/how-to-install-ffmpeg-on-windows/
- The last step was setting the path variable
setx /m PATH "C:\ffmpeg\bin;%PATH%"
- It worked, however afterwards I noticed that if I try to call python from the command prompt or the powershell if run as administrator, I started getting
'chcp' is not recognized as an internal or external command,
(although works fine if run as user), indicating that something is wrong with PATH variables. - I looked into my variables and saw this edit.












It seems to me that the command added the ffmpeg line to the system path and possibly overwritten the original, which is why there are issues when using command prompt as administrator. It probably should have added it to the user Path (not system Path variable)


If that is the case, is there a way to restore the previous system Path variable. Maybe I can paste it from the user Path variable ?


-
ffmpeg freezes system I/O [closed]
28 août 2022, par dorforerI'm trying to save an RTSP stream on a server computer (on an up-board) to my local disk using FFmpeg.
This is the command I'm using :


ffmpeg -loglevel quiet -xerror -fflags +igndts -rtsp_transport tcp -i rtsp://127.0.0.1:8554/test -avoid_negative_ts 1 -r 15 -c copy -f segment -segment_time 20 -segment_wrap 3 -reset_timestamps 1 $FILE_NAME



The problem is after a while (it can take even 2 days), the system freezes with what seems like an IOWait problem, and there's nothing I can do (not even connecting via SSH) but hard restart the server.


It happens randomly, and I can't reproduce it using a stress test for example.
It only happens with FFmpeg running.
I'm using ubuntu 16 and FFmpeg 2 but also tried it on FFmpeg 4 on Ubuntu 16.
Is there maybe a way to monitor it ?


Thank you.


-
FFmpeg text is not rendering for indian local language font
7 mars 2023, par Konduri Sai AdityaFFmpeg unable to render the local language font using drawtext. Below is the command

ffmpeg -i test.mp4 -vf "drawtext=fontfile=ntr.ttf:text='తెలంగాణ':fontcolor=white:fontsize=72:x=(w-text_w)/2:y=(h-text_h)/2" -codec:a copy output.mp4


and out put is




On the above the used Telugu font ntr , text is తెలంగాణ.If we compare the text the output text characters are not rendered properly.


Let me know what the issue was. I tried with a couple of languages too but it failed.It would be grateful if anyone could help me.
Thanks