
Recherche avancée
Autres articles (18)
-
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...) -
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
Installation en mode standalone
4 février 2011, parL’installation de la distribution MediaSPIP se fait en plusieurs étapes : la récupération des fichiers nécessaires. À ce moment là deux méthodes sont possibles : en installant l’archive ZIP contenant l’ensemble de la distribution ; via SVN en récupérant les sources de chaque modules séparément ; la préconfiguration ; l’installation définitive ;
[mediaspip_zip]Installation de l’archive ZIP de MediaSPIP
Ce mode d’installation est la méthode la plus simple afin d’installer l’ensemble de la distribution (...)
Sur d’autres sites (4822)
-
FFMpeg-PHP, Digital Ocean, Centos 6 server installation and access
24 février 2016, par Luke Brandon FarrellI am having problems getting FFMpegPHP up and running on a Digital Ocean, Centos 6 server.
All I need to do is convert a sequence of images into a movie using PHP.
I have FTP access to my server so I can install files if needed, I also have command line access.
I have installed FFMpeg and FFMpeg-PHP onto the server but I am not sure how to execute it from PHP. This is what I have so far ->
http://socialexplosion.co.uk/phpffmpeg/
This is the output from the error-log :
[24.02.16 15:28:07] [131.231.236.97] Invalid FFMPEG Path `/var/www/html/phpffmpeg/ffmpeg\bin\ffmpeg.exe`!
[24.02.16 15:28:09] [131.231.236.97] ffmpeg-progress: FFMPEG progress log does not exist! FILE: `/var/www/html/phpffmpeg/logs/47fc097c.ffmpeg.log`I can’t seem to get it to work.
Any ideas ? Maybe I have installed it wrong ?
Thanks
-
Linux/bash - ffmpeg - encode file with half bitrate and half resolutio
3 octobre 2014, par user1209216I have some video file. I need to re-encode this in this way :
result file bitrate is 2x lower than original
result file resolution is 2x lower (witdth and height)
audio codec - copied from source, video codec : h264
I know how to encode with hardcoded bitrate/resolution and audio copy. However, I have no idea how to make that values as half of input file parameters. Can I do this with ffmpeg ?
-
Linux/bash - ffmpeg - encode file with half bitrate and half resolutio [closed]
10 décembre 2022, par user1209216I have some video file. I need to re-encode this in this way :
- result file bitrate is 2x lower than original
- result file resolution is 2x lower (witdth and height)
- audio codec - copied from source, video codec : h264



I know how to encode with hardcoded bitrate/resolution and audio copy. However, I have no idea how to make that values as half of input file parameters. Can I do this with ffmpeg ?