
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (88)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
MediaSPIP Core : La Configuration
9 novembre 2010, parMediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...) -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...)
Sur d’autres sites (8599)
-
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]
-
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.
-
Why does recoding video with FFMPEG on Windows always give an error ?
13 février 2016, par ALexFI downloaded ffmpeg from http://ramiro.arrozcru.org/ffmpeg-vfwcap-noflip.7z
and run it with the command line :ffmpeg -r 25 -f vfwcap -i 0 output.avi
but always get the error :
ffmpeg -r 25 -f vfwcap -i 0 output.avi
FFmpeg version SVN-r22915, Copyright (c) 2000-2010 the FFmpeg developers
built on Apr 20 2010 00:09:08 with gcc 4.4.2
configuration : —enable-memalign-hack —cross-prefix=i686-mingw32- —cc=ccach
-i686-mingw32-gcc —arch=i686 —target-os=mingw32 —enable-gpl —enable-libx264
—enable-pthreads
libavutil 50.14. 0 / 50.14. 0
libavcodec 52.66. 0 / 52.66. 0
libavformat 52.61. 0 / 52.61. 0
libavdevice 52. 2. 0 / 52. 2. 0
libswscale 0.10. 0 / 0.10. 0
[vfwcap @ 012eba60]Could not connect to device.
0 : Error number -19 occurredWhy doesn’t this work ?