
Recherche avancée
Médias (1)
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
Autres articles (103)
-
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 (...) -
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...) -
Sélection de projets utilisant MediaSPIP
29 avril 2011, parLes exemples cités ci-dessous sont des éléments représentatifs d’usages spécifiques de MediaSPIP pour certains projets.
Vous pensez avoir un site "remarquable" réalisé avec MediaSPIP ? Faites le nous savoir ici.
Ferme MediaSPIP @ Infini
L’Association Infini développe des activités d’accueil, de point d’accès internet, de formation, de conduite de projets innovants dans le domaine des Technologies de l’Information et de la Communication, et l’hébergement de sites. Elle joue en la matière un rôle unique (...)
Sur d’autres sites (12015)
-
How do I install FFMPEG on Heroku for discord.js bot ?
6 janvier 2018, par Dylan HowesI recently put my discord bot onto heroku, and I was going to try out my soundboard commands, but in heroku’s log files it says FFMPEG is not installed. I’ve searched how to do it, and it says something about buildpacks which I’m really confused about. Could someone run me through how I’m suppose to do it, what I’m suppose to go to ? I installed Heroku CLI, I went to cmd.exe, then I did ’heroku login’, typed in my details, and when I tried to do what this guide said : https://github.com/shunjikonishi/heroku-buildpack-ffmpeg it just said its not recognized. I can do "heroku create —buildpack https://github.com/ddollar/heroku-buildpack-multi" and that works and makes an application on heroku im pretty sure, but I have no clue what to do with that. This is my console log below :
"C :\Users\Dylan>ls .buildpacks
’ls’ is not recognized as an internal or external command,
operable program or batch file.
C :\Users\Dylan>ls
’ls’ is not recognized as an internal or external command,
operable program or batch file.
C :\Users\Dylan>cat
’cat’ is not recognized as an internal or external command,
operable program or batch file.
C :\Users\Dylan>$
’$’ is not recognized as an internal or external command,
operable program or batch file.
C :\Users\Dylan>$ heroku
’$’ is not recognized as an internal or external command,
operable program or batch file."I got heroku like 30minutes ago and have no clue how to do this, so any help would be greatly appreciated. Thank you.
-
FFmpeg - Concatenate all videos with similar file name ?
24 décembre 2017, par Pan HartIs there any way to use ffmpeg to concatenate all video files that have the exact same file name for the specified first few characters ?
For example, if I set it to match the first 5 characters, it will match and concatenate video_1.flv, video_2.flv, video_3.flv and so on.
But, at the same time, it can also match and concatenate tests_1.flv, tests_2.flv, tests_3.flv and so on.
Any help will be appreciated !
-
iOs : Low frame per second(fps) for VGA resolution
26 juillet 2014, par Bhuvan BalasubramanianI’m facing an issue in broadcasting video from one iPhone to another iPhone.
The issue is when I view the friend’s live video in my iPhone, the frame per second(fps) is very low(it is 12fps). Video quality and audio is looking fine but the only problem is fps.
I don’t know where I need to config/change the code to convert from variable fps to constant fps. Also to increase the fps as
**24/30**
.The resolution I used for broadcasting
RESOLUTION_VGA, // 480x640px (landscape) & 640x480px (portrait)
I’m using following libraries for streaming
- MediaLibiOS - link
- Ffmpeg-2.2.1
- CommLibiOS
- libx264-r2409
Wowza is a Media Server and iOS target version is 7.0
Please help !
Thanks in advance.