
Recherche avancée
Autres articles (99)
-
Activation de l’inscription des visiteurs
12 avril 2011, parIl est également possible d’activer l’inscription des visiteurs ce qui permettra à tout un chacun d’ouvrir soit même un compte sur le canal en question dans le cadre de projets ouverts par exemple.
Pour ce faire, il suffit d’aller dans l’espace de configuration du site en choisissant le sous menus "Gestion des utilisateurs". Le premier formulaire visible correspond à cette fonctionnalité.
Par défaut, MediaSPIP a créé lors de son initialisation un élément de menu dans le menu du haut de la page menant (...) -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...) -
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 (...)
Sur d’autres sites (10665)
-
Hardsub/Converting via Windows commandline
14 décembre 2012, par Yiğitcan UçumI have been trying to hardsub a video via cmd for a long time now. Still i could not find a proper way of doing it. I tried HandbrakeCLI, ffmpeg and mencoder but still could not find a way to do it. I got so closer to hardsubbing with HandbrakeCLI but there were some codeset problems and it wasn't really a hardsub at the end. I really need to find a way to hardsub .avi/.mp4 files via CMD. If you know any ways to do it please help me out ! Thanks.
-
Using ffmpeg with URL in Windows
23 septembre 2012, par Léon PelletierI'm able to convert the bitrate of an mp3 file with :
ffmpeg -i before.mp3 -ab 64k after.mp3
But is it possible to convert a url to a file ?
ffmpeg -i [http://myurl.com/myfile.mp3] -ab 64k after.mp3
When trying, it gives me, and this is the full complete output :
https://myurl.com/myfile.mp3 : Protocol not found
http://myurl.com/myfile.mp3 : Input/output errorIf not, is it possible to ask ffmpeg to wait for specific character/message to stop converting ? Ex :
ffmpeg -i before.mp3 -ab 64k after.mp3 [stopon:1234567890]
-
capturing video/audio on windows
24 septembre 2012, par nasiajaiI would like to capture video/audio on Windows.
Someone says it's not supported to capture audio on Windows using FFmpeg.
Please, give me some SDK options to capture video/audio on windows.
If possible, It will be very appreciated if you would point me some of tutorials.
Thank you.