
Recherche avancée
Autres articles (36)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
MediaSPIP Player : les contrôles
26 mai 2010, parLes contrôles à la souris du lecteur
En plus des actions au click sur les boutons visibles de l’interface du lecteur, il est également possible d’effectuer d’autres actions grâce à la souris : Click : en cliquant sur la vidéo ou sur le logo du son, celui ci se mettra en lecture ou en pause en fonction de son état actuel ; Molette (roulement) : en plaçant la souris sur l’espace utilisé par le média (hover), la molette de la souris n’exerce plus l’effet habituel de scroll de la page, mais diminue ou (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (6208)
-
trim MULTIPLE .mp4 files using ffmpeg in Windows commandline
13 janvier 2015, par user1530322My goal is to trim the first 4 seconds of, say 100 .mp4 files at once.
I can easyly do it and in a quite quick way for one single .mp4 file at a time using :
ffmpeg -i MYFILE.mp4 -ss 00:00:04.000 -c:v copy -c:a copy Trimmed_MYFILE.mp4
I have a folder with those 100 mp4 files and want to bulk trim the first 4 seconds and save the new files on a folder in the same location called "newfiles".
I’m imagining something like a loop, using FOR or so, but have no idea how to do it.
-
trim MULTIPLE .mp4 files using ffmpeg in WINDOWS DOS
22 février 2014, par user1530322My goal is to trim the first 4 seconds of, say 100 .mp4 files at once.
I can easyly do it and in a quite quick way for one single .mp4 file at a time using :
**ffmpeg -i MYFILE.mp4 -ss 00:00:04.000 -c:v copy -c:a copy Trimmed_MYFILE.**mp4
I have a folder with those 100 mp4 files and want to bulk trim the first 4 seconds and save the new files on a folder in the same location called "newfiles".
I'm imagining something like a loop, using FOR or so, but have no ideia how to do it.
Thank you in advanced
-
php_ffmpeg module not loading in Windows 7
28 mars 2014, par WarwickPLEASE help me ! I have been searching for solutions for days !
I am running Apache 2.2.22 and PHP 5.3.21 on Windows 7.
I have extracted and copied php_ffmpeg.dll to C :\Program Files (x86)\PHP\ext ; copied avcodex-51.dll, avformat-51.dll, avutil-49.dll and pthreadGC2.dll to C :\Windows\System32 ; and added the extension=php_ffmpeg.dll directive to php.ini. However, the module is still not loading.
I found the following error in the PHP error log :
PHP Warning : PHP Startup : Unable to load dynamic library 'C :\Program Files (x86)\PHP\ext\php_ffmpeg.dll' - The specified module could not be found.
Any help would be dearly appreciated !